Some valuable or complex commands may not be able to keep in your mind constantly when you need them. In this moment, you can leverage… Read More »How to Increase Bash History Size
Let's see current setting of all interfaces.[root@test ~]# ifconfigeth0 Link encap:Ethernet HWaddr 00:0C:29:D8:AE:2D inet addr:10.0.0.152 Bcast:10.0.0.255 Mask:255.255.255.0 … Read More »How to Add a Second IP Address to Current NIC
After you copied one directory to another like this:$ cp -rp /path/to/source/directory /path/to/target/or mirrored the source directory to the target one.$ rsync -av /path/to/source/directory/ /path/to/target/directory/You… Read More »How to Compare Contents of Two Directories
A quote from wikipedia:Numeric values are encoded in octal numbers using ASCII digits, with leading zeroes. For historical reasons, a final NUL or space character… Read More »The Size Limit for Legacy Tar to Accomodate
Check /etc/cron.deny first If there's no /etc/cron.allow in your system, please make sure the user (e.g. oracle) that we would like to authorize it here… Read More »How to Authorize Users to Use Crontab