Archive

Archive for the ‘ubuntu’ Category

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:

https://help.ubuntu.com/8.04/serverguide/C/firewall.html

Categories: ubuntu Tags: ,

Manual install in Ubuntu

January 17, 2010 Leave a comment

1) download deb packages *deb
2) dpkg -i *.deb

Categories: ubuntu Tags: ,

How to change Ubuntu server 9.10 root password

December 29, 2009 Leave a comment

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:~$

Categories: ubuntu Tags: , , , ,
Follow

Get every new post delivered to your Inbox.