What interface entry says to Kernal ?
auto eth1 This tells the kernel to load the device upon boot iface eth1 inet manual This tells the kernel … Continue Reading →
You have to let people see what you wrote. It will never be perfect, but perfect is overrated.
auto eth1 This tells the kernel to load the device upon boot iface eth1 inet manual This tells the kernel … Continue Reading →
Most of us use linux terminal/prompt to perform our work. Over a period of time, one gets bored working … Continue Reading →
Apt-Cacher-NG is an apt proxy. It caches the packages you download locally each time you update your system. Why bother … Continue Reading →
mount RHEL6 DVD mount /dev/dvd /mnt go to the mounted directory cd /mnt/Packages/ Install FTP package rpm -ivh … Continue Reading →
—–> apt-get install scsitools —–> rescan-scsi-bus Note: No need for any tools in CentOS. It detect hard disk automatically. … Continue Reading →
Edit /etc/hostname and add your unqualified hostname: boson Edit /etc/hosts: sudo vi /etc/hosts Add an entry of your desired hostname … Continue Reading →
Note: check IPTABLES start VSFTPD service File Transfer Protocol (FTP) is a TCP protocol for uploading and downloading files between … Continue Reading →
Single User Mode in Ubuntu: To reset the root password you have to boot to single user mode. Follow to … Continue Reading →
NFS mounts work to share a directory between several virtual servers. This has the advantage of saving disk space, as … Continue Reading →
——RED Hat——- edit vi /etc/ssh/sshd_config file. Uncomment the following line in sshd_config: Port 22 AddressFamily any ListenAddress … Continue Reading →