Linux

My useful list of commands for daily work (still in development): Description: Commands: Uptime for specific service #1 ps -eo pid,comm,lstart,etime,time,args | grep ServiceName Uptime for specific service #2 (pid) ls -al /proc | grep 18358 Lists installed RPM on linux rpm -qa Uninstall specific “PackageName” rpm -e PackageName  Report the size of directory tree […]

Read More

    Everything you need to know about Linux but were afraid to ask. This book will make you a master of the command line and teach you how to configure the network, write shell scripts, build a custom kernel, and much more. Use the command line like a pro Pick a suitable desktop environment […]

Read More