<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>Some usefull IT tips</title>
	<link>http://it.pomocnik.com</link>
	<description>Some usefull IT howtos and tips.</description>
	<pubDate>Wed, 17 Mar 2010 10:49:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>No free space on ext3 filesystem, How To free it up?</title>
		<link>http://it.pomocnik.com/no-free-space-on-ext3-filesystem-how-to-free-it-up/</link>
		<comments>http://it.pomocnik.com/no-free-space-on-ext3-filesystem-how-to-free-it-up/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 10:49:37 +0000</pubDate>
		<dc:creator>djarosik</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://it.pomocnik.com/no-free-space-on-ext3-filesystem-how-to-free-it-up/</guid>
		<description><![CDATA[No free space on ext3 filesystem, How To free it up when deleting files takes no effect?
The solution: manually set the number of reserved filesystem blocks to zero:





 sudo tune2fs -r 0 /dev/sdb2 
Replace /dev/sdb2 with your partition.





]]></description>
			<content:encoded><![CDATA[<p>No free space on ext3 filesystem, How To free it up when deleting files takes no effect?</p>
<p>The solution: manually set the number of reserved filesystem blocks to zero:<br />
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-1492433504767683";
google_ad_width = 125;
google_ad_height = 125;
google_ad_format = "125x125_as";
google_ad_type = "text_image";
//2006-12-23: it.pomocnik.com 125x125
google_ad_channel = "6396127316";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "FFFFFF";
google_color_text = "00FF00";
google_color_url = "FFFFFF";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div></p>
<p class="note"> sudo tune2fs -r 0 /dev/sdb2 </p>
<p>Replace /dev/sdb2 with your partition.</p>
<p><div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-1492433504767683";
google_ad_width = 125;
google_ad_height = 125;
google_ad_format = "125x125_as";
google_ad_type = "text_image";
//2006-12-23: it.pomocnik.com 125x125
google_ad_channel = "6396127316";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "FFFFFF";
google_color_text = "00FF00";
google_color_url = "FFFFFF";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://it.pomocnik.com/no-free-space-on-ext3-filesystem-how-to-free-it-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto: switch off / spin down external USB / Firewire disk / hard drive</title>
		<link>http://it.pomocnik.com/howto-switch-off-spin-down-external-usb-firewire-disk-hard-drive/</link>
		<comments>http://it.pomocnik.com/howto-switch-off-spin-down-external-usb-firewire-disk-hard-drive/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 11:44:43 +0000</pubDate>
		<dc:creator>djarosik</dc:creator>
		
		<category><![CDATA[USB Enclosure]]></category>

		<category><![CDATA[USB]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://it.pomocnik.com/howto-switch-off-spin-down-external-usb-firewire-disk-hard-drive/</guid>
		<description><![CDATA[Recently I&#8217;ve bought ssd drive for my notebook and 2.5&#8243; Enclosure for the old hdd.
My 2.5&#8243; Enclosure has no switch on/off, so &#8230; to turn it off I have to plug and unplug the usb cable, but &#8230; there&#8217;s a better way
All I need to do is to install sg3-utils, and use two simple commands [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve bought ssd drive for my notebook and 2.5&#8243; Enclosure for the old hdd.</p>
<p>My 2.5&#8243; Enclosure has no switch on/off, so &#8230; to turn it off I have to plug and unplug the usb cable, but &#8230; there&#8217;s a better way</p>
<p>All I need to do is to install sg3-utils, and use two simple commands to turn off/on my external usb drive.</p>
<p><!--adsense#125x125_pingwin--></p>
<p class="note"> apt-get install sg3-utils</p>
<p>and to turn it off/on</p>
<p><!--adsense#125x125_pingwin--></p>
<p class="note"> sg_start /dev/sdb &#8211;stop<br />
sg_start /dev/sdb &#8211;start</p>
<p>that&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://it.pomocnik.com/howto-switch-off-spin-down-external-usb-firewire-disk-hard-drive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to move all MySQL databases to another server</title>
		<link>http://it.pomocnik.com/how-to-move-all-mysql-databases-to-another-server/</link>
		<comments>http://it.pomocnik.com/how-to-move-all-mysql-databases-to-another-server/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 10:50:51 +0000</pubDate>
		<dc:creator>djarosik</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://it.pomocnik.com/how-to-move-all-mysql-databases-to-another-server/</guid>
		<description><![CDATA[How to move all MySQL databases to a new server in a few simple steps.
Let&#8217;s assume your original location of mysql is at /media/disk/&#8230;
Your new location of mysql is at /
You just need to synchronize two directories /etc/mysql and  /var/lib/mysql/. Remember to stop mysql before doing this, and start it after synchronisation.

/etc/init.d/mysql stoprsync -rav [...]]]></description>
			<content:encoded><![CDATA[<p>How to move all MySQL databases to a new server in a few simple steps.</p>
<p>Let&#8217;s assume your original location of mysql is at /media/disk/&#8230;<br />
Your new location of mysql is at /<br />
You just need to synchronize two directories /etc/mysql and  /var/lib/mysql/. Remember to stop mysql before doing this, and start it after synchronisation.</p>
<p><!--adsense#125x125_pingwin--></p>
<p class="note">/etc/init.d/mysql stop<br/>rsync -rav /media/disk/var/lib/mysql/* /var/lib/mysql/<br/>rsync -rav /etc/mysql/* /etc/mysql/<br/>/etc/init.d/mysql start</p>
<p>that&#8217;s all!</p>
<p><!--adsense#125x125_pingwin--></p>
]]></content:encoded>
			<wfw:commentRss>http://it.pomocnik.com/how-to-move-all-mysql-databases-to-another-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Force Enable Incompatible Extensions In Firefox 3</title>
		<link>http://it.pomocnik.com/force-enable-incompatible-extensions-in-firefox-3/</link>
		<comments>http://it.pomocnik.com/force-enable-incompatible-extensions-in-firefox-3/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 11:00:09 +0000</pubDate>
		<dc:creator>djarosik</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://it.pomocnik.com/force-enable-incompatible-extensions-in-firefox-3/</guid>
		<description><![CDATA[Lat week, I installed Firefox 3 final release I use lots of very usefull addons with my Firefox 2, and unfortunately some of them were disabled after upgrading from FF2 to FF3.

After some Googling, I found something that solved my problem.

The solution on How to Force Enable Incompatible Extensions In Firefox 3 is very simple:

Type [...]]]></description>
			<content:encoded><![CDATA[<p>Lat week, I installed Firefox 3 final release I use lots of very usefull addons with my Firefox 2, and unfortunately some of them were disabled after upgrading from FF2 to FF3.</p>
<p><!--adsense#125x125_pingwin--></p>
<p>After some Googling, I found something that solved my problem.</p>
<p><!--adsense#125x125_pingwin--></p>
<p>The solution on <strong>How to Force Enable Incompatible Extensions In Firefox 3</strong> is very simple:</p>
<ul>
<li>Type about:config into Firefox&#8217;s address bar</li>
<li>Right-click anywhere. Choose New&gt;Boolean. Make the name of your new config value extensions.checkCompatibility and set it to false.</li>
<li>Make another new boolean pair called extensions.checkUpdateSecurity and set the value to false</li>
<li>Restart Firefox.</li>
<li>Now, you can activate your incompatible extension, and check if it works with Firefox 3</li>
</ul>
<p>That&#8217;s all</p>
]]></content:encoded>
			<wfw:commentRss>http://it.pomocnik.com/force-enable-incompatible-extensions-in-firefox-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>skype: error while loading shared libraries: libsigc-2.0.so.0: wrong ELF class: ELFCLASS64</title>
		<link>http://it.pomocnik.com/skype-error-while-loading-shared-libraries-libsigc-20so0-wrong-elf-class-elfclass64/</link>
		<comments>http://it.pomocnik.com/skype-error-while-loading-shared-libraries-libsigc-20so0-wrong-elf-class-elfclass64/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 19:34:13 +0000</pubDate>
		<dc:creator>djarosik</dc:creator>
		
		<category><![CDATA[Skype]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://it.pomocnik.com/skype-error-while-loading-shared-libraries-libsigc-20so0-wrong-elf-class-elfclass64/</guid>
		<description><![CDATA[What to do if you got this error on 64bit linux distro, you&#8217;ve downloaded skype static and you&#8217;ve copied libsigc-2.0.so.0 and  libsigc-2.0.so.0.0.0 to /lib32?:

that was wrong! - and the error is:
skype: error while loading shared libraries: libsigc-2.0.so.0: wrong ELF class: ELFCLASS64
Solution is quite simple - just wget libsigc++-2.0-0c2a_2.0.16-3_i386.deb (or some other version appropriate to [...]]]></description>
			<content:encoded><![CDATA[<p>What to do if you got this error on 64bit linux distro, you&#8217;ve downloaded skype static and you&#8217;ve copied libsigc-2.0.so.0 and  libsigc-2.0.so.0.0.0 to /lib32?:</p>
<p><!--adsense#125x125_pingwin--></p>
<p>that was wrong! - and the error is:</p>
<p>skype: error while loading shared libraries: libsigc-2.0.so.0: wrong ELF class: ELFCLASS64</p>
<p>Solution is quite simple - just wget libsigc++-2.0-0c2a_2.0.16-3_i386.deb (or some other version appropriate to your distro (remember to get 32bit version!).</p>
<p><!--adsense#125x125_pingwin--></p>
<p>After downloading go into libsigc++-2.0-0c2a_2.0.16-3_i386.deb/CONTENT/usr/lib</p>
<p>and unpack libsigc-2.0.so.0 and  libsigc-2.0.so.0.0.0 to /lib32</p>
<p>That&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://it.pomocnik.com/skype-error-while-loading-shared-libraries-libsigc-20so0-wrong-elf-class-elfclass64/feed/</wfw:commentRss>
		</item>
		<item>
		<title>skype: error while loading shared libraries: libsigc-2.0.so.0: cannot open shared object file: No such file or directory</title>
		<link>http://it.pomocnik.com/skype-error-while-loading-shared-libraries-libsigc-20so0-cannot-open-shared-object-file-no-such-file-or-directory/</link>
		<comments>http://it.pomocnik.com/skype-error-while-loading-shared-libraries-libsigc-20so0-cannot-open-shared-object-file-no-such-file-or-directory/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 19:32:03 +0000</pubDate>
		<dc:creator>djarosik</dc:creator>
		
		<category><![CDATA[Skype]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://it.pomocnik.com/skype-error-while-loading-shared-libraries-libsigc-20so0-cannot-open-shared-object-file-no-such-file-or-directory/</guid>
		<description><![CDATA[What to do if you got this error on 64bit linux distro and you&#8217;ve downloaded skype static?:

skype: error while loading shared libraries: libsigc-2.0.so.0: cannot open shared object file: No such file or directory
Solution is quite simple - just wget libsigc++-2.0-0c2a_2.0.16-3_i386.deb (or some other version appropriate to your distro (remember to get 32bit version!).

After downloading go [...]]]></description>
			<content:encoded><![CDATA[<p>What to do if you got this error on 64bit linux distro and you&#8217;ve downloaded skype static?:</p>
<p><!--adsense#125x125_pingwin--></p>
<p>skype: error while loading shared libraries: libsigc-2.0.so.0: cannot open shared object file: No such file or directory</p>
<p>Solution is quite simple - just wget libsigc++-2.0-0c2a_2.0.16-3_i386.deb (or some other version appropriate to your distro (remember to get 32bit version!).</p>
<p><!--adsense#125x125_pingwin--></p>
<p>After downloading go into libsigc++-2.0-0c2a_2.0.16-3_i386.deb/CONTENT/usr/lib</p>
<p>and unpack libsigc-2.0.so.0 and  libsigc-2.0.so.0.0.0 to /lib32</p>
<p>That&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://it.pomocnik.com/skype-error-while-loading-shared-libraries-libsigc-20so0-cannot-open-shared-object-file-no-such-file-or-directory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to check uuid for specified disk partition?</title>
		<link>http://it.pomocnik.com/how-to-check-uuid-for-specified-disk-partition/</link>
		<comments>http://it.pomocnik.com/how-to-check-uuid-for-specified-disk-partition/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 08:40:05 +0000</pubDate>
		<dc:creator>djarosik</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://it.pomocnik.com/how-to-check-uuid-for-specified-disk-partition/</guid>
		<description><![CDATA[It&#8217;s very eay to check uuid, just ls some dir ;-):

ls -l /dev/disk/by-uuid/
that&#8217;s all!

]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s very eay to check uuid, just ls some dir ;-):</p>
<p><!--adsense#125x125_pingwin--></p>
<p class="note">ls -l /dev/disk/by-uuid/</p>
<p>that&#8217;s all!</p>
<p><!--adsense#125x125_pingwin--></p>
]]></content:encoded>
			<wfw:commentRss>http://it.pomocnik.com/how-to-check-uuid-for-specified-disk-partition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to uninstall Google Desktop for Linux?</title>
		<link>http://it.pomocnik.com/how-to-uninstall-google-desktop-for-linux/</link>
		<comments>http://it.pomocnik.com/how-to-uninstall-google-desktop-for-linux/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 07:05:54 +0000</pubDate>
		<dc:creator>djarosik</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Google Hacks]]></category>

		<guid isPermaLink="false">http://it.pomocnik.com/how-to-uninstall-google-desktop-for-linux/</guid>
		<description><![CDATA[How to uninstall Google Desktop for Linux?

If you use Fedora, Mandrake or some other rpm based linux distro:
run the command: rpm -e google-desktop-linux

If you use Debian, Ubuntu, Kubuntu or some other deb based linux distro:
run the command: dpkg -r google-desktop-linux
]]></description>
			<content:encoded><![CDATA[<p>How to uninstall Google Desktop for Linux?</p>
<p><!--adsense#125x125_pingwin--></p>
<p>If you use Fedora, Mandrake or some other rpm based linux distro:</p>
<p class="note">run the command: rpm -e google-desktop-linux</p>
<p><!--adsense#125x125_pingwin--><br />
If you use Debian, Ubuntu, Kubuntu or some other deb based linux distro:</p>
<p class="note">run the command: dpkg -r google-desktop-linux</p>
]]></content:encoded>
			<wfw:commentRss>http://it.pomocnik.com/how-to-uninstall-google-desktop-for-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FATAL: Could not determine fully qualified hostname. Please set &#8216;visible_hostname&#8217;</title>
		<link>http://it.pomocnik.com/fatal-could-not-determine-fully-qualified-hostname-please-set-visible_hostname/</link>
		<comments>http://it.pomocnik.com/fatal-could-not-determine-fully-qualified-hostname-please-set-visible_hostname/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 17:01:55 +0000</pubDate>
		<dc:creator>djarosik</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://it.pomocnik.com/fatal-could-not-determine-fully-qualified-hostname-please-set-visible_hostname/</guid>
		<description><![CDATA[You get:
FATAL: Could not determine fully qualified hostname. Please set &#8216;visible_hostname&#8217;
After installing squid (=after apt-getting squid on Ubuntu)

Solution is very simple.
Open your squid.conf file (/etc/squid/squid.conf) find out visible_hostname and put any name after visible_hostname:
visible_hostname myLocalDesktopComputer
That&#8217;s all.
]]></description>
			<content:encoded><![CDATA[<p>You get:</p>
<p>FATAL: Could not determine fully qualified hostname. Please set &#8216;visible_hostname&#8217;<br />
After installing squid (=after apt-getting squid on Ubuntu)</p>
<p><!--adsense#125x125_pingwin--></p>
<p>Solution is very simple.</p>
<p>Open your squid.conf file (/etc/squid/squid.conf) find out visible_hostname and put any name after visible_hostname:</p>
<p>visible_hostname myLocalDesktopComputer</p>
<p>That&#8217;s all.</p>
]]></content:encoded>
			<wfw:commentRss>http://it.pomocnik.com/fatal-could-not-determine-fully-qualified-hostname-please-set-visible_hostname/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Couldn&#8217;t open: /dev/mga_vid, Error opening/initializing the selected video_out (-vo) device.</title>
		<link>http://it.pomocnik.com/couldnt-open-devmga_vid-error-openinginitializing-the-selected-video_out-vo-device/</link>
		<comments>http://it.pomocnik.com/couldnt-open-devmga_vid-error-openinginitializing-the-selected-video_out-vo-device/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 15:07:58 +0000</pubDate>
		<dc:creator>djarosik</dc:creator>
		
		<category><![CDATA[Video]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://it.pomocnik.com/couldnt-open-devmga_vid-error-openinginitializing-the-selected-video_out-vo-device/</guid>
		<description><![CDATA[Couldn&#8217;t open: /dev/mga_vid, Error opening/initializing the selected video_out (-vo) device.
i u got this error while trying mplayer to play video on Linux (Kubuntu, Ubuntu or other).

The solution is very simple:
Right click on mplayer window, go to preferences and oopen Video tab and choose correct driver. If you use OpenGL gl driver should be OK.
]]></description>
			<content:encoded><![CDATA[<p>Couldn&#8217;t open: /dev/mga_vid, Error opening/initializing the selected video_out (-vo) device.</p>
<p>i u got this error while trying mplayer to play video on Linux (Kubuntu, Ubuntu or other).</p>
<p><!--adsense#125x125_pingwin--></p>
<p><strong>The solution is very simple:</strong></p>
<p>Right click on mplayer window, go to preferences and oopen Video tab and choose correct driver. If you use OpenGL gl driver should be OK.</p>
]]></content:encoded>
			<wfw:commentRss>http://it.pomocnik.com/couldnt-open-devmga_vid-error-openinginitializing-the-selected-video_out-vo-device/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

