<?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>Abdussamad.com</title>
	<atom:link href="http://abdussamad.com/feed" rel="self" type="application/rss+xml" />
	<link>http://abdussamad.com</link>
	<description>Linux Server Administration and Opensource Website Development</description>
	<lastBuildDate>Thu, 17 May 2012 02:58:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Installing LinuxDC++ on an OpenSUSE system</title>
		<link>http://abdussamad.com/archives/510-Installing-LinuxDC-in-an-OpenSUSE-system.html</link>
		<comments>http://abdussamad.com/archives/510-Installing-LinuxDC-in-an-OpenSUSE-system.html#comments</comments>
		<pubDate>Tue, 15 May 2012 09:16:25 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Desktop Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=510</guid>
		<description><![CDATA[LinuxDC++ is a Direct Connect client for Linux. You can use LinuxDC++ to connect to Direct Connect hubs and share files with other users. In this guide I show you how to install LinuxDC++ on an OpenSUSE system. LinuxDC++ is available in the filesharing repository of OpenSUSE. So first you have to add the repository. [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/510-Installing-LinuxDC-in-an-OpenSUSE-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a GUI SFTP client for Linux?</title>
		<link>http://abdussamad.com/archives/508-What-is-a-GUI-SFTP-client-for-Linux.html</link>
		<comments>http://abdussamad.com/archives/508-What-is-a-GUI-SFTP-client-for-Linux.html#comments</comments>
		<pubDate>Sun, 13 May 2012 06:29:22 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Desktop Linux]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=508</guid>
		<description><![CDATA[The question of a graphical SFTP client for Linux came up after I switched to using OpenSUSE Linux as my desktop operating system. On Windows you have the excellent WinSCP but what about Linux ? The answer is very strange. Simply put there is no specialist GUI SFTP client for Linux! Instead the job is [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/508-What-is-a-GUI-SFTP-client-for-Linux.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changing Konsole colors in KDE using the shell</title>
		<link>http://abdussamad.com/archives/503-Changing-Konsole-colors-in-KDE.html</link>
		<comments>http://abdussamad.com/archives/503-Changing-Konsole-colors-in-KDE.html#comments</comments>
		<pubDate>Sun, 06 May 2012 20:50:46 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Desktop Linux]]></category>
		<category><![CDATA[command line utility]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=503</guid>
		<description><![CDATA[The K Desktop Environment (KDE) includes a great terminal program called Konsole. Using Konsole you can access the Linux command line from within KDE. With Konsole you can change the background and foreground colors of your terminal window, and one of the best features is the ability to set the colors using the command line [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/503-Changing-Konsole-colors-in-KDE.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL backups with mysqlhotcopy</title>
		<link>http://abdussamad.com/archives/492-MySQL-backups-with-mysqlhotcopy.html</link>
		<comments>http://abdussamad.com/archives/492-MySQL-backups-with-mysqlhotcopy.html#comments</comments>
		<pubDate>Sun, 18 Mar 2012 06:33:16 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Linux server administration]]></category>
		<category><![CDATA[linux server administration]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=492</guid>
		<description><![CDATA[Previously I have written about MySQL backups using mysqldump. But there is another way to backup MySQL databases and that is by using a perl script included with MySQL called mysqlhotcopy. Things to note about mysqlhotcopy are: It only works with MyISAM and ARCHIVE storage engines. Does not work with InnoDB. Is faster that mysqldump [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/492-MySQL-backups-with-mysqlhotcopy.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Memory usage of a process under Linux</title>
		<link>http://abdussamad.com/archives/488-Memory-usage-of-a-process-under-Linux.html</link>
		<comments>http://abdussamad.com/archives/488-Memory-usage-of-a-process-under-Linux.html#comments</comments>
		<pubDate>Wed, 29 Feb 2012 14:42:05 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Linux server administration]]></category>
		<category><![CDATA[command line utility]]></category>
		<category><![CDATA[linux server administration]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=488</guid>
		<description><![CDATA[Finding out the memory usage of a process under Linux can be a bit confusing. That is because Linux doesn&#8217;t have one number for a process&#8217; memory usage. It has a different figures for a process&#8217; memory usage! The different numbers include or exclude the virtual memory or swap usage that does not count towards [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/488-Memory-usage-of-a-process-under-Linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sidebar Message WordPress plugin</title>
		<link>http://abdussamad.com/archives/480-Sidebar-Message-WordPress-plugin.html</link>
		<comments>http://abdussamad.com/archives/480-Sidebar-Message-WordPress-plugin.html#comments</comments>
		<pubDate>Sat, 18 Feb 2012 21:05:08 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=480</guid>
		<description><![CDATA[Sidebar Message is a WordPress plugin that allows you to display messages in your WordPress sidebar that only appear on specific posts or pages. Messages can be fully customized using the visual editor. There is also the option to add an eye-catching icon to the message. Features Display custom sidebar content on a per-post or [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/480-Sidebar-Message-WordPress-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting from Serendipity to WordPress</title>
		<link>http://abdussamad.com/archives/473-Converting-from-Serendipity-to-WordPress.html</link>
		<comments>http://abdussamad.com/archives/473-Converting-from-Serendipity-to-WordPress.html#comments</comments>
		<pubDate>Thu, 16 Feb 2012 11:22:13 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Serendipity CMS]]></category>
		<category><![CDATA[serendipity]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=473</guid>
		<description><![CDATA[This post is aimed at advanced users. If you lack the technical skills to carry out this conversion I can do it for you for a small fee. Please contact me for more details. Serendipity is a great CMS and I&#8217;ve been using it for a long time. But times have changed and the WordPress [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/473-Converting-from-Serendipity-to-WordPress.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

