How to set the fully qualified domain name(FQDN) in ubuntu?
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 →
You have to let people see what you wrote. It will never be perfect, but perfect is overrated.
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 →
——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 →