<?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/category/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>Drop all tables in a MySQL database</title>
		<link>http://blog.kroko.ro/2011/09/05/drop-all-tables-in-a-mysql-database/</link>
		<comments>http://blog.kroko.ro/2011/09/05/drop-all-tables-in-a-mysql-database/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 12:06:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=306</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>mysqldump -u[USERNAME] -p[PASSWORD] &#8211;add-drop-table &#8211;no-data [DATABASE] | grep ^DROP | mysql -u[USERNAME] -p[PASSWORD] [DATABASE] [USERNAME], [PASSWORD] &amp; [DATABASE] are all the details for your database.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2011/09/05/drop-all-tables-in-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[<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>
]]></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>copy partition with dd</title>
		<link>http://blog.kroko.ro/2011/03/15/copy-partition-with-dd/</link>
		<comments>http://blog.kroko.ro/2011/03/15/copy-partition-with-dd/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 15:28:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dd linux partition gzip]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=282</guid>
		<description><![CDATA[<p>HDD or partition backup with dd full hard disk copy dd if=/dev/sdx of=/dev/hdy dd if=/dev/sdx of=/path/to/image dd if=/dev/sdx | gzip > /path/to/image.gz sdx could be sda, sdb etc. In the second example gzip is used to compress the image if it is really just a backup. Restore Backup of hard disk copy dd if=/path/to/image of=/dev/sdx <a href="http://blog.kroko.ro/2011/03/15/copy-partition-with-dd/#more-282" class="more-link">Continue reading &rarr;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>HDD or partition backup with dd full hard disk copy dd if=/dev/sdx of=/dev/hdy dd if=/dev/sdx of=/path/to/image dd if=/dev/sdx | gzip > /path/to/image.gz sdx could be sda, sdb etc. In the second example gzip is used to compress the image if it is really just a backup. Restore Backup of hard disk copy dd if=/path/to/image of=/dev/sdx <a href="http://blog.kroko.ro/2011/03/15/copy-partition-with-dd/#more-282" class="more-link">Continue reading &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2011/03/15/copy-partition-with-dd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>check subnet reverse</title>
		<link>http://blog.kroko.ro/2011/03/15/check-subnet-reverse/</link>
		<comments>http://blog.kroko.ro/2011/03/15/check-subnet-reverse/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 15:26:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.kroko.ro/?p=284</guid>
		<description><![CDATA[<p>[root@home ~]# dig @8.8.8.8 -x 213.11.1.0 ns +noall +authority; ; DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 @8.8.8.8 -x 213.11.1.0 ns +noall +authority ; (1 server found) ;; global options: printcmd 1.11.213.in-addr.arpa. 1800 IN SOA ns1.nan2.fr.uu.net. net-adm.fr.verizonbusiness.com. 2007020501 28800 7200 2678400 1800</p>
]]></description>
			<content:encoded><![CDATA[<p>[root@home ~]# dig @8.8.8.8 -x 213.11.1.0 ns +noall +authority; ; DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 @8.8.8.8 -x 213.11.1.0 ns +noall +authority ; (1 server found) ;; global options: printcmd 1.11.213.in-addr.arpa. 1800 IN SOA ns1.nan2.fr.uu.net. net-adm.fr.verizonbusiness.com. 2007020501 28800 7200 2678400 1800</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kroko.ro/2011/03/15/check-subnet-reverse/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>
	</channel>
</rss>

