Configure YUM in RHEL6
mount RHEL6 DVD mount /dev/dvd /mnt go to the mounted directory cd /mnt/Packages/ Install FTP package rpm -ivh … Continue Reading →
You have to let people see what you wrote. It will never be perfect, but perfect is overrated.
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 →
RHEL / Red hat / Fedora / CentOS Linux Static IP Configuration For static IP configuration you need to edit … Continue Reading →
At a terminal prompt, enter the following command to install dhcpd: sudo apt-get install dhcp3-server open vi /etc/dhcp/dhcpd.config. change the … Continue Reading →