<?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>Mark Warner's Blog &#187; Linux &amp; Netbooks</title>
	<atom:link href="http://www.mark-warner.co.uk/category/linux-netbooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mark-warner.co.uk</link>
	<description>Figure Skating, Photography, Glass Engraving</description>
	<lastBuildDate>Thu, 29 Apr 2010 21:12:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache2 Configuration</title>
		<link>http://www.mark-warner.co.uk/linux-netbooks/apache2-configuration/</link>
		<comments>http://www.mark-warner.co.uk/linux-netbooks/apache2-configuration/#comments</comments>
		<pubDate>Tue, 12 May 2009 21:16:58 +0000</pubDate>
		<dc:creator>Mark Warner</dc:creator>
				<category><![CDATA[Linux & Netbooks]]></category>

		<guid isPermaLink="false">http://www.mark-warner.co.uk/?p=203</guid>
		<description><![CDATA[After much frustration trying to get Apache to run corectly under EeeBuntu (Ubuntu based Linux distro) I finally discovered that the solution was actually a simple one.
Apache ran fine, and MySQL, PHPMyAdmin and PHP5 were all installed and working correctly.  However it was not possible to place a web site into a folder location within [...]]]></description>
			<content:encoded><![CDATA[<p>After much frustration trying to get Apache to run corectly under EeeBuntu (Ubuntu based Linux distro) I finally discovered that the solution was actually a simple one.<span id="more-203"></span></p>
<p>Apache ran fine, and MySQL, PHPMyAdmin and PHP5 were all installed and working correctly.  However it was not possible to place a web site into a folder location within my /home/myuser/www folder.</p>
<p>The steps to solve this were actually very simple:</p>
<p>1 &#8211; create the www folder and create a dummy index.htm page to test the site with.</p>
<p>2 &#8211; Create a new Virtual Host by using terminal to issue the following commands &#8211; changing your site name and user folder as necessary.</p>
<blockquote><p>sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/mysite</p>
<p>gksudo gedit /etc/apache2/sites-available/mysite</p></blockquote>
<p>change DocumentRoot line point to /home/myuser/www</p>
<p>change Directory line to point to /home/myuser/www</p>
<p>3 -  Ensure the user account folder can be accessed by Apache by changing the permissions.</p>
<blockquote><p>chmod +x /home/myuser</p></blockquote>
<p>4 &#8211; Secure Apache</p>
<blockquote><p>gksudo gedit /etc/apache2/ports.conf</p></blockquote>
<p>change the Listen line to read</p>
<blockquote><p>Listen 127.0.0.1:80</p></blockquote>
<p>5 &#8211; Enable your new site usinge:</p>
<blockquote><p>sudo a2ensite mysite</p></blockquote>
<p>6 &#8211; Change folder permissions to ensure the home folder and the user home folder can be browsed by other users, else Apache will return messages about files not found.</p>
<p>7 - Restart Apache</p>
<blockquote><p>sudo /etc/init.d/apache2 restart</p></blockquote>
<p>8 - Test your new site http://localhost/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mark-warner.co.uk/linux-netbooks/apache2-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9 now available</title>
		<link>http://www.mark-warner.co.uk/linux-netbooks/ubuntu-9-now-available/</link>
		<comments>http://www.mark-warner.co.uk/linux-netbooks/ubuntu-9-now-available/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 12:07:43 +0000</pubDate>
		<dc:creator>Mark Warner</dc:creator>
				<category><![CDATA[Linux & Netbooks]]></category>

		<guid isPermaLink="false">http://www.mark-warner.co.uk/?p=201</guid>
		<description><![CDATA[Ubuntu 9.04 has now been released in Desktop, Server and Netbook Remix (NBR) versions.  The NBR version supports a range of Netbooks including the Asus EeePC range.  
A list of netbooks supported and known issues can be found here &#8211; https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks
Download Ubuntu 9.04 NBR from http://www.ubuntu.com/getubuntu/download-netbook
]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.04 has now been released in Desktop, Server and Netbook Remix (NBR) versions.  The NBR version supports a range of Netbooks including the Asus EeePC range.  <span id="more-201"></span></p>
<p>A list of netbooks supported and known issues can be found here &#8211; <a href="https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks">https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks</a></p>
<p>Download Ubuntu 9.04 NBR from <a href="http://www.ubuntu.com/getubuntu/download-netbook">http://www.ubuntu.com/getubuntu/download-netbook</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mark-warner.co.uk/linux-netbooks/ubuntu-9-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup your Computer with Clonezilla Live</title>
		<link>http://www.mark-warner.co.uk/linux-netbooks/backup-your-computer-with-clonezilla-live/</link>
		<comments>http://www.mark-warner.co.uk/linux-netbooks/backup-your-computer-with-clonezilla-live/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 20:45:25 +0000</pubDate>
		<dc:creator>Mark Warner</dc:creator>
				<category><![CDATA[Linux & Netbooks]]></category>

		<guid isPermaLink="false">http://www.mark-warner.co.uk/?p=157</guid>
		<description><![CDATA[After spending time getting your PC or netbook running just the way that you want the last thing you want to have to do is redo all of the steps again when something goes wrong.  A few simple steps can help save lots of time should it ever be necessary to reinstall the Operating System [...]]]></description>
			<content:encoded><![CDATA[<p>After spending time getting your PC or netbook running just the way that you want the last thing you want to have to do is redo all of the steps again when something goes wrong.  A few simple steps can help save lots of time should it ever be necessary to reinstall the Operating System and all of your software.  <span id="more-157"></span>A freeware alternative to Norton Ghost that can really help with this sort of system backup is Clonezilla Live.  A live Linux distribution that is capable of backing up Windows as well as Linux based computers.</p>
<p>You will need either a CD/DVD/USB pen/Memory Card to create a bootable copy of the Clonezilla Live software as well as a Hard Disk/USB pen/Memory Card onto which to write the backup.</p>
<p>Clonezilla is especially useful for creating a backup of your netbook, such as the EeePC.  A 4GB memory card and an old 128MB USB pen allow me to take snapshot backups of my EeePC so that should it ever get lost or stolen I can easily recreate my customised install of EeeBuntu without having to reinstall all of the addons, and applications manually.</p>
<div><span style="text-decoration: underline;"><strong>Create Bootable Clonezilla Live Media</strong></span></div>
<p>First download the Clonezilla Live CD/DVD image by visiting the <a href="http://www.clonezilla.org/" target="_blank">Clonezilla </a>at http://www.clonezilla.org/ the live distribution ISO image file is, at time of writing, approximately 100MB in size.</p>
<p>If your PC has a CD/DVD drive use your favourite CD burning software to create a CD from the ISO Image.  It is important you use the create CD from disc/ISO image and not just create a regular data disc by dragging the ISO file onto the disc!</p>
<p>If your PC does not have a CD/DVD drive but has a USB or memory card reader then you can use <a href="http://unetbootin.sourceforge.net/" target="_blank">Unetbootin </a>also available free from http://unetbootin.sourceforge.net/  Unetbootin is available for both Windows &amp; Linux.</p>
<ul>
<li>Insert your USB/Memory Card &#8211; a memory card or USB memory drive with at least 100MB of space is required.</li>
<li>Simply  download run the Unetbootin software and select the Disk Image option (half way down the screen) – see screenshot below.</li>
<li>Select the ISO image downloaded from the Clonezilla site.</li>
<li>Select the USB/Memory Card drive letter from the list and click the OK button.</li>
</ul>
<div id="attachment_165" class="wp-caption aligncenter" style="width: 547px"><img class="size-full wp-image-165" title="UNetbootin Dialog Box" src="http://www.mark-warner.co.uk/wp-content/uploads/2009/03/unetbootin1.jpg" alt="Unetbootin Dialog Box" width="537" height="401" /><p class="wp-caption-text">UNetbootin Dialog Box</p></div>
<p style="text-align: center;">
<p>After clicking OK, UNetbootin will copy the ISO contents to the USB drive/Memory card, this may take a few minutes so be patient.  You should see a screen like this whilst UNetbootin does its work:</p>
<p style="text-align: center;">
<div id="attachment_164" class="wp-caption aligncenter" style="width: 547px"><img class="size-full wp-image-164" title="UNetbootin Progress Bar" src="http://www.mark-warner.co.uk/wp-content/uploads/2009/03/unetbootin2.jpg" alt="Unetbootin Progress Bar" width="537" height="399" /><p class="wp-caption-text">UNetbootin Progress Bar</p></div>
<div><span style="text-decoration: underline;"><strong>Using Clonezilla Live</strong></span></div>
<p>Now that you have a bootable CD/DVD or USB/Memory card it is time to boot your PC using your newly created copy of Clonezilla.</p>
<p>1, When Clonezilla starts up you will see a boot screen that lets you pick the operating system settings to use when booting.  Select the default &#8220;Clonezilla Live&#8221;.</p>
<p>2, Clonezilla will then scan your computer to determine the hardware installed.</p>
<p>3, Select your language and keyboard layout from the options presented.</p>
<p>4, Select the operation you wish to perform, <em>device-image disk/partition to/from image</em>.  This will allow you to backup one disk or hard disk partition to another disk.  In the case of a netbook you would use this option to backup from the SSD drive to a SD memory card.</p>
<p>5, At the <em>Mount clonezilla Image directory </em>screen select the destination that will be used to store the backup.  Select <em>local_dev Mount local device </em>for a local drive or memory card/USB pen.</p>
<p>6, Insert your USB device or memory card.  Clonezilla will then scan the computer to identify the hardware available.</p>
<p>7, Clonezilla will then display a list of available disks, hda1 is usually your main hard disk that you&#8217;ll likely want to backup.  The destination drive will be named hdb1 or sda1/sdb1 etc.  It&#8217;s important that you select the correct disk/partition at this step else you may accidentally delete all your data, so please be careful.  <em><strong>Remember you&#8217;re selecting the destination not the source drive here!</strong></em></p>
<p>8, When you&#8217;re sure you&#8217;ve selected the correct drive press the Enter key.</p>
<p>9, The <em>Choose the mode </em>screen will then appear and allow you to select whether you wish to perform a backup or restore.  Select the <em>savedisk </em>option.</p>
<p>10, The <em>Priority menu </em>then allows you to select which programs will be used to perform the backup.  Select the first option in the list <em>-q Priority: ntfsclone &gt; partimage &gt; dd</em></p>
<p>11, On the next screen select the <em>-c Client waits for confirmation before cloning </em>option.  Which may well be the only choice you have at this stage.</p>
<p>12, Clonezilla allows several different options for compressing the backup.  The first option in the list -z1 Use gzip compression (fast but smaller image) offers a good balance between speed and space saving.  It is recommended that you select this option.</p>
<p>13, If desired change the name of the backup, or simply accept the default.</p>
<p>14, Finally you get to select the disk that you&#8217;d like to backup.  As before you will see a list of disks with ids such as hda etc.  You should also see some descriptive information that will help to identify the disk.</p>
<p>15, Clonezilla will then provide a summary of what is to be backed up, to where and how.  Make sure all of this is correct and then (and only then) select <em>Yes </em>to the <em>Are you sure you want to continue </em>question.</p>
<p>Clonezilla will then create a backup of your disk as requested, you just need to leave it to do its work and wait for it to complete, depending upon the size of the disk you&#8217;re backing up this could be a while so go and get a cup of coffee.</p>
<p><span style="text-decoration: underline;"><strong>Restoring from a Backup</strong></span></p>
<p>To restore your computer back to a previously saved disk image created with Clonezilla simply follow the steps described above for creating the backup.  However, remember to select the disk you want to restore at step 7 as this is the destination for the restore operation.  Then at step 9 select the <em>restoredisk </em>option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mark-warner.co.uk/linux-netbooks/backup-your-computer-with-clonezilla-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free up Space on the EeePC</title>
		<link>http://www.mark-warner.co.uk/linux-netbooks/freeing-up-space-on-the-eeepc/</link>
		<comments>http://www.mark-warner.co.uk/linux-netbooks/freeing-up-space-on-the-eeepc/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 08:59:46 +0000</pubDate>
		<dc:creator>Mark Warner</dc:creator>
				<category><![CDATA[Linux & Netbooks]]></category>

		<guid isPermaLink="false">http://www.mark-warner.co.uk/?p=138</guid>
		<description><![CDATA[The EeePC has a relatively small amount of storage space when compared to most modern desktop and laptop PCs. My EeePC 701 has just 4GB of space on its SSD. It&#8217;s amazing how much can actually be installed on such a small PC. Installing EeeBuntu is a great place to start. However it is important [...]]]></description>
			<content:encoded><![CDATA[<p>The EeePC has a relatively small amount of storage space when compared to most modern desktop and laptop PCs. My EeePC 701 has just 4GB of space on its SSD. It&#8217;s amazing how much can actually be installed on such a small PC. Installing EeeBuntu is a great place to start. However it is important not to waste this valuable storage space.   <span id="more-138"></span>The ease with which the Untunu based EeeBuntu allows applications to be installed means that it&#8217;s likely that most users will install and uninstall various applications as they try them out before settling on their stable collection of essential software.</p>
<p>Installing and uninstalling applications causes space to be used with temporary files and install files that can safely be removed, thereby freeing up valuable storage for yet more applications or important files.</p>
<p><strong><span style="text-decoration: underline;">Removing Language Files<br />
</span></strong></p>
<p>Most applications install language files that allow the application to support more than just one language. Assuming you only ever use on language on your PC then you can safely remove all the other language files and free up some space. A great utility for automating this task and allowing you to select which languages you would like to keep is localepurge. To install and run localepurge simply open a new terminal window and type the following:</p>
<blockquote><p>$ sudo apt-get install localepurge</p></blockquote>
<p><strong><span style="text-decoration: underline;">Removing Unused Kernel Files</span></strong></p>
<p>Open synaptic and search for installed applications. Then search for &#8220;linux&#8221;. This will return a list of images, headers and restricted modules that are installed. Any that do not match the current version of the kernel that your EeePC is running can safely be removed, thereby freeing up space on you SSD.If you&#8217;re unsure which kernel you EeePC is running then open terminal and use the uname command:</p>
<blockquote><p>$ uname -r</p></blockquote>
<p><strong><span style="text-decoration: underline;">Remove Unused Applications</span></strong></p>
<p>Remove unused applications using either Synaptic, Aptitude or the apt-get command. Be sure to use the Completely Remove option to remove all files including any configuration or setting files in order to free up the most space. This can be done from terminal using:</p>
<blockquote><p>$ sudo apt-get &#8211;purge remove &lt;application name&gt;</p></blockquote>
<p><strong><span style="text-decoration: underline;">Clear the Cache</span></strong></p>
<p>To clear out the apt cache folder after installing and uninstalling applications simply run the following commands from the terminal:</p>
<blockquote><p>$ sudo apt-get clean</p></blockquote>
<blockquote><p>$ sudo apt-get autoclean</p></blockquote>
<p><strong><span style="text-decoration: underline;">Remove Redundant Program and Library Files</span></strong></p>
<p>Finally to tidy up any remaining redundant libraries or programs left over from previous installs use the autoremove option. However, check the list of programs and libraries that it intends to remove before pressing &#8220;Y&#8221; to confirm the removal!</p>
<blockquote><p>$ sudo apt-get autoremove</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.mark-warner.co.uk/linux-netbooks/freeing-up-space-on-the-eeepc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asus EeePC alternative Operating System</title>
		<link>http://www.mark-warner.co.uk/linux-netbooks/asus-eeepc-alternative-operating-system/</link>
		<comments>http://www.mark-warner.co.uk/linux-netbooks/asus-eeepc-alternative-operating-system/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 12:59:15 +0000</pubDate>
		<dc:creator>Mark Warner</dc:creator>
				<category><![CDATA[Featured Gallery]]></category>
		<category><![CDATA[Linux & Netbooks]]></category>

		<guid isPermaLink="false">http://www.mark-warner.co.uk/?p=108</guid>
		<description><![CDATA[The EeePC was the first of a new generation of notebook computers now referred to as netbooks. These small, ultra-portable and low priced computers came installed with a customised Xandros Linux distribution, which whilst suitable for new computer users severely limited what more experienced users could do. Several EeePC customised versions of Linux distributions rapidly [...]]]></description>
			<content:encoded><![CDATA[<p>The EeePC was the first of a new generation of notebook computers now referred to as netbooks. These small, ultra-portable and low priced computers came installed with a customised Xandros Linux distribution, which whilst suitable for new computer users severely limited what more experienced users could do. Several EeePC customised versions of Linux distributions rapidly appeared <span id="more-108"></span><a href="http://www.eeeuser.com" target="_blank">EeeUser</a> contains information about most of these. Some distributions are better configured to make use of the small 7&#8243; screen and unusual hardware present within (such as the wifi card) the EeePC.</p>
<p>Mandriva Linux install is very simple and the OS works well, however I was unable to configure an encrypted home folder using Mandriva. So I switched to a customised Ubuntu distribution called Ubuntu-eee (now known as Easy Peasy &#8211; don’t know why). This generally worked well but wifi was temperamental and USB_PERSIST support was missing.</p>
<p>Finally, I tried <a href="http://www.eeebuntu.org" target="_blank">Eeebuntu 2</a> and after installing both Base and NBR (NetBook Remix) versions I opted to use Base which included everything needed to get started installing applications that I needed and allowed me to install only those applications that I actually needed.</p>
<p>My Asus EeePC now runs the following software:</p>
<ul>
<li>Eeebuntu 2.0 Base</li>
<li>OpenOffice 3</li>
<li>Firefox 3 &#8211; Web Browser</li>
<li>Thunderbird &#8211; Email Client</li>
<li>Pidgin &#8211; Instant Messaging Client</li>
<li>Picasa 3 &#8211; Google&#8217;s excellent photo organiser</li>
<li>F-Spot &#8211; Photo organiser &#8211; useful for uploading to Gallery2</li>
<li>GIMP &#8211; Image Editor</li>
<li>FireFTP &#8211; Firefox add-in &#8211; FTP Client</li>
<li>Cups-PDF &#8211; PDF printing</li>
<li>Dropbox &#8211; File Synchronisation</li>
<li>Stellarium &#8211; useful to star gazing</li>
<li>Apache, PHP &amp; MySQL &#8211; for web site development and testing</li>
<li>Totem &#8211; video player</li>
<li>Banshee &#8211; iTunes like audio player</li>
<li>Audacity &#8211; Easy to use sound editor</li>
<li>LocalePurge &#8211; removal all unnecessary language files and free up valuable storage space.</li>
<li>Wine &#8211; run windows applications within Linux!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mark-warner.co.uk/linux-netbooks/asus-eeepc-alternative-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing OpenOffice 3</title>
		<link>http://www.mark-warner.co.uk/linux-netbooks/installing-openoffice-3/</link>
		<comments>http://www.mark-warner.co.uk/linux-netbooks/installing-openoffice-3/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 12:48:37 +0000</pubDate>
		<dc:creator>Mark Warner</dc:creator>
				<category><![CDATA[Linux & Netbooks]]></category>

		<guid isPermaLink="false">http://www.mark-warner.co.uk/?p=99</guid>
		<description><![CDATA[EeeBuntu 2 is based upon Ubuntu 8.10 (Intrepid Ibex release) which sadly does not include OpenOffice.org 2.4.1 in the official repositories used for installing software onto a Ubuntu based PC.  However, if you want the latest and greatest version of the free OpenOffice suite its relatively straightforward to install.
Click the “Add/Remove Software” menu item in [...]]]></description>
			<content:encoded><![CDATA[<p>EeeBuntu 2 is based upon Ubuntu 8.10 (Intrepid Ibex release) which sadly does not include OpenOffice.org 2.4.1 in the official repositories used for installing software onto a Ubuntu based PC.  However, if you want the latest and greatest version of the free OpenOffice suite its relatively straightforward to install.<span id="more-99"></span></p>
<p>Click the “Add/Remove Software” menu item in the Administration menu.  This will start Synaptic, the application used to manage the installing of software on Ubuntu based Linux PCs.</p>
<p>In Synaptic click on the “Settings” menu and then select the “Repository” menu item.  In the new window click the “New” button and enter the following details for the OpenOffice 3 repository:</p>
<ul>
<li>URL: <a href="http://ppa.launchpad.net/openoffice-pkgs/ubuntu">http://ppa.launchpad.net/openoffice-pkgs/ubuntu</a> </li>
<li>Distribution: intrepid</li>
<li>Sections: main</li>
</ul>
<p>Then click the “OK” button and the new OpenOffice 3 repository will be added. </p>
<p>Then click the “Reload” button to force Synaptic to refresh the list of software that it knows about.</p>
<p>Now OpenOffice 3 will show in the repository list and will be available for installing.  If you’ve already installed a previous version of OpenOffice then the automatic update service will identify that the upgrade is available and will prompt you to perform an update of your system, after which you’ll have OpenOffice 3 installed.</p>
<p><strong><span style="text-decoration: underline;">Terminal Method</span></strong></p>
<p>Alternatively for those more familiar with terminal you may like to use the following method.  First from terminal open the sources.list file:</p>
<blockquote><p>$ gksu gedit /etc/apt/sources.list</p></blockquote>
<p>add the following lines to the bottom of the sources.list file and save the file:</p>
<blockquote><p>deb <a href="http://ppa.launchpad.net/openoffice-pkgs/ubuntu">http://ppa.launchpad.net/openoffice-pkgs/ubuntu</a> intrepid main<br />
deb-src <a href="http://ppa.launchpad.net/openoffice-pkgs/ubuntu">http://ppa.launchpad.net/openoffice-pkgs/ubuntu</a> intrepid main</p></blockquote>
<p>Then from terminal run the following two commands to force an upgrade to the latest version of OpenOffice (assuming you already have an older version installed).</p>
<blockquote><p>$ sudo apt-get update<br />
$ sudo apt-get upgrade</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.mark-warner.co.uk/linux-netbooks/installing-openoffice-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypt home partition on SD Card</title>
		<link>http://www.mark-warner.co.uk/linux-netbooks/encrypt-home-partition-on-sd-card/</link>
		<comments>http://www.mark-warner.co.uk/linux-netbooks/encrypt-home-partition-on-sd-card/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 08:55:51 +0000</pubDate>
		<dc:creator>Mark Warner</dc:creator>
				<category><![CDATA[Linux & Netbooks]]></category>

		<guid isPermaLink="false">http://www.mark-warner.co.uk/?p=91</guid>
		<description><![CDATA[The Asus Eee PC is sufficiently small and portable that it is easy to take with you when you&#8217;re out and about.  Which also increases the risk of it getting lost or stolen.  The data on the Eee may be more valuable that the computer itself so I wanted to set up my Home directory [...]]]></description>
			<content:encoded><![CDATA[<p>The Asus Eee PC is sufficiently small and portable that it is easy to take with you when you&#8217;re out and about.  Which also increases the risk of it getting lost or stolen.  The data on the Eee may be more valuable that the computer itself so I wanted to set up my Home directory with encryption using LUKS and PAM-MOUNT.  After many failed attempts to get this working it turns out that it need not have been so difficult.<br />
<span id="more-91"></span><br />
Hopefully these simple instructions should help others that want to encrypt their home partition with Ubuntu.   These instructions are based on my 701 4G running Ubuntu-Eee.   However I am now running Eeebuntu 2 and have also tested these instructions with this distro as well:</p>
<p>1 – Install Luks &amp; Pam-Mount by typing the following at the Terminal:<br />
    apt-get install cryptsetup libpam-mount</p>
<p>2 – Inset a blank SD card into the internal card reader&#8230; I found SanDisk Ultra 4gb SDHC class 4 to be the most reliably card in this temperamental card reader.</p>
<p>3 – Edit /etc/security/pam_mount.conf.xml  (I used sudo gedit to do this).  Insert the following line in the “volume” section of the document (replace username with your username)<br />
    &lt;volume user=“username” fstype=“crypt” path=“/dev/sdb1” mountpoint=“/home/username” /&gt;</p>
<p>4 – If this is a clean libpam-mount install then add the following line to the start of the /etc/pam.d/common-auth file:<br />
    auth optional pam_mount.so use_first_pass    </p>
<p><em>NB &#8211; the use_first_pass keywork can be omitted with Ubuntu 9.04 as it appears that this keyword has been removed from pam-mount.</em></p>
<p>5 – Then add the following line to the /etc/pam.d/common-session file:<br />
    session optional pam_mount.so</p>
<p>6 – reboot and use GRUB to enter recovery mode, drop to terminal as root when given the option and then make remaining changes from this location.  Alternatively you could use sudo to run a lot of this whilst logged in as the user.</p>
<p>7 &#8211; In the terminal move your existing user’s home folder to a temporary location (replace username with your user’s account name)<br />
    mv /home/username /home/username.original</p>
<p>8 – Create a new empty home folder for the user for use as a mount point of the encrypted drive:<br />
    mkdir /home/username</p>
<p>9 – Set ownership of the new home:<br />
    chown username.username /home/username</p>
<p>10 – Create the encrypted volume<br />
    cryptsetup –c aes-cbc-essiv:sha256 –y –s 256 luksFormat /dev/sdb1</p>
<p>11 – Open the encrypted volume<br />
    cryptsetup luksOpen /dev/sdb1 chome</p>
<p>12 – Create the file system<br />
    mkfs.resierfs /dev/sdb1</p>
<p>13 – Mount the filesystem to the user’s home (or any other location you wish) and then copy the files from username.original into the encrypted home:<br />
    mount /dev/mapper/chome /home/username<br />
    cp –a /home/username.original /home/username</p>
<p>14 – Close the volume<br />
    cryptsetup luksClose /dev/sdb1</p>
<p>15 – Reboot Eee PC and log in as normal.  If you get errors about permissions on then repeat step 11 and then type chown username.username /dev/mapper/chome and then try again.</p>
<p>If using with Ubuntu-eee then because USB_PERSIST is not fully configured if you suspend the EeePC it will loose it&#8217;s connection to home on the SD card when it is woken up again.  On Eeebuntu 2 this issue does not occur and suspend works as you would expect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mark-warner.co.uk/linux-netbooks/encrypt-home-partition-on-sd-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox &#8211; Sync in the cloud</title>
		<link>http://www.mark-warner.co.uk/linux-netbooks/dropbox-sync-in-the-cloud/</link>
		<comments>http://www.mark-warner.co.uk/linux-netbooks/dropbox-sync-in-the-cloud/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 22:07:25 +0000</pubDate>
		<dc:creator>Mark Warner</dc:creator>
				<category><![CDATA[Linux & Netbooks]]></category>

		<guid isPermaLink="false">http://www.mark-warner.co.uk/?p=87</guid>
		<description><![CDATA[Synchronise documents and files between multiple computers regardless of whether they&#8217;re Windows, Linux or Mac.  Dropbox is an excellent free service that uses Amazon&#8217;s S3 technology to make file synchronisation easy to use, secure, quick and, lets not forget, free.
The free service comes with 2GB of storage space, which is very generous and you can [...]]]></description>
			<content:encoded><![CDATA[<p>Synchronise documents and files between multiple computers regardless of whether they&#8217;re Windows, Linux or Mac.  <a href="https://www.getdropbox.com/referrals/NTQ5MDc5Mjk" target="_blank">Dropbox</a> is an excellent free service that uses Amazon&#8217;s S3 technology to make file synchronisation easy to use, secure, quick and, lets not forget, free.<span id="more-87"></span></p>
<p>
<a href="http://www.mark-warner.co.uk/wp-content/gallery/featured/main_logo.png" title="" class="thickbox" rel="singlepic11" >
	<img class="ngg-singlepic ngg-left" src="http://www.mark-warner.co.uk/wp-content/gallery/cache/11__180x_main_logo.png" alt="main_logo.png" title="main_logo.png" />
</a>
The free service comes with 2GB of storage space, which is very generous and you can really make good use of this especially if you have an netbook with limited storage space such as Asus EeePCs.  If more space is required then an upgrade to a Premium account will give you 50gb of storage.</p>
<p>The great thing about the Dropbox service is that it not only allows you to upload or download files from your secure storage space via a clean, uncluttered and easy to use web based interface but it also allows automated background file syncing to a folder on your PC.</p>
<p>Dropbox provides executable for Windows, Linux and Mac that will create a folder on your computer, e.g. &#8220;My Dropbox&#8221; and will then run as background services and will automatically upload the contents of this folder to your secure storage area.  Any amendments made to these files either via another computer linked to the same Dropbox account or via the web based interface will automatically be downloaded to the &#8220;My Dropbox&#8221; folder thereby replacing the older version of the file.</p>
<p>The Dropbox service allows netbooks and other computers to use the Dropbox service to keep important files in sync between multiple computers whilst still allowing access to the files when offline.</p>
<p>Dropbox allows the user to selectively share folders with other Dropbox users or make them publicly accessible to the rest of the world.</p>
<p>Should you accidentally delete a file from you Dropbox folder the web client will allow you to restore the deleted or older version of the file.</p>
<p>I have been using Dropbox to keep files in sync between my EeePC netbook running EeeBuntu Linux and my desktop Windows XP based PC without any issues for the past couple of months.  I no longer need to carry a USB memory stick with me all the time and can even access my files from other PCs without any trouble at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mark-warner.co.uk/linux-netbooks/dropbox-sync-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
