Skip to content

Category Archives: ubuntu

Ubuntu Server Firewall Script

20-Jun-10

# Clear any existing firewall stuff before we start iptables –flush iptables -t nat –flush iptables -t mangle –flush # As the default policies, drop all incoming traffic but allow all # outgoing traffic. This will allow us to make outgoing connections # from any port, but will only allow incoming connections on the ports [...]

Adding the Google Linux Software Repositories to Ubuntu

13-Nov-09

Adding the Google Linux Software Repositories to Ubuntu Get key wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add – apt-get update Add the following rule to e.g. /etc/apt/sources.list, or if your distro has the /etc/apt/sources.list.d/ directory, add it to a file called google.list in that directory: deb http://dl.google.com/linux/deb/ stable non-free main then use apt sudo [...]

Download the Ubuntu One software

12-Nov-09

Install and configure your computers 9.04 (Jaunty) subscribers Please follow the instructions at https://one.ubuntu.com/support/installation/ to download the Ubuntu One software, install it, and configure each of your computers. 9.10 (Karmic) or later subscribers The Ubuntu One software is pre-installed in 9.10 (Karmic) or later versions of Ubuntu so no download is needed. All that is [...]