<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Cool Geex &#187; Linux</title> <atom:link href="http://www.coolgeex.com/category/linux/feed/" rel="self" type="application/rss+xml" /><link>http://www.coolgeex.com</link> <description>Gadget and tech guide for the rest of us</description> <lastBuildDate>Tue, 27 Jul 2010 16:56:51 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.1</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <atom:link rel='hub' href='http://www.coolgeex.com/?pushpress=hub'/> <item><title>Linux Process Control With HTOP</title><link>http://www.coolgeex.com/linux-process-control-with-htop/</link> <comments>http://www.coolgeex.com/linux-process-control-with-htop/#comments</comments> <pubDate>Sun, 13 Dec 2009 19:09:04 +0000</pubDate> <dc:creator>Cool Geex</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Terminal]]></category> <category><![CDATA[Ubuntu]]></category><guid isPermaLink="false">http://www.coolgeex.com/?p=439</guid> <description><![CDATA[ If you use the top command in Linux you are going to LOVE htop&#8230;. Htop is an ncursed-based process viewer similar to top, but it allows to scroll the list vertically and horizontally to see all processes and their full command lines.  Tasks related to proccesses (killing, renicing) can be done without entering their PIDs.To Install [...]]]></description> <content:encoded><![CDATA[<p style="text-align: left;"><a rel="attachment wp-att-440" href="http://www.coolgeex.com/linux-process-control-with-htop/linux-htop/"><img class="size-medium wp-image-440  aligncenter" title="linux-htop" src="http://www.coolgeex.com/wp-content/uploads/2010/01/linux-htop-500x281.png" alt="" width="500" height="281" /></a></p><p style="text-align: left;">If you use the top command in Linux you are going to LOVE htop&#8230;.</p><p style="text-align: left;">Htop is an ncursed-based process viewer similar to top, but it allows to scroll the list vertically and horizontally to see all processes and their full command lines.  Tasks related to proccesses (killing, renicing) can be done without entering their PIDs.</p><p style="text-align: left;"><p>To Install Htop on Ubuntu Linux Just open terminal and type:</p><pre>sudo apt-get install htop</pre>]]></content:encoded> <wfw:commentRss>http://www.coolgeex.com/linux-process-control-with-htop/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Dell Mini &#8211; How To Enable Sound After Ubuntu 9.10 Upgrade</title><link>http://www.coolgeex.com/dell-mini-how-to-enable-sound-after-ubuntu-9-10-upgrade/</link> <comments>http://www.coolgeex.com/dell-mini-how-to-enable-sound-after-ubuntu-9-10-upgrade/#comments</comments> <pubDate>Fri, 30 Oct 2009 17:41:55 +0000</pubDate> <dc:creator>Cool Geex</dc:creator> <category><![CDATA[Dell Mini]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Ubuntu]]></category><guid isPermaLink="false">http://www.coolgeex.com/?p=257</guid> <description><![CDATA[ In some cases uninstalling Pulse Audio Works, But you should try this first: 1. Open terminal 2. sudo gedit /etc/modprobe.d/alsa-base 3. Add to the end of the file: options snd-hda-intel model=dell 4. Reboot and then go to the volume control and turned the speaker volume up to maximum. And You&#8217;re Done.If it doesn&#8217;t work and you want to try to uninstall Pulse [...]]]></description> <content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-260" title="ubuntu" src="http://www.coolgeex.com/wp-content/uploads/2009/10/ubuntu-500x147.png" alt="ubuntu" width="500" height="147" /></p><p>In some cases uninstalling Pulse Audio Works, But you should try this first:</p><p>1. Open terminal</p><p>2. sudo gedit /etc/modprobe.d/alsa-base</p><p>3. Add to the end of the file:</p><p>options snd-hda-intel model=dell</p><p>4. Reboot and then go to the volume control and turned the speaker</p><p>volume up to maximum.</p><p>And You&#8217;re Done.</p><p><span id="more-257"></span></p><p>If it doesn&#8217;t work and you want to try to uninstall Pulse Audio Just open terminal and</p><p>sudo apt-get purge pulseaudio</p><p>You can also go and download The Original <a href="http://en.community.dell.com/wikis/linux/ubuntu-9-10-dell-factory-recovery-iso.aspx">ubuntu 9.10 dell factory recovery iso</a></p> ]]></content:encoded> <wfw:commentRss>http://www.coolgeex.com/dell-mini-how-to-enable-sound-after-ubuntu-9-10-upgrade/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Automate a Remote Login Using SSH &#8211; Linux</title><link>http://www.coolgeex.com/automate-a-remote-login-using-ssh-linux/</link> <comments>http://www.coolgeex.com/automate-a-remote-login-using-ssh-linux/#comments</comments> <pubDate>Thu, 15 Oct 2009 22:16:36 +0000</pubDate> <dc:creator>Cool Geex</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Terminal]]></category><guid isPermaLink="false">http://www.coolgeex.com/?p=244</guid> <description><![CDATA[ To do just that you need to create SSH Key Pair 1. we need to use ssh-agent to create an SSH key pair. To do that run this command: ssh-keygen -t rsa When prompted for a password, choose something long and secure. After few seconds  you should see a message like: Your identification has been saved in ~/.ssh/id_rsa. Your public key [...]]]></description> <content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-246" title="ssh-keygen" src="http://www.coolgeex.com/wp-content/uploads/2009/10/ssh-keygen-500x281.png" alt="ssh-keygen" width="500" height="281" /></p><p>To do just that you need to create SSH Key Pair</p><p>1. we need to use ssh-agent to create an SSH key pair.</p><p>To do that run this command:<strong><span style="color: #339966;"> ssh-keygen -t rsa</span></strong></p><p>When prompted for a password, choose something long and secure.</p><p>After few seconds  you should see a message like:</p><p>Your identification has been saved in ~/.ssh/id_rsa.</p><p>Your public key has been saved in ~.ssh/id_rsa.pub.</p><p>Now we need to add the public key (id_rsa.pub) to our web server. You can head in to the web server via FTP and cut and paste the info into ~/.ssh/authorized_keys.</p><p>Or The terminal way, execute this line, substituting your login info:</p><p><span id="more-244"></span></p><p><strong><span style="color: #339966;">cat ~/.ssh/id_rsa.pub | ssh YourUserName@YourServer.com &#8216;cat &gt;&gt; .ssh/authorized_keys&#8217;</span></strong></p><p>Notes:</p><p>1. For some versions of ssh, you may have to use the ~/.ssh/authorized_keys2 file.</p><p>2. you can also use dsa instead of rsa.</p><p>*** For RSA keys the minimum size is 768 bits and the default is 2048 bits.</p><p>*** DSA keys must be exactly 1024 bits as specified by FIPS 186-2.</p> ]]></content:encoded> <wfw:commentRss>http://www.coolgeex.com/automate-a-remote-login-using-ssh-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Viewing file differences in Terminal using colors</title><link>http://www.coolgeex.com/viewing-file-differences-in-terminal-using-colors/</link> <comments>http://www.coolgeex.com/viewing-file-differences-in-terminal-using-colors/#comments</comments> <pubDate>Fri, 14 Aug 2009 00:12:11 +0000</pubDate> <dc:creator>Cool Geex</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac Leopard]]></category> <category><![CDATA[Terminal]]></category><guid isPermaLink="false">http://www.coolgeex.com/?p=42</guid> <description><![CDATA[So, a friend asked me who come my terminal is full of colors and he have one color. To make your files list in color just type ls -G, or make &#8216;ls&#8217;  show colors by default, this is how: Video Version:Text Version:1. Start Terminal. 2. Type cd ~ 3. Type nano .profile 4. Add the line alias ls = &#8216;ls [...]]]></description> <content:encoded><![CDATA[<p>So, a friend asked me who come my terminal is full of colors and he have one color.</p><p>To make your files list in color just type ls -G, or make &#8216;ls&#8217;  show colors by default, this is how:</p><p>Video Version:<br /> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/40C6DF6Y1IU&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/40C6DF6Y1IU&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p><p>Text Version:</p><p><span id="more-42"></span></p><p>1. Start Terminal.</p><p>2. Type cd ~</p><p>3. Type nano .profile</p><p>4. Add the line alias ls = &#8216;ls -G&#8217;</p><p>5. Press ctrl + x to exit.</p><p>6. Press Y, then Enter to save the file.</p><p>7. Restart the terminal.</p> ]]></content:encoded> <wfw:commentRss>http://www.coolgeex.com/viewing-file-differences-in-terminal-using-colors/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Play Tetris Using Mac Leopard Terminal</title><link>http://www.coolgeex.com/play-tetris-using-mac-leopard-terminal/</link> <comments>http://www.coolgeex.com/play-tetris-using-mac-leopard-terminal/#comments</comments> <pubDate>Sat, 08 Aug 2009 21:06:27 +0000</pubDate> <dc:creator>Cool Geex</dc:creator> <category><![CDATA[Games]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac Leopard]]></category> <category><![CDATA[Terminal]]></category> <category><![CDATA[Unix]]></category><guid isPermaLink="false">http://www.coolgeex.com/?p=33</guid> <description><![CDATA[Terminal Tetris is actually part of the Gnu Emacs and is something you should able to do on any unix system that has Emacs on it. I attached text and video instructions.To start it all you have to do is: 1. Open Terminal 2. type: “emacs” and wait for the emacs screen to load 3. hit “esc” then type [...]]]></description> <content:encoded><![CDATA[<p>Terminal Tetris is actually part of the Gnu Emacs and is something you should able to do on any unix system that has Emacs on it.</p><p>I attached text and video instructions.</p><p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/yEl2mx6yXjU&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/yEl2mx6yXjU&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p><p>To start it all you have to do is:</p><p>1. Open Terminal</p><p>2. type: “emacs” and wait for the emacs screen to load</p><p>3. hit “esc” then type “x”</p><p>4. type “tetris” (lowercase letters)</p><p>5.Enter</p><p>A Tetris game will load in the window and you can play it by using the arrow keys &amp; space to control the falling blocks.</p> ]]></content:encoded> <wfw:commentRss>http://www.coolgeex.com/play-tetris-using-mac-leopard-terminal/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching 35/43 queries in 0.018 seconds using apc

Served from: 10.10.10.43 @ 2010-07-30 01:15:39 -->