<?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>The RoarinPenguin Techiezone &#187; Various</title>
	<atom:link href="http://techiezone.rottigni.net/category/various-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiezone.rottigni.net</link>
	<description>Notes, hints, tips... in one word: experience!</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:17:58 +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>How to make an Apple?</title>
		<link>http://techiezone.rottigni.net/2010/12/how-to-make-an-apple/</link>
		<comments>http://techiezone.rottigni.net/2010/12/how-to-make-an-apple/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 17:07:27 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Various]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=161</guid>
		<description><![CDATA[&#8230;on the keyboard of a MacBook Pro? Simply press Alt + Shift + 8 and you&#8217;ll get a&#8230;  Happy New Year!]]></description>
			<content:encoded><![CDATA[<p>&#8230;on the keyboard of a MacBook Pro?</p>
<p>Simply press Alt + Shift + 8 and you&#8217;ll get a&#8230; </p>
<p>Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/12/how-to-make-an-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshotting in Mac</title>
		<link>http://techiezone.rottigni.net/2010/09/screenshotting-in-mac/</link>
		<comments>http://techiezone.rottigni.net/2010/09/screenshotting-in-mac/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 20:29:32 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Various]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[screen capture]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">https://techiezone.rottigni.net/?p=148</guid>
		<description><![CDATA[Found out very nice shortcut thanks to friend of mine who knows Mac since longer time than me (at least the modern ones). Press Shift+Command+4 to get a selection of the screen to be saved on desktop in PNG format instead of Screen Capture utility saving in TIFF. Add Space Bar to select the whole [...]]]></description>
			<content:encoded><![CDATA[<p>Found out very nice shortcut thanks to friend of mine who knows Mac since longer time than me (at least the modern ones).<br />
Press Shift+Command+4 to get a selection of the screen to be saved on desktop in PNG format instead of Screen Capture utility saving in TIFF.<br />
Add Space Bar to select the whole window the mouse is on and save as PNG on desktop.<br />
Very handy, hence not to self.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/09/screenshotting-in-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Odd characters while copying from SMB mounted drive to local Linux folder</title>
		<link>http://techiezone.rottigni.net/2010/07/odd-characters-while-copying-from-smb-mounted-drive-to-local-linux-folder/</link>
		<comments>http://techiezone.rottigni.net/2010/07/odd-characters-while-copying-from-smb-mounted-drive-to-local-linux-folder/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 20:27:59 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Various]]></category>
		<category><![CDATA[characters encoding]]></category>
		<category><![CDATA[mount smb]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">https://techiezone.rottigni.net/?p=136</guid>
		<description><![CDATA[Since this happened with filenames with euro sign or accented characters or dollar signs, the solution is to specify the mount options as follows: smbmount -o iocharset=utf8 //servername/folder /mnt/localmountpoint]]></description>
			<content:encoded><![CDATA[<p>Since this happened with filenames with euro sign or accented characters or dollar signs, the solution is to specify the mount options as follows:<br />
smbmount -o iocharset=utf8 //servername/folder /mnt/localmountpoint</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/07/odd-characters-while-copying-from-smb-mounted-drive-to-local-linux-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth and headless Linux</title>
		<link>http://techiezone.rottigni.net/2009/01/bluetooth-and-headless-linux/</link>
		<comments>http://techiezone.rottigni.net/2009/01/bluetooth-and-headless-linux/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 11:27:45 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Various]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2009/01/bluetooth-and-headless-linux/</guid>
		<description><![CDATA[Ever wondered how to connect your linux box via bluetooth, for instance to allow file transfer with your phone? I found some cool and working hints on the Net, reporting here below what worked for me. Connect your USB dongle Install what you need: apt-get install obexftp bluetooth Then you need to set the system [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how to connect your linux box via bluetooth, for instance to allow file transfer with your phone?</p>
<p>I found some cool and working <a title="Go reading the original article" href="http://www.go2linux.org/transfer-files-with-bluetooth-Linux" target="_blank">hints</a> on the Net, reporting here below what worked for me.</p>
<ol>
<li>Connect your USB dongle</li>
<li>Install what you need:     <br /><font face="Courier New">apt-get install obexftp bluetooth</font></li>
<li>Then you need to set the system to use a predefined PIN, since you have no console and very probably you would like to digit only from phone side to connect with this box.     <br />To do this, you need to edit file /etc/bluetooth/hcid.conf to change the following defaults:      <br /># Security Manager mode      <br />#&#160;&#160; none &#8211; Security manager disabled      <br />#&#160;&#160; auto &#8211; Use local PIN for incoming connections      <br />#&#160;&#160; user &#8211; Always ask user for a PIN      <br />#      <br />security <strong>auto</strong>; <em>&lt;== this is set by default to user       <br /></em>      <br />and      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; # Default PIN code for incoming connections      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; passkey &quot;<strong>58336342</strong>&quot;; <em>&lt;== this is set by default to 1234, not enough secure IMHO…</em></li>
</ol>
<p>Now, back to cellular connections:   </p>
<ol>
<li>Scan for cellular address:     <br /><font face="Courier New">hcitool scan       <br /></font><font face="Verdana">this will return the address of your device, like:       <br /><font face="Courier New">magicbox:~# hcitool scan         <br />Scanning &#8230;          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; 00:17:E4:82:F4:64&#160;&#160;&#160;&#160;&#160;&#160; RoarinPenguin</font></font></li>
<li>Now we need to search the channel for file tranfers     <br /><font face="Courier New">magicbox:~# sdptool browse 00:17:E4:82:F4:64&#160;&#160;&#160;&#160;&#160;&#160; <br /></font>This will return all details about services provided by the phone:      <br /><font face="Courier New">magicbox:~# sdptool browse 00:17:E4:82:F4:64       <br />Browsing 00:17:E4:82:F4:64 &#8230;        <br />Service Name: AVRCP Target        <br />Service Description: Audio Video Remote Control        <br />Service Provider: Symbian Software Ltd.        <br />Service RecHandle: 0&#215;10000        <br />Service Class ID List:        <br />&#160; &quot;AV Remote Target&quot; (0x110c)        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160;&#160;&#160; PSM: 23        <br />&#160; &quot;AVCTP&quot; (0&#215;0017)        <br />&#160;&#160;&#160; uint16: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;AV Remote&quot; (0x110e)        <br />&#160;&#160;&#160; Version: 0&#215;0100 </font></li>
<p><font face="Courier New">Service RecHandle: 0&#215;10001       <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 1 </font></p>
<p><font face="Courier New">Service Name: Dial-Up Networking       <br />Service RecHandle: 0&#215;10002        <br />Service Class ID List:        <br />&#160; &quot;Dialup Networking&quot; (0&#215;1103)        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 2        <br />Language Base Attr List:        <br />&#160; code_ISO639: 0x454e        <br />&#160; encoding:&#160;&#160;&#160; 0x6a        <br />&#160; base_offset: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;Dialup Networking&quot; (0&#215;1103)        <br />&#160;&#160;&#160; Version: 0&#215;0100 </font></p>
<p><font face="Courier New">Service Name: OBEX Object Push       <br />Service RecHandle: 0&#215;10003        <br />Service Class ID List:        <br />&#160; &quot;OBEX Object Push&quot; (0&#215;1105)        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 9        <br />&#160; &quot;OBEX&quot; (0&#215;0008)        <br />Language Base Attr List:        <br />&#160; code_ISO639: 0x454e        <br />&#160; encoding:&#160;&#160;&#160; 0x6a        <br />&#160; base_offset: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;OBEX Object Push&quot; (0&#215;1105)        <br />&#160;&#160;&#160; Version: 0&#215;0100 </font></p>
<p><font face="Courier New">Service Name: Hands-Free Audio Gateway       <br />Service RecHandle: 0&#215;10004        <br />Service Class ID List:        <br />&#160; &quot;Handfree Audio Gateway&quot; (0x111f)        <br />&#160; &quot;Generic Audio&quot; (0&#215;1203)        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 28        <br />Language Base Attr List:        <br />&#160; code_ISO639: 0x454e        <br />&#160; encoding:&#160;&#160;&#160; 0x6a        <br />&#160; base_offset: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;Handfree Audio Gateway&quot; (0x111f)        <br />&#160;&#160;&#160; Version: 0&#215;0101 </font></p>
<p><font face="Courier New">Service Name: Headset Audio Gateway       <br />Service RecHandle: 0&#215;10005        <br />Service Class ID List:        <br />&#160; &quot;Headset Audio Gateway&quot; (0&#215;1112)        <br />&#160; &quot;Generic Audio&quot; (0&#215;1203)        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 29        <br />Language Base Attr List:        <br />&#160; code_ISO639: 0x454e        <br />&#160; encoding:&#160;&#160;&#160; 0x6a        <br />&#160; base_offset: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;Headset&quot; (0&#215;1108)        <br />&#160;&#160;&#160; Version: 0&#215;0100 </font></p>
<p><font face="Courier New">Service Name: Imaging       <br />Service RecHandle: 0&#215;10006        <br />Service Class ID List:        <br />&#160; &quot;Imaging Responder&quot; (0x111b)        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 15        <br />&#160; &quot;OBEX&quot; (0&#215;0008)        <br />Language Base Attr List:        <br />&#160; code_ISO639: 0x454e        <br />&#160; encoding:&#160;&#160;&#160; 0x6a        <br />&#160; base_offset: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;Imaging&quot; (0x111a)        <br />&#160;&#160;&#160; Version: 0&#215;0100 </font></p>
<p><font face="Courier New">Service Name: SyncMLClient       <br />Service RecHandle: 0&#215;10007        <br />Service Class ID List:        <br />&#160; UUID 128: 00000002-0000-1000-8000-0002ee000002        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 10        <br />&#160; &quot;OBEX&quot; (0&#215;0008)        <br />Language Base Attr List:        <br />&#160; code_ISO639: 0x454e        <br />&#160; encoding:&#160;&#160;&#160; 0x6a        <br />&#160; base_offset: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;&quot; (0&#215;00000002-0000-1000-8000-0002ee000002)        <br />&#160;&#160;&#160; Version: 0&#215;0100 </font></p>
<p><font face="Courier New">Service Name: OBEX File Transfer       <br />Service RecHandle: 0&#215;10008        <br />Service Class ID List:        <br />&#160; &quot;OBEX File Transfer&quot; (0&#215;1106)        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 11        <br />&#160; &quot;OBEX&quot; (0&#215;0008)        <br />Language Base Attr List:        <br />&#160; code_ISO639: 0x454e        <br />&#160; encoding:&#160;&#160;&#160; 0x6a        <br />&#160; base_offset: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;OBEX File Transfer&quot; (0&#215;1106)        <br />&#160;&#160;&#160; Version: 0&#215;0100 </font></p>
<p><font face="Courier New">Service Name: Nokia OBEX PC Suite Services       <br />Service RecHandle: 0&#215;10009        <br />Service Class ID List:        <br />&#160; UUID 128: 00005005-0000-1000-8000-0002ee000001        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 12        <br />&#160; &quot;OBEX&quot; (0&#215;0008)        <br />Language Base Attr List:        <br />&#160; code_ISO639: 0x454e        <br />&#160; encoding:&#160;&#160;&#160; 0x6a        <br />&#160; base_offset: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;&quot; (0&#215;00005005-0000-1000-8000-0002ee000001)        <br />&#160;&#160;&#160; Version: 0&#215;0100 </font></p>
<p><font face="Courier New">Service Name: SyncML DM Client       <br />Service RecHandle: 0x1000a        <br />Service Class ID List:        <br />&#160; UUID 128: 00000004-0000-1000-8000-0002ee000002        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 13        <br />&#160; &quot;OBEX&quot; (0&#215;0008)        <br />Language Base Attr List:        <br />&#160; code_ISO639: 0x454e        <br />&#160; encoding:&#160;&#160;&#160; 0x6a        <br />&#160; base_offset: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;&quot; (0&#215;00000004-0000-1000-8000-0002ee000002)        <br />&#160;&#160;&#160; Version: 0&#215;0100 </font></p>
<p><font face="Courier New">Service Name: Nokia SyncML Server       <br />Service RecHandle: 0x1000b        <br />Service Class ID List:        <br />&#160; UUID 128: 00005601-0000-1000-8000-0002ee000001        <br />Protocol Descriptor List:        <br />&#160; &quot;L2CAP&quot; (0&#215;0100)        <br />&#160; &quot;RFCOMM&quot; (0&#215;0003)        <br />&#160;&#160;&#160; Channel: 14        <br />&#160; &quot;OBEX&quot; (0&#215;0008)        <br />Language Base Attr List:        <br />&#160; code_ISO639: 0x454e        <br />&#160; encoding:&#160;&#160;&#160; 0x6a        <br />&#160; base_offset: 0&#215;100        <br />Profile Descriptor List:        <br />&#160; &quot;&quot; (0&#215;00005601-0000-1000-8000-0002ee000001)        <br />&#160;&#160;&#160; Version: 0&#215;0100</font></p>
<li>The interesting channel for us is Obex File Transfer, thus 11. Let’s browse what telefone has to offer:     <br /> 
<p class="codigo"><font face="Courier New">obexftp -b&#160; 00:17:E4:82:F4:64 -c / -l</font></p>
<p>This command will access the cellular of the given address the &quot;/&quot; (root) directory and will list its contents</p>
</li>
</ol>
<p>Now, once could ask how to send files to the mentioned box. Well, so far I have discovered how to “pull” them from the box from the phone using <a href="http://www.go2linux.org/linux-command-line-obexftp-man-page" target="blank"><u><font color="#0066cc">obexftp command</font></u></a> as follows:</p>
<p>obexftp -b 00:17:E4:82:F4:64 -c /<em><strong>&lt;path_on_the_phone&gt;</strong></em> -g <strong>picture1.jpg</strong></p>
<p>There should be another way to put the box in listening mode through rfcomm command, but that’s food for another article <img src='http://techiezone.rottigni.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  since I have first to read and “digest” articles like <a title="How to use rfcomm..." href="http://www.gentoo.org/doc/en/bluetooth-guide.xml" target="_blank">this one</a>…</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/01/bluetooth-and-headless-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portable Cygwin Apps</title>
		<link>http://techiezone.rottigni.net/2008/10/portable-cygwin-apps/</link>
		<comments>http://techiezone.rottigni.net/2008/10/portable-cygwin-apps/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 04:34:57 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Various]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[portable apps]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=36</guid>
		<description><![CDATA[Very cool idea to make Cygwin environment portable! Link is at http://symbiosoft.net/?q=cygwinportable The power of Linux in Windows&#8230;. available in your USB stick!]]></description>
			<content:encoded><![CDATA[<p>Very cool idea to make Cygwin environment portable!</p>
<p>Link is <a title="Cygwin Portable Apps" href="http://symbiosoft.net/?q=cygwinportable" target="_blank">at http://symbiosoft.net/?q=cygwinportable</a></p>
<p>The power of Linux in Windows&#8230;. available in your USB stick!</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2008/10/portable-cygwin-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Channels on WiFi</title>
		<link>http://techiezone.rottigni.net/2008/09/channels-on-wifi/</link>
		<comments>http://techiezone.rottigni.net/2008/09/channels-on-wifi/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 22:31:44 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Various]]></category>
		<category><![CDATA[channels]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=33</guid>
		<description><![CDATA[I just learnt something cool to finetune a WiFi net and before I forget, it&#8217;s better to take note as usual. It has to do with channels and frequencies and issue at home was that my WiFi was not performing as I was expecting. It was configured to run on channel 8, since I&#8217;ve noticed [...]]]></description>
			<content:encoded><![CDATA[<p>I just learnt something cool to finetune a WiFi net and before I forget, it&#8217;s better to take note as usual.</p>
<p>It has to do with channels and frequencies and issue at home was that my WiFi was not performing as I was expecting.</p>
<p>It was configured to run on channel 8, since I&#8217;ve noticed that many of the others in range were running on channel 11.</p>
<p>Problem is that over the 11 (sometimes 13) channels available for a WiFi, only three are ortogonal, that means only three are not overlapping at all: 1, 6 and 11.</p>
<p>All others involve the risk of a minimum overlapping thus performance drop could happen.</p>
<p>I reconfigured the channel to be 1 and b-b-b-b-booom!</p>
<p>WiFi is going perfectly at full speed even from low power devices like iPod or Nokia WiFi phone.</p>
<p>Cool!</p>
<p>And I used a cool and easy software to detect different WiFi details: it is called WirelessNetView and is freely downloadable from <a title="Go visit the site" href="http://www.nirsoft.net" target="_blank">www.nirsoft.net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2008/09/channels-on-wifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to resize a filesystem to match size of a partition.</title>
		<link>http://techiezone.rottigni.net/2008/03/how-to-resize-a-filesystem-to-match-size-of-a-partition/</link>
		<comments>http://techiezone.rottigni.net/2008/03/how-to-resize-a-filesystem-to-match-size-of-a-partition/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 14:01:50 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Various]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[resizing]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=24</guid>
		<description><![CDATA[One of the things I like of Linux is that despite I&#8217;m working with it since 1994 I never end learning part of it. Today my need was the following: I dd a 20 Gb backup onto a 40 Gb HDD and it worked smoothly, but problem is that filesystem on first partition was 20 [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I like of Linux is that despite I&#8217;m working with it since 1994 I never end learning part of it.</p>
<p>Today my need was the following: I dd a 20 Gb backup onto a 40 Gb HDD and it worked smoothly, but problem is that filesystem on first partition was 20 Gb while partition was 40 Gb (more or less).</p>
<p>Therefore my need was to extend my filesystem to match partition size to benefit of the additional disk space offered by new HDD size. Googling a bit, I discovered a command that did the magic very smoothly: <code>resize2fs</code>.<br />
All I needed to do is launching command followed by device where filesystem needs to be resized, no matter is filesystem is mounted or not, as follows:  <code>resize2fs /dev/hda1</code></p>
<p>Output has pleasantly been the following:</p>
<p><code>resize2fs 1.40-WIP (14-Nov-2006)<br />
Filesystem at /dev/hda1 is mounted on /; on-line resizing required<br />
old desc_blocks = 2, new_desc_blocks = 3<br />
Performing an on-line resize of /dev/hda1 to 8835742 (4k) blocks.<br />
The filesystem on /dev/hda1 is now 8835742 blocks long.</code></p>
<p>Useless to say that AFAIK on Windows this is a dream without costly softwares, and even then&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2008/03/how-to-resize-a-filesystem-to-match-size-of-a-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice signature!</title>
		<link>http://techiezone.rottigni.net/2007/12/nice-signature/</link>
		<comments>http://techiezone.rottigni.net/2007/12/nice-signature/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 05:27:16 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Various]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=6</guid>
		<description><![CDATA[Surfing the &#8216;Net I found a cool signature to insert in mail, etc. &#160;echo niugnePniraoR &#124; awk &#8216;BEGIN { FS = &#34;&#34; } { for (i = NF; i &#62;= 1; i&#8211; ) printf $i }&#8217;; echo Do you find it odd or non understandable? Try it on a Linux box&#8230; &#160;&#160; RoarinPenguin]]></description>
			<content:encoded><![CDATA[<p>Surfing the &#8216;Net I found a cool signature to insert in mail, etc.</p>
<p>&#160;<font face="Courier New">echo niugnePniraoR | awk &#8216;BEGIN { FS = &quot;&quot; }     <br />{ for (i = NF; i &gt;= 1; i&#8211; )      <br />printf $i }&#8217;; echo</font></p>
<p>Do you find it odd or non understandable? Try it on a Linux box&#8230;</p>
<p>&#160;&#160; RoarinPenguin</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2007/12/nice-signature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s start</title>
		<link>http://techiezone.rottigni.net/2007/12/lets-start/</link>
		<comments>http://techiezone.rottigni.net/2007/12/lets-start/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 22:50:00 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Various]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=4</guid>
		<description><![CDATA[this is a start!]]></description>
			<content:encoded><![CDATA[<p>this is a start!</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2007/12/lets-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

