<?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; linux</title>
	<atom:link href="http://techiezone.rottigni.net/category/linux/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>Ext2/Ext3 Support on MAC OS X Lion</title>
		<link>http://techiezone.rottigni.net/2012/01/ext2ext3-support-on-mac-os-x-lion/</link>
		<comments>http://techiezone.rottigni.net/2012/01/ext2ext3-support-on-mac-os-x-lion/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 03:14:41 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[ext2]]></category>
		<category><![CDATA[ext2-fuse]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[macfuse]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[osxfuse]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=198</guid>
		<description><![CDATA[As usual, not that immediate to find a proper answer on the &#8216;Net, hence I&#8217;m providing one here. While in Snow Leopard was quite easy to see your ext2/ext3 formatted disks via MacFuse and ext2-fuse, in Lion you need to install another fuse fork and select a special option. That new fork is OSXFUSE, which [...]]]></description>
			<content:encoded><![CDATA[<p>As usual, not that immediate to find a proper answer on the &#8216;Net, hence I&#8217;m providing one here.</p>
<p>While in Snow Leopard was quite easy to see your ext2/ext3 formatted disks via MacFuse and <a href="http://sourceforge.net/projects/fuse-ext2/" target="_blank">ext2-fuse</a>, in Lion you need to install another fuse fork and select a special option. That new fork is <a href="http://osxfuse.github.com/" target="_blank">OSXFUSE</a>, which latest release at the time of this post if from December 2011.</p>
<p>The most common symptom indicating you need this is to try mounting an ext2/3 formatted drive and see the following error:</p>
<pre>fuse-ext2 /dev/disk3s1 /Volumes/Movies
dyld: Library not loaded: /usr/local/lib/libfuse.2.dylib
 Referenced from: /usr/local/bin/fuse-ext2
 Reason: image not found</pre>
<p>During the installation of OSXFUSE, you need to enable MacFuse Compatibility Layer by flagging the appropriate checkbox as shown below:</p>
<div id="attachment_199" class="wp-caption alignnone" style="width: 444px"><a href="http://techiezone.rottigni.net/wp-content/uploads/2012/01/osxfuseinstall.png"><img class=" wp-image-199" title="osxfuseinstall" src="http://techiezone.rottigni.net/wp-content/uploads/2012/01/osxfuseinstall.png" alt="" width="434" height="308" /></a><p class="wp-caption-text">click to zoom</p></div>
<p>Once you&#8217;re done with this, replug your ext2/3 formatted drive and it&#8217;ll automagically mount it in Finder, giving your deserved magnificent user experience of a Mac user <img src='http://techiezone.rottigni.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2012/01/ext2ext3-support-on-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move running processes to another tty or screen</title>
		<link>http://techiezone.rottigni.net/2011/12/move-running-processes-to-another-tty-or-screen/</link>
		<comments>http://techiezone.rottigni.net/2011/12/move-running-processes-to-another-tty-or-screen/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 09:59:42 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[move process]]></category>
		<category><![CDATA[reptyr]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=187</guid>
		<description><![CDATA[How many times I did find myself launching a script, or worst, seeing a process running on a system and wishing to take control over it&#8230; the answer is too many Today I&#8217;ve found a nice solution at least for Linux systems with the utility reptyr. While I&#8217;m writing this post the package is still [...]]]></description>
			<content:encoded><![CDATA[<p>How many times I did find myself launching a script, or worst, seeing a process running on a system and wishing to take control over it&#8230; the answer is too many <img src='http://techiezone.rottigni.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Today I&#8217;ve found a nice solution at least for Linux systems with the utility <strong><a href="http://packages.qa.debian.org/r/reptyr.html" target="_blank">reptyr</a></strong>.</p>
<p>While I&#8217;m writing this post the package is still in unstable dist, hence not part of the &#8220;standard&#8221; repositories for a Debian Linux system.</p>
<p>But you can download it using command:</p>
<pre>wget http://http.us.debian.org/debian/pool/main/r/reptyr/reptyr_0.3-2_i386.deb</pre>
<p>for i386 architecture.</p>
<p>Then, to install</p>
<pre>qpkg -i reptyr_0.3-2_i386.deb</pre>
<p>And finally you run it.</p>
<p>For example, to bring a process with pid 4242 to your running tty you type:</p>
<pre>reptyr 4242</pre>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2011/12/move-running-processes-to-another-tty-or-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Bootable Image of Ubuntu (or any bootable ISO) on a Mac</title>
		<link>http://techiezone.rottigni.net/2011/11/how-to-create-a-bootable-image-of-ubuntu-or-any-bootable-iso-on-a-mac/</link>
		<comments>http://techiezone.rottigni.net/2011/11/how-to-create-a-bootable-image-of-ubuntu-or-any-bootable-iso-on-a-mac/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 10:40:53 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[LiveCD and Bootable USB]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[bootable usb stick]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=179</guid>
		<description><![CDATA[Found this process well described on Ubuntu website, hence thought it was a good idea to report here also, for future usage. Note: this procedure requires an .img file that you will be required to create from the .iso file you download. TIP: Drag and Drop a file from Finder to Terminal to &#8216;paste&#8217; the [...]]]></description>
			<content:encoded><![CDATA[<p>Found this process well described on <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> website, hence thought it was a good idea to report here also, for future usage.</p>
<p>Note: this procedure requires an .img file that you will be required to create from the .iso file you download.</p>
<p>TIP: Drag and Drop a file from Finder to Terminal to &#8216;paste&#8217; the full path without typing and risking type errors.</p>
<p>&nbsp;</p>
<p>1. Download the desired file</p>
<p>2. Open the Terminal (in /Applications/Utilities/ or query Terminal in Spotlight)</p>
<p>3. Convert the .iso file to .img using the convert option of hdiutil (e.g.,hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso)</p>
<p>4. Note: OS X tends to put the .dmg ending on the output file automatically.</p>
<p>5. Run diskutil list to get the current list of devices</p>
<p>6. Insert your flash media</p>
<p>7. Run diskutil list again and determine the device node assigned to your flash media (e.g. /dev/disk2)</p>
<p>8. Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)</p>
<p>9. Execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m (replace /path/to/downloaded.img with the path where the image file is located; for example,./ubuntu.img or ./ubuntu.dmg).</p>
<p style="padding-left: 30px;">▪ Using /dev/rdisk instead of /dev/disk may be faster.</p>
<p style="padding-left: 30px;">▪ If you see the error dd: Invalid number &#8217;1m&#8217;, you are using GNU dd. Use the same command but replace bs=1m with bs=1M.</p>
<p style="padding-left: 30px;">▪ If you see the error dd: /dev/diskN: Resource busy, make sure the disk is not in use. Start the &#8216;Disk Utility.app&#8217; and unmount (don&#8217;t eject) the drive.</p>
<p>10. Run diskutil eject /dev/diskN and remove your flash media when the command completes</p>
<p>11. Restart your Mac and press alt while the Mac is restarting to choose the USB-Stick</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2011/11/how-to-create-a-bootable-image-of-ubuntu-or-any-bootable-iso-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print from PHP on a Linux system printer</title>
		<link>http://techiezone.rottigni.net/2011/02/print-from-php-on-a-linux-system-printer/</link>
		<comments>http://techiezone.rottigni.net/2011/02/print-from-php-on-a-linux-system-printer/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 15:11:23 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=170</guid>
		<description><![CDATA[Suppose you have a script in PHP and you want to print on the system&#8217;s default printer, you can use the function system (&#60;command&#62;, $retval) The following example shows the printing of a content including a variable coming from the PHP script: system('echo "'.$message.'"&#124;lpr -o page-left=35 ', $retval );]]></description>
			<content:encoded><![CDATA[<p>Suppose you have a script in PHP and you want to print on the system&#8217;s default printer, you can use the function</p>
<pre><a href="http://php.net/manual/en/function.system.php" target="_blank">system (&lt;command&gt;, $retval)</a></pre>
<p>The following example shows the printing of a content including a variable coming from the PHP script:</p>
<pre>system('echo "'.$message.'"|lpr -o page-left=35 ', $retval );</pre>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2011/02/print-from-php-on-a-linux-system-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Define a printer on Ubuntu using CUPS</title>
		<link>http://techiezone.rottigni.net/2011/02/define-a-printer-on-ubuntu-using-cups/</link>
		<comments>http://techiezone.rottigni.net/2011/02/define-a-printer-on-ubuntu-using-cups/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 15:02:22 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[network printing from linux]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=164</guid>
		<description><![CDATA[Took me some time to find this out digging the Net, hence creating a note here. Example with a Ricoh printer (but Ubuntu includes tons of drivers), network connected and listening on IP 192.168.1.10. lpadmin -E -p&#60;my printer name&#62; -v socket://&#60;my printer address&#62; -P /usr/share/ppd/openprinting/Ricoh/PS/Ricoh-Aficio_SP_4210N_PS.ppd.gz -u allow:all Then let&#8217;s make it default with command: lpadmin [...]]]></description>
			<content:encoded><![CDATA[<p>Took me some time to find this out digging the Net, hence creating a note here.</p>
<p>Example with a Ricoh printer (but Ubuntu includes tons of drivers), network connected and listening on IP 192.168.1.10.</p>
<pre>lpadmin -E -p&lt;my printer name&gt; -v socket://&lt;my printer address&gt; -P
/usr/share/ppd/openprinting/Ricoh/PS/Ricoh-Aficio_SP_4210N_PS.ppd.gz
-u allow:all</pre>
<div>Then let&#8217;s make it default with command:</div>
<pre>lpadmin -d &lt;my printer name&gt;</pre>
<div>Enable it in CUPS with command:</div>
<pre>cupsenable &lt;my printer name&gt;</pre>
<div>And make it accepting print jobs with command:</div>
<pre>accept &lt;my printer name&gt;</pre>
<div>Once you&#8217;re done, you can test by echoing some text like:</div>
<pre>echo "I am a Genius" | lpr -d</pre>
<div>or printing files like:</div>
<pre>lpr -d mytextfile.txt</pre>
<div><a href="http://www.cups.org/documentation.php/options.html" target="_blank">Here</a> a lot of additional cool settings.</div>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2011/02/define-a-printer-on-ubuntu-using-cups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading ESXi 4.0 to 4.1 from CLI</title>
		<link>http://techiezone.rottigni.net/2010/11/upgrading-esxi-4-0-to-4-1-from-cli/</link>
		<comments>http://techiezone.rottigni.net/2010/11/upgrading-esxi-4-0-to-4-1-from-cli/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 16:28:29 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[4.1]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[upgrade ESXi]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2010/11/upgrading-esxi-4-0-to-4-1-from-cli/</guid>
		<description><![CDATA[Today I successfully upgraded 4 ESXi hosts to VMware ESXi 4.1. Since I do not have Virtual Center (they are mainly lab machines), I found very good hints about hot to do it from CLI via SSH. And as usual, to avoid forgetting how I did it’s good moment to write down some notes about [...]]]></description>
			<content:encoded><![CDATA[<p>Today I successfully upgraded 4 ESXi hosts to VMware ESXi 4.1.</p>
<p>Since I do not have Virtual Center (they are mainly lab machines), I found very good hints about hot to do it from CLI via SSH.</p>
<p>And as usual, to avoid forgetting how I did it’s good moment to write down some notes about the process.</p>
<ol>
<li>First of all, access to your ESXi 4.0 with vSphere Client, power off all the VMs and put the host in maintenance mode.</li>
<li>Second, from ESX console press ALT-F1 and type the word <strong>unsupported</strong> pressing &lt;Enter&gt; afterwards. Please note that you will not be able to see anything while you type. This is kind of secret word to enable Tech Support Mode (TSM) locally.</li>
<li>It will prompt you for root’s password, after which you’ll get console shell access on ESXi. Now let’s enable SSH access to the machine.</li>
<li>Vi the file /etc/inetd, search for ssh and remove the hash sign in front of the line:     <br /> 
<p><font color="#4bacc6">ssh&#160;&#160;&#160;&#160;&#160; stream&#160;&#160; tcp&#160;&#160; nowait&#160;&#160; root&#160;&#160; /sbin/dropbearmulti&#160;&#160; dropbear ++min=0,swap,group=shell -i –K60         <br /></font></p>
</li>
<li>
<p>Find the process id of inetd and send a hiccup signal to it to <em>reconsider</em> updated configuration:
<p><font color="#4bacc6">~ # pidof inetd           <br />4935            <br />~ # kill -HUP 4935</font></p>
</p>
</li>
<li>
<p>Access to the ESXi via SCP graphical interface (for example, using WinSCP.</p>
</p>
</li>
<li>
<p>Locate datastore (normally under /vmfs/volumes/datastore-name) and create a directory there called, for example, upgrade-4.1</p>
</p>
</li>
<li>
<p>Download the file upgrade-from-ESXi4.0-to-4.1.0-0.0.&lt;somenumber&gt;-release.zip from <a href="http://www.vmware.com/support/product-support/vsphere-hypervisor/" target="_blank">VMware Website</a> and unzip it.</p>
</p>
</li>
<li>
<p>Transfer the unzipped content into the directory you created on ESXi using scp.</p>
</p>
</li>
<li>
<p>Access to ESXi host in SSH.</p>
</p>
</li>
<li>
<p>Upgrade using commands:       <br /><font color="#4bacc6">~ # cd /vmfs/volumes/datastore1/upgrade-4.1         <br /></font><font color="#4bacc6">~ # esxupdate update –m metadata.zip</font></p>
</li>
<li>
<p><font color="#666666">Upgrade process will begin and conclude as shown below:         <br /><a href="http://techiezone.rottigni.net/wp-content/uploads/2010/11/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://techiezone.rottigni.net/wp-content/uploads/2010/11/image_thumb.png" width="454" height="311" /></a></font><font color="#666666">         <br /></font></p>
</li>
<li>
<p><font color="#666666">Reboot your ESXi</font></p>
</li>
<li>
<p><font color="#666666">Access with vSphere 4.1 client and exit from Maintenance mode.</font></p>
</li>
<li>
<p><font color="#666666">Restart your VMs.         <br /></font></p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/11/upgrading-esxi-4-0-to-4-1-from-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding bunch of users in Linux in batch mode</title>
		<link>http://techiezone.rottigni.net/2010/07/adding-bunch-of-users-in-linux-in-batch-mode/</link>
		<comments>http://techiezone.rottigni.net/2010/07/adding-bunch-of-users-in-linux-in-batch-mode/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 05:50:00 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://techiezone.rottigni.net/?p=144</guid>
		<description><![CDATA[As usual, the main source for writing articles here is a need I had and a solution I found This time the need was to add a series of users in a Linux system without repeating the command useradd one zirillion of times. First, we need to populate a text files with details about the [...]]]></description>
			<content:encoded><![CDATA[<p>As usual, the main source for writing articles here is a need I had and a solution I found <img src='http://techiezone.rottigni.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This time the need was to add a series of users in a Linux system without repeating the command useradd one zirillion of times.</p>
<p>First, we need to populate a text files with details about the users we&#8217;re going to create.</p>
<p>Let&#8217;s assume the file is called myuserlist.txt (permissions 600) with the following syntax:</p>
<p>user1:password1:1001:510:My First Account:/home/user1:/bin/bash<br />
user2:password2:1002:510:My Second Account:/home/user2:/bin/bash<br />
user3:password3:1003:510:My Third Account:/home/user3:/bin/bash<br />
user4:password4:1004:510:My Fourth Account:/home/user4:/bin/bash</p>
<p>Once you&#8217;re done with the list, proceed to add the users with the command:</p>
<p>newusers myuserlist.txt</p>
<p>After command is issued, check the results in the following files:</p>
<p>/etc/passwd<br />
/etc/shadow<br />
/etc/groups</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/07/adding-bunch-of-users-in-linux-in-batch-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zeroshell displaying odd characters on serial terminal</title>
		<link>http://techiezone.rottigni.net/2010/06/zeroshell-displaying-odd-characters-on-serial-terminal/</link>
		<comments>http://techiezone.rottigni.net/2010/06/zeroshell-displaying-odd-characters-on-serial-terminal/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 08:25:57 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Putty-Winscp3]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[terminal emulation]]></category>
		<category><![CDATA[zeroshell]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2010/06/zeroshell-displaying-odd-characters-on-serial-terminal/</guid>
		<description><![CDATA[I’ve been recently fashioned by Zeroshell project, a very well documented project run by an italian guy who made a splendid job. I tried to set it up on a VIA based appliance with Intel 1 Ghz processor and 1 Gb RAM, using 1 Gb Compact Flash and the image provided in download section of [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been recently fashioned by <a href="http://zeroshell.org" target="_blank">Zeroshell</a> project, a very well documented project run by an italian guy who made a splendid job.</p>
<p>I tried to set it up on a VIA based appliance with Intel 1 Ghz processor and 1 Gb RAM, using 1 Gb Compact Flash and the image provided in <a href="http://www.zeroshell.net/eng/download/" target="_blank">download</a> section of Zeroshell web site.</p>
<p>Everything went smooth, except that when I booted the appliance the BIOS information was displayed correctly, but as soon as Zeroshell boot started I saw crappy characters on screen.</p>
<p>After some investigation and some good hints from a <a href="http://afhome.org" target="_blank">friend</a>, I found where the problem was and, as usual, here’s a tech note to avoid again this investigation in the future.</p>
<p>The issue was that appliance BIOS was set to redirect console to serial port with settings normally in use: 9600 bps, 8N1</p>
<p>…while Zeroshell defaults in its boot to more performing (but also less “default”) 38400.</p>
<p> <span id="more-143"></span>
<p>To solve, remember to set your serial com port with correct speed as shown below (screenshot from a Win 7 box):</p>
<p><a href="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image_thumb.png" width="404" height="441" /></a> </p>
<p>Or change the setting of the Terminal emulation software you are using to match the settings, as shown below (example with Putty):</p>
<p><a href="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image_thumb1.png" width="404" height="389" /></a> </p>
<p>Once you’re done, Zeroshell screen will appear as shown below:</p>
<p><a href="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://techiezone.rottigni.net/wp-content/uploads/2010/06/image_thumb2.png" width="404" height="255" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/06/zeroshell-displaying-odd-characters-on-serial-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically mounting a remote directory in Ubuntu using autofs + sshfs</title>
		<link>http://techiezone.rottigni.net/2010/05/automatically-mounting-a-remote-directory-in-ubuntu-using-autofs-sshfs/</link>
		<comments>http://techiezone.rottigni.net/2010/05/automatically-mounting-a-remote-directory-in-ubuntu-using-autofs-sshfs/#comments</comments>
		<pubDate>Thu, 27 May 2010 21:10:08 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[remote directory]]></category>

		<guid isPermaLink="false">https://techiezone.rottigni.net/?p=134</guid>
		<description><![CDATA[Memo to self&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://hublog.hubmed.org/archives/001928.html" target="_blank">Memo</a> to self&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/05/automatically-mounting-a-remote-directory-in-ubuntu-using-autofs-sshfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I sign a Certificate Request?</title>
		<link>http://techiezone.rottigni.net/2010/01/how-do-i-sign-a-certificate-request/</link>
		<comments>http://techiezone.rottigni.net/2010/01/how-do-i-sign-a-certificate-request/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 19:03:35 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[OpenSSL and PKI]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[sign]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2010/01/how-do-i-sign-a-certificate-request/</guid>
		<description><![CDATA[Quick not to myself since everytime I spend hours in searching it again. The command line is: openssl x509 –req –in &#60;path&#62;/&#60;certificate_request&#62;.csr&#160; –signkey &#60;path-to-CA-private-cert&#62;/CA-private-cert.pem –out &#60;path-to-certs-repository&#62;/signed-cert-name.pem Hopefully next time I do not have to search it again hours and hours Naturally this command required to have created the request before, and to have correctly setup [...]]]></description>
			<content:encoded><![CDATA[<p>Quick not to myself since everytime I spend hours in searching it again.</p>
<p>The command line is:</p>
<p>openssl x509 –req –in &lt;path&gt;/&lt;certificate_request&gt;.csr&#160; –signkey &lt;path-to-CA-private-cert&gt;/CA-private-cert.pem –out &lt;path-to-certs-repository&gt;/signed-cert-name.pem</p>
<p>Hopefully next time I do not have to search it again hours and hours <img src='http://techiezone.rottigni.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Naturally this command required to have created the request before, and to have correctly setup the CA… but there is documentation on the ‘Net concerning <a href="http://sial.org/howto/openssl/ca/" target="_blank">these two</a> <a href="http://www.madboa.com/geek/openssl/#cert-request" target="_blank">operations</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/01/how-do-i-sign-a-certificate-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

