<?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>Kroko &#187; Linux</title>
	<atom:link href="http://blog.kroko.ro/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kroko.ro</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:21:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enlarge a xen Image (.img) File</title>
		<link>http://blog.kroko.ro/2011/06/20/enlarge-a-xen-image-img-file/</link>
		<comments>http://blog.kroko.ro/2011/06/20/enlarge-a-xen-image-img-file/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 16:03:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[fsck]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=297</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>This HOWTO will allow you to increase the size of .img files created with dd. Note that this process changes the on-disk image in place and hence it is highly recommended that you back up the image first. Also, make sure the image is not already mounted or backing a live domain or virtual machine! <a href="http://blog.kroko.ro/2011/06/20/enlarge-a-xen-image-img-file/#more-297" class="more-link">Continue reading &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2011/06/20/enlarge-a-xen-image-img-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>smbd unable to connect to cups server</title>
		<link>http://blog.kroko.ro/2011/05/30/smbd-unable-to-connect-to-cups-server/</link>
		<comments>http://blog.kroko.ro/2011/05/30/smbd-unable-to-connect-to-cups-server/#comments</comments>
		<pubDate>Sun, 29 May 2011 21:26:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=295</guid>
		<description><![CDATA[<p>I have printing disabled (load printers = no, commented the printer share) in Samba but still puts lots of lines like this in the syslog: May 29 16:31:02 home smbd[9505]: [2011/05/29 16:31:02, 0] printing/print_cups.c:cups_connect(69) May 29 16:31:02 home smbd[9505]: Unable to connect to CUPS server localhost:631 &#8211; Connection refused After trying many things, this worked <a href="http://blog.kroko.ro/2011/05/30/smbd-unable-to-connect-to-cups-server/#more-295" class="more-link">Continue reading &rarr;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I have printing disabled (load printers = no, commented the printer share) in Samba but still puts lots of lines like this in the syslog: May 29 16:31:02 home smbd[9505]: [2011/05/29 16:31:02, 0] printing/print_cups.c:cups_connect(69) May 29 16:31:02 home smbd[9505]: Unable to connect to CUPS server localhost:631 &#8211; Connection refused After trying many things, this worked <a href="http://blog.kroko.ro/2011/05/30/smbd-unable-to-connect-to-cups-server/#more-295" class="more-link">Continue reading &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2011/05/30/smbd-unable-to-connect-to-cups-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up mod_ssl on Apache Centos 5</title>
		<link>http://blog.kroko.ro/2011/01/27/setting-up-mod_ssl-on-apache-centos-5/</link>
		<comments>http://blog.kroko.ro/2011/01/27/setting-up-mod_ssl-on-apache-centos-5/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 09:11:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=268</guid>
		<description><![CDATA[<p>This tutorial will explain how to set up a site over https on Centos 5.2, although it should work on most linux distributions. The tutorial uses a self signed key so will work well for a personal website or testing purposes. This is provided as is so proceed at your own risk and take backups! <a href="http://blog.kroko.ro/2011/01/27/setting-up-mod_ssl-on-apache-centos-5/#more-268" class="more-link">Continue reading &rarr;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This tutorial will explain how to set up a site over https on Centos 5.2, although it should work on most linux distributions. The tutorial uses a self signed key so will work well for a personal website or testing purposes. This is provided as is so proceed at your own risk and take backups! <a href="http://blog.kroko.ro/2011/01/27/setting-up-mod_ssl-on-apache-centos-5/#more-268" class="more-link">Continue reading &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2011/01/27/setting-up-mod_ssl-on-apache-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux force reboot/shutdown</title>
		<link>http://blog.kroko.ro/2011/01/02/linux-force-rebootshutdown/</link>
		<comments>http://blog.kroko.ro/2011/01/02/linux-force-rebootshutdown/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 22:53:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[sysrq]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=248</guid>
		<description><![CDATA[<p>Forcing reboot Linux is not Windows XP and if reboot fail you usually still connect by SSH and do something. This commands will show you how to remotely hard reboot machine. Hard reboot mean that shutdown scripts will not run and machine reboot immediately without syncing hard disk drives, shutdown applications etc, it’s more like <a href="http://blog.kroko.ro/2011/01/02/linux-force-rebootshutdown/#more-248" class="more-link">Continue reading &rarr;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Forcing reboot Linux is not Windows XP and if reboot fail you usually still connect by SSH and do something. This commands will show you how to remotely hard reboot machine. Hard reboot mean that shutdown scripts will not run and machine reboot immediately without syncing hard disk drives, shutdown applications etc, it’s more like <a href="http://blog.kroko.ro/2011/01/02/linux-force-rebootshutdown/#more-248" class="more-link">Continue reading &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2011/01/02/linux-force-rebootshutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xen on centos 5.5</title>
		<link>http://blog.kroko.ro/2010/09/19/xen-guest-os-boot-error-switchroot-mount-failed-no-such-file-or-directory-error-message/</link>
		<comments>http://blog.kroko.ro/2010/09/19/xen-guest-os-boot-error-switchroot-mount-failed-no-such-file-or-directory-error-message/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 19:49:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[centos 5.5]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[scsi]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=184</guid>
		<description><![CDATA[<p>Xen Guest OS boot error looks like: Mounting root filesystem. mount: could not find filesystem &#8216;/dev/root&#8217; Setting up other filesystems. Setting up new root fs setuproot: moving /dev failed: No such file or directory no fstab.sys, mounting internal defaults setuproot: error mounting /proc: No such file or directory setuproot: error mounting /sys: No such file <a href="http://blog.kroko.ro/2010/09/19/xen-guest-os-boot-error-switchroot-mount-failed-no-such-file-or-directory-error-message/#more-184" class="more-link">Continue reading &rarr;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Xen Guest OS boot error looks like: Mounting root filesystem. mount: could not find filesystem &#8216;/dev/root&#8217; Setting up other filesystems. Setting up new root fs setuproot: moving /dev failed: No such file or directory no fstab.sys, mounting internal defaults setuproot: error mounting /proc: No such file or directory setuproot: error mounting /sys: No such file <a href="http://blog.kroko.ro/2010/09/19/xen-guest-os-boot-error-switchroot-mount-failed-no-such-file-or-directory-error-message/#more-184" class="more-link">Continue reading &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2010/09/19/xen-guest-os-boot-error-switchroot-mount-failed-no-such-file-or-directory-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testeaza autentificarea SMTP a serverului tau de email</title>
		<link>http://blog.kroko.ro/2010/07/21/testeaza-autentificarea-smtp-a-serverului-tau-de-email/</link>
		<comments>http://blog.kroko.ro/2010/07/21/testeaza-autentificarea-smtp-a-serverului-tau-de-email/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 08:20:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[base64]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[pop3]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=172</guid>
		<description><![CDATA[<p>[ad#ad-1] La instalarea unui server de mail, unul din lucrurile trebuie să faceţi înainte de &#8220;a fi online&#8221;, este de a testa daca totul functioneaza ok, adica ce trebuie sa mearga sa mearga si ce nu .. sa ne asiguram ca nu. Unul din lucrurile care le testam este dacă serverul dvs. suportă corect comanda <a href="http://blog.kroko.ro/2010/07/21/testeaza-autentificarea-smtp-a-serverului-tau-de-email/#more-172" class="more-link">Continue reading &rarr;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>[ad#ad-1] La instalarea unui server de mail, unul din lucrurile trebuie să faceţi înainte de &#8220;a fi online&#8221;, este de a testa daca totul functioneaza ok, adica ce trebuie sa mearga sa mearga si ce nu .. sa ne asiguram ca nu. Unul din lucrurile care le testam este dacă serverul dvs. suportă corect comanda <a href="http://blog.kroko.ro/2010/07/21/testeaza-autentificarea-smtp-a-serverului-tau-de-email/#more-172" class="more-link">Continue reading &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2010/07/21/testeaza-autentificarea-smtp-a-serverului-tau-de-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RUNNING A SECURE DDNS SERVICE WITH BIND</title>
		<link>http://blog.kroko.ro/2009/03/29/running-a-secure-ddns-service-with-bind/</link>
		<comments>http://blog.kroko.ro/2009/03/29/running-a-secure-ddns-service-with-bind/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 14:22:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ddns]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=63</guid>
		<description><![CDATA[<p>Posted on March 12, 2007, 21:54, by Julien. Last updated on January 17, 2009, 12:11. This article will give you a short introduction to DDNS, and will only apply to a precise example. I will not detail the reasons of my choice. However, the links provided at the end of the document will allow you <a href="http://blog.kroko.ro/2009/03/29/running-a-secure-ddns-service-with-bind/#more-63" class="more-link">Continue reading &rarr;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Posted on March 12, 2007, 21:54, by Julien. Last updated on January 17, 2009, 12:11. This article will give you a short introduction to DDNS, and will only apply to a precise example. I will not detail the reasons of my choice. However, the links provided at the end of the document will allow you <a href="http://blog.kroko.ro/2009/03/29/running-a-secure-ddns-service-with-bind/#more-63" class="more-link">Continue reading &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2009/03/29/running-a-secure-ddns-service-with-bind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use wget or curl to download from RapidShare Premium</title>
		<link>http://blog.kroko.ro/2008/12/29/use-wget-or-curl-to-download-from-rapidshare-premium/</link>
		<comments>http://blog.kroko.ro/2008/12/29/use-wget-or-curl-to-download-from-rapidshare-premium/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 21:03:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=56</guid>
		<description><![CDATA[<p>The last days I needed to download a bunch of medical videos which have been uploaded to RapidShare by many other people. Although RapidShare (and all the other 1-click file-hosting services) is very convenient, it has some strict rules for free accounts, for example a guest has to wait for 120 seconds per 1 MB <a href="http://blog.kroko.ro/2008/12/29/use-wget-or-curl-to-download-from-rapidshare-premium/#more-56" class="more-link">Continue reading &rarr;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The last days I needed to download a bunch of medical videos which have been uploaded to RapidShare by many other people. Although RapidShare (and all the other 1-click file-hosting services) is very convenient, it has some strict rules for free accounts, for example a guest has to wait for 120 seconds per 1 MB <a href="http://blog.kroko.ro/2008/12/29/use-wget-or-curl-to-download-from-rapidshare-premium/#more-56" class="more-link">Continue reading &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2008/12/29/use-wget-or-curl-to-download-from-rapidshare-premium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sendmail-SMTP-AUTH-TLS-Howto</title>
		<link>http://blog.kroko.ro/2008/11/27/sendmail-smtp-auth-tls-howto/</link>
		<comments>http://blog.kroko.ro/2008/11/27/sendmail-smtp-auth-tls-howto/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 21:19:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=49</guid>
		<description><![CDATA[<p>Sendmail-SMTP-AUTH-TLS-Howto Version 1.0 Author: Falko Timme &lt;ft [at] falkotimme [dot] com&gt; Last edited 03/11/2004 This document describes how to install a mail server based on sendmail that is capable of SMTP-AUTH and TLS. It should work (maybe with slight changes concerning paths etc.) on all *nix operating systems. I tested it on Debian Woody so <a href="http://blog.kroko.ro/2008/11/27/sendmail-smtp-auth-tls-howto/#more-49" class="more-link">Continue reading &rarr;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Sendmail-SMTP-AUTH-TLS-Howto Version 1.0 Author: Falko Timme &lt;ft [at] falkotimme [dot] com&gt; Last edited 03/11/2004 This document describes how to install a mail server based on sendmail that is capable of SMTP-AUTH and TLS. It should work (maybe with slight changes concerning paths etc.) on all *nix operating systems. I tested it on Debian Woody so <a href="http://blog.kroko.ro/2008/11/27/sendmail-smtp-auth-tls-howto/#more-49" class="more-link">Continue reading &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2008/11/27/sendmail-smtp-auth-tls-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

