[How To]: Retrieve Jobs from the background to the foreground in Terminal

Switching between applications running in the background in your current tty is no longer a problem with this tutorial. Here’s a quick tutorial for how to retrieve jobs to the foreground of your current environment. Continue reading

Command Line | du Disk Usage Commands | Tips

du is a disk usage command allows you to easily know file and directory sizes, also you can view file and directory sizes decreasing starting by biggest file, otherwise increasing by smallest file. Continue reading

System Monitor/Kill Current processes Using ps Command Line #CLI

Here’s another way to check your currently running process using command line and “kill or force quit” not responding applications instead of using any graphical user interface for system monitors to check current process. Continue reading