#linux
All linux and command line posts. Get more efficient in the terminal!
Check out our pinterest page dedicated to linux as well!
Understanding Linux sequences
Mar 28, 2019
Linux has some powerful sequence controls that you can use to run processes in different orders, sequentially, in parallel or conditionally.
Linux: screen utility
Mar 18, 2019
If you need to run a long running task on a remote machine and don’t want to worry about the connection dropping, you can use the screen utility. The screen utility allows us to detach from that session and resume whenever we need to.
Time linux utility
Mar 13, 2019
You can time the execution of a shell command using the time unix utility.