Server Manager Agent Not Connecting To SMC
After a Java update, the server manager agent may not connect to the SMC because of parameters in the java.security file. To resolve this, comment...
Quick Tip: 3 Ways To Truncate a File in Linux
The following are 3 quick ways to delete the contents of (truncate) a file in Linux: Truncatebash$ truncate -s 0 filename.txtI/O Redirectionbash$ > filename.txt/dev/nullbash$ cp...
Basics of the Linux Top Command
Recently, I had a tip submitted that referred to using the Linux top command to "check overall CPU utilization and individual CPU utilization". Thanks, Sworna...
5 Ways to Empty a File on Linux
Like most operations on any Operating System, there are several ways to do basic file manipulation on Linux. Below are 5 different ways to empty...