<?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>PCtechtips.org &#187; ubuntu</title>
	<atom:link href="http://pctechtips.org/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://pctechtips.org</link>
	<description>tips &#38; tutorials... networking, security, programming</description>
	<lastBuildDate>Sun, 02 May 2010 18:56:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Comprehensive Guide to TCP/IP Configuration in Linux.</title>
		<link>http://pctechtips.org/a-comprehensive-guide-to-tcpip-configuration-in-linux/</link>
		<comments>http://pctechtips.org/a-comprehensive-guide-to-tcpip-configuration-in-linux/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 11:36:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[dynamic ip]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[static ip]]></category>
		<category><![CDATA[tcp/ip configuration]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=918</guid>
		<description><![CDATA[I decided to make a guide about TCP/IP configuration in Linux, and you may ask: well, what Linux distribution in specific? I know!, there are hundreds of Linux distribution, but for this guide, I&#8217;m only going to cover the two most used Linux distribution: Ubuntu and Fedora. Ubuntu is a Debian derivative, so the Ubuntu [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/a-comprehensive-guide-to-tcpip-configuration-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Listing Active Processes with PS and TOP in Linux.</title>
		<link>http://pctechtips.org/listing-active-processes-with-ps-and-top-in-linux/</link>
		<comments>http://pctechtips.org/listing-active-processes-with-ps-and-top-in-linux/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 06:42:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[listing process]]></category>
		<category><![CDATA[ps]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=915</guid>
		<description><![CDATA[To see which processes are currently on a system, most people use the &#8220;ps&#8221; and &#8220;top&#8221; commands. The &#8220;ps&#8221; command gives you a snapshot (in a single list) of processes running at the moment.  The &#8220;top&#8221; command offers a screen oriented, constantly updated listing of running commands, sorted as you choose ( by CPU, [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/listing-active-processes-with-ps-and-top-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Out About File System Use in Linux.</title>
		<link>http://pctechtips.org/finding-out-about-file-system-use-in-linux/</link>
		<comments>http://pctechtips.org/finding-out-about-file-system-use-in-linux/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 01:54:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[df]]></category>
		<category><![CDATA[disk usage]]></category>
		<category><![CDATA[disk utilization]]></category>
		<category><![CDATA[du]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=910</guid>
		<description><![CDATA[Running out of disk space can be annoying on your desktop system and potentially a disaster on your servers. To determine how much disk space is available and how much is currently in use, you can use the &#8220;df&#8221; command. To check how much space particular files and directories are consuming, use the &#8220;du&#8221; command.
The [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/finding-out-about-file-system-use-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calculating Network Segments With IPcalc.</title>
		<link>http://pctechtips.org/calculating-network-segments-with-ipcalc/</link>
		<comments>http://pctechtips.org/calculating-network-segments-with-ipcalc/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 16:52:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[calculating subnetmask]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[ipcalc]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=906</guid>
		<description><![CDATA[Understanding subnetwork mask can be confusing if you&#8217;re not used to them. You may find &#8220;ipcalc&#8221; (from ipcalc package) useful to calculate a computer network&#8217;s mask.
First start by installing &#8220;ipcalc&#8221; from the repositories, depending on your distro:

sudo apt-get install ipcalc #for debian distros like ubuntu
yum install ipcalc #for fedora

then find the ip address for which [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/calculating-network-segments-with-ipcalc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking Users Activity in Linux.</title>
		<link>http://pctechtips.org/checking-users-activity-in-linux/</link>
		<comments>http://pctechtips.org/checking-users-activity-in-linux/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 11:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Checking users activity in Linux]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=895</guid>
		<description><![CDATA[After you have created users accounts, and let those users loose on your somputer, there are different commands you can use to keep track of how they are using your computer. There are commands for checking such things as who is logged into your system and getting general information about the users with accounts on [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/checking-users-activity-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using VNC on Untrusted Networks with SSH.</title>
		<link>http://pctechtips.org/using-vnc-on-untrusted-networks-with-ssh/</link>
		<comments>http://pctechtips.org/using-vnc-on-untrusted-networks-with-ssh/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:20:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[ssh tunnel]]></category>
		<category><![CDATA[vnc over ssh tunnel]]></category>
		<category><![CDATA[vnc tunnel]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=856</guid>
		<description><![CDATA[VNC over untrusted network]]></description>
		<wfw:commentRss>http://pctechtips.org/using-vnc-on-untrusted-networks-with-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Files in Linux With tar Made Simple.</title>
		<link>http://pctechtips.org/backup-files-in-linux-with-tar-made-simple/</link>
		<comments>http://pctechtips.org/backup-files-in-linux-with-tar-made-simple/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 08:54:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[backup with tar]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=842</guid>
		<description><![CDATA[tar is a compression utility that allows you to compress files and backup up your system.
Here are some useful tar commands to backup and restore files.
if you want to backup the content of /home and /etc:

tar cvpf /mnt/backup/tarball_bakup /home /etc

Once you have a full backup of your system you could do incremental backups using the [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/backup-files-in-linux-with-tar-made-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu Intrepid from a USB Flash Drive.</title>
		<link>http://pctechtips.org/installing-ubuntu-intrepid-from-a-usb-flash-drive/</link>
		<comments>http://pctechtips.org/installing-ubuntu-intrepid-from-a-usb-flash-drive/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 06:22:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[usb drive]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=606</guid>
		<description><![CDATA[Recently I had to install ubuntu on a machine with a bad cdrom drive, which made me look for alternative ways of installing ubuntu. This article describes two ways of how to install Ubuntu by copying the content of the installation CD to an USB drive such as a memory stick (or flash drive) and [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/installing-ubuntu-intrepid-from-a-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Two ways of resetting your Ubuntu password</title>
		<link>http://pctechtips.org/two-easy-ways-of-resetting-your-ubuntu-password/</link>
		<comments>http://pctechtips.org/two-easy-ways-of-resetting-your-ubuntu-password/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 19:25:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[resetting password]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=357</guid>
		<description><![CDATA[
After having to reset my Ubuntu box password, I decided to come up with this tutorial on how to reset linux password, in this case we will be taking two different methods&#8230;

1st Method:
1- start by booting your computer and press ESC at the Loading Grub message
2- press e to enter edit mode, as shown in [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/two-easy-ways-of-resetting-your-ubuntu-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
