Categories
- Computing Tips (38)
- Interesting Links (67)
- Internet News (6)
- Linux (52)
- Microsoft (23)
- Personal (156)
- Running (51)
- Web Design (14)
- Wordpress (35)
Blogroll
- Ally Hall
- Andy Lees
- Andy McIntosh
- Auld Reekie Roller Girls
- Cramps Tribute
- Electric Pencil
- Frazers Weblog
- Frazers Webpage
- Iain Cuthbertson
- Mark Dawson
- Marks Cludgie
- My Bebo Blog
- My Facebook Blog
- My Reunited Page
- My Verisign PIP
- Penicuik Whats On
- Raphaela Muller
- Russel Redpath
- Thomas Gooddy
- Uwe Schürkamp
Linux Websites
Runners Blogs
Running Websites
Now Playing
Tag Archives: ubuntu
Installing free2ban on Ubuntu
First thing to do is install it from the repository, I’m making the assumption that you are already connected to the internet. sudo apt-get install fail2ban The default configuration is configured in the file /etc/fail2ban/jail.conf it’s suggested at the top … Continue reading
Installing FreeNX on Ubuntu Lucid Lynx 10.04
I foundit pretty easy to do, the hard part was finding consistent instructions, so I blogged it to make sure I didn’t forget. sudo add-apt-repository ppa:freenx-team sudo apt-get update sudo apt-get install freenx-server You can download and install the nxclient … Continue reading
Installing and setting up ntpd under Ubuntu
Install NTP on your home server sudo apt-get install ntp Bare in mind that I’m in the UK so I’m obviously I’m going to choose NTP servers that are geographically close to me. After reading a fair bit about configuring … Continue reading
Configuring a static IP address on Lucid Lynx
I didn’t know this, but seemingly you have to remove the network manager before you set up a static Ethernet IP on Lucid Lynx. Remove Network Manager. sudo apt-get remove network-manager Then follow the instructions here. References: Ubuntuguide.com
Debian / Ubuntu Linux Configure IPv6 Tunnel
I noticed a good article on NixCraft about how to configure IPv6 tunnels using tspc on Debian / Ubuntu here. Hopefully I’ll have time next week to give it a try
Posted in Computing Tips, Interesting Links, Linux
Tagged debian, IPv6, Linux, ubuntu
Leave a comment