Mobile app version of vmapp.org
Login or Join
Megan663

: Here's a random list of useful linux commands in no particular order: grep (or ack-grep) find xargs chown/chmod (-R to recur down a directory tree) rsync tail -f, less (F to follow a file)

@Megan663

Here's a random list of useful linux commands in no particular order:


grep (or ack-grep)
find
xargs
chown/chmod (-R to recur down a directory tree)
rsync
tail -f, less (F to follow a file)
wget, curl
apache benchmarking: ab
performance / process monitoring: ps, dstat, uptime, top, iftop, iptraf, iostat
learn shell scripting


Another command I often use (aliased) to check memory usage is

ps -eo rss,pid,comm,args | sort -n


I'm not sure what you mean exactly by piping, but subprocess.call allows you to pipe shell commands into each other. I'd also recommend fabric for deploying python projects.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme