This command very quickly creates 100k randomly sized binary files in the directory you run it in. Took 6 minutes 37 seconds to run on
Server and desktop tips, help, and how-tos for Mac, Linux, and Windows.
This command very quickly creates 100k randomly sized binary files in the directory you run it in. Took 6 minutes 37 seconds to run on
This command combines ls (directory list) with wc (word count) command to count the number of files in a directory. I just used it to
Basic usage is simple, the man page doesn’t always get to the examples quickly so I thought I’d write about it for a quick reference.
If you’ve ever managed an ssh server that’s open on the internet server you might have noticed a bunch of IPs scanning and trying to
Sometimes you want to copy a single large file and have them restart where it left off if the transfer fails. Instead of using scp,
mrt is a very useful Linux command line utility for diagnosing networking problems. It’s basically of a combination of ping and traceroute in one. It’s best
If you run or write a lot of software run on the command line from time to time you probably want to know how long
If you manage multiple servers, or even just a few, this command might come in handy. It’s called dsh – distributed shell. It acts very similar