<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: 20 Useful, Common Linux (Ubuntu) Commands for New Users</title> <atom:link href="http://ubuntulinuxhelp.com/20-useful-common-linux-ubuntu-commands-for-new-users/feed/" rel="self" type="application/rss+xml" /><link>http://ubuntulinuxhelp.com/20-useful-common-linux-ubuntu-commands-for-new-users/</link> <description>Resources, help, how to&#039;s and tutorials for Ubuntu Linux users!</description> <lastBuildDate>Thu, 02 Sep 2010 20:01:07 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <item><title>By: HowtoMatrix</title><link>http://ubuntulinuxhelp.com/20-useful-common-linux-ubuntu-commands-for-new-users/comment-page-1/#comment-3661</link> <dc:creator>HowtoMatrix</dc:creator> <pubDate>Tue, 29 Sep 2009 03:27:35 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1653#comment-3661</guid> <description>[...] 20 Useful, Common Linux (Ubuntu) Commands for New Users  Posted by suvi under Linux, Tricks, Ubuntu       New tutorial added to HowtoMatrix database. 20 Useful, Common Linux (Ubuntu) Commands for New Users I recently was asked by a new Ubuntu user (also involved in web, graphic design, etc.), what some of the more common day to day commands I use are. Many of these commands can increase productivity, etc. by making things (for me at least), easier to do. My system desktop has a transparent terminal integrated into [...] Link to the original site [...]</description> <content:encoded><![CDATA[<p>[...] 20 Useful, Common Linux (Ubuntu) Commands for New Users  Posted by suvi under Linux, Tricks, Ubuntu       New tutorial added to HowtoMatrix database. 20 Useful, Common Linux (Ubuntu) Commands for New Users I recently was asked by a new Ubuntu user (also involved in web, graphic design, etc.), what some of the more common day to day commands I use are. Many of these commands can increase productivity, etc. by making things (for me at least), easier to do. My system desktop has a transparent terminal integrated into [...] Link to the original site [...]</p> ]]></content:encoded> </item> <item><title>By: Sephi</title><link>http://ubuntulinuxhelp.com/20-useful-common-linux-ubuntu-commands-for-new-users/comment-page-1/#comment-3095</link> <dc:creator>Sephi</dc:creator> <pubDate>Sun, 28 Jun 2009 23:15:20 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1653#comment-3095</guid> <description>10) A shorter way :
&lt;code&gt;sudo cp /xxxxxx/sources.list{,.bak}&lt;/code&gt;12) A shorter way :
&lt;code&gt;sudo halt&lt;/code&gt;17) An easier way which doesn&#039;t require root privileges (don&#039;t know if it works if the drive is busy) :
&lt;code&gt;eject&lt;/code&gt;</description> <content:encoded><![CDATA[<p>10) A shorter way :<br
/> <code>sudo cp /xxxxxx/sources.list{,.bak}</code></p><p>12) A shorter way :<br
/> <code>sudo halt</code></p><p>17) An easier way which doesn&#8217;t require root privileges (don&#8217;t know if it works if the drive is busy) :<br
/> <code>eject</code></p> ]]></content:encoded> </item> <item><title>By: HowtoMatrix</title><link>http://ubuntulinuxhelp.com/20-useful-common-linux-ubuntu-commands-for-new-users/comment-page-1/#comment-3057</link> <dc:creator>HowtoMatrix</dc:creator> <pubDate>Wed, 24 Jun 2009 18:35:28 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1653#comment-3057</guid> <description>[...] Read more at Ubuntu Linux Help [...]</description> <content:encoded><![CDATA[<p>[...] Read more at Ubuntu Linux Help [...]</p> ]]></content:encoded> </item> <item><title>By: Jady L.</title><link>http://ubuntulinuxhelp.com/20-useful-common-linux-ubuntu-commands-for-new-users/comment-page-1/#comment-3041</link> <dc:creator>Jady L.</dc:creator> <pubDate>Tue, 23 Jun 2009 12:23:30 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1653#comment-3041</guid> <description>&lt;code&gt;ffmpeg -i input.flv -f mp3 -vn -acodec copy ouput.mp3&lt;/code&gt;&lt;code&gt;sudo sysctl vm.swappiness=0&lt;/code&gt;
&lt;code&gt;sudo swapoff -a&lt;/code&gt;</description> <content:encoded><![CDATA[<p><code>ffmpeg -i input.flv -f mp3 -vn -acodec copy ouput.mp3</code></p><p><code>sudo sysctl vm.swappiness=0</code><br
/> <code>sudo swapoff -a</code></p> ]]></content:encoded> </item> <item><title>By: 20 comandos imprescindibles</title><link>http://ubuntulinuxhelp.com/20-useful-common-linux-ubuntu-commands-for-new-users/comment-page-1/#comment-3031</link> <dc:creator>20 comandos imprescindibles</dc:creator> <pubDate>Mon, 22 Jun 2009 10:43:32 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1653#comment-3031</guid> <description>[...] Vía [...]</description> <content:encoded><![CDATA[<p>[...] Vía [...]</p> ]]></content:encoded> </item> <item><title>By: Steven</title><link>http://ubuntulinuxhelp.com/20-useful-common-linux-ubuntu-commands-for-new-users/comment-page-1/#comment-3012</link> <dc:creator>Steven</dc:creator> <pubDate>Sun, 21 Jun 2009 01:55:37 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1653#comment-3012</guid> <description>&lt;code&gt;alias ll=&#039;ls -l&#039;&lt;/code&gt;
#(might want to stick that in your ~/.bashrc file)&lt;code&gt;pwd&lt;/code&gt;
#to find out where you are&lt;code&gt;whoami&lt;/code&gt;
#useful if you&#039;re on a server and switch users a lot#and of course.....
&lt;code&gt;man &lt;/code&gt;
#never again will you have to face RTFM ;)</description> <content:encoded><![CDATA[<p><code>alias ll='ls -l'</code><br
/> #(might want to stick that in your ~/.bashrc file)</p><p><code>pwd</code><br
/> #to find out where you are</p><p><code>whoami</code><br
/> #useful if you&#8217;re on a server and switch users a lot</p><p>#and of course&#8230;..<br
/> <code>man </code><br
/> #never again will you have to face RTFM ;)<br
/><fieldset
class="blogfollow"><legend>Read more from Steven</legend><h2><a
href="http://coderswasteland.com/content/install-drush-server-you-dont-have-admin-rights" rel="external nofollow" >Install Drush on a Server You Don&#8217;t Have Admin Rights To</a></h2><p>I&#8217;ve been working with quite a few Drupal sites in the past couple years and recently one of my favorite tools to use has become drush. For those of you who aren&#8217;t aware of it, drush is a command line[...]</p></fieldset> ]]></content:encoded> </item> <item><title>By: BigWhale</title><link>http://ubuntulinuxhelp.com/20-useful-common-linux-ubuntu-commands-for-new-users/comment-page-1/#comment-3011</link> <dc:creator>BigWhale</dc:creator> <pubDate>Sat, 20 Jun 2009 21:51:09 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1653#comment-3011</guid> <description>I&#039;d add three more:21) Finding (case insensitive) files or directories:&lt;code&gt;find /relative/path -iname &quot;filename&quot; &lt;/code&gt;22) Checking which executable file you&#039;re actually running:&lt;code&gt;which filename&lt;/code&gt;23) Deleting all filenames (and only files, not directories) with the same name anywhere on your drives (careful with this one)&lt;code&gt;find /realtive/path -type f -name &quot;filename&quot; -exec rm {} \;&lt;/code&gt;:)</description> <content:encoded><![CDATA[<p>I&#8217;d add three more:</p><p>21) Finding (case insensitive) files or directories:</p><p><code>find /relative/path -iname "filename" </code></p><p>22) Checking which executable file you&#8217;re actually running:</p><p><code>which filename</code></p><p>23) Deleting all filenames (and only files, not directories) with the same name anywhere on your drives (careful with this one)</p><p><code>find /realtive/path -type f -name "filename" -exec rm {} \;</code></p><p>:)<br
/><fieldset
class="blogfollow"><legend>Read more from BigWhale</legend><h2><a
href="http://feedproxy.google.com/~r/twm-kd/Feed/~3/cHXu-rtOIyk/" rel="external nofollow" >Encoding videos with FFMPEG and H.264</a></h2><p>Prelude to encoding</p><p>Encoding videos can be a real pain. While ffmpeg is an excellent utility for converting videos between various formats it is also a pain to use. If you put H.264 codec on top of t[...]</p></fieldset> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 23/37 queries in 0.043 seconds using disk
Object Caching 457/461 objects using disk

Served from: ubuntulinuxhelp.com @ 2010-09-02 21:16:36 -->