Firewall in Ubuntu Server
January 17, 2010
Leave a comment
root@myserver:/#ufw enable
Firewall is active and enabled on system startup
root@myserver:/#ufw allow 80
Rule added
root@myserver:/#
Source:
root@myserver:/#ufw enable
Firewall is active and enabled on system startup
root@myserver:/#ufw allow 80
Rule added
root@myserver:/#
Source:
1) download deb packages *deb
2) dpkg -i *.deb
By default there is no root password. By issuing the below command:
derya@ubuntu:~$ sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated succesfully
derya@ubuntu:~$