Load Linux Kernel module on boot
Edit the /etc/modules file and add the name of the module (without the .ko extension) on its own...
Switch your CentOS systems to Oracle Linux
From https://linux.oracle.com/switch/centos/ Simply use the following two commands : curl -O sh centos2ol.sh after a few downloads and...
Mount ISO images under Linux
Procedure to mount ISO images under Linux 1) You must login as a root user, if not root...
Boot linux into single user mode
Press Esc when prompted during boot up. hit “e” for edit The lines for the boot appear, including...
Cron on Linux
Today I found a very good explaination on how Cron works on linux here : Cron on Linux....
Open Linux Firewall Port
Open port 80 Open flle /etc/sysconfig/iptables: # vi /etc/sysconfig/iptables Append rule as follows: -A RH-Firewall-1-INPUT -m state –state...
How to mount a windows share in Linux
1) Make sure you have following information: ==> Windows username and password to access share name ==> Sharename...
How to turn on or off colors in bash
Type the following command for just this listing, $ ls --color=none Or remove the alias with the unalias...
How to change hostname in Linux
I’m trying to build an Oracle RAC system at work to understand how it works better. As part...
Dropbox Secure backup, sync and sharing made easy.
I was reading a post over on LifeHacker about some the Top 10 Ubuntu downloads and one of...