<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ServerSignature Linux Community Support Blog Page &#187; ubuntu</title>
	<atom:link href="http://support.serversignature.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.serversignature.com</link>
	<description>Linux Server Management &#38; Consulting  Services :  Contact Email - admin@serversignature.com &#124; Web: serversignature.com</description>
	<lastBuildDate>Sat, 30 Jul 2011 10:43:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu Server Firewall Script</title>
		<link>http://support.serversignature.com/ubuntu/ubuntu-server-firewall-script/</link>
		<comments>http://support.serversignature.com/ubuntu/ubuntu-server-firewall-script/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 17:59:37 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=177</guid>
		<description><![CDATA[# 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 [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/ubuntu/ubuntu-server-firewall-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I force fsck on next boot</title>
		<link>http://support.serversignature.com/fsck/how-can-i-force-fsck-on-next-boot/</link>
		<comments>http://support.serversignature.com/fsck/how-can-i-force-fsck-on-next-boot/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 14:06:40 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[fsck]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=175</guid>
		<description><![CDATA[How can I force fsck on next boot You can force an automatic full check by changing the check interval using tune2fs (-c and/or -i). -c max-mount-counts Adjust the number of mounts after which the filesystem will be checked by e2fsck(8). If max-mount-counts is 0 or -1, the number of times the filesystem is mounted [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/fsck/how-can-i-force-fsck-on-next-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickstart Installation Guides  install Nagios from source (code) on Ubuntu</title>
		<link>http://support.serversignature.com/nagios/quickstart-installation-guides-install-nagios-from-source-code-on-ubuntu/</link>
		<comments>http://support.serversignature.com/nagios/quickstart-installation-guides-install-nagios-from-source-code-on-ubuntu/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 03:35:50 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[nagios]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=148</guid>
		<description><![CDATA[Quickstart Installation Guides install Nagios from source (code) on Ubuntu * Nagios and the plugins will be installed underneath /usr/local/nagios * Nagios will be configured to monitor a few aspects of your local system (CPU load, disk usage, etc.) * The Nagios web interface will be accessible at http://localhost/nagios/ Required Packages Make sure you&#8217;ve installed [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/nagios/quickstart-installation-guides-install-nagios-from-source-code-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding google repository to Ubuntu or Debian based distros</title>
		<link>http://support.serversignature.com/google/adding-google-repository-to-ubuntu-or-debian-based-distros/</link>
		<comments>http://support.serversignature.com/google/adding-google-repository-to-ubuntu-or-debian-based-distros/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 00:15:11 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=137</guid>
		<description><![CDATA[Adding google repository to Ubuntu or Debian based distros. 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: # Google software repository deb http://dl.google.com/linux/deb/ stable non-free main Once the above entry is added we can run apt as usual. [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/google/adding-google-repository-to-ubuntu-or-debian-based-distros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running fsck on your server</title>
		<link>http://support.serversignature.com/fsck/running-fsck-on-your-server/</link>
		<comments>http://support.serversignature.com/fsck/running-fsck-on-your-server/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 08:03:24 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[fsck]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=127</guid>
		<description><![CDATA[Q. My laptop partition  /dev/sdb1  is showing file system error, how  do i use fsck command to check for file system error and repair the partition. Solution  is to use   fsck &#8211; check and repair a Linux file system or use e2fsck &#8211; check a Linux ext2/ext3 file system. Device              Start       End Blocks      [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/fsck/running-fsck-on-your-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I download and install Java for my Linux computer?</title>
		<link>http://support.serversignature.com/java/how-do-i-download-and-install-java-for-my-linux-computer/</link>
		<comments>http://support.serversignature.com/java/how-do-i-download-and-install-java-for-my-linux-computer/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 07:13:37 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[install java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=107</guid>
		<description><![CDATA[To get Sun Java under Ubuntu on Intel, you should enable the Universe repository in Add/Remove programs, and install either the openjdk-6-jre package or the sun-java6-bin package. root@laptop:~# apt-cache search jre default-jre - Standard Java or Java compatible Runtime default-jre-headless - Standard Java or Java compatible Runtime (headless) docbook-xsl - stylesheets for processing DocBook XML [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/java/how-do-i-download-and-install-java-for-my-linux-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding the Google Linux Software Repositories to Ubuntu</title>
		<link>http://support.serversignature.com/ubuntu/adding-the-google-linux-software-repositories-to-ubuntu/</link>
		<comments>http://support.serversignature.com/ubuntu/adding-the-google-linux-software-repositories-to-ubuntu/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 02:26:22 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=96</guid>
		<description><![CDATA[Adding the Google Linux Software Repositories to Ubuntu Get key wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub &#124; 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 [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/ubuntu/adding-the-google-linux-software-repositories-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu /etc/network/interfaces DHCP setup</title>
		<link>http://support.serversignature.com/networking/ubuntu-etcnetworkinterfaces-dhcp-setup/</link>
		<comments>http://support.serversignature.com/networking/ubuntu-etcnetworkinterfaces-dhcp-setup/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:34:46 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=60</guid>
		<description><![CDATA[Ubuntu /etc/network/interfaces DHCP setup To setup eth0 to dhcp in /etc/network/interfaces auto eth0 iface eth0 inet dhcp]]></description>
		<wfw:commentRss>http://support.serversignature.com/networking/ubuntu-etcnetworkinterfaces-dhcp-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/etc/network/interfaces Ubuntu Static Network setup</title>
		<link>http://support.serversignature.com/networking/etcnetworkinterfaces-ubuntu-static-network-setup/</link>
		<comments>http://support.serversignature.com/networking/etcnetworkinterfaces-ubuntu-static-network-setup/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:32:30 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=58</guid>
		<description><![CDATA[/etc/network/interfaces Ubuntu Static Network setup Following example setup eth0 with 192.168.1.1 IP address and gateway (router) to 192.168.1.2 iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 gateway 192.168.1.2 With IPtables auto eth0 iface eth0 inet dhcp pre-up iptables-restore < /etc/iptables.rules post-down iptables-restore < /etc/iptables.downrules Another Example - auto lo iface lo inet loopback auto eth1 [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/networking/etcnetworkinterfaces-ubuntu-static-network-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu network setup and configuration</title>
		<link>http://support.serversignature.com/networking/ubuntu-network-setup-and-configuration/</link>
		<comments>http://support.serversignature.com/networking/ubuntu-network-setup-and-configuration/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 18:35:10 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=53</guid>
		<description><![CDATA[To configure your Ethernet device with a static IP address and custom configuration, some more information will be required. Suppose you want to assign the IP address 192.168.0.2 to the device eth1, with the typical netmask of 255.255.255.0. Your default gateway&#8217;s IP address is 192.168.0.1. You would enter something like this into /etc/network/interfaces: iface eth1 [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/networking/ubuntu-network-setup-and-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

