<?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>Mashed Articles &#187; linux</title>
	<atom:link href="http://www.mashedarticles.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mashedarticles.com</link>
	<description>When articles speak for themselves</description>
	<lastBuildDate>Sat, 11 Feb 2012 00:33:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Script for Finding Size of All Folders in Linux</title>
		<link>http://www.mashedarticles.com/linux/script-for-finding-size-of-all-folders-in-linux/</link>
		<comments>http://www.mashedarticles.com/linux/script-for-finding-size-of-all-folders-in-linux/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 22:05:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.mashedarticles.com/linux/script-for-finding-size-of-all-folders-in-linux/</guid>
		<description><![CDATA[Tweet Some users will eat lot of space in the system by storing unwanted files. This bash script will help you find which folder using more space. Open a terminal Then cut &#38; Paste the script for f in * ; do if [ -d "$f" ]; then du -sh &#8220;$f&#8221; ; fi done &#124; [...]]]></description>
		<wfw:commentRss>http://www.mashedarticles.com/linux/script-for-finding-size-of-all-folders-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change Sudo Password Remembering Time in Ubuntu</title>
		<link>http://www.mashedarticles.com/linux/how-to-change-sudo-password-remembering-time-in-ubuntu/</link>
		<comments>http://www.mashedarticles.com/linux/how-to-change-sudo-password-remembering-time-in-ubuntu/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 17:01:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Nano]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://www.mashedarticles.com/linux/how-to-change-sudo-password-remembering-time-in-ubuntu/</guid>
		<description><![CDATA[Tweet When You use &#8216;sudo&#8217; command it will ask for password in First time and will remember password for 15 minutes. It is a security hole for sensitive systems. You can change sudo Password Remembering Time in Ubuntu . Open a terminal and type $ sudo visudo In Ubuntu, visudo uses nano text editor, and [...]]]></description>
		<wfw:commentRss>http://www.mashedarticles.com/linux/how-to-change-sudo-password-remembering-time-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Recover Ubuntu after a Partial Upgrade</title>
		<link>http://www.mashedarticles.com/linux/how-to-recover-ubuntu-after-a-partial-upgrade/</link>
		<comments>http://www.mashedarticles.com/linux/how-to-recover-ubuntu-after-a-partial-upgrade/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 20:45:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.mashedarticles.com/linux/how-to-recover-ubuntu-after-a-partial-upgrade/</guid>
		<description><![CDATA[Tweet If your Ubuntu machine is nor working properly after a partial upgrade and have a have broken the system dependencies tree, You can recover it by using a&#160; simple command that reinstalls all the installed packages and reconfigures them automatically.This will take a long time to complete. $sudo dpkg-reconfigure -phigh -a You can try [...]]]></description>
		<wfw:commentRss>http://www.mashedarticles.com/linux/how-to-recover-ubuntu-after-a-partial-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup Google Public  DNS in Ubuntu 9.10 Karmic Koala</title>
		<link>http://www.mashedarticles.com/linux/how-to-setup-google-public-dns-in-ubuntu-9-10-karmic-koala/</link>
		<comments>http://www.mashedarticles.com/linux/how-to-setup-google-public-dns-in-ubuntu-9-10-karmic-koala/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 15:42:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[ip addresses]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[service providers]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.mashedarticles.com/linux/how-to-setup-google-public-dns-in-ubuntu-9-10-karmic-koala/</guid>
		<description><![CDATA[Tweet DNS (Domain Name Server) is basically a system to convert domain names into IP addresses. Domain names are easier to understand, memorize and write for humans while computers only use IP addresses to communicate. In most of the&#160; case, Internet Service Providers&#160; providing the DNS servers to the customer. User can change it, the&#160; [...]]]></description>
		<wfw:commentRss>http://www.mashedarticles.com/linux/how-to-setup-google-public-dns-in-ubuntu-9-10-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Usb Keyboard for Gmail users &#8211; Gboard</title>
		<link>http://www.mashedarticles.com/linux/small-usb-keyboard-for-gmail-users-gboard/</link>
		<comments>http://www.mashedarticles.com/linux/small-usb-keyboard-for-gmail-users-gboard/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 10:40:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.mashedarticles.com/linux/small-usb-keyboard-for-gmail-users-gboard/</guid>
		<description><![CDATA[Tweet Gboard is a small simple device for help gmail users. It is a USB device. The Gboard has 19 buttons and each corresponds with a task in Gmail. From the board, you can search, go to results, go to starred mail, compose a message, reply, reply to all, forward a message, star and archive [...]]]></description>
		<wfw:commentRss>http://www.mashedarticles.com/linux/small-usb-keyboard-for-gmail-users-gboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arrange Your Desktop windows with X-tile in Ubuntu / Debian</title>
		<link>http://www.mashedarticles.com/linux/arrange-your-desktop-windows-with-x-tile-in-ubuntu-debian/</link>
		<comments>http://www.mashedarticles.com/linux/arrange-your-desktop-windows-with-x-tile-in-ubuntu-debian/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 10:40:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mashedarticles.com/linux/arrange-your-desktop-windows-with-x-tile-in-ubuntu-debian/</guid>
		<description><![CDATA[Tweet X-tile is a useful gnome applet for your panel (or optionally a standalone application) that allows you to select a number of open windows and tile them in different ways. This is especially useful for comparing products in separate web pages,or for programmers refering to documentation as they are programming. Download .deb file from [...]]]></description>
		<wfw:commentRss>http://www.mashedarticles.com/linux/arrange-your-desktop-windows-with-x-tile-in-ubuntu-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download youtube video in ubuntu / Debian using UTube Ripper</title>
		<link>http://www.mashedarticles.com/linux/download-youtube-video-in-ubuntu-debian-using-utube-ripper/</link>
		<comments>http://www.mashedarticles.com/linux/download-youtube-video-in-ubuntu-debian-using-utube-ripper/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 00:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[youtube video]]></category>

		<guid isPermaLink="false">http://www.mashedarticles.com/linux/download-youtube-video-in-ubuntu-debian-using-utube-ripper/</guid>
		<description><![CDATA[Tweet Utube Ripper is an application written in Gambas that works exclusively on Linux. It&#8217;s useful to download and convert Youtube videos in a simple and efficient way. You can also&#160; convert them into a non-flash format. You can use the &#8220;Rip audio only&#8221; option to extract audio from a YouTube video and can convert&#160; [...]]]></description>
		<wfw:commentRss>http://www.mashedarticles.com/linux/download-youtube-video-in-ubuntu-debian-using-utube-ripper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Print Large Posters in Ubuntu / Debian Linux</title>
		<link>http://www.mashedarticles.com/linux/how-to-print-large-posters-in-ubuntu-debian-linux/</link>
		<comments>http://www.mashedarticles.com/linux/how-to-print-large-posters-in-ubuntu-debian-linux/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:37:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.mashedarticles.com/linux/how-to-print-large-posters-in-ubuntu-debian-linux/</guid>
		<description><![CDATA[Tweet PosteRazor cuts a raster image into pieces which can afterwards be printed out and assembled to a poster. As input, the PosteRazor takes a raster image. The resulting poster is saved as a multipage PDF document. An easy to use, wizard like user interface guides through 5 steps. It is a nice utility with [...]]]></description>
		<wfw:commentRss>http://www.mashedarticles.com/linux/how-to-print-large-posters-in-ubuntu-debian-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Start  Go Programming &#8211; A Video Introduction</title>
		<link>http://www.mashedarticles.com/linux/how-to-start-go-programming-a-video-introduction/</link>
		<comments>http://www.mashedarticles.com/linux/how-to-start-go-programming-a-video-introduction/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:37:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.mashedarticles.com/linux/how-to-start-go-programming-a-video-introduction/</guid>
		<description><![CDATA[Tweet Here You can see a Video Introduction to Go Programming. This will help you to start Go Programming. 56 Minute Duration. LINK Tags: blog, google, youtube]]></description>
		<wfw:commentRss>http://www.mashedarticles.com/linux/how-to-start-go-programming-a-video-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple LAMP (Linux Apache  MySql PHP) Installation for Ubuntu 9.10 Karmic Koala</title>
		<link>http://www.mashedarticles.com/linux/simple-lamp-linux-apache-mysql-php-installation-for-ubuntu-9-10-karmic-koala/</link>
		<comments>http://www.mashedarticles.com/linux/simple-lamp-linux-apache-mysql-php-installation-for-ubuntu-9-10-karmic-koala/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 14:34:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mashedarticles.com/linux/simple-lamp-linux-apache-mysql-php-installation-for-ubuntu-9-10-karmic-koala/</guid>
		<description><![CDATA[Tweet &#160;LAMP Server ( LINUX APACHE MYSQL PHP) is essential for web developers.&#160; You can use lot of methods to install LAMP Server. But I think the following is the most simplest method. Open a terminal and&#160; type the following $ sudo tasksel install lamp-server Tags: blog, developers, google, linux, Server, SQL, type, web]]></description>
		<wfw:commentRss>http://www.mashedarticles.com/linux/simple-lamp-linux-apache-mysql-php-installation-for-ubuntu-9-10-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

