:set cursorline
I just used that when examining package output from dpkg -l so that I could easily see which description matched each package.
:set cursorline
I just used that when examining package output from dpkg -l so that I could easily see which description matched each package.
ssh 192.168.0.15 'sudo dd if=/dev/sda bs=1M status=progress' > backup-old-drive.img
ssh 192.168.0.15 'sudo dd if=/dev/sda bs=1M status=progress' > backup-old-drive.img
play.stardew.net
play.stardew.net
But, by the time I finished editing the joke,
the audience was already walking out and
my computer was all over the floor.
But, by the time I finished editing the joke,
the audience was already walking out and
my computer was all over the floor.
curl www.example.com 80
the port number ends up being treated as an IP address of the form 0.0.0.N. So if you see traffic destined to 0.0.0.80, 0.0.0.22, etc. on your network, it's probably someone messing up their curl command.
curl www.example.com 80
the port number ends up being treated as an IP address of the form 0.0.0.N. So if you see traffic destined to 0.0.0.80, 0.0.0.22, etc. on your network, it's probably someone messing up their curl command.
echo Photos/\[Conference\]-*.{jpg,mp4}
echo Photos/\[Conference\]-*.{jpg,mp4}
gzip -dc unknown-gzip-file | file -
It will tell you the type of file data that is inside. The -dc options also work with bzip2 and xz
gzip -dc unknown-gzip-file | file -
It will tell you the type of file data that is inside. The -dc options also work with bzip2 and xz
xxd -r data.txt | gzip -cd | bzip2 -cd | gzip -cd | tar x -O | tar x -O | bzip2 -cd | tar x -O | gzip -cd
xxd -r data.txt | gzip -cd | bzip2 -cd | gzip -cd | tar x -O | tar x -O | bzip2 -cd | tar x -O | gzip -cd
Every Unix is different, when you run ps.
Every Unix is different, when you run ps.