<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ubuntu on Amit Agarwal Linux Blog</title>
    <link>/tags/ubuntu/</link>
    <description>Recent content in Ubuntu on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 07 Apr 2017 07:07:25 +0000</lastBuildDate>
    
	<atom:link href="/tags/ubuntu/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Windows Vs Linux – One more time</title>
      <link>/2017/04/07/windows-linux-time/</link>
      <pubDate>Fri, 07 Apr 2017 07:07:25 +0000</pubDate>
      
      <guid>/2017/04/07/windows-linux-time/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;p&gt;
    &lt;figure style=&#34;width: 265px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;https://i1.wp.com/commons.wikipedia.org/wiki/File:Tux.png&#34;&gt;&lt;img title=&#34;Tux, as originally drawn by Larry Ewing&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/zemanta//Tux.png?resize=265%2C314&#34; alt=&#34;Tux, as originally drawn by Larry Ewing&#34; width=&#34;265&#34; height=&#34;314&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
  &lt;/p&gt;
&lt;/div&gt;
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;One of the most written and commented articles has to be &lt;a class=&#34;zem_slink&#34; title=&#34;Comparison of Windows and Linux&#34; href=&#34;http://en.wikipedia.org/wiki/Comparison_of_Windows_and_Linux&#34; rel=&#34;wikipedia&#34;&gt;Linux vs Windows&lt;/a&gt; (of course there are competitors like vim vs emacs) but none has been covered so much as Linux vs Windows. So, what am I going to write here which is not covered earlier in so many other posts. Well a little different perspective 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Easily monitor and archive your system log reports.</title>
      <link>/2015/06/29/easily-monitor-archive-system-log-reports/</link>
      <pubDate>Mon, 29 Jun 2015 01:15:56 +0000</pubDate>
      
      <guid>/2015/06/29/easily-monitor-archive-system-log-reports/</guid>
      <description>&lt;p&gt;If you want to monitor your server logs and also like them to be emailed then just &lt;a href=&#34;http://blog.amit-agarwal.co.in/2010/06/02/logwatch-for-linux-systems/&#34; target=&#34;_blank&#34;&gt;Logwatch&lt;/a&gt; may not be sufficient. It sends you a mail but does not archive them, so head over to epylog&lt;/p&gt;
&lt;blockquote&gt;
&lt;dl&gt;
&lt;dt&gt;Name        : epylog&lt;/dt&gt;
&lt;dt&gt;Arch        : noarch&lt;/dt&gt;
&lt;dt&gt;Epoch       : 0&lt;/dt&gt;
&lt;dt&gt;Version     : 1.0.7&lt;/dt&gt;
&lt;dt&gt;Release     : 9.fc22&lt;/dt&gt;
&lt;dt&gt;Size        : 151 k&lt;/dt&gt;
&lt;dt&gt;Repo        : fedora&lt;/dt&gt;
&lt;dt&gt;Summary     : New logs analyzer and parser&lt;/dt&gt;
&lt;dt&gt;URL         : &lt;a href=&#34;https://fedorahosted.org/epylog/&#34;&gt;https://fedorahosted.org/epylog/&lt;/a&gt;&lt;/dt&gt;
&lt;dt&gt;License     : GPLv2+&lt;/dt&gt;
&lt;dt&gt;Description : Epylog is a new log notifier and parser which runs periodically out of&lt;/dt&gt;
&lt;dd&gt;cron, looks at your logs, processes the entries in order to present&lt;/dd&gt;
&lt;dd&gt;them in a more comprehensive format, and then provides you with the&lt;/dd&gt;
&lt;dd&gt;output. It is written specifically with large network clusters in mind&lt;/dd&gt;
&lt;dd&gt;where a lot of machines (around 50 and upwards) log to the same&lt;/dd&gt;
&lt;dd&gt;loghost using syslog or syslog-ng.&lt;/dd&gt;
&lt;/dl&gt;
&lt;/blockquote&gt;
&lt;p&gt;To install :&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Fedora/Ubuntu issue with assigned IP by dhcp server.</title>
      <link>/2015/03/13/fedoraubuntu-issue-assigned-ip-dhcp-server/</link>
      <pubDate>Fri, 13 Mar 2015 00:40:51 +0000</pubDate>
      
      <guid>/2015/03/13/fedoraubuntu-issue-assigned-ip-dhcp-server/</guid>
      <description>&lt;p&gt;In the recent versions of Fedora/Ubuntu, I found that if the DHCP server assigns a reserved address, the address is not applied to the system. Finally I found that adding the below in /etc/dhcp/dhclient.conf, would fix the issue.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;send dh-client-identifier = hardware;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    
    <item>
      <title>x2go – possible replacement to VNC</title>
      <link>/2014/05/22/x2go-replacement-vnc/</link>
      <pubDate>Thu, 22 May 2014 00:31:47 +0000</pubDate>
      
      <guid>/2014/05/22/x2go-replacement-vnc/</guid>
      <description>&lt;p&gt;If you are accessing you Linux machine from VNC then you can try &lt;a href=&#34;http://wiki.x2go.org/doku.php&#34;&gt;x2go.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pretty straight forward installation, with packages available for both Ubuntu and Fedora and most other common distros as well. Just install, change one line ( visit the link above) and you are done. Neat, I must say.&lt;/p&gt;
&lt;p&gt;Do try it when you feel the need to do something new.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Raspberry Pi automate certain tasks  – script example</title>
      <link>/2014/03/10/raspberry-pi-automate-tasks-script/</link>
      <pubDate>Mon, 10 Mar 2014 01:41:45 +0000</pubDate>
      
      <guid>/2014/03/10/raspberry-pi-automate-tasks-script/</guid>
      <description>&lt;p&gt;Now, if you have followed these :&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://blog.amit-agarwal.co.in/2013/06/07/fetchmail-mails-imap-account/&#34; title=&#34;fetchmail&#34;&gt;fetchmail&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://blog.amit-agarwal.co.in/2013/06/04/ssmtp-configuration-installation-raspberry-pi&#34; title=&#34;ssmtp&#34;&gt;ssmtp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then you already have a working system for sending and receiving mail. Now, you can set the mda in the fetmailrc to a script which can do few things for you. The script below will get a page and mail it to you, if you have the subject as “get” and send “&lt;a class=&#34;zem_slink&#34; title=&#34;Wake-on-LAN&#34; href=&#34;http://en.wikipedia.org/wiki/Wake-on-LAN&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;wake on LAN&lt;/a&gt;” to desired PC if you have subject as “wol”. Cool 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>nautilis fork ( File manager ) with tree view in sidebar.</title>
      <link>/2014/02/09/nautilis-fork-file-manager-tree-view-sidebar/</link>
      <pubDate>Sun, 09 Feb 2014 00:49:09 +0000</pubDate>
      
      <guid>/2014/02/09/nautilis-fork-file-manager-tree-view-sidebar/</guid>
      <description>&lt;p&gt;Was searching for this for sometime now, finally found it.&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;sudo yum install nemo
sudo yum list nemo*&lt;/pre&gt;
&lt;p&gt;First just install nemo. Configure nemo not to interfere with default desktop and also make it default handler. So, here are the settings that would do it.&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;gconftool-2 --set  /desktop/gnome/applications/component_viewer/exec --type &#39;string&#39; &#39;nemo &#34;%s&#34;&#39;
gconftool-2 --set  /desktop/gnome/url-handlers/trash/command --type &#39;string&#39; &#39;nemo &#34;%s&#34;&#39;
gsettings set org.nemo.desktop show-desktop-icons false&lt;/pre&gt;
&lt;p&gt;Now, if you need more functionality in &lt;a class=&#34;zem_slink&#34; title=&#34;File manager&#34; href=&#34;http://en.wikipedia.org/wiki/File_manager&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;file manager&lt;/a&gt; then check the list of nemo packages from the output of second command of yum. It has plugins like file preview and so on. Install and enjoy.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>conky transparent window on Fedora with Gnome.</title>
      <link>/2013/07/22/conky-transparent-window-fedora-gnome/</link>
      <pubDate>Mon, 22 Jul 2013 01:43:45 +0000</pubDate>
      
      <guid>/2013/07/22/conky-transparent-window-fedora-gnome/</guid>
      <description>&lt;p&gt;On &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;Fedora&lt;/a&gt; with &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME Shell&#34; href=&#34;http://live.gnome.org/GnomeShell&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;Gnome-shell&lt;/a&gt; 3, its been long time that I was not able to get transparent window. So, finally I thought to spend some time to try to fix that. Finally got that fixed with all the configurations below in the conkyrc.  Here the default color is set to  &lt;a class=&#34;zem_slink&#34; title=&#34;X11 color names&#34; href=&#34;http://en.wikipedia.org/wiki/X11_color_names&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;LightSkyBlue&lt;/a&gt; but feel free to change that.&lt;/p&gt;
&lt;p&gt;I hope this helps fedora community who is struggling to get transparent window. And here is the code :&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Ubuntu hushlogin</title>
      <link>/2013/03/27/ubuntu-hushlogin/</link>
      <pubDate>Wed, 27 Mar 2013 12:00:05 +0000</pubDate>
      
      <guid>/2013/03/27/ubuntu-hushlogin/</guid>
      <description>&lt;p&gt;In Ubuntu, if you do not like all the information that comes when you do a remote login, then you just need to do this:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;touch ~/.hushlogin&lt;/pre&gt;</description>
    </item>
    
    <item>
      <title>steam on Linux – for Fedora</title>
      <link>/2013/02/22/steam-linux-fedora/</link>
      <pubDate>Fri, 22 Feb 2013 00:35:25 +0000</pubDate>
      
      <guid>/2013/02/22/steam-linux-fedora/</guid>
      <description>&lt;figure style=&#34;width: 269px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/File:Fedora_Project_logo.png&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;The Fedora Project logo&#34; alt=&#34;The Fedora Project logo&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/9/94/Fedora_Project_logo.png&#34; width=&#34;269&#34; height=&#34;116&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;The Fedora Project logo (Photo credit: Wikipedia)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I was trying to get steam on linux on my &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;Fedora&lt;/a&gt; box. Headed over to steam website, but was astonished to find only &lt;a class=&#34;zem_slink&#34; title=&#34;Ubuntu (operating system)&#34; href=&#34;http://www.ubuntu.com&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;Ubuntu&lt;/a&gt; client over there.  A little googling presented me with the developer website blog of &lt;a class=&#34;zem_slink&#34; title=&#34;Valve Corporation&#34; href=&#34;http://www.valvesoftware.com/&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;valvesoftware.com&lt;/a&gt;. So, here is the link for you, just in case you are searching for the same:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Ubuntu – Really force remove a package.</title>
      <link>/2012/09/17/ubuntu-force-remove-package/</link>
      <pubDate>Mon, 17 Sep 2012 02:30:35 +0000</pubDate>
      
      <guid>/2012/09/17/ubuntu-force-remove-package/</guid>
      <description>&lt;p&gt;I was trying to remove a package on one of the &lt;a class=&#34;zem_slink&#34; title=&#34;Ubuntu (operating system)&#34; href=&#34;http://www.ubuntu.com&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;Ubuntu&lt;/a&gt; installations the other day and was not able to do so. I tried google and tried all the options mentioned in various forums like “-f”, purge, reinstall and few others but nothing helped. I kept getting some errors about some files being already deleted. I also tried “set -e” in the prompt but the only result I got was terminal also getting killed.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>script for changing gnome-terminal color schemes.</title>
      <link>/2012/08/25/script-changing-gnome-terminal-color-schemes/</link>
      <pubDate>Sat, 25 Aug 2012 00:31:51 +0000</pubDate>
      
      <guid>/2012/08/25/script-changing-gnome-terminal-color-schemes/</guid>
      <description>&lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Gnomelogo.svg&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;This is the Gnome-Logo made with vectors. GNOM...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Gnomelogo.svg/300px-Gnomelogo.svg.png&#34; alt=&#34;This is the Gnome-Logo made with vectors. GNOM...&#34; width=&#34;300&#34; height=&#34;364&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;This is the Gnome-Logo made with vectors. GNOME and the foot logo are trademarks of the GNOME Foundation. Español: Éste es el logo de Gnome hecho con vectores. GNOME y el logo del pie son marcas registradas de la Fundación GNOME (Photo credit: Wikipedia)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Earlier I had posted &lt;a href=&#34;http://blog.amit-agarwal.co.in/2012/08/21/gnome-terminal-color-schemes/&#34; target=&#34;_blank&#34;&gt;this&lt;/a&gt;. So, if you want to try all of these schemes, then you need not have to &lt;a class=&#34;zem_slink&#34; title=&#34;Cut, copy, and paste&#34; href=&#34;http://en.wikipedia.org/wiki/Cut%2C_copy%2C_and_paste&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;copy paste&lt;/a&gt; the schemes from the &lt;a class=&#34;zem_slink&#34; title=&#34;Web page&#34; href=&#34;http://en.wikipedia.org/wiki/Web_page&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;web page&lt;/a&gt;, you can try the below script.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Ubuntu setup – post installation script</title>
      <link>/2012/07/03/ubuntu-setup-post-installation-script/</link>
      <pubDate>Tue, 03 Jul 2012 05:25:15 +0000</pubDate>
      
      <guid>/2012/07/03/ubuntu-setup-post-installation-script/</guid>
      <description>&lt;figure style=&#34;width: 240px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/94991702@N00/4360008898&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;My iPhone apps as of February 2010&#34; src=&#34;https://i0.wp.com/farm5.static.flickr.com/4036/4360008898_eddaf7b56f_m.jpg?resize=240%2C66&#34; alt=&#34;My iPhone apps as of February 2010&#34; width=&#34;240&#34; height=&#34;66&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;My iPhone apps as of February 2010 (Photo credit: dougbelshaw)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;If you have done a new installation of &lt;a class=&#34;zem_slink&#34; title=&#34;Ubuntu (operating system)&#34; href=&#34;http://www.ubuntu.com&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;Ubuntu&lt;/a&gt; or Fedora, then yuou know you have to search all kind of blogs to find out what all to install. So, here is a easier way to do that. Just run this script, it will install some applications which are mostly a “MUST” for all the installations. And the list of applications that are installed are :&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Display X applications from virtual terminals</title>
      <link>/2012/05/03/display-applications-virtual-terminals/</link>
      <pubDate>Thu, 03 May 2012 12:05:37 +0000</pubDate>
      
      <guid>/2012/05/03/display-applications-virtual-terminals/</guid>
      <description>&lt;figure style=&#34;width: 206px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/73617363@N00/2243295082&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;GNOME Session plugin&#34; src=&#34;https://i0.wp.com/farm3.static.flickr.com/2334/2243295082_f55ebc9d83_m.jpg?resize=206%2C240&#34; alt=&#34;GNOME Session plugin&#34; width=&#34;206&#34; height=&#34;240&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;GNOME Session plugin (Photo credit: David Siegel)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Here is a script that can help you set the proper envirionment to start a &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME Shell&#34; href=&#34;http://live.gnome.org/GnomeShell&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;gnome-shell&lt;/a&gt; from one of the terminals.&lt;/p&gt;
&lt;pre class=&#34;Comment&#34;&gt;&lt;span class=&#34;Comment&#34;&gt;#!/bin/bash - &lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;#===============================================================================&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;#&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# FILE: xenv.sh&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# &lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# USAGE: ./xenv.sh &lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# &lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# DESCRIPTION: &lt;a href=&#34;http://live.gnome.org/GnomeShell/Debugging&#34;&gt;http://live.gnome.org/GnomeShell/Debugging&lt;/a&gt;&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;#&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# &lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# OPTIONS: ---&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# REQUIREMENTS: ---&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# BUGS: ---&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# NOTES: ---&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# AUTHOR: Amit Agarwal (aka), amit.agarwal@roamware.com&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# CREATED: 09/14/2011 04:45:31 PM &lt;a class=&#34;zem_slink&#34; title=&#34;Indian Standard Time&#34; href=&#34;http://en.wikipedia.org/wiki/Indian_Standard_Time&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;IST&lt;/a&gt;&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# Last modified: Wed Sep 14, 2011 04:45PM&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;# REVISION: ---&lt;/span&gt;
&lt;span class=&#34;Comment&#34;&gt;#===============================================================================&lt;/span&gt;

&lt;span class=&#34;Identifier&#34;&gt;gnome_session&lt;/span&gt;=&lt;span class=&#34;PreProc&#34;&gt;$(&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Pgrep&#34; href=&#34;http://en.wikipedia.org/wiki/Pgrep&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;pgrep&lt;/a&gt; -u &lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;$USER&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt; gnome-session&lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;)&lt;/span&gt;
&lt;span class=&#34;Statement&#34;&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Eval&#34; href=&#34;http://en.wikipedia.org/wiki/Eval&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;eval&lt;/a&gt;&lt;/span&gt; &lt;span class=&#34;Statement&#34;&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Export&#34; href=&#34;http://en.wikipedia.org/wiki/Export&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;export&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;$(&lt;/span&gt;&lt;span class=&#34;Statement&#34;&gt;sed&lt;/span&gt;&lt;span class=&#34;Normal&#34;&gt;&#39;&lt;/span&gt;&lt;span class=&#34;String&#34;&gt;s/\o000/\n/g;&lt;/span&gt;&lt;span class=&#34;Normal&#34;&gt;&#39;&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt; &amp;lt; &lt;a class=&#34;zem_slink&#34; title=&#34;Procfs&#34; href=&#34;http://en.wikipedia.org/wiki/Procfs&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;/proc/&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;$gnome_session&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt;/environ &lt;/span&gt;&lt;span class=&#34;Normal&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;Statement&#34;&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Grep&#34; href=&#34;http://en.wikipedia.org/wiki/Grep&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;grep&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt; DISPLAY&lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;)&lt;/span&gt;
&lt;span class=&#34;Statement&#34;&gt;eval&lt;/span&gt; &lt;span class=&#34;Statement&#34;&gt;export&lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;$(&lt;/span&gt;&lt;span class=&#34;Statement&#34;&gt;sed&lt;/span&gt;&lt;span class=&#34;Normal&#34;&gt;&#39;&lt;/span&gt;&lt;span class=&#34;String&#34;&gt;s/\o000/\n/g;&lt;/span&gt;&lt;span class=&#34;Normal&#34;&gt;&#39;&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt; &amp;lt; /proc/&lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;$gnome_session&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt;/environ &lt;/span&gt;&lt;span class=&#34;Normal&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;Statement&#34;&gt;grep&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt; XAUTHORITY&lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;)&lt;/span&gt;
&lt;span class=&#34;Statement&#34;&gt;eval&lt;/span&gt; &lt;span class=&#34;Statement&#34;&gt;export&lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;$(&lt;/span&gt;&lt;span class=&#34;Statement&#34;&gt;sed&lt;/span&gt;&lt;span class=&#34;Normal&#34;&gt;&#39;&lt;/span&gt;&lt;span class=&#34;String&#34;&gt;s/\o000/\n/g;&lt;/span&gt;&lt;span class=&#34;Normal&#34;&gt;&#39;&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt; &amp;lt; /proc/&lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;$gnome_session&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt;/environ &lt;/span&gt;&lt;span class=&#34;Normal&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;Statement&#34;&gt;grep&lt;/span&gt;&lt;span class=&#34;Special&#34;&gt; DBUS_SESSION_BUS_ADDRESS&lt;/span&gt;&lt;span class=&#34;PreProc&#34;&gt;)&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;So, once you have done that you have the correct environment to use the X display and thus you can start the gnome-shell as well or do any other fancy thing that you want 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Tora installation on Fedora 16 with rpm</title>
      <link>/2012/02/09/tora-installation-fedora-16-rpm/</link>
      <pubDate>Thu, 09 Feb 2012 05:47:04 +0000</pubDate>
      
      <guid>/2012/02/09/tora-installation-fedora-16-rpm/</guid>
      <description>&lt;figure style=&#34;width: 128px&#34; class=&#34;wp-caption alignright&#34;&gt;[&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;TOra&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/a/a9/TOra.png&#34; alt=&#34;TOra&#34; width=&#34;128&#34; height=&#34;128&#34; /&gt;][1]&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Last article I talked about tora installation from the sources, but if that is too much for you then you can use this one liner:&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;rpm -ivh &#34;http://amit-agarwal.co.in/mystuff/tora-2.1.3-1.fc16.i686.rpm&#34;&lt;/pre&gt;
&lt;p&gt;But if you like the hard way out, then you can always try &lt;a href=&#34;http://blog.amit-agarwal.com/2012/02/06/tora-fedora-16-mysql-oracle/&#34;&gt;this&lt;/a&gt;.&lt;/p&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;https://gryphon143.wordpress.com/2011/06/30/test/&#34;&gt;Unrar in Fedora&amp;#8230;&lt;/a&gt; (gryphon143.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://funsurf.wordpress.com/2011/09/26/fedora-utils-just-got-easier/&#34;&gt;Fedora Utils just got easier&lt;/a&gt; (funsurf.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.amit-agarwal.co.in/2011/12/07/rpmorphan-deborphan-rpm-based-distros/&#34;&gt;rpmorphan &amp;#8211; deborphan for the rpm based distros.&lt;/a&gt; (amit-agarwal.co.in)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>tora on Fedora 16 for mysql and Oracle.</title>
      <link>/2012/02/06/tora-fedora-16-mysql-oracle/</link>
      <pubDate>Mon, 06 Feb 2012 05:30:45 +0000</pubDate>
      
      <guid>/2012/02/06/tora-fedora-16-mysql-oracle/</guid>
      <description>&lt;p&gt;Sometime back I had posted a &lt;a href=&#34;http://blog.amit-agarwal.com/2010/06/22/oracle-gui-client-on-linux-with-mysql-support/&#34; title=&#34;Oracle GUI client on Linux with mysql support&#34;&gt;article&lt;/a&gt; on &lt;a class=&#34;zem_slink&#34; title=&#34;TOra&#34; href=&#34;http://tora.sourceforge.net&#34; rel=&#34;homepage&#34;&gt;Tora&lt;/a&gt; on &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; rel=&#34;homepage&#34;&gt;Fedora&lt;/a&gt;. But that was a while back and things have progressed and we already have Fedora 16 (aka Verne).&lt;/p&gt;
&lt;p&gt;So, awhile back I installed Tora on my Fedora 16 and here are the steps to do so:&lt;/p&gt;
&lt;p&gt;First get the Tora sources from &lt;a href=&#34;http://sourceforge.net/projects/tora/&#34;&gt;sourceforge.net&lt;/a&gt; . Download the source &lt;a class=&#34;zem_slink&#34; title=&#34;Tar (file format)&#34; href=&#34;http://en.wikipedia.org/wiki/Tar_%28file_format%29&#34; rel=&#34;wikipedia&#34;&gt;tar file&lt;/a&gt; and extract the same.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Set gnome-shell to start in fallback mode without GUI.</title>
      <link>/2012/01/26/set-gnome-shell-start-fallback-mode-gui/</link>
      <pubDate>Thu, 26 Jan 2012 13:05:25 +0000</pubDate>
      
      <guid>/2012/01/26/set-gnome-shell-start-fallback-mode-gui/</guid>
      <description>&lt;p&gt;If you run into issues with &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME Shell&#34; href=&#34;http://live.gnome.org/GnomeShell&#34; rel=&#34;homepage&#34;&gt;gnome-shell&lt;/a&gt; then gnome-shell should allow you to disable all the plugins and get the gnome-shell. But since gnome-shell is still evolving, you might run into issue where the shell does not come up. What to do in that case. You can set the shell to start in fallback mode, where there are more chances that it will come up.&lt;/p&gt;
&lt;p&gt;Alas, but you don’t have a shell or desktop session to do that. Simple, start the gnome-shell and before it is killed, do this:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Color disk usage on Fedora</title>
      <link>/2012/01/21/color-disk-usage-fedora/</link>
      <pubDate>Sat, 21 Jan 2012 12:43:40 +0000</pubDate>
      
      <guid>/2012/01/21/color-disk-usage-fedora/</guid>
      <description>&lt;p&gt;For this tip, you would need to setup the rpm-shere repository. You can get the information &lt;a href=&#34;http://blog.amit-agarwal.com/2012/01/18/interesting-repository-fedora/&#34;&gt;here&lt;/a&gt;. Once you have done that you need to install the cdu package with the following command:&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;sudo yum install cdu&lt;/pre&gt;
&lt;p&gt;And then you can use “cdu” to view the disk usage in all beautiful colors with the command:&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;cdu&lt;/pre&gt;
&lt;p&gt;and the output looks like this:&lt;/p&gt;
&lt;figure id=&#34;attachment_3140&#34; aria-describedby=&#34;caption-attachment-3140&#34; style=&#34;width: 300px&#34; class=&#34;wp-caption aligncenter&#34;&gt;[&lt;img class=&#34;size-medium wp-image-3140&#34; title=&#34;cdu screenshot&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.com/wp-content/uploads/2012/01/test-300x129.jpg?resize=300%2C129&#34; alt=&#34;cdu screenshot&#34; width=&#34;300&#34; height=&#34;129&#34; data-recalc-dims=&#34;1&#34; /&gt;][2]&lt;figcaption id=&#34;caption-attachment-3140&#34; class=&#34;wp-caption-text&#34;&gt;cdu screenshot&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.amit-agarwal.co.in/2011/10/30/quickly-install-fedora/&#34;&gt;Quickly install most of the things that you need on Fedora.&lt;/a&gt; (amit-agarwal.co.in)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://fedoraproject.org/wiki/YumUpgradeFaq&#34;&gt;Upgrading Fedora using yum &amp;#8211; FedoraProject&lt;/a&gt; (fedoraproject.org)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.amit-agarwal.co.in/2011/12/13/consistent-ethernet-device-names-verne/&#34;&gt;Consistent ethernet device names in Verne&lt;/a&gt; (amit-agarwal.co.in)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>conky script used to monitor server status remotely.</title>
      <link>/2012/01/12/conky-script-monitor-server-status-remotely/</link>
      <pubDate>Thu, 12 Jan 2012 07:48:00 +0000</pubDate>
      
      <guid>/2012/01/12/conky-script-monitor-server-status-remotely/</guid>
      <description>&lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;[&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;A typical Conky look&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Conky-unix-program-screen-shot.png/300px-Conky-unix-program-screen-shot.png&#34; alt=&#34;A typical Conky look&#34; width=&#34;300&#34; height=&#34;279&#34; /&gt;][1]&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;I was looking for something to monitor few details on the server. I thought about quite a lot of applications, some open source and some scripts developed in house. But my requirements were quite petty and the scripts and applications were quite heavy. So, I thought why not conky :).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;So, with some quick work on conky script, I was able to get what I wanted and here it is for all of you.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Consistent ethernet device names in Verne</title>
      <link>/2011/12/13/consistent-ethernet-device-names-verne/</link>
      <pubDate>Tue, 13 Dec 2011 02:50:54 +0000</pubDate>
      
      <guid>/2011/12/13/consistent-ethernet-device-names-verne/</guid>
      <description>&lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;[&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;Català: Aquest es el logo de Gnome fet amb vec...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Gnomelogo.svg/300px-Gnomelogo.svg.png&#34; alt=&#34;Català: Aquest es el logo de Gnome fet amb vec...&#34; width=&#34;300&#34; height=&#34;364&#34; /&gt;][1]&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; rel=&#34;homepage&#34;&gt;Fedora&lt;/a&gt; now supports consistent device names across the network with bios device names for the ethernet devices. If you upgraded your earlier version of Fedora then you may need to go to &lt;a class=&#34;zem_slink&#34; title=&#34;Superuser&#34; href=&#34;http://en.wikipedia.org/wiki/Superuser&#34; rel=&#34;wikipedia&#34;&gt;root access&lt;/a&gt; to get this working.&lt;/p&gt;
&lt;p&gt;Here is what you need to do:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>rpmorphan – deborphan for the rpm based distros.</title>
      <link>/2011/12/07/rpmorphan-deborphan-rpm-based-distros/</link>
      <pubDate>Wed, 07 Dec 2011 11:02:15 +0000</pubDate>
      
      <guid>/2011/12/07/rpmorphan-deborphan-rpm-based-distros/</guid>
      <description>&lt;div&gt;
  Lets first install the rpmorphan package:
&lt;/div&gt;
&lt;div&gt;
  &lt;div class=&#34;codecolorer-container bash solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
    &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
      &lt;tr&gt;
        &lt;td class=&#34;line-numbers&#34;&gt;
          &lt;div&gt;
            1&lt;br /&gt;
          &lt;/div&gt;
        &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;    &amp;lt;td&amp;gt;
      &amp;lt;div class=&amp;quot;bash codecolorer&amp;quot;&amp;gt;
        &amp;amp;nbsp;&amp;lt;span class=&amp;quot;kw2&amp;quot;&amp;gt;sudo&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;kw2&amp;quot;&amp;gt;yum install&amp;lt;/span&amp;gt; rpmorphan
      &amp;lt;/div&amp;gt;
    &amp;lt;/td&amp;gt;
  &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
  and here is the description of the package:
&lt;/div&gt;
&lt;div&gt;
  &lt;pre class=&#34;brush: text; gutter: true; first-line: 1&#34;&gt;rpmorphan finds &#34;&lt;a class=&#34;zem_slink&#34; title=&#34;Orphan&#34; href=&#34;http://en.wikipedia.org/wiki/Orphan&#34; rel=&#34;wikipedia&#34;&gt;orphaned&lt;/a&gt;&#34;[1] packages on your system. It determines
which packages have no other packages depending on their installation,
and shows you a list of these packages.  It intends to be clone of
deborphan &lt;a class=&#34;zem_slink&#34; title=&#34;Debian&#34; href=&#34;http://www.debian.org/&#34; rel=&#34;homepage&#34;&gt;Debian&lt;/a&gt; tools for rpm packages.
&lt;p&gt;It will try to help you to remove unused packages, for example:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Linux hardware details.</title>
      <link>/2011/11/28/linux-hardware-details/</link>
      <pubDate>Mon, 28 Nov 2011 11:20:25 +0000</pubDate>
      
      <guid>/2011/11/28/linux-hardware-details/</guid>
      <description>&lt;p&gt;Here is one of the scripts that I found on the net while searching for something … Note the &lt;a class=&#34;zem_slink&#34; title=&#34;Uniform Resource Locator&#34; href=&#34;http://en.wikipedia.org/wiki/Uniform_Resource_Locator&#34; rel=&#34;wikipedia&#34;&gt;URL&lt;/a&gt; for the script in the Description.&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;#!/bin/bash -
#===============================================================================
#
#          FILE:  linux_hw.sh
#
#         USAGE:  ./linux_hw.sh
#
#   DESCRIPTION:  http://www.howtogeek.com/howto/solaris/get-the-processor-type-on-solaris/
#
#       OPTIONS:  ---
#  REQUIREMENTS:  ---
#          BUGS:  ---
#         NOTES:  ---
#        AUTHOR: &lt;a class=&#34;zem_slink&#34; title=&#34;Amit Agarwal&#34; href=&#34;http://www.labnol.org/about/&#34; rel=&#34;homepage&#34;&gt;Amit Agarwal&lt;/a&gt; (aka), amit.agarwal@roamware.com
#       COMPANY: Roamware India Pvt Ltd
#       CREATED: 09/13/2011 03:57:34 PM IST
# Last modified: Sun Oct 30, 2011  04:59PM
#      REVISION:  ---
#===============================================================================

function linux_hw_CPU {
	&lt;a class=&#34;zem_slink&#34; title=&#34;Typesetting&#34; href=&#34;http://en.wikipedia.org/wiki/Typesetting&#34; rel=&#34;wikipedia&#34;&gt;typeset&lt;/a&gt; num=0
	typeset name=&#34;&#34;
	typeset cores=&#34;&#34;
	name=&#34;$( cat &lt;a class=&#34;zem_slink&#34; title=&#34;Procfs&#34; href=&#34;http://en.wikipedia.org/wiki/Procfs&#34; rel=&#34;wikipedia&#34;&gt;/proc/cpuinfo&lt;/a&gt; | awk -F: &#39;
/vendor_id/ { vendor=$2 }
/model name/ { model=$2 }
/cpu &lt;a class=&#34;zem_slink&#34; title=&#34;Hertz&#34; href=&#34;http://en.wikipedia.org/wiki/Hertz&#34; rel=&#34;wikipedia&#34;&gt;MHz&lt;/a&gt;/ {
if( model ~ &#34;Hz&#34; ) {speed=&#34;&#34;} else { speed=$2? MHz&#34; };
print vendor, model, speed; }
		&#39; | tail -1
	)&#34;

        num=$(if [ -r /proc/vmware/cpuinfo ]; then awk &#39;/pcpu/ { print NF-1 }&#39; /proc/vmware/cpuinfo; else cat /proc/cpuinfo | &lt;a class=&#34;zem_slink&#34; title=&#34;Grep&#34; href=&#34;http://en.wikipedia.org/wiki/Grep&#34; rel=&#34;wikipedia&#34;&gt;grep&lt;/a&gt; processor| wc -l; fi)

	# ESX: mas info sobre logical/cores/packages
	if [ -r /proc/vmware/sched/ncpus ]
	then
		cores=$( echo $( cat /proc/vmware/sched/ncpus ) )
	fi

	echo $num $( echo &#34;$name ($cores)&#34; | enclose )
}

function enclose {
	tr -s &#34; &#34; | sed -e &#34;s/^/\&#34;/; s/$/\&#34;/; s/\&#34;\ /\&#34;/; s/\ \&#34;/\&#34;/&#34;
}

function linux_hw_CPU {

	typeset num=0
	typeset name=&#34;&#34;
	typeset cores=&#34;&#34;

	name=&#34;$(
		cat /proc/cpuinfo | awk -F: &#39;
/vendor_id/ { vendor=$2 }
/model name/ { model=$2 }
/cpu MHz/ {
if( model ~ &#34;Hz&#34; ) {speed=&#34;&#34;} else { speed=$2&#34; MHz&#34; };
print vendor, model, speed; }
		&#39; | tail -1
	)&#34;

	num=$(
		if [ -r /proc/vmware/cpuinfo ]
		then
			awk &#39;/pcpu/ { print NF-1 }&#39; /proc/vmware/cpuinfo
		else
			cat /proc/cpuinfo | grep processor| wc -l
		fi

	)

	if grep -q &#34;physical id&#34; /proc/cpuinfo || grep &#34;siblings&#34; /proc/cpuinfo
	then
		chip_count=$( grep &#34;physical id&#34; /proc/cpuinfo | sort -u | wc -l )
		chip_core=$( grep &#34;siblings&#34; /proc/cpuinfo | tail -1 | cut -d: -f2 )
		cores=&#34;($chip_count chips x $chip_core cores)&#34;
	fi

	# Blades HP con
	if [ -x /sbin/hpasmcli ]
	then
		chip_name=$( /sbin/hpasmcli -s &#34;SHOW &lt;a class=&#34;zem_slink&#34; title=&#34;Server (computing)&#34; href=&#34;http://en.wikipedia.org/wiki/Server_%28computing%29&#34; rel=&#34;wikipedia&#34;&gt;SERVER&lt;/a&gt;&#34; | grep &#34;Name&#34; | head -1 | cut -d: -f2 )
		chip_speed=$( /sbin/hpasmcli -s &#34;SHOW SERVER&#34; | grep &#34;Speed&#34; | head -1 | cut -d: -f2 )
		chip_core=$( /sbin/hpasmcli -s &#34;SHOW SERVER&#34; | grep &#34;Core&#34; | head -1 | cut -d: -f2 )
	fi

	# ESX: mas info sobre logical/cores/packages
	if [ -r /proc/vmware/sched/ncpus ]
	then
		cores=&#34;($( echo $( cat /proc/vmware/sched/ncpus ) ))&#34;
	fi

	# &lt;a class=&#34;zem_slink&#34; title=&#34;Linux&#34; href=&#34;http://www.kernel.org/&#34; rel=&#34;homepage&#34;&gt;Linux&lt;/a&gt; &lt;a class=&#34;zem_slink&#34; title=&#34;Itanium&#34; href=&#34;http://en.wikipedia.org/wiki/Itanium&#34; rel=&#34;wikipedia&#34;&gt;Itanium&lt;/a&gt; IA64
	if grep -q -i itanium /proc/cpuinfo
	then
		name=&#34;$(
		grep &#34;vendor&#34; /proc/cpuinfo | cut -d: -f2- | tail -1 ) $(
		grep &#34;arch &#34; /proc/cpuinfo | cut -d: -f2- | tail -1 ) $(
		grep &#34;family&#34; /proc/cpuinfo | cut -d: -f2- | tail -1 ) $(
		grep &#34;cpu MHz&#34; /proc/cpuinfo | cut -d: -f2- | cut -d. -f1 | tail -1 ) Mhz&#34;

		chip_count=$( grep &#34;physical id&#34; /proc/cpuinfo | sort -u | wc -l )
		chip_core=$( grep &#34;siblings&#34; /proc/cpuinfo | tail -1 | cut -d: -f2 )
		cores=&#34;($chip_count chips x $chip_core cores)&#34;
	fi

	echo $num $( echo &#34;$name $cores&#34; | enclose )
}

linux_hw_CPU&lt;/pre&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://weijianhui16.wordpress.com/2011/09/06/linux%e6%9f%a5%e7%9c%8b%e7%a1%ac%e4%bb%b6%e4%bf%a1%e6%81%af/&#34;&gt;linux??????&lt;/a&gt; (weijianhui16.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://singztechmusings.wordpress.com/2011/06/15/how-to-check-the-uptime-of-a-process-or-an-application-running-in-linux-machine-using-shell-script/&#34;&gt;How to check the uptime of a process (or an application) running in Linux machine using shell script?&lt;/a&gt; (singztechmusings.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://javarevisited.wordpress.com/2011/06/15/good-examples-of-grep-command-in-unix-and-linux/&#34;&gt;Some examples of grep command in unix&lt;/a&gt; (javarevisited.wordpress.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Add ssh key to remote host</title>
      <link>/2011/11/15/add-ssh-key-remote-host/</link>
      <pubDate>Tue, 15 Nov 2011 08:00:01 +0000</pubDate>
      
      <guid>/2011/11/15/add-ssh-key-remote-host/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;p&gt;
    &lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;https://i0.wp.com/commons.wikipedia.org/wiki/File:X11_ssh_tunnelling.png&#34;&gt;&lt;img class=&#34;zemanta-img-configured&#34; title=&#34;Example of tunnelling an X11 application over SSH&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/zemanta//300px-X11_ssh_tunnelling.png?resize=300%2C199&#34; alt=&#34;Example of tunnelling an X11 application over SSH&#34; width=&#34;300&#34; height=&#34;199&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
  &lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;If you are working on recent versions of the *nix &lt;a class=&#34;zem_slink&#34; title=&#34;Operating system&#34; href=&#34;http://en.wikipedia.org/wiki/Operating_system&#34; rel=&#34;wikipedia&#34;&gt;OS&lt;/a&gt; like &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; rel=&#34;homepage&#34;&gt;Fedora&lt;/a&gt; or &lt;a class=&#34;zem_slink&#34; title=&#34;Ubuntu (operating system)&#34; href=&#34;http://www.ubuntu.com/&#34; rel=&#34;homepage&#34;&gt;Ubuntu&lt;/a&gt; then you would know about the commad &lt;a class=&#34;zem_slink&#34; title=&#34;Secure Shell&#34; href=&#34;http://en.wikipedia.org/wiki/Secure_Shell&#34; rel=&#34;wikipedia&#34;&gt;ssh&lt;/a&gt;-copy-id. But if you land up using one of the older versions like &lt;a class=&#34;zem_slink&#34; title=&#34;Solaris (operating system)&#34; href=&#34;http://oracle.com/solaris&#34; rel=&#34;homepage&#34;&gt;Solaris&lt;/a&gt; or something where the command is not present, then probably you need a simpler solution to this. One of the simplest solution is with a lot of assumtions, simply copy the id_rsa file to &lt;a class=&#34;zem_slink&#34; title=&#34;Server (computing)&#34; href=&#34;http://en.wikipedia.org/wiki/Server_%28computing%29&#34; rel=&#34;wikipedia&#34;&gt;remote server&lt;/a&gt; and hope it works. And here is  a script to do just that:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>using `!#$’ to referance backward-word</title>
      <link>/2011/11/03/referance-backward-word/</link>
      <pubDate>Thu, 03 Nov 2011 07:20:20 +0000</pubDate>
      
      <guid>/2011/11/03/referance-backward-word/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;p&gt;
    &lt;figure style=&#34;width: 240px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/8945974@N08/5507068816&#34;&gt;&lt;img class=&#34;zemanta-img-configured&#34; title=&#34;Operating System Tablet Strategy&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/zemanta//5507068816_ded55139d2_m.jpg?resize=240%2C124&#34; alt=&#34;Operating System Tablet Strategy&#34; width=&#34;240&#34; height=&#34;124&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image by jeffalldridge via Flickr&lt;/figcaption&gt;&lt;/figure&gt;
  &lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Here is something that I found on the &lt;a href=&#34;http://www.commandlinefu.com/commands/view/9327/using-to-referance-backward-word&#34; target=&#34;_blank&#34;&gt;commandlinefu&lt;/a&gt;&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;cp /work/host/phone/ui/main.cpp !#$:s/host/target&lt;/pre&gt;
&lt;p&gt;Ah well…its very interesting and very useful.&lt;/p&gt;
&lt;p&gt;Some explanation:&lt;/p&gt;
&lt;p&gt;!# – means the current command (similar to !! being the last command)&lt;/p&gt;
&lt;p&gt;$ – represents the last parameter&lt;/p&gt;
&lt;p&gt;:s – is used for substitution.&lt;/p&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.makeuseof.com/tag/commandlinefu-amazing-collection-command-line-gems-linux-mac/&#34;&gt;CommandLineFu: Amazing Collection Of Command Line Gems [Linux &amp; Mac]&lt;/a&gt; (&lt;a class=&#34;zem_slink&#34; title=&#34;MakeUseOf&#34; href=&#34;http://www.makeuseof.com/dir/&#34; rel=&#34;homepage&#34;&gt;makeuseof.com&lt;/a&gt;)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://ftalphaville.ft.com/blog/2011/10/28/715136/oh-the-iron-y/&#34;&gt;Oh, the Iron-y&lt;/a&gt; (ftalphaville.ft.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Quickly install most of the things that you need on Fedora.</title>
      <link>/2011/10/30/quickly-install-fedora/</link>
      <pubDate>Sun, 30 Oct 2011 12:57:45 +0000</pubDate>
      
      <guid>/2011/10/30/quickly-install-fedora/</guid>
      <description>&lt;article id=&#34;project-description&#34;&gt;easyLife is a user friendly program that installs packages on &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; rel=&#34;homepage&#34;&gt;Fedora&lt;/a&gt; as well as adjustments most users want. It makes new users&amp;#8217; experience easy and fun, providing the means to set the &lt;a class=&#34;zem_slink&#34; title=&#34;Operating system&#34; href=&#34;http://en.wikipedia.org/wiki/Operating_system&#34; rel=&#34;wikipedia&#34;&gt;OS&lt;/a&gt; up quickly and painless.&lt;/article&gt; &lt;article&gt;&lt;/article&gt; &lt;article&gt;This app does not really require any more introduction.&lt;/article&gt; 
&lt;p&gt;&lt;a href=&#34;http://sourceforge.net/projects/easylife-linux/&#34;&gt;http://sourceforge.net/projects/easylife-linux/&lt;/a&gt;&lt;/p&gt;
&lt;figure id=&#34;attachment_3078&#34; aria-describedby=&#34;caption-attachment-3078&#34; style=&#34;width: 300px&#34; class=&#34;wp-caption aligncenter&#34;&gt;[&lt;img class=&#34;size-medium wp-image-3078&#34; title=&#34;Easy Linux for Fedora&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.com/wp-content/uploads/2011/10/easylinux-300x234.jpg?resize=300%2C234&#34; alt=&#34;Easy Linux for Fedora&#34; width=&#34;300&#34; height=&#34;234&#34; srcset=&#34;https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/10/easylinux.jpg?resize=300%2C234 300w, https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/10/easylinux.jpg?resize=150%2C117 150w, https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/10/easylinux.jpg?w=614 614w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; data-recalc-dims=&#34;1&#34; /&gt;][1]&lt;figcaption id=&#34;caption-attachment-3078&#34; class=&#34;wp-caption-text&#34;&gt;Easy Linux for Fedora&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.amit-agarwal.co.in/2010/07/23/how-to-install-ailurus-10-05-on-fedora-howtoforge-linux-howtos-and-tutorials-2/&#34;&gt;How To Install Ailurus 10.05 On Fedora | HowtoForge &amp;#8211; Linux Howtos and Tutorials&lt;/a&gt; (amit-agarwal.co.in)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://go.theregister.com/feed/www.theregister.co.uk/2011/10/04/fedora_16_beta_review/&#34;&gt;Fedora 16: Linux home for lost Ubuntu GNOMEs&lt;/a&gt; (go.theregister.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://k4rtik.wordpress.com/2011/10/06/build-eiskaltdc-on-fedora-16-lovelock-64-bit/&#34;&gt;Build EiskaltDC++ on Fedora 16 Lovelock 64-bit&lt;/a&gt; (k4rtik.wordpress.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>gnome-tweak-tool gets a fantastic new Font Selector window</title>
      <link>/2011/10/27/gnometweaktool-fantastic-font-selector-window/</link>
      <pubDate>Thu, 27 Oct 2011 12:47:11 +0000</pubDate>
      
      <guid>/2011/10/27/gnometweaktool-fantastic-font-selector-window/</guid>
      <description>&lt;p&gt;Here is the &lt;a class=&#34;zem_slink&#34; title=&#34;Quick Look&#34; href=&#34;http://www.apple.com/macosx/what-is-macosx/quick-look.html&#34; rel=&#34;homepage&#34;&gt;quick look&lt;/a&gt; at how the Font Selector looks like now. And its not just for the gnome-tweak-tool, its for all the places for font selection. I really loved it. So intuitive to use and amazingly good to look. This is what a good design and thinking can do. Kudos to Gnome team for coming up with this.&lt;/p&gt;
&lt;figure id=&#34;attachment_3077&#34; aria-describedby=&#34;caption-attachment-3077&#34; style=&#34;width: 300px&#34; class=&#34;wp-caption aligncenter&#34;&gt;[&lt;img class=&#34;size-medium wp-image-3077&#34; title=&#34;Font Selector for Verne&#34; src=&#34;https://i0.wp.com/blog.amit-agarwal.com/wp-content/uploads/2011/10/fontSelector-300x258.jpg?resize=300%2C258&#34; alt=&#34;Font Selector for Verne&#34; width=&#34;300&#34; height=&#34;258&#34; srcset=&#34;https://i2.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/10/fontSelector.jpg?resize=300%2C258 300w, https://i2.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/10/fontSelector.jpg?resize=150%2C129 150w, https://i2.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/10/fontSelector.jpg?w=556 556w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; data-recalc-dims=&#34;1&#34; /&gt;][1]&lt;figcaption id=&#34;caption-attachment-3077&#34; class=&#34;wp-caption-text&#34;&gt;Font Selector for Verne&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://iliedumitrascu77.wordpress.com/2011/10/07/cum-instalam-interfata-gnome-3-in-linux-ubuntu-11-04/&#34;&gt;Cum instalam interfata Gnome 3 in Linux Ubuntu 11.04&lt;/a&gt; (iliedumitrascu77.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://maketecheasier.com/install-custom-gnome-shell-themes/2011/09/27&#34;&gt;How to Install Custom Gnome Shell Themes&lt;/a&gt; (maketecheasier.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.omgubuntu.co.uk/2011/09/google-gnome-shell-theme/&#34;&gt;Stunning Google-Inspired GNOME Shell Theme&lt;/a&gt; (omgubuntu.co.uk)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Fedora 16 screenshot with conky and bmpaenl2</title>
      <link>/2011/10/21/fedora-16-screenshot-conky-bmpaenl2/</link>
      <pubDate>Fri, 21 Oct 2011 10:34:30 +0000</pubDate>
      
      <guid>/2011/10/21/fedora-16-screenshot-conky-bmpaenl2/</guid>
      <description>&lt;p&gt;For all those who used to keep complaining about the bottom panel of Gnome which used to show a list of windows, you can get it back with bmpanel2 (there are lot of other options too, but this one is light.). You can have themes for the panel also.&lt;/p&gt;
&lt;p&gt;And the best part about using &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME Shell&#34; href=&#34;http://live.gnome.org/GnomeShell&#34; rel=&#34;homepage&#34;&gt;gnome-shell&lt;/a&gt; is that I always getting a feeling that I now have more space on the &lt;a class=&#34;zem_slink&#34; title=&#34;Desktop environment&#34; href=&#34;http://en.wikipedia.org/wiki/Desktop_environment&#34; rel=&#34;wikipedia&#34;&gt;Desktop&lt;/a&gt;. And, thus conky looks good too on the Desktop. Here’s a screenshot.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Cont: Get yourself some more conkyrc files.</title>
      <link>/2011/10/12/cont-conkyrc-files/</link>
      <pubDate>Wed, 12 Oct 2011 11:03:40 +0000</pubDate>
      
      <guid>/2011/10/12/cont-conkyrc-files/</guid>
      <description>&lt;p&gt;Last time we got ourselves some conkyrc &lt;a class=&#34;zem_slink&#34; title=&#34;Computer file&#34; href=&#34;http://en.wikipedia.org/wiki/Computer_file&#34; rel=&#34;wikipedia&#34;&gt;files&lt;/a&gt; from the ubuntu forums. But that scripts gets the files only from the First page of the thread. Lets extend this further and get the script to get all the conkyrc files.&lt;/p&gt;
&lt;p&gt;There are some 1048 pages in the thread, I am showing pages 1 to 3 but you can change 3 to whatever number you want 🙂&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;count=0
for i in {1..3}
do
    &amp;gt;.test
    &amp;gt;conkyrc
	echo &#34;Getting page $i&#34;
	curl http://ubuntuforums.org/showthread.php?t=281865\&amp;page=$i |&lt;a class=&#34;zem_slink&#34; title=&#34;Path (computing)&#34; href=&#34;http://en.wikipedia.org/wiki/Path_%28computing%29&#34; rel=&#34;wikipedia&#34;&gt;\\&lt;/a&gt;
         &lt;a class=&#34;zem_slink&#34; title=&#34;Sed&#34; href=&#34;http://en.wikipedia.org/wiki/Sed&#34; rel=&#34;wikipedia&#34;&gt;sed&lt;/a&gt; -n &#39;// d&#39;|\
         sed &#39;s##\n-----------------------------------\n\n\n#&#39; \
         &amp;gt;conkyrc
	dos2unix conkyrc
	cp conkyrc .test
	while [ $(wc -l .test|sed &#39;s/[^0-9]//g&#39;) != 0 ]
	do
		sed -n &#39;1,/------------------------/ p&#39; .test|sed &#39;$d&#39; &amp;gt;conkyrc.$count
		diff .test conkyrc.$count |sed &#39;s/^&amp;lt;.//&#39;|sed &#39;1, /---------------------/ d;2d&#39;&amp;gt;.test
		((count++))
	done
	echo &#34;Files so far are : $count&#34;
done&lt;/pre&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.amit-agarwal.co.in/2011/10/05/conkyrc-files/&#34;&gt;Get yourself some conkyrc files.&lt;/a&gt; (amit-agarwal.co.in)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://putokaz.wordpress.com/2011/09/16/htc-like-clock-weather-conky-configuration/&#34;&gt;HTC-Like Clock / Weather Conky Configuration&lt;/a&gt; (putokaz.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://lezeng.wordpress.com/2011/10/06/split-and-join-file-on-mac-osx-terminal/&#34;&gt;Split and join file on Mac OSX Terminal&lt;/a&gt; (lezeng.wordpress.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Get yourself some conkyrc files.</title>
      <link>/2011/10/05/conkyrc-files/</link>
      <pubDate>Wed, 05 Oct 2011 15:18:56 +0000</pubDate>
      
      <guid>/2011/10/05/conkyrc-files/</guid>
      <description>&lt;p&gt;If you are looking for some nice conkyrc &lt;a class=&#34;zem_slink&#34; title=&#34;Computer file&#34; href=&#34;http://en.wikipedia.org/wiki/Computer_file&#34; rel=&#34;wikipedia&#34;&gt;files&lt;/a&gt;, then you can head over to :&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://ubuntuforums.org/showthread.php?t=281865&#34; title=&#34;conkyrc&#34;&gt;Ubuntu Forums&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this thread you can see some very nice conkyrc files with screenshots. You can browse through the thread and get the one that you like. But if you are like me and would like to download all of them to see the features and commands in each of them then you would need to copy each of these files and paste them separately. But if you have to do everything manually then there’s not much of being on &lt;a class=&#34;zem_slink&#34; title=&#34;Linux&#34; href=&#34;http://www.kernel.org/&#34; rel=&#34;homepage&#34;&gt;Linux&lt;/a&gt; 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>some interesting alias</title>
      <link>/2011/09/27/interesting-alias/</link>
      <pubDate>Tue, 27 Sep 2011 07:43:01 +0000</pubDate>
      
      <guid>/2011/09/27/interesting-alias/</guid>
      <description>&lt;p&gt;For this time, I will just give you a link to to bashrc file.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://hayne.net/MacDev/Bash/aliases.bash&#34;&gt;http://hayne.net/MacDev/Bash/aliases.bash&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Head over there and see some very interesting aliase’s.&lt;/p&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://bryanquigley.com/uncategorized/windows-cant-handle-the-hardware&#34;&gt;Bryan Quigley: Windows Cant Handle the Hardware&lt;/a&gt; (bryanquigley.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;https://github.com/regit/coccigrep&#34;&gt;semantic grep&lt;/a&gt; (github.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://macstarter.com/2011/06/30/aliases-and-shortcuts/&#34;&gt;Aliases and shortcuts&lt;/a&gt; (macstarter.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>ss – utility to investigate sockets.</title>
      <link>/2011/09/07/ss-utility-investigate-sockets/</link>
      <pubDate>Wed, 07 Sep 2011 06:27:46 +0000</pubDate>
      
      <guid>/2011/09/07/ss-utility-investigate-sockets/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Sometimes, you find some interesting application/command by accident, and that is just what happened a few days back. Well, I was doing a &lt;a class=&#34;zem_slink&#34; title=&#34;Secure Shell&#34; href=&#34;http://en.wikipedia.org/wiki/Secure_Shell&#34; rel=&#34;wikipedia&#34;&gt;ssh&lt;/a&gt; and as usual made my share of mistake in typing and missed the “h” from the ssh command and saw a list of &lt;a class=&#34;zem_slink&#34; title=&#34;Option (finance)&#34; href=&#34;http://en.wikipedia.org/wiki/Option_%28finance%29&#34; rel=&#34;wikipedia&#34;&gt;options&lt;/a&gt; instead of my prompt on &lt;a class=&#34;zem_slink&#34; title=&#34;Server (computing)&#34; href=&#34;http://en.wikipedia.org/wiki/Server_%28computing%29&#34; rel=&#34;wikipedia&#34;&gt;remote server&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Now, that set me thinking and fond that its a very interesting command that comes with iproute on Fedoara, so if you want this command, then install iproute like this&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Screenshot of Gnome3 with awn</title>
      <link>/2011/08/25/screenshot-of-gnome3-with-awn/</link>
      <pubDate>Thu, 25 Aug 2011 08:47:40 +0000</pubDate>
      
      <guid>/2011/08/25/screenshot-of-gnome3-with-awn/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here is another screenshot of my laptop desktop with &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME&#34; href=&#34;http://www.gnome.org/&#34; rel=&#34;homepage&#34;&gt;Gnome 3&lt;/a&gt; and AWN (&lt;a class=&#34;zem_slink&#34; title=&#34;Avant Window Navigator&#34; href=&#34;https://launchpad.net/awn/&#34; rel=&#34;homepage&#34;&gt;Avant window Navigator&lt;/a&gt;) running. Looks beautiful, isn’t it?&lt;/p&gt;
&lt;div id=&#34;attachment_3008&#34; class=&#34;wp-caption alignleft&#34; style=&#34;width: 300px;&#34;&gt;
  &lt;p&gt;
    &lt;a href=&#34;http://blog.amit-agarwal.co.in/2011/08/25/screenshot-of-gnome3-with-awn/screenshot-5/&#34; rel=&#34;attachment wp-att-3008&#34;&gt;&lt;img class=&#34;size-medium wp-image-3008&#34; title=&#34;Screenshot&#34; src=&#34;https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/Screenshot.png?fit=300%2C300&#34; alt=&#34;&#34; srcset=&#34;https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/Screenshot.png?resize=300%2C187 300w, https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/Screenshot.png?resize=1024%2C640 1024w, https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/Screenshot.png?resize=150%2C93 150w, https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/Screenshot.png?w=1280 1280w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; data-recalc-dims=&#34;1&#34; /&gt; &lt;/a&gt;
  &lt;/p&gt;
  &lt;p class=&#34;wp-caption-text&#34;&gt;
    &lt;/div&gt; 
&lt;pre&gt;&lt;code&gt;&amp;lt;p&amp;gt;
  By the way, with this setup I have the &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Old Style and New Style dates&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Old_Style_and_New_Style_dates&amp;quot; rel=&amp;quot;wikipedia&amp;quot;&amp;gt;old style&amp;lt;/a&amp;gt; menu also just that instead of on the top it is on the bottom just like old RH9 🙂
&amp;lt;/p&amp;gt;

&amp;lt;h6 class=&amp;quot;zemanta-related-title&amp;quot; style=&amp;quot;font-size: 1em;&amp;quot;&amp;gt;
  Related articles
&amp;lt;/h6&amp;gt;

&amp;lt;ul class=&amp;quot;zemanta-article-ul&amp;quot;&amp;gt;
  &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;
    &amp;lt;a href=&amp;quot;http://blog.amit-agarwal.co.in/2011/08/12/gnome-3-shell-themes/&amp;quot;&amp;gt;Gnome 3 shell themes&amp;lt;/a&amp;gt; (amit-agarwal.co.in)
  &amp;lt;/li&amp;gt;
  &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;
    &amp;lt;a href=&amp;quot;http://tech.slashdot.org/story/11/08/17/1943218/Interview-With-GNOME-3-Designer-Jon-McCann&amp;quot;&amp;gt;Interview With GNOME 3 Designer Jon McCann&amp;lt;/a&amp;gt; (tech.slashdot.org)
  &amp;lt;/li&amp;gt;
  &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;
    &amp;lt;a href=&amp;quot;http://linux.slashdot.org/story/11/08/04/0115232/Linus-Torvalds-Ditches-GNOME-3-For-Xfce&amp;quot;&amp;gt;Linus Torvalds Ditches GNOME 3 For Xfce&amp;lt;/a&amp;gt; (linux.slashdot.org)
  &amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;

&amp;lt;div class=&amp;quot;zemanta-pixie&amp;quot; style=&amp;quot;margin-top: 10px; height: 15px;&amp;quot;&amp;gt;
  &amp;lt;a class=&amp;quot;zemanta-pixie-a&amp;quot; title=&amp;quot;Enhanced by Zemanta&amp;quot; href=&amp;quot;http://www.zemanta.com/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;zemanta-pixie-img&amp;quot; style=&amp;quot;float: right;&amp;quot; src=&amp;quot;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&amp;quot; alt=&amp;quot;Enhanced by Zemanta&amp;quot; data-recalc-dims=&amp;quot;1&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;p&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    
    <item>
      <title>Gnome 3 screenshot with conky dock</title>
      <link>/2011/08/18/gnome-3-screenshot-conky-dock/</link>
      <pubDate>Thu, 18 Aug 2011 17:06:20 +0000</pubDate>
      
      <guid>/2011/08/18/gnome-3-screenshot-conky-dock/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Just to give you a idea of how beautiful it looks, here’s a screenshot 🙂&lt;/p&gt;
&lt;figure id=&#34;attachment_3000&#34; aria-describedby=&#34;caption-attachment-3000&#34; style=&#34;width: 300px&#34; class=&#34;wp-caption aligncenter&#34;&gt;[&lt;img class=&#34;size-medium wp-image-3000&#34; title=&#34;gnome3-desktop&#34; src=&#34;https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/gnome3-desktop.jpg?resize=300%2C187&#34; alt=&#34;gnome3-desktop&#34; width=&#34;300&#34; height=&#34;187&#34; srcset=&#34;https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/gnome3-desktop.jpg?resize=300%2C187 300w, https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/gnome3-desktop.jpg?resize=150%2C93 150w, https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/gnome3-desktop.jpg?w=640 640w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; data-recalc-dims=&#34;1&#34; /&gt;][1]&lt;figcaption id=&#34;caption-attachment-3000&#34; class=&#34;wp-caption-text&#34;&gt;gnome3-desktop&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.omgubuntu.co.uk/2011/06/this-stairway-to-heaven-ubuntu-desktop-is-gorgeous-and-simple-to-achieve/&#34;&gt;This &amp;#8216;Stairway to Heaven&amp;#8217; Ubuntu desktop is gorgeous and simple to achieve&lt;/a&gt; (omgubuntu.co.uk)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.omgubuntu.co.uk/2011/08/how-to-minimal-narwhal-desktop/&#34;&gt;[How To] Make A Minimal-looking Narwhal Desktop&lt;/a&gt; (omgubuntu.co.uk)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.casasugar.com/Gnomes-Home-13929843&#34;&gt;Gnome Sweet Gnome&lt;/a&gt; (casasugar.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Gnome 3 shell themes</title>
      <link>/2011/08/12/gnome-3-shell-themes/</link>
      <pubDate>Fri, 12 Aug 2011 00:33:31 +0000</pubDate>
      
      <guid>/2011/08/12/gnome-3-shell-themes/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;p&gt;
    &lt;figure style=&#34;width: 240px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/90625325@N00/5758445066&#34;&gt;&lt;img title=&#34;Working gnome-shell on an Intel 945GM&#34; src=&#34;https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/zemanta//5758445066_6afef3f6e7_m1.jpg?resize=240%2C180&#34; alt=&#34;Working gnome-shell on an Intel 945GM&#34; width=&#34;240&#34; height=&#34;180&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image by grantc via Flickr&lt;/figcaption&gt;&lt;/figure&gt;
  &lt;/p&gt;
&lt;/div&gt;
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;If you are using &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME Shell&#34; href=&#34;http://live.gnome.org/GnomeShell&#34; rel=&#34;homepage&#34;&gt;gnome-shell&lt;/a&gt; and are bored with the same &lt;a class=&#34;zem_slink&#34; title=&#34;Default (finance)&#34; href=&#34;http://en.wikipedia.org/wiki/Default_%28finance%29&#34; rel=&#34;wikipedia&#34;&gt;default&lt;/a&gt; theme then read on…. 🙂&lt;/p&gt;
&lt;p&gt;By default changing the default theme requires that you modify the files yourself or copy few files to the required directories. Well, if this is not in your scheme of things for changing the theme, a very simple task. Now, you can simply do this with gnome &lt;a class=&#34;zem_slink&#34; title=&#34;Windows Explorer&#34; href=&#34;http://en.wikipedia.org/wiki/Windows_Explorer&#34; rel=&#34;wikipedia&#34;&gt;shell extensions&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>GPG error on N900 when doing update on command line</title>
      <link>/2011/06/22/gpg-error-n900-update-command-line/</link>
      <pubDate>Wed, 22 Jun 2011 01:57:01 +0000</pubDate>
      
      <guid>/2011/06/22/gpg-error-n900-update-command-line/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;p&gt;
    &lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;https://i0.wp.com/commons.wikipedia.org/wiki/File:Nokia_N900-1.jpg&#34;&gt;&lt;img title=&#34;Nokia N900 communicator/internet tablet&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/zemanta//300px-Nokia_N900-1.jpg?resize=300%2C228&#34; alt=&#34;Nokia N900 communicator/internet tablet&#34; width=&#34;300&#34; height=&#34;228&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
  &lt;/p&gt;
&lt;/div&gt;
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;If you have added some extra repositories to your &lt;a class=&#34;zem_slink&#34; title=&#34;Nokia N900&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Nokia_N900&#34;&gt;Nokia N900&lt;/a&gt; and are trying to do something ( like update, install or any other &lt;a class=&#34;zem_slink&#34; title=&#34;Advanced Packaging Tool&#34; rel=&#34;homepage&#34; href=&#34;http://wiki.debian.org/Apt&#34;&gt;apt-get&lt;/a&gt; operation) you might see some errors or warnings related to the &lt;a class=&#34;zem_slink&#34; title=&#34;GNU Privacy Guard&#34; rel=&#34;homepage&#34; href=&#34;http://www.gnupg.org/&#34;&gt;GPG&lt;/a&gt; keys. The errors would come because the Public keys for the reporisitories are not present in the gpg database 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Deleting all mails in the N900 (Maemo 5) permanently</title>
      <link>/2011/06/14/deleting-mails-n900-maemo-5-permanently/</link>
      <pubDate>Tue, 14 Jun 2011 12:40:26 +0000</pubDate>
      
      <guid>/2011/06/14/deleting-mails-n900-maemo-5-permanently/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Well couple of days back, I checked the folder details of one of my accounts configured on the N900 (&lt;a class=&#34;zem_slink&#34; title=&#34;Maemo&#34; rel=&#34;homepage&#34; href=&#34;http://www.maemo.org/&#34;&gt;Maemo 5&lt;/a&gt;) and it was showing some 1000 or more emails, whereas I had only 4-5 emails in the Inbox so where are the other emails and how to I get rid of them. This was causing the mail application to become a little slower than usual so do I live with it, I decided not to do so and thus found out how to delete all the mails.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>10 Useful Sar (Sysstat) Examples for UNIX / Linux Performance Monitoring</title>
      <link>/2011/04/22/10-sar-sysstat-examples-unix-linux-performance-monitoring/</link>
      <pubDate>Fri, 22 Apr 2011 02:20:48 +0000</pubDate>
      
      <guid>/2011/04/22/10-sar-sysstat-examples-unix-linux-performance-monitoring/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;h1 id=&#34;span-stylefont-size-x-large10-a-classzem_slink-titleutility-relwikipedia-hrefhttpenwikipediaorgwikiutilityusefula-a-classzem_slink-titlesar-in-unix-relwikipedia-hrefhttpenwikipediaorgwikisar_in_unixsara-sysstat-examples-for-unix--a-classzem_slink-titlelinux-relhomepage-hrefhttpwwwkernelorglinuxa-performance-monitoringspan&#34;&gt;&lt;strong&gt;&lt;span style=&#34;font-size: x-large;&#34;&gt;10 &lt;a class=&#34;zem_slink&#34; title=&#34;Utility&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Utility&#34;&gt;Useful&lt;/a&gt; &lt;a class=&#34;zem_slink&#34; title=&#34;Sar in UNIX&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Sar_in_UNIX&#34;&gt;Sar&lt;/a&gt; (Sysstat) Examples for UNIX / &lt;a class=&#34;zem_slink&#34; title=&#34;Linux&#34; rel=&#34;homepage&#34; href=&#34;http://www.kernel.org/&#34;&gt;Linux&lt;/a&gt; Performance Monitoring&lt;/span&gt;&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;by Ramesh Natarajan on March 29, 2011&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://i2.wp.com/www.thegeekstuff.com/wp-content/uploads/2011/12/sar-tutorial-300x176.png?resize=300%2C176&#34; border=&#34;0&#34; alt=&#34;&#34; width=&#34;300&#34; height=&#34;176&#34; align=&#34;bottom&#34; data-recalc-dims=&#34;1&#34; /&gt; Using sar you can monitor performance of various Linux subsystems (&lt;a class=&#34;zem_slink&#34; title=&#34;Central processing unit&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Central_processing_unit&#34;&gt;CPU&lt;/a&gt;, Memory, I/O..) in real time.&lt;/p&gt;
&lt;p&gt;Using sar, you can also collect all performance data on an on-going basis, store them, and do historical analysis to identify bottlenecks.&lt;/p&gt;
&lt;p&gt;Sar is part of the sysstat package.&lt;/p&gt;
&lt;p&gt;This article explains how to install and configure sysstat package (which contains sar utility) and explains how to monitor the following Linux performance statistics using sar.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Results of Fedora 16 Release Name Voting</title>
      <link>/2011/04/20/results-fedora-16-release-voting/</link>
      <pubDate>Wed, 20 Apr 2011 02:17:48 +0000</pubDate>
      
      <guid>/2011/04/20/results-fedora-16-release-voting/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Fedora 16 is codenamed &lt;strong&gt;Verne&lt;/strong&gt;. Here are other details:&lt;/p&gt;
&lt;p&gt;The &lt;a class=&#34;zem_slink&#34; title=&#34;Voting&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Voting&#34;&gt;voting&lt;/a&gt; has concluded for the Fedora 16 release name, and the&lt;br&gt;
results are in!  Thank you to the Fedora community members who made&lt;br&gt;
name suggestions and participated in the voting.&lt;/p&gt;
&lt;p&gt;The Fedora 16 release name is: Verne&lt;/p&gt;
&lt;p&gt;Voting period:  Tuesday 2011-04-05 00:00:00 to Monday 2011-04-11 23:59:59&lt;br&gt;
Number of valid ballots cast:  421&lt;/p&gt;
&lt;p&gt;Using the &lt;a class=&#34;zem_slink&#34; title=&#34;Range voting&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Range_voting&#34;&gt;range voting&lt;/a&gt; method, each candidate could attain a maximum&lt;br&gt;
of (421*9) = 3789 votes.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>The Ultimate Guide to Getting Support on Linux-use empathy to login to IRC….</title>
      <link>/2011/04/18/ultimate-guide-support-linux-empathy-login-irc/</link>
      <pubDate>Mon, 18 Apr 2011 12:14:49 +0000</pubDate>
      
      <guid>/2011/04/18/ultimate-guide-support-linux-empathy-login-irc/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;The Ultimate Guide to Getting &lt;a class=&#34;zem_slink&#34; title=&#34;Technical support&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Technical_support&#34;&gt;Support&lt;/a&gt; on &lt;a class=&#34;zem_slink&#34; title=&#34;Linux&#34; rel=&#34;homepage&#34; href=&#34;http://www.kernel.org/&#34;&gt;Linux&lt;/a&gt;&lt;br&gt;
Installing Linux has become effortless to the extent that anyone with a little knowledge of computers can get a Linux machine up and running instantly. However, many of them throw in the towel when faced with even the slightest of glitches. The main reason for this is the belief that Linux doesn’t offer any kind of support.&lt;/p&gt;
&lt;p&gt;Other problem users face is that the regular technician who repairs their computer refuses even to touch a machine that’s running Linux. So, if you are one of those users disgruntled after encountering a multitude of problems with a fresh Linux install — don’t panic and read on to know some ways in which you could get support for your Linux installation.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Gnome Tips</title>
      <link>/2011/02/25/gnome-tips/</link>
      <pubDate>Fri, 25 Feb 2011 13:03:43 +0000</pubDate>
      
      <guid>/2011/02/25/gnome-tips/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&#34;font-size: medium;&#34;&gt;Add/Edit &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME Display Manager&#34; rel=&#34;homepage&#34; href=&#34;http://www.gnome.org/projects/gdm/&#34;&gt;GDM&lt;/a&gt; Sessions&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Each session is a *.desktop file located at /usr/share/xsessions.&lt;/p&gt;
&lt;h3 id=&#34;span-stylefont-size-mediumgdm-appearancespan&#34;&gt;&lt;strong&gt;&lt;span style=&#34;font-size: medium;&#34;&gt;GDM appearance&lt;/span&gt;&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;You can change background image, gtk/icon theme by hands (as described at &lt;a href=&#34;https://wiki.archlinux.org/index.php/Gnome_2.28_Changes#Configuring_gdm_2.28&#34;&gt;Gnome_2.28_Changes#Configuring_gdm_2.28&lt;/a&gt;), or you can use &lt;a href=&#34;http://aur.archlinux.org/packages.php?ID=33884&#34;&gt;gdm2setup&lt;/a&gt; from the &lt;a href=&#34;https://wiki.archlinux.org/index.php/AUR&#34;&gt;AUR&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;span-stylefont-size-mediumtweakingspan&#34;&gt;&lt;strong&gt;&lt;span style=&#34;font-size: medium;&#34;&gt;Tweaking&lt;/span&gt;&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;If your gnome applications seem sluggish and gnome hangs at start-up after killing the previous session, it’s likely you haven’t set your /etc/hosts file correctly and your /etc/hosts file includes:&lt;/p&gt;
&lt;pre&gt;127.0.0.1       localhost.localdomain     localhost      &lt;strong&gt;YOURHOSTNAME&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;Then run “&lt;tt&gt;/bin/hostname YOURHOSTNAME&lt;/tt&gt;” and “&lt;tt&gt;/sbin/ifconfig lo up&lt;/tt&gt;” as root.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>vino – connect to running GNome session like RDP</title>
      <link>/2011/02/04/vino-connect-to-running-gnome-session-like-rdp/</link>
      <pubDate>Fri, 04 Feb 2011 00:31:48 +0000</pubDate>
      
      <guid>/2011/02/04/vino-connect-to-running-gnome-session-like-rdp/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;One thing that all of us Linux users have probably missed is connecting to the running &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME&#34; rel=&#34;homepage&#34; href=&#34;http://www.gnome.org/&#34;&gt;GNome&lt;/a&gt; &lt;a class=&#34;zem_slink&#34; title=&#34;Session management&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Session_management&#34;&gt;session&lt;/a&gt; to see what is going on in the running session. This can be quite handy in couple of situations:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Debugging&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Debugging&#34;&gt;Debugging&lt;/a&gt; remote sessions – where you do not want a new session, instead want to connect to running session.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Maintaining running session from another &lt;a class=&#34;zem_slink&#34; title=&#34;Personal computer&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Personal_computer&#34;&gt;PC&lt;/a&gt;. If you are running some applications on some &lt;a class=&#34;zem_slink&#34; title=&#34;Linux&#34; rel=&#34;homepage&#34; href=&#34;http://www.kernel.org/&#34;&gt;Linux box&lt;/a&gt; and want to gracefully stop it using some commands other than kill -9 then it is best that you connect to the running session, if you are not using screen.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Shell Scripting</title>
      <link>/2011/01/05/shell-scripting/</link>
      <pubDate>Wed, 05 Jan 2011 15:08:44 +0000</pubDate>
      
      <guid>/2011/01/05/shell-scripting/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here are some links for bash programming that you may find useful.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tips-linux.net/en/content/pro-bash-programming&#34;&gt;http://tips-linux.net/en/content/pro-bash-programming&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tips-linux.net/en/content/expert-shell-scripting&#34;&gt;http://tips-linux.net/en/content/expert-shell-scripting&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tips-linux.net/en/content/beginning-linux-command-line&#34;&gt;http://tips-linux.net/en/content/beginning-linux-command-line&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tips-linux.net/en/content/bash-pocket-reference&#34;&gt;http://tips-linux.net/en/content/bash-pocket-reference&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tips-linux.net/en/content/linux-command-line-and-shell-scripting-bible&#34;&gt;http://tips-linux.net/en/content/linux-command-line-and-shell-scripting-bible&lt;/a&gt;&lt;/p&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.edugeek.net/forums/nix/63944-linux-learning-shell.html&#34;&gt;Linux &amp;#8211; Learning the Shell&lt;/a&gt; (edugeek.net)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://maketecheasier.com/10-useful-tools-websites-tricks-to-master-linux-command/2010/11/09&#34;&gt;10 Useful Tools, Websites And Tricks to Help You Master Linux Command&lt;/a&gt; (maketecheasier.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.yjl.im/2010/12/lf-submitsh-bash-mplayer-lastfm.html&#34;&gt;lf-submit.sh &amp;#8211; Bash mplayer Last.fm scrobbler&lt;/a&gt; (yjl.im)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.interstellr.com/linux-command-line-tricks-you-need-to-know-io&#34;&gt;Linux command line tricks you need to know: IO redirection and piping&lt;/a&gt; (interstellr.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://houcemhachicha.blogspot.com/2010/07/my-top-ten-shellbash-tricks.html&#34;&gt;imabonehead: Houcem HACHICHA&amp;#8217;s Blog: My top ten shell/bash tricks!&lt;/a&gt; (houcemhachicha.blogspot.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;border: medium none; float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;span class=&#34;zem-script more-related pretty-attribution&#34;&gt;&lt;/span&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Execute a command with a timeout</title>
      <link>/2010/12/29/execute-command-timeout/</link>
      <pubDate>Wed, 29 Dec 2010 15:03:18 +0000</pubDate>
      
      <guid>/2010/12/29/execute-command-timeout/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;div&gt;
    &lt;dl class=&#34;wp-caption alignright&#34; style=&#34;width: 310px;&#34;&gt;
      &lt;dt class=&#34;wp-caption-dt&#34;&gt;
        &lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Ubuntu_logo.svg&#34;&gt;&lt;img title=&#34;Official Ubuntu circle with wordmark. Replace ...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Ubuntu_logo.svg/300px-Ubuntu_logo.svg.png&#34; alt=&#34;Official Ubuntu circle with wordmark. Replace ...&#34; width=&#34;300&#34; height=&#34;70&#34; /&gt;&lt;/a&gt;
      &lt;/dt&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;dd class=&amp;quot;wp-caption-dd zemanta-img-attribution&amp;quot; style=&amp;quot;font-size: 0.8em;&amp;quot;&amp;gt;
    Image via &amp;lt;a href=&amp;quot;http://commons.wikipedia.org/wiki/File:Ubuntu_logo.svg&amp;quot;&amp;gt;Wikipedia&amp;lt;/a&amp;gt;
  &amp;lt;/dd&amp;gt;
&amp;lt;/dl&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Execute a command with a timeout&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      &amp;amp;nbsp;timelimit -t100 somecommand
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;I found this in &lt;a class=&#34;zem_slink&#34; title=&#34;Ubuntu (operating system)&#34; rel=&#34;homepage&#34; href=&#34;http://www.ubuntu.com/&#34;&gt;Ubuntu&lt;/a&gt; repos, and consider it better than timeout.&lt;/p&gt;
&lt;p&gt;* View this command to comment, vote or add to favourites * View all commands by CodSpirit&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>New feature in Gnome/Nautilus</title>
      <link>/2010/12/05/feature-gnomenautilus/</link>
      <pubDate>Sun, 05 Dec 2010 01:39:10 +0000</pubDate>
      
      <guid>/2010/12/05/feature-gnomenautilus/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;One of the things that I never realized that I am missing in Nautilus until they put the feature in was this. When a &lt;a class=&#34;zem_slink&#34; title=&#34;Computer file&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Computer_file&#34;&gt;file&lt;/a&gt; is being copied and there is conflict, there should be option to rename the new file being copied. Also, if the file being copied is image then a small preview/thumbnail would be good.&lt;/p&gt;
&lt;p&gt;Yesterday while copying some &lt;a class=&#34;zem_slink&#34; title=&#34;Computer file&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Computer_file&#34;&gt;files&lt;/a&gt;, suddenly I noticed that this feature is there now. Pretty useful feature to have. Here’s the screen-shot.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Make any command read line enabled (on *nix)</title>
      <link>/2010/11/25/command-read-line-enabled-nix/</link>
      <pubDate>Thu, 25 Nov 2010 04:02:18 +0000</pubDate>
      
      <guid>/2010/11/25/command-read-line-enabled-nix/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Make any command read line enabled (on *nix)&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      rlwrap sqlite3 database.db
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;Enable &lt;a class=&#34;zem_slink&#34; title=&#34;GNU readline&#34; rel=&#34;homepage&#34; href=&#34;http://tiswww.tis.case.edu/%7Echet/readline/rltop.html&#34;&gt;readline&lt;/a&gt; even if the &lt;a class=&#34;zem_slink&#34; title=&#34;Command-line interface&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Command-line_interface&#34;&gt;command line&lt;/a&gt; application is not using it.&lt;/p&gt;
&lt;p&gt;* View this command to comment, vote or add to favourites * View all commands by pykler&lt;/p&gt;
&lt;p&gt;commandlinefu.com&lt;/p&gt;
&lt;p&gt;by David Winterbottom (codeinthehole.com)&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Uniform Resource Locator&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Uniform_Resource_Locator&#34;&gt;URL&lt;/a&gt;: &lt;a href=&#34;http://feedproxy.google.com/~r/Command-line-fu/~3/mKEgYoyHCMA/make-any-command-read-line-enabled-on-nix&#34;&gt;http://feedproxy.google.com/~r/Command-line-fu/~3/mKEgYoyHCMA/make-any-command-read-line-enabled-on-nix&lt;/a&gt;&lt;/p&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.amit-agarwal.co.in/2010/09/01/commands-output-input-command-piping-bind-key-sequence-bash/&#34;&gt;Use the last command&amp;#8217;s output as input to a command without piping and bind to it to a key sequence in bash.&lt;/a&gt; (amit-agarwal.co.in)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.kungfugrippe.com/post/929042234/dterm&#34;&gt;DTerm: A command line anywhere and everywhere Oh, man. DTerm =&amp;#8230;&lt;/a&gt; (kungfugrippe.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://hackerz4u.com/python/python-command-line-linux-bash-command-line/&#34;&gt;Python command line = Linux Bash command line&lt;/a&gt; (hackerz4u.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://infosthetics.com/archives/2010/10/data_hacks_ascii_bar_charts.html&#34;&gt;Data Hacks: Command Line ASCII Bar Charts&lt;/a&gt; (infosthetics.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.readwriteweb.com/hack/2010/09/commandlinefu-linux-command-he.php&#34;&gt;Hack of the Day: commandlinefu &amp;#8211; Linux Command Heaven&lt;/a&gt; (readwriteweb.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;border: medium none; float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;span class=&#34;zem-script more-related pretty-attribution&#34;&gt;&lt;/span&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Screen enable/disable logging in all windows</title>
      <link>/2010/11/19/screen-enabledisable-loggin-windows/</link>
      <pubDate>Fri, 19 Nov 2010 15:13:30 +0000</pubDate>
      
      <guid>/2010/11/19/screen-enabledisable-loggin-windows/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;If you use screen command a lot then this is something that you will like 🙂&lt;/p&gt;
&lt;p&gt;Screen &lt;a class=&#34;zem_slink&#34; title=&#34;GUI widget&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/GUI_widget&#34;&gt;enable/disable&lt;/a&gt; loggin in all windows&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;2&lt;br /&gt;3&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      bindkey ^l at &amp;quot;#&amp;quot; log on&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; bindkey ^o at &amp;quot;#&amp;quot; log off
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;The command when added in screenrc enables logging all open windows by using the C-l (control-l &lt;a class=&#34;zem_slink&#34; title=&#34;Keyboard shortcut&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Keyboard_shortcut&#34;&gt;key combination&lt;/a&gt;) and disable by C-o . The lines need to be added in separate lines .&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>OpenLDAP and SSL – some links</title>
      <link>/2010/11/15/openldap-ssl-links/</link>
      <pubDate>Mon, 15 Nov 2010 14:51:49 +0000</pubDate>
      
      <guid>/2010/11/15/openldap-ssl-links/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here are some of the links that may be of great help to you if you are having issues with setting up &lt;a class=&#34;zem_slink&#34; title=&#34;Transport Layer Security&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Transport_Layer_Security&#34;&gt;SSL&lt;/a&gt; and &lt;a class=&#34;zem_slink&#34; title=&#34;OpenLDAP&#34; rel=&#34;homepage&#34; href=&#34;http://www.openldap.org/&#34;&gt;OpenLDAP&lt;/a&gt;. I was having some issues with this setup and these links helped me fix the same.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.faqs.org/docs/Linux-HOWTO/SSL-RedHat-HOWTO.html&#34;&gt;http://www.faqs.org/docs/Linux-HOWTO/SSL-RedHat-HOWTO.html&lt;/a&gt; &lt;a href=&#34;http://www.tc.umn.edu/~brams006/selfsign_redhat.html&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.tc.umn.edu/~brams006/selfsign_redhat.html&#34;&gt;http://www.tc.umn.edu/~brams006/selfsign_redhat.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.1/html/Using_Red_Hat_Console/Starting_the_Server_with_SSL_Enabled-Enabling_SSL_in_the_DS_Admin_Server_and_Console.html&#34;&gt;http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.1/html/Using_Red_Hat_Console/Starting_the_Server_with_SSL_Enabled-Enabling_SSL_in_the_DS_Admin_Server_and_Console.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://directory.fedoraproject.org/wiki/Howto:SSL&#34;&gt;http://directory.fedoraproject.org/wiki/Howto:SSL&lt;/a&gt; &lt;a href=&#34;http://www.linuxtopia.org/online_books//network_administration_guides/ldap_administration/appendix-common-errors_Common_causes_of_LDAP_errors.html&#34;&gt;http://www.linuxtopia.org/online_books//network_administration_guides/ldap_administration/appendix-common-errors_Common_causes_of_LDAP_errors.html&lt;/a&gt;&lt;/p&gt;
&lt;!--
LDAP-SSL ========================================

Purpose/Scope of this Guide The purpose of this guide is to assist &lt;a class=&#34;zem_slink&#34; title=&#34;Red Hat Linux&#34; rel=&#34;homepage&#34; href=&#34;http://www.redhat.com&#34; mce_href=&#34;http://www.redhat.com&#34;&gt;RedHat Linux&lt;/a&gt; users with the installation of server (SSL) certificates using the &lt;a class=&#34;zem_slink&#34; title=&#34;Apache HTTP Server&#34; rel=&#34;homepage&#34; href=&#34;http://httpd.apache.org/&#34; mce_href=&#34;http://httpd.apache.org/&#34;&gt;Apache web server&lt;/a&gt;. The goal is to provide a clear procedure that will save time and, in many cases, money!

First, I will cover what you need to know about the SSL protocol and digital certificates. In my experience, building an Apache web server with ModSSL and &lt;a class=&#34;zem_slink&#34; title=&#34;OpenSSL&#34; rel=&#34;homepage&#34; href=&#34;http://www.openssl.org/&#34; mce_href=&#34;http://www.openssl.org/&#34;&gt;OpenSSL&lt;/a&gt; is the most beneficial software combination. OpenSSL is a general-purpose cryptography library that supports the SSL v2/v3 and TLS v1 protocols. ModSSL is an Apache API module designed to act as an interface between Apache and OpenSSL. The biggest advantage is that all three packages are free.

Then, beginning with Section 4, I will go through the step-by-step procedures for generating keys and installing certificates on a RedHat-Apache server compiled with ModSSL and OpenSSL. The procedures in Section 4 will also work with commercial SSL-server packages such as Stronghold and Raven that are closely related to Apache.

Disclaimer: I am a technical support engineer for &lt;a class=&#34;zem_slink&#34; title=&#34;Equifax&#34; rel=&#34;homepage&#34; href=&#34;http://www.equifax.com&#34; mce_href=&#34;http://www.equifax.com&#34;&gt;Equifax&lt;/a&gt; Secure Inc., a Certificate Authority. Therefore, I use Equifax Secure certificates and examples geared towards installing Equifax Secure certificates. However, the instructions will also work with certificates issued by other &lt;a class=&#34;zem_slink&#34; title=&#34;Certificate authority&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Certificate_authority&#34; mce_href=&#34;http://en.wikipedia.org/wiki/Certificate_authority&#34;&gt;Certificate Authorities&lt;/a&gt;. Since this document was written at my own initiative, Equifax Secure Inc. is neither liable nor accountable for any consequences resulting from the use of these procedures.

My comments to the reader is in this style (emphasized).

Example lines are in plain roman style.

Note that extra comments and advice is found in comments within the SGML source.

1.1 About &lt;a class=&#34;zem_slink&#34; title=&#34;Transport Layer Security&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Transport_Layer_Security&#34; mce_href=&#34;http://en.wikipedia.org/wiki/Transport_Layer_Security&#34;&gt;Secure Sockets Layer&lt;/a&gt; (SSL) SSL is a presentation layer service, located between the TCP and the application layer. It is platform and application independent. SSL is responsible for the management of a secure communications channel between the client and server. SSL provides a strong mechanism for encrypting data transferred between a client and a server.

1.2 FeedBack Comments on this guide may be directed to the author (richard.sigle@equifax.com).

1.3 Copyrights and Trademarks Copyright (c) 2001 by Richard L. Sigle

Please freely copy and distribute this document in any format. It&#39;s requested that corrections and/or comments be forwarded to the document maintainer. You may create a derivative work and distribute it provided that you:

* Send your derivative work (in the most suitable format such as sgml) to the LDP (&lt;a class=&#34;zem_slink&#34; title=&#34;Linux Documentation Project&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Linux_Documentation_Project&#34; mce_href=&#34;http://en.wikipedia.org/wiki/Linux_Documentation_Project&#34;&gt;Linux Documentation Project&lt;/a&gt;) or the like for posting on the Internet. If not the LDP, then let the LDP know where it is available. * License the derivative work with this same license or use GPL. Include a copyright notice and at least a pointer to the license used. * Give due credit to previous authors and major contributors.

If you&#39;re considering making a derived work other than a translation, it&#39;s requested that you discuss your plans with the current maintainer.

1.4 Acknowledgements and Thanks I would like to thank Tony Villasenor for tirelessly reading my drafts and offering his input and advice. Without Tony, this document would never have been finished.

________________________________________________________________________ 2. Introduction to Secure Sockets Layer/Private Key Infrastructure &lt;a class=&#34;zem_slink&#34; title=&#34;Public key infrastructure&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Public_key_infrastructure&#34; mce_href=&#34;http://en.wikipedia.org/wiki/Public_key_infrastructure&#34;&gt;PKI&lt;/a&gt; is an asymmetric key system which consists of a public key (which is sent to clients) and a private key (stays local on the server). PKI differs from a symmetric key system in which both the client and server use the same key for encryption/decryption.

2.1 Responsibilities of SSL/PKI SSL sets out to fulfill requirements that make it acceptable for use in the transmission of even the most sensitive of transactions, such as credit card information, medical records, legal documents, and e-commerce applications. Each application can choose to utilize some or all of the following criteria depending on the sensitivity and value of the transactions it will be processing.

Privacy

Let&#39;s say that a message is to be coded for transmission from A to B. A uses B&#39;s public key to encrypt the message. In this way B will be the only person who can decode and read this message using his private key. We cannot however be sure that A is the person who he claims to be.

Authenticity

In order to be sure that A is the person who he claims to be, we want guaranteed authenticity. This requires a slightly more complex coding process. In this case, A&#39;s message to B is first encrypted with A&#39;s private key and then with B&#39;s public key. B now has to decrypt it first with his private key and then with A&#39;s public key. Now B can be sure that A is who he claims to be as nobody else could create a message encrypted with his private key. SSL achieves this with the use of certificates (PKI). A certificate is issued by a neutral third party - such as a certificate authority (CA) - and includes a digital signature and/or a time stamp in addition to the public key of the certified party. A self-signed digital certificate can be created by anyone with the correct SSL tools, but self-signed certificates lack the weight of validation performed by a mutually respected neutral third party.

integrity

In SSL, integrity is guaranteed by using a MAC (&lt;a class=&#34;zem_slink&#34; title=&#34;Message authentication code&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Message_authentication_code&#34; mce_href=&#34;http://en.wikipedia.org/wiki/Message_authentication_code&#34;&gt;Message Authentication Code&lt;/a&gt;) with the necessary hash table functions. Upon generation of a message, the MAC is obtained by applying a hash function and the result is then added to the message. After the message has been received, validity is then checked by comparing the message&#39;s embedded MAC with a new MAC computed from the received message. This would immediately reveal messages that have been altered by a third party.

&lt;a class=&#34;zem_slink&#34; title=&#34;Non-repudiation&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Non-repudiation&#34; mce_href=&#34;http://en.wikipedia.org/wiki/Non-repudiation&#34;&gt;Non-Repudiation&lt;/a&gt;

Non-repudiation protects both parties from each other during online transactions. It prevents one or the other from saying that they did not send a particular piece of information. Non-repudiation does not allow either party to alter the transaction after it has been made. Digital non-repudiation is the equivalent of signing a contract, in the traditional sense.

2.2 How SSL Works The SSL protocol includes two sub-protocols: the SSL record protocol and the SSL handshake protocol. The SSL record protocol defines the format used to transmit data. The SSL handshake protocol involves using the SSL record protocol to exchange a series of messages between an SSL-enabled server and an SSL-enabled client when they first establish an SSL connection. This exchange of messages is designed to facilitate the following actions:

* Authenticate the server to the client. The server certificate is signed by a Certificate Authority to insure that it is not corrupted and establishes a chain of trust. * Allow the client and server to select the cryptographic algorithms, or ciphers, that they both support. * Optionally authenticate the client to the server. * Use public-key encryption techniques to generate shared secrets. * Establish an encrypted SSL connection.

SSL Handshake Protocol The Handshake Protocol is used to co-ordinate the state of the client and the server. During the handshake, the following events take place:

* Certificates are exchanged between the client and server (asymmetric keys). The server sends its public key to the client. If the server is set to verify client authentication via a certificate, the client sends its public key to the server. The validity dates on the certificates are verified and they are checked for the digital signature of a trusted certificate authority. If the validity date and/or digital signature are not correct, the browser will issue a warning to the user. The user is then given the option to trust the certificate holder. * The client then generates a random key (symmetric key). These will be used for encryption and for calculating MACs. They are encrypted using the server&#39;s public key and sent to the server. Only the server has the ability to decrypt the new random key. The new symmetric key is used for encrypting the data that is sent between client and server.

Note: The use of a symmetric key after server-browser authentication greatly enhances subsequent throughput performance.

* A message encryption algorithm and a hash function for integrity are negotiated. This negotiation process could be carried out such that the client presents a list of supported algorithms to the server, which, in turn, selects the strongest cipher available to both of them. Identifiers for the chosen encryption algorithm and hash function are stored in the cipher spec field of the current state for use by the record protocol. * All of the following fields are set during handshaking: Protocol Version, Session ID, Cipher Suite, Compression Method and two random values ClientHello.random and ServerHello.random.

Note: An IP address is required for each SSL connection. Name based virtual hosts are resolved during the application layer. Remember Secure Sockets Layer resides below the application layer.

Session Key(Symmetric Code) * 40-bit, originally used only for export purposes * 56-bit, used by DES * 64-bit key - used by CAST, 256 times stronger than 56-bit * 80-bit key - used by CAST, 16 million times stronger than 56-bit (infeasible to break with current technology) * 128-bit key - used by CAST or RC2, exhaustive key search impossible now and for the foreseeable future

Public/Private Key Pair(Asymmetric Code) * 512-bit * 768-bit * 1024-bit * 2048-bit

2.3 How PKI Works The client and the server each have a public key and a private key (the client&#39;s browser randomly creates a key pair for the SSL session, unless, a client certificate is held by the client and requested by the server).

The sender uses their private key to encrypt a message. This act authenticates the source of the message. The resulting cipher is encrypted once more with the receiving party&#39;s public key. This action provides confidentiality because only the receiving party is able to do the initial decryption of the message using their private key. The receiver uses the sender&#39;s public key to further decrypt the encrypted message. Because only the sender has access to their private key, the receiver is assured that the encrypted message originated from the sender.

A message digest is used to verify that neither party or a third party has tampered with or changed the message in any way. A message digest is obtained by applying a hash function (part of the private key known as the fingerprint) to the message. The digest (which is now known as the signature) is attached or appended to the message. The signature&#39;s length is constant (no matter how large the file is) and depends on what type of message digest the private key contains (md5 - 128 bit, sha1 - 160 bit, etc). Changing even one bit in the message will change the length of the signature and thus prove that the message has been tampered with.

2.4 Certificates(x509 Standard) Digital certificates make it possible to trust an entity on the Internet. A digital certificate contains the user&#39;s credentials, which have been verified by a neutral third-party certificate authority.

A mathematical algorithm and a value (key) are used to encrypt data into an unreadable form. A second key is used to decrypt the data, using a complementary algorithm and a related value. The two keys must contain a related value and are known as a key pair.

Note: ITU-T Recommendation X.509 [CCI88c] specifies the authentication service for X.500 directories, as well as the X.509 certificate syntax. The certificate is signed by the issuer to authenticate the binding between the subject (user&#39;s) name and the user&#39;s public key. SSLv3 was adopted in 1994. The major difference between versions 2 and 3 is the addition of the extensions field. This field grants more flexibility as it can convey additional information beyond just the key and name binding. Standard extensions include subject and issuer attributes, certification policy information, and key usage restrictions.

An X.509 certificate consists of the following fields:

* Version * serial number * signature algorithm ID * issuer name * validity period * subject (user) name * subject public key information * issuer unique identifier (version 2 and 3 only) * subject unique identifier (version 2 and 3 only) * extensions (version 3 only) * signature on the above fields

2.5 Digital Certificate Private Key The private key is not embedded within a digital certificate. The private key does not include any server information. It contains encryption information and a fingerprint. It is generated locally on your system and should remain in a secure environment. If the private key is compromised, a perpetrator essentially has the code to your security system. The transmissions between client and server can be intercepted and decrypted. This type of vulnerability is why it is recommended to create a private key that is encrypted using triple DES technology. The file is then encrypted and password protected making it all but impossible to use without the correct pass phrase.

The security of a transaction is dependent on its private key. Should this key fall into the wrong hands then anyone can easily duplicate it and use it to compromise security. A compromised key could lead to messages meant for the server to be intercepted and manipulated by unscrupulous hackers. A fully secure system must be able to detect impostors and prevent the duplication of keys.

2.6 Digital Certificate Public Key The public key is embedded in a digital certificate, which is sent by the server to a client when a secure connection is requested. This process identifies the server using the certificate. The public key validates the integrity, authenticity, and is also used to encrypt data to create a private data transmission.

2.7 Certificate Signing Request(CSR) A CSR contains the information required by a certificate authority to create the certificate. The CSR contains an encrypted version of the private key&#39;s complimentary algorithm, common value, and information that identifies the server. This information includes, but is not limited to, country, state, organization, common name (domain name), and contact information.

________________________________________________________________________ 3. Working with Certificates The following section covers the steps involved in creating the private key file, certificate signing request, and a self-signed certificate. If you plan to obtain a certificate signed by a certificate authority, you will need to create a certificate signing request (CSR). Otherwise, you can create a self-signed certificate.

3.1 Create a Private Key To create a private key, you must have the OpenSSL toolkit installed and configured with Apache. The following examples use the OpenSSL command line tool which is located in the /usr/local/ssl/bin directory by default. The examples assume that the directory containing the OpenSSL command line tool has been added to the $PATH.

To create a private key using the triple des encryption standard (recommended), use the following command:

openssl genrsa -des3 -out filename.key 1024

You will be prompted to enter and re-enter a pass phrase. If you choose to use triple des encryption, you will be prompted for the password each time you start the SSL server from a cold start. (When using the restart command, you will not be prompted for the password). Some of you may find this password prompt to be a nuisance, especially if you need to boot the system during off-hours. Or, you may believe that your system is already sufficiently secure. So, if you choose not to have a password prompt (hence no triple des encryption), use the command below. If you would rather create just a 512-bit key, then omit the 1024 at the end of the command and OpenSSL will default to 512 bits. Using the smaller key is slightly faster, but it is also less secure.

To create a private key without triple des encryption, use the following command:

openssl genrsa -out filename.key 1024

To add a password to an existing private key, use the following command:

openssl -in filename.key -des3 -out newfilename.key

To remove a password from an existing private key, use the following command:

openssl -in filename.key -out newfilename.key

Note: Your private key will be created in the current directory unless otherwise specified. There are 3 easy ways to deal with this. If OpenSSL is in your path, you can run it from the directory that you have designated to store your key files in (default is /etc/httpd/conf/ssl.key if you installed Apache using the RPM or /usr/local/apache/conf/ssl.key if you installed Apache using the source files). Another solution is to copy the files from the directory where they were created to the correct directory. And, last but not least, you can specify the path when running the command (eg. openssl genrsa -out /etc/httpd/conf/ssl.key/filename.key 1024). Doesn&#39;t matter how you do it as long as it gets done before you proceed.

For more information on the OpenSSL toolkit check out: OpenSSL Website.

3.2 Create a Certificate Signing Request To obtain a certificate signed by a certificate authority, you will need to create a Certificate Signing Request (CSR). The purpose is to send the certificate authority enough information to create the certificate without sending the entire private key or compromising any sensitive information. The CSR also contains the information that will be included in the certificate, such as, domain name, locality information, etc.

* Locate the private key that you would like to creat a CSR from. Enter the following command: openssl req -new -key filename.key -out filename.csr * You will be prompted for Locality information, common name (domain name), organizational information, etc. Check with the CA that you are applying to for information on required fields and invalid entries. * Send the CSR to the CA per their instructions. * Wait for your new certificate and/or create a self-signed certificate. A self-signed certificate can be used until you receive your certificate from the certificate authority.

Note: Use the following command to create a private key and request at the same time.

openssl genrsa -des3 -out filename.key 1024

3.3 Creating a Self-Signed Certificate It is not necessary to create a self-signed certificate if you are obtaining a CA-signed certificate. However, creating a self-signed certificate is very simple. All you need is a private key and the name of the server (fully qualified domain name) that you want to secure. You will be prompted for information such as locality information, common name (domain name), organizational information, etc. OpenSSL gives you a great deal of freedom here. The only required field for the certificate to function correctly is the common name (domain name) field. If this is not present or incorrect, you will receive a Certificate Name Check warning from your browser.

To create a self-signed certificate:

openssl req -new -key filename.key -x509 -out filename.crt

3.4 Installing your Web Server Certificate If you followed these instructions so far you shouldn&#39;t have any problems at this point. If you sent your CSR to a certificate authority and you have not gotten your certificate back yet, you can take a break now! If you are using a self-signed certificate, or you have received your certificate, you may continue.

* Ensure that the private key file is in the directory that you have chosen to use. The following examples will be based on the RedHat RPM installation default of /etc/httpd/conf/ssl.key. * Ensure that the CA-signed or self-signed certificate is in its designated location. Again, I will be using the RPM default of /etc/httpd/conf/ssl.crt. If it is not there already, put it there. * If there is an intermediate (root) certificate to be installed, copy it to the /etc/httpd/conf/ssl.crt directory, also. * Now, you will be required to edit the httpd.conf file. Make a back-up of this file before you proceed to the next step, Configuring your Apache Server.

________________________________________________________________________ 4. Configuring your Apache Server The Apache server must be configured with supplementary API modules in order to support SSL. There are many SSL software packages available. My examples are based on Apache configured with ModSSL and OpenSSL. There are countless mailing lists and newsgroups available to support these products. You may find these instructions helpful for some commercial SSL software packages that are based on the Apache web server.

A few things to keep in mind: You can have multiple virtual hosts on the same server. You can have numerous name-based virtual hosts on the same IP address. You can also have numerous name-based virtual hosts and one (1) secure virtual host on the same IP. But - you cannot have multiple secure virtual hosts on the same IP. The question that so many ask: Why? The answer is: SSL works below the application layer. Name based hosts are not defined until the application layer.

Specifically, you cannot have multiple secure virtual hosts on the same SOCKET (IP address + port). By default, a secure host will use port 443. You can change configure your virtual host to use a different port number with the same IP, thus creating another socket. There are many disadvantages to this approach. The most obvious disadvantage is that if you are not using the default port, your URL must also contain the port number to access the secure site.

Example:

* Site using default port - &lt;a href=&#34;http://www.something.com&#34; mce_href=&#34;http://www.something.com&#34;&gt;www.something.com&lt;/a&gt; - would be accessed as &lt;a href=&#34;https://www.something.com&#34; mce_href=&#34;https://www.something.com&#34;&gt;https://www.something.com&lt;/a&gt; * A site using port 8888 would be accessed as &lt;a href=&#34;https://www.something.com:8888&#34; mce_href=&#34;https://www.something.com:8888&#34;&gt;https://www.something.com:8888&lt;/a&gt;

Another disadvantage is that if you introduce more ports, you will be providing more opportunities for port sniffing hackers. Last, if you select a port that is used by something else, you will create conflict problem.

4.1 Define a Secure Virtual Host Setting up virtual hosts is fairly straightforward. I will go through the basics of setting up a secure virtual host.

In these examples, I use the .crt and .key file extensions. That is my personal way of avoiding confusion with the various files. With Apache, you can use any extension you choose - or no extension at all.

All of your secure virtual hosts should be contained within  and , usually located towards the end of the httpd.conf file.

An example of a secure virtual host:

DocumentRoot /etc/httpd/htdocs ServerName &lt;a href=&#34;http://www.somewhere.com&#34; mce_href=&#34;http://www.somewhere.com&#34;&gt;www.somewhere.com&lt;/a&gt; ServerAdmin &lt;a href=&#34;mailto:someone@somewhere.com&#34; mce_href=&#34;mailto:someone@somewhere.com&#34;&gt;someone@somewhere.com&lt;/a&gt; ErrorLog /etc/httpd/logs/error_log TransferLog /etc/httpd/logs/access_log SSLEngine on SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key SSLCACertificateFile /etc/httpd/conf/ssl.crt/ca-bundle.crt  SSLOptions +StdEnvVars   SSLOptions +StdEnvVars  SetEnvIf User-Agent &#34;.*MSIE.*&#34; nokeepalive ssl-unclean-shutdown CustomLog /etc/httpd/logs/ssl_request_log  &#34;%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x &#34;%r&#34; %b&#34;

The directives that are the most important for SSL are the SSLEngine on, SSLCertificateFile, SSLCertificateKeyFile, and in many cases SSLCACertificateFile directives.

SSL Engine &#34;SSLEngine on&#34; - this is ModSSL&#39;s command to start SSL.

SSLCertificateFile SSLCertificateFile Tells Apache where to find the certificate file and what it is named. The example above shows &#34;server.crt&#34; as the certificate file name. This is the default that is added when you configure ModSSL with Apache. I personally don&#39;t recommend using the default names. Save yourself some frustration and name your certificates as servername.crt (domainname.crt). You may also decide to use an alternative directory than the default /etc/httpd/conf/ssl.crt or /usr/local/apache/conf/ssl.crt. Just remember to make the necessary changes to the path.

SSLCertificateKeyFile SSLCertificateKeyFile tells Apache the name of the private key and where to find it. The directory defined here should have read/write permissions for root only. No one else should have access to this directory.

SSLCACertificateFile The SSLCACertificateFile directive tells Apache where to find the Intermediate (root) certificate. This directive may or may not be necessary depending on the CA that you are using. This certificate is essentially a ring of trust.

Intermediate Certificate - A Certificate Authority obtains a certificate in much the same way as you. This is known as an intermediate certificate. It basically says that the holder of the intermediate certificate is whom they say they are and is authorized to issue certificates to customers. Web browsers have a list of &#34;trusted&#34; certificate authorities that is updated with each release. If a Certificate authority is fairly new, its intermediate certificate may not be in the browser&#39;s list of trusted CA&#39;s. Combine this with the fact that most people don&#39;t update their browsers very often; it could take years before a CA is recognized as trusted automatically. The solution is to install the intermediate certificate on the server using the SSLCACertificateFile directive. Usually, a &#34;trusted&#34; CA issues the intermediate certificate. If it is not, then you may need to use the SSLCertificateChainFile directive, although this is unlikely.

4.2 Certificate Examples Server Certificate File


&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;&lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34; mce_href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;border: medium none; float: right;&#34; mce_style=&#34;border: medium none; float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; mce_src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;span class=&#34;zem-script more-related pretty-attribution&#34;&gt;&lt;mce:script mce_src=&#34;http://static.zemanta.com/readside/loader.js&#34; type=&#34;text/javascript&#34;&gt;&lt;/mce:script&gt;&lt;/span&gt;&lt;/div&gt;


--&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.shermann.name/2010/08/ubuntu-1004-lts-and-openldap.html&#34;&gt;Stephan Hermann: Ubuntu 10.04 LTS and OpenLDAP&lt;/a&gt; (shermann.name)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://intridea.com/posts/exploring-ldap-sasl-authentication-with-ruby&#34;&gt;Exploring LDAP SASL Authentication With Ruby&lt;/a&gt; (intridea.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.shermann.name/2010/08/solved-openldap-passwd-and-crypt.html&#34;&gt;Stephan Hermann: [SOLVED] OpenLDAP, passwd and CRYPT passwords&lt;/a&gt; (shermann.name)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.edugeek.net/forums/virtual-learning-platforms/61792-moodle-slow-ldap-login.html&#34;&gt;Moodle &amp;#8211; Slow LDAP Login&lt;/a&gt; (edugeek.net)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;border: medium none; float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;span class=&#34;zem-script more-related pretty-attribution&#34;&gt;&lt;/span&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Linux&gt;1% Campaign. Prove that we are more than 1% !</title>
      <link>/2010/10/25/linux1-campaign-prove-that-we-are-more-than-1/</link>
      <pubDate>Mon, 25 Oct 2010 13:46:18 +0000</pubDate>
      
      <guid>/2010/10/25/linux1-campaign-prove-that-we-are-more-than-1/</guid>
      <description>&lt;p&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Linux&#34; rel=&#34;homepage&#34; href=&#34;http://www.kernel.org/&#34;&gt;Linux&lt;/a&gt;&amp;gt;1% Campaign. Prove that we are more than 1% !&lt;/p&gt;
&lt;p&gt;At &lt;a href=&#34;http://www.dudalibre.com&#34;&gt;http://www.dudalibre.com&lt;/a&gt; they are running a campaign to make every owner of &lt;a class=&#34;zem_slink&#34; title=&#34;Computer&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Computer&#34;&gt;computers&lt;/a&gt; running Linux register. The aim is to prove that the general assumption, that only 1 % of all computers run Linux is wrong. Everyone is needed if this effort is going to succeed.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.dudalibre.com/en/gnulinuxcounter&#34;&gt;http://www.dudalibre.com/en/gnulinuxcounter&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The page can also be displayed in &lt;a class=&#34;zem_slink&#34; title=&#34;Spanish language&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Spanish_language&#34;&gt;Spanish&lt;/a&gt; and French&lt;/p&gt;
&lt;p&gt;I voted for my distro &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora&#34; rel=&#34;homepage&#34; href=&#34;http://fedoraproject.org/&#34;&gt;Fedora&lt;/a&gt;, hope you do the same for your &lt;a class=&#34;zem_slink&#34; title=&#34;Linux distribution&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Linux_distribution&#34;&gt;linux distribution&lt;/a&gt; and prove that Linux does run on high number of desktop.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Ubuntu Maverick Meerkat 10.10 Post Installation Guide</title>
      <link>/2010/10/12/ubuntu-maverick-meerkat-1010-post-installation-guide/</link>
      <pubDate>Tue, 12 Oct 2010 09:42:40 +0000</pubDate>
      
      <guid>/2010/10/12/ubuntu-maverick-meerkat-1010-post-installation-guide/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Ubuntu Maverick Meerkat 10.10 Post Installation Guide ubuntu.jpgUbuntu 10.10 codenamed Maverick Meerkat is released. As you all know Ubuntu is the most popular Linux distribution since it aims on usability and ease of installation. The new version of Ubuntu comes with Gnome 2.32 and Linux kernel 2.6.35. Of course all software is updated with new versions. The installation has also become very easy and fast. The user has to do only a few clicks until he boots up to his new Ubuntu desktop. Download Ubuntu 10.10 install it and let’s see a few tips and tricks!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>http://ninite.com/linux/makeuseof –  very good collection of utilities for .deb based distro’s</title>
      <link>/2010/10/08/httpninitecomlinuxmakeuseof-good-collection-utilities-deb-based-distros/</link>
      <pubDate>Fri, 08 Oct 2010 02:53:22 +0000</pubDate>
      
      <guid>/2010/10/08/httpninitecomlinuxmakeuseof-good-collection-utilities-deb-based-distros/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Head over to &lt;a href=&#34;http://ninite.com/linux/makeuseof &#34; target=&#34;_blank&#34;&gt;&lt;a href=&#34;http://ninite.com/linux/makeuseof&#34;&gt;http://ninite.com/linux/makeuseof&lt;/a&gt;&lt;/a&gt; and you will find a nice utility created by the makeuseof guys. This will allow you to select the applications that you want to install and once you have made the selection you can download the unattended &lt;a class=&#34;zem_slink&#34; title=&#34;Installation (computer programs)&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Installation_%28computer_programs%29&#34;&gt;installer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Well, to be frank with you I really do not see the need for this unless you don’t know how to add repositories or install simple stuff. Most of this (no, actually all of this except dropbox in my &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora&#34; rel=&#34;homepage&#34; href=&#34;http://fedoraproject.org/&#34;&gt;Fedora&lt;/a&gt; setup with the repositories that I have set). Now for one application why would I do that if that was available for Fedora. Any-ways pretty good for newbies, still.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Fedora Linux – Display information about users currently logged on – whowatch</title>
      <link>/2010/09/05/fedora-linux-display-information-users-logged-whowatch/</link>
      <pubDate>Sat, 04 Sep 2010 19:01:14 +0000</pubDate>
      
      <guid>/2010/09/05/fedora-linux-display-information-users-logged-whowatch/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here is description of program/utility to display the currently logged in user in a &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Linux\&amp;quot;&#34; rel=&#34;\&amp;quot;homepage\&amp;quot;&#34; href=&#34;\&#34;&gt;Linux&lt;/a&gt; box (tried on &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Fedora\&amp;quot;&#34; rel=&#34;\&amp;quot;homepage\&amp;quot;&#34; href=&#34;\&#34;&gt;Fedora&lt;/a&gt; 13 Goddard):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;%5C&#34;&gt;Whowatch&lt;/a&gt; is an interactive console utility that displays informations about the users currently logged on to the machine, in &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Real-time&#34; rel=&#34;\&amp;quot;wikipedia\&amp;quot;&#34; href=&#34;\&#34;&gt;real time&lt;/a&gt;. Besides standard information (&lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Login\&amp;quot;&#34; rel=&#34;\&amp;quot;wikipedia\&amp;quot;&#34; href=&#34;\&#34;&gt;login&lt;/a&gt;, &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Tty&#34; rel=&#34;\&amp;quot;wikipedia\&amp;quot;&#34; href=&#34;\&#34;&gt;tty&lt;/a&gt;, host, user&amp;amp;#8217;s &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Process&#34; rel=&#34;\&amp;quot;wikipedia\&amp;quot;&#34; href=&#34;\&#34;&gt;process&lt;/a&gt;) you can see type of &lt;a class=&#34;zem_slink&#34; title=&#34;Login&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Login&#34;&gt;login&lt;/a&gt; (ie. ssh, &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Telnet\&amp;quot;&#34; rel=&#34;\&amp;quot;wikipedia\&amp;quot;&#34; href=&#34;\&#34;&gt;telnet&lt;/a&gt;). You can also see selected user&amp;amp;#8217;s processes tree or all system processes tree.  In the process tree mode there is ability to send INT or KILL signal to selected process.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Remove some path from the PATH variable temporarily.</title>
      <link>/2010/09/04/remove-path-path-variable-temporarily/</link>
      <pubDate>Sat, 04 Sep 2010 15:02:08 +0000</pubDate>
      
      <guid>/2010/09/04/remove-path-path-variable-temporarily/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;How many times has it happened to you that you are working on some linux platform (like Fedora/Ubuntu/CentOS etc) and suddenly you see that you need to remove some path from the PATH variable so that a script is executed from some other path. It really difficult to do this if the path is too long and if you end up doing this couple of times. If that is the case, then the below script is for you 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Gmail Videochat Comes to Linux</title>
      <link>/2010/08/26/gmail-videochat-linux/</link>
      <pubDate>Thu, 26 Aug 2010 18:24:40 +0000</pubDate>
      
      <guid>/2010/08/26/gmail-videochat-linux/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;?Gmail Videochat Comes to Linux&lt;br&gt;
&amp;amp;#8221;The long wait is over and Linux users can finally use the Gmail&lt;br&gt;
Videochat! The &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Gmail&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://gmail.com&amp;quot;&amp;gt;GMail&lt;/a&gt; team recently announced the availability of voice&lt;br&gt;
and &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Videoconferencing&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Videoconferencing&amp;quot;&amp;gt;video chat&lt;/a&gt; on Linux. This feature is currently supported on &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Ubuntu (operating system)&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.ubuntu.com/&amp;quot;&amp;gt;Ubuntu&lt;/a&gt;&lt;br&gt;
and other &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Debian&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.debian.org/&amp;quot;&amp;gt;Debian&lt;/a&gt;-based &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Linux distribution&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Linux_distribution&amp;quot;&amp;gt;Linux distributions&lt;/a&gt;. &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;RPM Package Manager&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://rpm.org/&amp;quot;&amp;gt;RPM&lt;/a&gt; Support for &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Fedora&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://fedoraproject.org/&amp;quot;&amp;gt;Fedora Linux&lt;/a&gt;&lt;br&gt;
and other &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Red Hat&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.redhat.com&amp;quot;&amp;gt;Red Hat&lt;/a&gt; based distributions (like &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;CentOS&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.centos.org/&amp;quot;&amp;gt;CentOS&lt;/a&gt;) is going to be added&lt;br&gt;
soon.&amp;amp;#8221; Some screenshots of GMail Video Chat on Linux in action&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>gphotoframe Free digital photo frame for your desk.</title>
      <link>/2010/08/11/gphotoframe-free-digital-photo-frame-desk/</link>
      <pubDate>Wed, 11 Aug 2010 02:46:01 +0000</pubDate>
      
      <guid>/2010/08/11/gphotoframe-free-digital-photo-frame-desk/</guid>
      <description>&lt;!--adsense#ad#2--&gt;
&lt;p&gt;First install the gphotoframe application with the command :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;sudo yum install gphotoframe&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;and if you want gnome-screensaver compatibility then install the package gphotoframe-gss also.&lt;/p&gt;
&lt;p&gt;Gnome Photo Frame is a photo frame gadget for the &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;GNOME&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.gnome.org/&amp;quot;&amp;gt;GNOME&lt;/a&gt; Desktop. Let&amp;amp;#8217;s see how this works.. run the command gphotoframe from a terminal:&lt;/p&gt;
&lt;p&gt;Here is what you will see :&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://blog.amit-agarwal.com/wp-content/uploads/2010/08/Screenshot-gphotoframe.png&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;size-medium wp-image-1880&amp;quot; title=&amp;quot;Screenshot-gphotoframe&amp;quot; src=&amp;quot;http://blog.amit-agarwal.com/wp-content/uploads/2010/08/Screenshot-gphotoframe-300x227.png&amp;quot; alt=&amp;quot;Screenshot-gphotoframe&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;227&amp;quot; /&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Don&amp;amp;#8217;t panic on seeing the blank/black page. You need to add the source first. So &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Mouse (computing)&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Mouse_%28computing%29&amp;quot;&amp;gt;right click&lt;/a&gt; on the window and go to preferences:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>solang – Photo collection viewer.</title>
      <link>/2010/06/25/solang-photo-collection-viewer/</link>
      <pubDate>Fri, 25 Jun 2010 11:47:11 +0000</pubDate>
      
      <guid>/2010/06/25/solang-photo-collection-viewer/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;&lt;div class=\&#34;zemanta-img\&#34;&gt; 
&lt;div&gt;
  &lt;dl class=\&#34;wp-caption alignright\&#34;&gt; &lt;dt class=\&#34;wp-caption-dt\&#34;&gt;&lt;a href=\&#34;http://commons.wikipedia.org/wiki/Image:Gnomelogo.svg\&#34;&gt;&lt;img title=\&#34;GNOME\&#34; src=\&#34;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/300px-Gnomelogo.svg_.png\&#34; alt=\&#34;GNOME\&#34; /&gt;&lt;/a&gt;&lt;/dt&gt; &lt;dd class=\&#34;wp-caption-dd zemanta-img-attribution\&#34;&gt;Image via &lt;a href=\&#34;http://commons.wikipedia.org/wiki/Image:Gnomelogo.svg\&#34;&gt;Wikipedia&lt;/a&gt;&lt;/dd&gt; &lt;/dl&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;blockquote&gt;
&lt;dl&gt;
&lt;dt&gt;Name       : solang&lt;/dt&gt;
&lt;dt&gt;Arch       : i686&lt;/dt&gt;
&lt;dt&gt;Size       : 1.8 M&lt;/dt&gt;
&lt;dt&gt;Summary    : A Photo Manager for &amp;lt;a class=&amp;quot;zem_slink freebase/en/gnome&amp;quot; title=&amp;quot;GNOME&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.gnome.org/&amp;quot;&amp;gt;GNOME&lt;/a&gt;&lt;/dt&gt;
&lt;dt&gt;URL        : &lt;a href=&#34;https://savannah.nongnu.org/projects/solang/&#34;&gt;https://savannah.nongnu.org/projects/solang/&lt;/a&gt;&lt;/dt&gt;
&lt;dt&gt;License    : &amp;lt;a class=&amp;quot;zem_slink freebase/en/gnu_general_public_license&amp;quot; title=&amp;quot;GNU General Public License&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/GNU_General_Public_License&amp;quot;&amp;gt;GPLv3&lt;/a&gt;+&lt;/dt&gt;
&lt;dt&gt;Description: Solang is a &amp;lt;a class=&amp;quot;zem_slink freebase/en/free_content&amp;quot; title=&amp;quot;Free content&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Free_content&amp;quot;&amp;gt;free photo&lt;/a&gt; manager that will act as a front-end for&lt;/dt&gt;
&lt;dd&gt;directory based local storage as well as remote photo-storage&lt;/dd&gt;
&lt;dd&gt;systems, as can be said, on the &amp;amp;#8221;Cloud&amp;amp;#8221;. Basic editing support is&lt;/dd&gt;
&lt;dd&gt;also planned as well as a small pipelaine for RAW processing.&lt;/dd&gt;
&lt;dd&gt;&lt;/dd&gt;
&lt;dd&gt;The aim of this project is to break the performance charecteristics&lt;/dd&gt;
&lt;dd&gt;of current popular photo management &amp;lt;a class=&amp;quot;zem_slink freebase/en/computer_software&amp;quot; title=&amp;quot;Computer software&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Computer_software&amp;quot;&amp;gt;softwares&lt;/a&gt; and provide a fast&lt;/dd&gt;
&lt;dd&gt;and reliable alternative that does not place humongous demands on&lt;/dd&gt;
&lt;dd&gt;user&amp;amp;#8217;s &amp;lt;a class=&amp;quot;zem_slink freebase/en/hardware&amp;quot; title=&amp;quot;Hardware&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Hardware&amp;quot;&amp;gt;hardware&lt;/a&gt; resources even to meet basic functionality.&amp;lt;h6 class=&amp;quot;zemanta-related-title&amp;quot;&amp;gt;Related articles by Zemanta&lt;/h6&gt; &amp;lt;ul class=&amp;quot;zemanta-article-ul&amp;quot;&amp;gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://arstechnica.com/open-source/news/2010/04/ubuntu-1010-to-be-codenamed-maverick-meerkat.ars&amp;quot;&amp;gt;Ubuntu 10.10 to be codenamed Maverick Meerkat&lt;/a&gt; (arstechnica.com)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.howtoforge.com/the-perfect-desktop-fedora-12-i686-gnome&amp;quot;&amp;gt;The Perfect Desktop – Fedora 12 i686 (GNOME)&lt;/a&gt; (howtoforge.com)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://boycottnovell.com/2009/12/19/euphemism-for-lobbying/&amp;quot;&amp;gt;Why GNOME Funding is Equivalent to Lobbying and Why Novell is Likely Against GPL Enforcement&lt;/a&gt; (boycottnovell.com)&lt;/li&gt; &lt;/ul&gt; &amp;lt;div class=&amp;quot;zemanta-pixie&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;zemanta-pixie-a&amp;quot; title=&amp;quot;Reblog this post [with Zemanta]&amp;quot; href=&amp;quot;http://reblog.zemanta.com/zemified/bb959a48-b5f0-4e5f-8997-6c86961e6eff/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;zemanta-pixie-img&amp;quot; src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_b11.png&amp;quot; alt=&amp;quot;Reblog this post [with Zemanta]&amp;quot; /&amp;gt;&lt;/a&gt;&amp;lt;span class=&amp;quot;zem-script more-related more-info pretty-attribution paragraph-reblog&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;/blockquote&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>/2010/06/25/taste-generation-network-manager/</link>
      <pubDate>Fri, 25 Jun 2010 11:46:53 +0000</pubDate>
      
      <guid>/2010/06/25/taste-generation-network-manager/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Note: I am using this and definately this is a big improvement over the previous versions. Here is the blog from gnome blog:&lt;/p&gt;
&lt;p&gt;After more than a year of heavy development, &amp;lt;a class=&amp;quot;zem_slink freebase/en/networkmanager&amp;quot; title=&amp;quot;NetworkManager&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.gnome.org/projects/NetworkManager&amp;quot;&amp;gt;NetworkManager&lt;/a&gt; 0.8 was &lt;strong&gt;unleashed on the world&lt;/strong&gt; a few weeks ago.  While we obviously couldn’t make everyone happy just yet, this release includes a ton of great stuff.  Much of it is under the hood, so while it won’t dazzle you in a blinding flash of light, it should still make your head explode.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>LPI Certification help and tutorials</title>
      <link>/2010/05/20/lpi-certification-help-and-tutorials/</link>
      <pubDate>Thu, 20 May 2010 16:43:32 +0000</pubDate>
      
      <guid>/2010/05/20/lpi-certification-help-and-tutorials/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;For the last couple of days I have been very busy but not too away from my desktop. Though I did not get time to publish anything. Here&amp;amp;#8217;s one of my other favourite distributions. Its known as elpicx. This distribution is oriented towards LPI certification exams and contains some documents and links that are quite helpful.&lt;/p&gt;
&lt;p&gt;Good thing is now it supports F9 with KDE.&lt;/p&gt;
&lt;p&gt;I found that the documents in the distro are GPL and thus I dont think that there should be any issue in re-distributing the pdfs and the links, so &amp;lt;a href=&amp;quot;http://amit.with-linux.com/elpicx/&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;here&lt;/a&gt; it is. If you find anything in these docs or links that I should not link or upload them, let me know. I wil remove them.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Upgrade to Fedora 13 from your existing version using yum.</title>
      <link>/2010/04/21/upgrade-fedora-13-existing-version-yum/</link>
      <pubDate>Wed, 21 Apr 2010 15:47:06 +0000</pubDate>
      
      <guid>/2010/04/21/upgrade-fedora-13-existing-version-yum/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Well. this time it seems to be very simple :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;yum –releasever=13 upgrade&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;update 22/April/2010:&lt;br&gt;
The key file will not be there so there are two options for you in this case:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install the following rpms from the downloaded rpms with &amp;amp;#8221;yum –nogpg localinstall&amp;amp;#8221;&lt;br&gt;
a) fedora-release&lt;br&gt;
b) fedora-release-notes&lt;/li&gt;
&lt;li&gt;Run the whole upgrade with –nogpg option.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Issue observed after the upgrade:&lt;br&gt;
The new kernel was not added in the grub menu and I had to manually add the below entry in the &amp;lt;a class=&amp;quot;zem_slink freebase/en/gnu_grub&amp;quot; title=&amp;quot;GNU GRUB&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.gnu.org/software/grub/&amp;quot;&amp;gt;menu.lst&lt;/a&gt; file:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Create your own splash screen for gimp</title>
      <link>/2010/04/05/create-your-own-splash-screen-for-gimp/</link>
      <pubDate>Mon, 05 Apr 2010 02:36:26 +0000</pubDate>
      
      <guid>/2010/04/05/create-your-own-splash-screen-for-gimp/</guid>
      <description>&lt;div class=\&#34;zemanta-img\&#34;&gt; 
&lt;div&gt;
  &lt;dl class=\&#34;wp-caption alignright\&#34;&gt; &lt;dt class=\&#34;wp-caption-dt\&#34;&gt;&lt;a href=\&#34;http://commons.wikipedia.org/wiki/Image:Wilber-huge-alpha.png\&#34;&gt;&lt;img title=\&#34;Category:Created with GIMP\&#34; src=\&#34;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/300px-Wilber-huge-alpha.png\&#34; alt=\&#34;Category:Created with GIMP\&#34; /&gt;&lt;/a&gt;&lt;/dt&gt; &lt;dd class=\&#34;wp-caption-dd zemanta-img-attribution\&#34;&gt;Image via &lt;a href=\&#34;http://commons.wikipedia.org/wiki/Image:Wilber-huge-alpha.png\&#34;&gt;Wikipedia&lt;/a&gt;&lt;/dd&gt; &lt;/dl&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Gimp allows you to set the &amp;lt;a class=&amp;quot;zem_slink freebase/en/splash_screen&amp;quot; title=&amp;quot;Splash screen&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Splash_screen&amp;quot;&amp;gt;splash screen&lt;/a&gt; very easily. All you need to do is copy the image to ~/.gimp-/splashes/. There is &amp;lt;a class=&amp;quot;zem_slink freebase/en/betting&amp;quot; title=&amp;quot;Betting (poker)&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Betting_%28poker%29&amp;quot;&amp;gt;no limit&lt;/a&gt; on the size or color. You just copy all the images you like to have as splash and one of them would be randomly picked up from the said direcotory for the splash image.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Ubuntu Sucks Like a Shopvac and Other Linux Rants</title>
      <link>/2010/03/16/ubuntu-sucks-like-a-shopvac-and-other-linux-rants/</link>
      <pubDate>Tue, 16 Mar 2010 02:25:46 +0000</pubDate>
      
      <guid>/2010/03/16/ubuntu-sucks-like-a-shopvac-and-other-linux-rants/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Almost 100 articles and blogs on the topic of “ubuntu sucks” were published in the past month alone, and about as many were published that unequivocally state Windows is better than Ubuntu.&amp;lt;table border=&amp;quot;0&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;span style=&amp;quot;font-size: x-small;&amp;quot;&amp;gt;&lt;br&gt;
But upon closer examination, I found that a substantial portion of these negative reactions to Ubuntu stem from unrealistic comparisons.&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;Almost all of the hurdles people seem to have when switching from Windows to Ubuntu appear to be errors in judgment and assessment, rather than actual problems with the OS.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>OpenDNS and Proxies: Putting it All Together on Ubuntu Karmic</title>
      <link>/2010/03/16/opendns-and-proxies-putting-it-all-together-on-ubuntu-karmic/</link>
      <pubDate>Tue, 16 Mar 2010 02:25:41 +0000</pubDate>
      
      <guid>/2010/03/16/opendns-and-proxies-putting-it-all-together-on-ubuntu-karmic/</guid>
      <description>&lt;div class=\&#34;zemanta-img\&#34;&gt; 
&lt;div&gt;
  &lt;dl class=\&#34;wp-caption alignright\&#34;&gt; &lt;dt class=\&#34;wp-caption-dt\&#34;&gt;&lt;a href=\&#34;http://commons.wikipedia.org/wiki/Image:TheUbuntuName.svg\&#34;&gt;&lt;img title=\&#34;Ubuntu wordmark official\&#34; src=\&#34;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/300px-TheUbuntuName.svg_.png\&#34; alt=\&#34;Ubuntu wordmark official\&#34; /&gt;&lt;/a&gt;&lt;/dt&gt; &lt;dd class=\&#34;wp-caption-dd zemanta-img-attribution\&#34;&gt;Image via &lt;a href=\&#34;http://commons.wikipedia.org/wiki/Image:TheUbuntuName.svg\&#34;&gt;Wikipedia&lt;/a&gt;&lt;/dd&gt; &lt;/dl&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;I’ve been running &amp;lt;a class=&amp;quot;zem_slink freebase/en/ubuntu&amp;quot; title=&amp;quot;Ubuntu (operating system)&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.ubuntu.com/&amp;quot;&amp;gt;Ubuntu&lt;/a&gt; as my laptop &amp;lt;a class=&amp;quot;zem_slink freebase/en/operating_system&amp;quot; title=&amp;quot;Operating system&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Operating_system&amp;quot;&amp;gt;operating system&lt;/a&gt; for quite some time (year or more) and find it to be quite wonderful. However, recently I had some nasty times getting everything to work with OpenDNS.&lt;/p&gt;
&lt;p&gt;The easy thing to do is change /etc/&amp;lt;a class=&amp;quot;zem_slink freebase/en/resolv_conf&amp;quot; title=&amp;quot;Resolv.conf&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Resolv.conf&amp;quot;&amp;gt;resolv.conf&lt;/a&gt; to contain the OpenDNS entries. However, this was complicated by my use of &amp;lt;a href=&amp;quot;http://www.pps.jussieu.fr/~jch/software/polipo/&amp;quot;&amp;gt;polipo&lt;/a&gt; (web cache), &amp;lt;a href=&amp;quot;http://www.phys.uu.nl/~rombouts/pdnsd/&amp;quot;&amp;gt;pdnsd&lt;/a&gt; (&amp;lt;a class=&amp;quot;zem_slink freebase/en/name_server&amp;quot; title=&amp;quot;Name server&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Name_server&amp;quot;&amp;gt;DNS cache&lt;/a&gt;), and &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Resolvconf&amp;quot;&amp;gt;resolvconf&lt;/a&gt; (a resolv.conf file manager) – not to mention the use of &amp;lt;a href=&amp;quot;http://sourceforge.net/apps/trac/ddclient&amp;quot;&amp;gt;ddclient&lt;/a&gt; to update the dynamic &amp;lt;a class=&amp;quot;zem_slink freebase/en/internet_protocol&amp;quot; title=&amp;quot;Internet Protocol&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Internet_Protocol&amp;quot;&amp;gt;IP&lt;/a&gt; on the laptop, &lt;em&gt;and&lt;/em&gt; the Gnome &amp;lt;a href=&amp;quot;http://projects.gnome.org/NetworkManager/&amp;quot;&amp;gt;NetworkManager&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Script to Watch for Ubuntu 9.10 Launch – can be used in other scenarios.</title>
      <link>/2010/02/10/script-to-watch-for-ubuntu-9-10-launch-can-be-used-in-other-scenarios/</link>
      <pubDate>Wed, 10 Feb 2010 15:19:45 +0000</pubDate>
      
      <guid>/2010/02/10/script-to-watch-for-ubuntu-9-10-launch-can-be-used-in-other-scenarios/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;I know ubuntu is out already but this is something that you can use to monitor a webpage.&lt;/p&gt;
&lt;p&gt;This script will run check a for the Ubuntu 9.10 launch once every 5 mins and let you know when it&amp;amp;#8217;s available:&lt;/p&gt;
&lt;pre&gt;while [ 1 ]; do if [ -z \&#34;`curl -I \&#34;http://cdimage.ubuntu.com/releases/9.10/release/\&#34;|grep \&#34;404\&#34;`\&#34; ]; then kdialog --msgbox \&#34;9.10 Released\&#34;; exit; fi; sleep 300;  done&lt;/pre&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://feedads.g.doubleclick.net/~a/99XcDO7_UNXZESNlOirXkV4_tfA/0/da&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://blog.amit-agarwal.com/wp-content/uploads/img.zemanta.com/~a/99XcDO7_UNXZESNlOirXkV4_tfA/0/di&amp;quot; alt=&amp;quot;&amp;quot; align=&amp;quot;bottom&amp;quot; /&amp;gt;&lt;/a&gt;&lt;br&gt;
&amp;lt;a href=&amp;quot;http://feedads.g.doubleclick.net/~a/99XcDO7_UNXZESNlOirXkV4_tfA/1/da&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://blog.amit-agarwal.com/wp-content/uploads/img.zemanta.com/~a/99XcDO7_UNXZESNlOirXkV4_tfA/1/di&amp;quot; alt=&amp;quot;&amp;quot; align=&amp;quot;bottom&amp;quot; /&amp;gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>EncFS – Simple article to use Encrypted filesystem in Linux</title>
      <link>/2009/12/24/encfs-simple-article-to-use-encrypted-filesystem-in-linux/</link>
      <pubDate>Thu, 24 Dec 2009 07:37:10 +0000</pubDate>
      
      <guid>/2009/12/24/encfs-simple-article-to-use-encrypted-filesystem-in-linux/</guid>
      <description>&lt;p&gt;A nice article &lt;a href=&#34;http://www.linux.com/feature/114147&#34;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;EncFS&#34; rel=&#34;homepage&#34; href=&#34;http://www.arg0.net/encfs&#34;&gt;EncFS&lt;/a&gt; is an easy-to-use, command-line tool for storing information in encrypted form. It’s not really a &lt;a class=&#34;zem_slink&#34; title=&#34;File system&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/File_system&#34;&gt;file-system&lt;/a&gt;, but it pretends to be one at the &lt;a class=&#34;zem_slink&#34; title=&#34;Command-line interface&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Command-line_interface&#34;&gt;CLI&lt;/a&gt;. If you’ve been searching for a means of &lt;a class=&#34;zem_slink&#34; title=&#34;Encryption&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Encryption&#34;&gt;encrypting&lt;/a&gt; and decrypting your sensitive data easily, here it is.&lt;br&gt;
User Level: Intermediate&lt;br&gt;
EncFS is included with the distribution I’m using on the desktop, &lt;a class=&#34;zem_slink&#34; title=&#34;Ubuntu (operating system)&#34; rel=&#34;homepage&#34; href=&#34;http://www.ubuntu.com/&#34;&gt;Ubuntu&lt;/a&gt; Dapper, so all I needed to do to install it was a few clicks in &lt;a class=&#34;zem_slink&#34; title=&#34;Synaptic (software)&#34; rel=&#34;homepage&#34; href=&#34;http://www.nongnu.org/synaptic/&#34;&gt;Synaptic&lt;/a&gt;. Look for the encfs package, and select if for installation. It should pull down all of the dependencies for the system. If you’re not so lucky, and your distro doesn’t include EncFS packages, you can download the latest tarball from a &lt;a href=&#34;http://arg0.net/wiki/encfs#download_links_and_release_notes&#34;&gt;here&lt;/a&gt; and build it from the source. See the EncFS site for a &lt;a href=&#34;http://arg0.net/wiki/encfs#dependencies&#34;&gt;dependencies&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Boot Linux Over HTTP With boot.kernel.org (BKO)</title>
      <link>/2009/10/01/boot-linux-over-http-with-boot-kernel-org-bko/</link>
      <pubDate>Thu, 01 Oct 2009 13:57:09 +0000</pubDate>
      
      <guid>/2009/10/01/boot-linux-over-http-with-boot-kernel-org-bko/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://blog.amit-agarwal.co.in/category/linux/&amp;quot;&amp;gt;Bookmark this category&lt;/a&gt;&lt;br&gt;
  &lt;/p&gt;
&lt;h1 id=&#34;font-size6a-hrefhttpwwwdebianhelporgnode15823boot-linux-over-http-with-bootkernelorg-bkoafont&#34;&gt;&lt;strong&gt;&amp;lt;font SIZE=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;a HREF=&amp;quot;http://www.debianhelp.org/node/15823&amp;quot;&amp;gt;Boot Linux Over HTTP With boot.kernel.org (BKO)&lt;/a&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;This tutorial shows how you can &amp;lt;a HREF=&amp;quot;http://www.howtoforge.com/boot-linux-over-http-with-boot.kernel.org-bko&amp;quot;&amp;gt;boot Linux over HTTP with boot.kernel.org (BKO)&lt;/a&gt;. All that users need is Internet connectivity and a small program (gpxe) to boot the machine. This gpxe program provides network booting facility. BKO allows you to boot into the following distributions: Debian, Ubuntu, Damn Small Linux, Knoppix, Fedora. BKO provides gpxe images for USB sticks, CDs, and also for floppies, i.e., you can boot from a USB sticks, a CD, or a floppy.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
