|
Setting
Up apt-get on Ubuntu
The
first thing you need to do is open a terminal as root
and modify this file, which is located at /etc/apt/sources.list.
You will need to uncomment all of the lines that start
with deb as these are the source lists.
Notice the top two have been uncommented, # removed, and
the bottom four have not been done yet. remove the # from
all of them.
Once
that is done run this command as root and connected to
the Internet:
apt-get update
This
will update your system.
Now
install the firestarter firewall with this command:
apt-get
install firestarter
Configure Firestarter

|