<?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>Likesalmon Design &#187; Ubuntu</title>
	<atom:link href="http://www.likesalmondesign.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.likesalmondesign.com</link>
	<description>Open Source Web Design and Development from Scratch</description>
	<lastBuildDate>Tue, 15 Jun 2010 03:51:47 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Anecdote</title>
		<link>http://www.likesalmondesign.com/ubuntu-anecdote/</link>
		<comments>http://www.likesalmondesign.com/ubuntu-anecdote/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 20:09:30 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=324</guid>
		<description><![CDATA[So the other day my boss brought over a computer for me to fix.  Turns out he never partitioned this new hard drive he had installed.  I fixed it but we didn&#8217;t have a copy of Windows around, so I went ahead and installed Ubuntu 9.10 on it.  After years of subtle [...]]]></description>
			<content:encoded><![CDATA[<p>So the other day my boss brought over a computer for me to fix.  Turns out he never partitioned this new hard drive he had installed.  I fixed it but we didn&#8217;t have a copy of Windows around, so I went ahead and installed Ubuntu 9.10 on it.  After years of subtle lobbying I&#8217;m switching the whole office to Ubuntu in a month or so, and thought it would be a good way for everybody to demo the new system.  So I replaced the general use computer with this Ubuntu box.  I didn&#8217;t say a word, just plugged it into the old monitor and keyboard and left it running.  All day long I was expecting to hear complaints or confusion, but all I saw was Facebook, email, you know, <em>use</em>.  It wasn&#8217;t until late in the afternoon when somebody asked &#8220;So, where are all my documents?&#8221; that I realized that not only was nobody worried about the using Ubuntu, <em>nobody had even noticed</em>.</p>
<h3>First wean them off of IE</h3>
<p>One caveat: About a year ago I banned the use of Internet Explorer in the office and made it hard to find all our computers.  So everybody already knew that the little orange and blue firefox logo means &#8220;internet&#8221;, as opposed to the little e.</p>
<h3>The moral</h3>
<p>The moral of this story is that the average user does not give a crap about what operating system they use as long as they can do the stuff they want without thinking much.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/ubuntu-anecdote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Lucid Lynx is coming!</title>
		<link>http://www.likesalmondesign.com/ubuntu-lucid-lynx-is-coming/</link>
		<comments>http://www.likesalmondesign.com/ubuntu-lucid-lynx-is-coming/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 18:41:30 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=320</guid>
		<description><![CDATA[You can get the beta right now;  I&#8217;ve played with it and it&#8217;s completely sweet.  There&#8217;s some really bold design choices they&#8217;ve made with this version (window controls on the left!?) that I&#8217;m excited to explore.

Ubuntu is Important
You know, along with Ubuntu, I use Windows XP, Windows Vista, and Mac OSX every day. [...]]]></description>
			<content:encoded><![CDATA[<p>You can get the beta right now;  I&#8217;ve played with it and it&#8217;s completely sweet.  There&#8217;s some really bold design choices they&#8217;ve made with this version (window controls on the left!?) that I&#8217;m excited to explore.</p>
<p><script type="text/javascript" src="http://www.ubuntu.com/files/countdown/display1.js"></script></p>
<h3>Ubuntu is Important</h3>
<p>You know, along with Ubuntu, I use Windows XP, Windows Vista, and Mac OSX every day.  But if I had a choice, I would use Ubuntu for just about everything.  Windows completely sucks and seems to get worse with every version.  Vista is just embarrassing.  I use OSX for managing my photographs and for entertainment purposes because all the media stuff works flawlessly.  But if I&#8217;m doing anything important, Ubuntu is my go-to.  Its faster, has better workflow, and every open source tool I can think of is a one-click install away.  Plus it looks awesome makes me feel hardcore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/ubuntu-lucid-lynx-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The better way to install LAMP on Ubuntu Karmic 9.10</title>
		<link>http://www.likesalmondesign.com/the-better-way-to-install-lamp-on-ubuntu-karmic-9-10/</link>
		<comments>http://www.likesalmondesign.com/the-better-way-to-install-lamp-on-ubuntu-karmic-9-10/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 03:30:44 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=295</guid>
		<description><![CDATA[All this comes from here:
https://help.ubuntu.com/community/ApacheMySQLPHP
In the teminal:

$ sudo tasksel install lamp-server
$ sudo apt-get install phpmyadmin
$ sudo gedit /etc/apache2/apache2.conf

Add the following to the end of this file:  &#8220;Include /etc/phpmyadmin/apache.conf&#8221;


Edit the /etc/php5/apache2/php.ini file and increase the memory_limit value.  I used 64M, but that may be overkill.

]]></description>
			<content:encoded><![CDATA[<p>All this comes from here:</p>
<p><a href="https://help.ubuntu.com/community/ApacheMySQLPHP" title="Ubuntu is rad, right?">https://help.ubuntu.com/community/ApacheMySQLPHP</a></p>
<p>In the teminal:</p>
<ul>
<li>$ sudo tasksel install lamp-server</li>
<li>$ sudo apt-get install phpmyadmin</li>
<li>$ sudo gedit /etc/apache2/apache2.conf
<ul>
<li>Add the following to the end of this file:  &#8220;Include /etc/phpmyadmin/apache.conf&#8221;</li>
</ul>
</li>
<li>Edit the /etc/php5/apache2/php.ini file and increase the <em>memory_limit</em> value.  I used 64M, but that may be overkill.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/the-better-way-to-install-lamp-on-ubuntu-karmic-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash aliases: create your own bash shortcuts!</title>
		<link>http://www.likesalmondesign.com/bash-aliases-create-your-own-bash-shortcuts/</link>
		<comments>http://www.likesalmondesign.com/bash-aliases-create-your-own-bash-shortcuts/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 02:13:12 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=286</guid>
		<description><![CDATA[When I&#8217;m building websites especially, I have to work with a lot of deeply nested files.  But typing cd ~/public_html/websitename/wp-content/themes/themename/ in the terminal every time is giving me carpal tunnel, so I found a better way:
First open ~/.barshrc in a text editor and uncomment lines 73 through 75 so they look like this:
if [ [...]]]></description>
			<content:encoded><![CDATA[<p>When I&#8217;m building websites especially, I have to work with a lot of deeply nested files.  But typing <code>cd ~/public_html/websitename/wp-content/themes/themename/</code> in the terminal every time is giving me carpal tunnel, so I found a better way:</p>
<p>First open ~/.barshrc in a text editor and uncomment lines 73 through 75 so they look like this:</p>
<p><code>if [ -f ~/.bash_aliases ]; then<br />
. ~/.bash_aliases<br />
fi</code></p>
<p>Then create a file called <code>.bash_aliases</code> in your home directory (if it doesn&#8217;t already exist).  Edit that file like so:</p>
<p><code>alias themename="cd ~/public_html/websitename/wp-content/themes/themename/"<br />
</code></p>
<p>Restart terminal (<em>or source .bashrc with <code>$ source ~/.bashrc</code>, or even terser <code>$. .bashrc</code></em>), type in <code>themename</code> and press enter.  Voila!  Your are cd&#8217;ed all the way into that deeply nested file without having to type the whole thing.  This works great for lots of other common commands that are a little too verbose:</p>
<p><code>alias ins="sudo apt-get install"<br />
</code></p>
<p>Once those lines are added to your <code>.bash_aliases</code> file and you restart terminal, you will be able to install new packages like so:</p>
<p><code>ins <em>packagename</em></code></p>
<p>Handy eh?  (That last suggestion is courtesy of the always useful <a title="Go to the Lifehacker website" href="http://lifehacker.com/270799/create-terminal-shortcuts">Lifehacker</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/bash-aliases-create-your-own-bash-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure Apache virtual hosting in Ubuntu Karmic 9.10</title>
		<link>http://www.likesalmondesign.com/how-to-configure-apache-virtual-hosting-in-ubuntu-karmic-9-10/</link>
		<comments>http://www.likesalmondesign.com/how-to-configure-apache-virtual-hosting-in-ubuntu-karmic-9-10/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 03:38:56 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtual Hosts]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=283</guid>
		<description><![CDATA[Before you do anything, back up your original config files.  I used to just create a copy of the files with the suffix &#8220;.bak&#8221; (sudo cp example.conf example.conf.bak), which works, but creates a lot of clutter.  Now I use a great little utility called etckeeper which automatically places all files in /etc under [...]]]></description>
			<content:encoded><![CDATA[<p>Before you do anything, back up your original config files.  I used to just create a copy of the files with the suffix &#8220;.bak&#8221; (<code>sudo cp example.conf example.conf.bak</code>), which works, but creates a lot of clutter.  Now I use a great little utility called <em>etckeeper</em> which automatically places all files in /etc under version control using Bazaar.  It also automatically performs a commit each day if you forget to.  You can get etckeeper by typing this in the terminal: <code>sudo apt-get install etckeeper</code>.</p>
<h3>Update, 3/29/10</h3>
<p>I just had to do this from scratch after a computer disaster, and I found an omission.  Before you get started on this business you need to do what this post says:</p>
<p>http://www.likesalmondesign.com/use-your-users-public_html-directory-to-serve-webpages/</p>
<h3>And we&#8217;re off</h3>
<p>Now on to virtual hosts.  The first thing you need to do is edit /etc/hosts so your computer knows where to look for your website:</p>
<ol>
<li>In the terminal, enter: <code>$ sudo gedit /etc/hosts</code></li>
<li>In gedit, add the following line to the hosts file: <code>127.0.0.1 mysite.dev</code>
<ul>
<li>Note: you can use whatever name you want for your virtual hosted site.  I like to use the suffix <em>.dev</em> because it won&#8217;t conflict with sites on the actual internet.</li>
<li>Note: 127.0.0.1 is the same ip address that is assigned to localhost in that file.  If yours is different, use that one.</li>
</ul>
</li>
</ol>
<p>Next add your site to /etc/apache2/sites-available/ and then link to that file in /etc/apache2/sites-enabled/:</p>
<ol>
<li>In the terminal, cd to <code>/etc/apache2/sites-available/</code></li>
<li>Create a new file with: <code>$ sudo touch mysite.dev</code></li>
<li>Open that file in gedit: <code>$ sudo gedit mysite.dev</code></li>
<li>Add following to that file:<br />
&lt;VirtualHost *:80&gt;<br />
ServerName 	mysite.dev<br />
ServerAlias 	mysite.dev<br />
ServerAdmin 	myaddress@email.com<br />
DocumentRoot /home/<em>yourusername</em>/public_html/mysite/<br />
&lt;/VirtualHost&gt;</li>
</ol>
<p>Add a pseudo link to that file in /etc/apache2/sites-enabled/:</p>
<ol>
<li>cd over to <code>/etc/apache2/sites-enabled/</code></li>
<li>In the terminal, enter: <code>$ sudo ln -s /etc/apache2/sites-enabled/mysite.dev mysite.dev</code>
<ul>
<li>Note: <code>$ ln -s <em>target</em> <em>linkname</em></code></li>
</ul>
</li>
</ol>
<p>Finally, restart Apache:</p>
<ol>
<li>$ sudo service apache2 restart</li>
<li>You&#8217;re done!</li>
</ol>
<p>See!  Not so bad&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/how-to-configure-apache-virtual-hosting-in-ubuntu-karmic-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Karmic LAMP stack installation</title>
		<link>http://www.likesalmondesign.com/ubuntu-karmic-lamp-stack-installation/</link>
		<comments>http://www.likesalmondesign.com/ubuntu-karmic-lamp-stack-installation/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 04:55:40 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=262</guid>
		<description><![CDATA[In the terminal, type:

$ sudo apt-get install apache2
$ sudo apt-get install php5 libapache2-mod-php5 php5-mysql
$ sudo apt-get install mysql-server
$ sudo apt-get install phpmyadmin

Just agree when it asks you stuff.
]]></description>
			<content:encoded><![CDATA[<p>In the terminal, type:</p>
<ul>
<li><code>$ sudo apt-get install apache2</code></li>
<li><code>$ sudo apt-get install php5 libapache2-mod-php5 php5-mysql</code></li>
<li><code>$ sudo apt-get install mysql-server</code></li>
<li><code>$ sudo apt-get install phpmyadmin</code></li>
</ul>
<p>Just agree when it asks you stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/ubuntu-karmic-lamp-stack-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use &#8217;service&#8217; to start, stop and restart Apache in Ubuntu Karmic</title>
		<link>http://www.likesalmondesign.com/use-service-to-start-stop-and-restart-apache-in-ubuntu-karmic/</link>
		<comments>http://www.likesalmondesign.com/use-service-to-start-stop-and-restart-apache-in-ubuntu-karmic/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 04:42:29 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=258</guid>
		<description><![CDATA[The service service_name command command can be used to start, stop, or restart anything in your /etc/init.d directory. From the command line, use it like this:

$ sudo service apache2 start
$ sudo service apache2 stop
$ sudo service apache2 restart

]]></description>
			<content:encoded><![CDATA[<p>The <code>service <em>service_name command</em></code> command can be used to start, stop, or restart anything in your <code>/etc/init.d</code> directory. From the command line, use it like this:</p>
<p><code><br />
$ sudo service apache2 start<br />
$ sudo service apache2 stop<br />
$ sudo service apache2 restart<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/use-service-to-start-stop-and-restart-apache-in-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox on Ubuntu Jaunty for Testing Internet Explorer in Windows</title>
		<link>http://www.likesalmondesign.com/virtualbox-on-ubuntu-jaunty-for-testing-ie6/</link>
		<comments>http://www.likesalmondesign.com/virtualbox-on-ubuntu-jaunty-for-testing-ie6/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 04:07:55 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software I use]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=177</guid>
		<description><![CDATA[I really loved using VMWare Fusion in OSX to test my webpages in Windows.  The power to just drag a whole Windows installation into the trash when it gets jacked up is intoxicating. Unfortunatly, Jaunty is still not supported by VMWare, and the bugs were just to much.  Plus, I really didn&#8217;t like the [...]]]></description>
			<content:encoded><![CDATA[<p>I really loved using VMWare Fusion in OSX to test my webpages in Windows.  The power to just drag a whole Windows installation into the trash when it gets jacked up is intoxicating. Unfortunatly, Jaunty is still not supported by VMWare, and the bugs were just to much.  Plus, I really didn&#8217;t like the web interface. Fortunately, I found VirtualBox which is at least as sleek as Fusion, but free!</p>
<p>To install VirtualBox, I got a lot of help from hopla on the <a title="Go to the Ubuntu Forum" href="http://ubuntuforums.org/showthread.php?t=1097080">Ubuntu Forum</a>. I quote:</p>
<blockquote><p>You need: virtualbox, qemu, wine</p>
<p>Code:</p>
<p><code>apt-get install virtualbox qemu wine</code></p>
<p>Download the free(!) Microsoft Internet Explorer Application Compatibility Check VPC Images <a href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&amp;displaylang=en">here</a>.</p>
<p>(Note: you don&#8217;t have to download the full pack, you can cherry pick specific combinations of XP/Vista and IE6-8)</p>
<p>Extract the VPC image(s) with wine (double-click).<br />
(Note: it might take a while before the first window shows up)</p>
<p>Turn the VPC image(s) into (a) VMWare image(s) (which is/are readable by VirtualBox):</p>
<p><code>qemu-img convert -f vpc image.vhd -O vmdk image.vmdk</code></p>
<p>Setup a new VM in VirtualBox, using the vmdk image as an existing disk. Boot it, you will see the Windows boot progress bar and &#8230; it will BSOD shortly after.</p>
<p>Fixing the BSOD:</p>
<p>The BSOD is caused because the virtual Windows tries to load processor drivers for the wrong processor (it is not running on VirtualPC proc, but on VirtualBox proc). Or something like that&#8230;<br />
We need to force Windows not to attempt to load drivers for the processor (it doesn&#8217;t need any proc drivers, because it&#8217;s all virtual anyway).<br />
Start safe mode by (frantically) hitting F8 at Windows boot and choosing safe mode.</p>
<p>Ignore all the &#8216;New hardware&#8217; detected warnings (we will deal with those later). Start a command box and run the following command to disable the loading of processor drivers:</p>
<p>Code:</p>
<p><code>sc config processor start= disabled</code></p>
<p>(note the space between &#8216;=&#8217; and &#8216;disabled&#8217;!)</p>
<p>Restart the virtual Windows, it should now boot all the way to the Windows Desktop.</p></blockquote>
<p>Once your virtual Windows has rebooted, go to Devices -&gt; Install Guest Additions in the VirtualBox window.  This will mount a (virtual) CD with the Guest Additions software.  The autorun feature didn&#8217;t work every time, so if a new window doesn&#8217;t open up, find the Guest Additions CD in Windows Explorer and run the .exe.  This adds a lot of functionality to your virtual machine.</p>
<p>After rebooting the virtual machine, I followed the instructions from <a href="http://primeval-soup.blogspot.com/2009/02/ie8-in-ubuntu-intrepid-with-virtual-box.html">Primeval Soup</a>:</p>
<blockquote><p>In Windows, go to: <em><br />
</em></p>
<p><em>Start &gt; Run &gt; &#8220;cmd&#8221;</em></p>
<p>In the terminal, type:<em><br />
</em></p>
<pre><code>D:\VBoxWindowsAdditions-x86.exe /extract /D=C:\Drivers</code></pre>
<p><em>Start &gt; Administrative Tools &gt; Computer Management</em></p>
<p>Select Device Manager.</p>
<p>Select Batteries, Unknown Device -&gt; <em>Disable</em></p>
<p>Select Sound, video and game controllers, Multimedia Audio Controller -&gt; <em>Disable</em></p>
<p>Select Universal Serial Bus controllers, Universal Serial Bus (USB) Controller -&gt; <em>Disable</em></p>
<p>Select Network Adapters, Ethernet Controller -&gt; <em>Update Driver</em></p>
<p>Select <em>Yes, now and every time</em>, click Next</p>
<p>Select <em>Install from a list or specific location</em>, click Next</p>
<p>Enter location &#8220;C:\Drivers\x86\Network\AMD&#8221;</p>
<p>Click Finish</p>
<p>Open a browser, test connection</p>
<p>You&#8217;re done!</p></blockquote>
<p>And that is a good feeling.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/virtualbox-on-ubuntu-jaunty-for-testing-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lftp is awesome</title>
		<link>http://www.likesalmondesign.com/lftp-is-awesome/</link>
		<comments>http://www.likesalmondesign.com/lftp-is-awesome/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 03:51:17 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=173</guid>
		<description><![CDATA[I&#8217;ve been looking for a command line ftp utility that does tab completion and supports sftp. lftp is it!  It comes pre-installed on Ubuntu 9.04 Jaunty.
change directory: cd
change local directory: lcd
list directory contents: ls
list local directory contents: !ls
print local working directory: lpwd
Put a file: put filename
Put multiple files: mput filename1 filename2
Get a file: get [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for a command line ftp utility that does tab completion and supports sftp. lftp is it!  It comes pre-installed on Ubuntu 9.04 Jaunty.</p>
<p>change directory: <code>cd</code></p>
<p>change local directory: <code>lcd</code></p>
<p>list directory contents: <code>ls</code></p>
<p>list local directory contents: <code>!ls</code></p>
<p>print local working directory: <code>lpwd</code></p>
<p>Put a file: <code>put filename</code></p>
<p>Put multiple files: <code>mput filename1 filename2</code></p>
<p>Get a file: <code>get filename</code></p>
<p>Get multiple files: <code>mget filename1 filename2</code></p>
<p>To login to a host with sftp:</p>
<p><code>lftp -u username sftp://username.server.com</code></p>
<p>To get a folder including all subfolders:</p>
<p><code>mirror filename</code></p>
<p>To put a whole folder and all its contents, without mirroring file permissions:</p>
<p><code>mirror -R -p filename</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/lftp-is-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>External Monitor Resolution Fix for Ubuntu Jaunty</title>
		<link>http://www.likesalmondesign.com/external-monitor-resolution-fix-for-ubuntu-jaunty/</link>
		<comments>http://www.likesalmondesign.com/external-monitor-resolution-fix-for-ubuntu-jaunty/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 02:48:41 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=169</guid>
		<description><![CDATA[There is a lot of false information floating around the interweb about this one, but here&#8217;s how to get the right resolution on your external monitor when running Ubuntu Jaunty on a Macbook 2-1:

Edit the xorg.conf file by typing the following into the terminal: sudo gedit /etc/X11/xorg.conf
Edit that file to look like this:
Section "Monitor"
  [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of false information floating around the interweb about this one, but here&#8217;s how to get the right resolution on your external monitor when running Ubuntu Jaunty on a Macbook 2-1:</p>
<ol>
<li>Edit the xorg.conf file by typing the following into the terminal: <code>sudo gedit /etc/X11/xorg.conf</code></li>
<li>Edit that file to look like this:
<pre>Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    SubSection "Display"
        Virtual    2048 2048
    EndSubSection
EndSection

Section "Device"
    Identifier    "Configured Video Device"
        Driver          "intel"
EndSection</pre>
</li>
<li>Log out and log back in again.</li>
<li>Open display preferences (System -> Preferences -> Display) and click on the rectangle that represents your external monitor.  The Resolution pull down menu should now list the correct resolution.</li>
</ol>
<p>And while you&#8217;re at it, you might as well turn off the screen on your laptop, since you&#8217;re not using it anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/external-monitor-resolution-fix-for-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
