<?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>Skin of Stars &#187; Linux</title>
	<atom:link href="http://skinofstars.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://skinofstars.com</link>
	<description>Machines, Media and Miscellanea</description>
	<lastBuildDate>Sat, 19 May 2012 11:27:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='skinofstars.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Virtualbox Ubuntu Fullscreen Second/Dual Monitor</title>
		<link>http://skinofstars.com/2011/01/virtualbox-ubuntu-fullscreen-seconddual-monitor/</link>
		<comments>http://skinofstars.com/2011/01/virtualbox-ubuntu-fullscreen-seconddual-monitor/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 18:09:44 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://skinofstars.com/?p=7102</guid>
		<description><![CDATA[Virtualbox is an awesome application, allowing you to run multiple instances of operating systems concurrently. But getting full screen guest working on the second monitor doesn&#8217;t work by default, it always fullscreens on the primary. This drove me mad for a couple of hours till I figured it out. The answer is through the following steps: Fullscreen (Host+F) Hidden Menu<a href="http://skinofstars.com/2011/01/virtualbox-ubuntu-fullscreen-seconddual-monitor/"> ...&#160;Read the remaining 14 words</a>]]></description>
			<content:encoded><![CDATA[<p>Virtualbox is an awesome application, allowing you to run multiple instances of operating systems concurrently. But getting full screen guest working on the second monitor doesn&#8217;t work by default, it always fullscreens on the primary. This drove me mad for a couple of hours till I figured it out. The answer is through the following steps:</p>
<ul>
<li>Fullscreen (Host+F)</li>
<li>Hidden Menu (Host+Home. This only works in full screen)</li>
<li>View&gt;Virtual Screen 1&gt;Use Host Screen 2</li>
</ul>
<p>Voila. Simple once you know.</p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2011/01/virtualbox-ubuntu-fullscreen-seconddual-monitor/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Eclipse PyDev on Ubuntu</title>
		<link>http://skinofstars.com/2010/12/eclipse-pydev-on-ubuntu/</link>
		<comments>http://skinofstars.com/2010/12/eclipse-pydev-on-ubuntu/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 21:04:03 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming & Design]]></category>

		<guid isPermaLink="false">http://skinofstars.com/?p=4950</guid>
		<description><![CDATA[I had a bit of a moment earlier in getting PyDev up and running in Eclipse. Installing is easy enough through Marketplace in Helios, but when I went to open a project I was denied! Anyway, figured it out, just needed to select my interpreter. When you go to open a new python project hit the &#8216;Please configure an interpreter..&#8217;<a href="http://skinofstars.com/2010/12/eclipse-pydev-on-ubuntu/"> ...&#160;Read the remaining 45 words</a>]]></description>
			<content:encoded><![CDATA[<p>I had a bit of a moment earlier in getting PyDev up and running in Eclipse. Installing is easy enough through Marketplace in Helios, but when I went to open a project I was denied! Anyway, figured it out, just needed to select my interpreter.</p>
<p>When you go to open a new python project hit the &#8216;Please configure an interpreter..&#8217; link. Then click the Auto Config button. Ok. Apply. Ok. I&#8217;m on Ubuntu Lucid 10.04 so my grammar is 2.6 (you can find your version in the terminal via:$ python &#8211;version ). Your interpreter is Python. Finish. And you&#8217;re done <img src='http://skinofstars.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2010/12/eclipse-pydev-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving hosted SVN, the trials and the tribulations</title>
		<link>http://skinofstars.com/2010/02/moving-hosted-svn-the-trials-and-the-tribulations/</link>
		<comments>http://skinofstars.com/2010/02/moving-hosted-svn-the-trials-and-the-tribulations/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 22:55:15 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[hostedsvn]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[systems]]></category>

		<guid isPermaLink="false">http://skinofstars.com/?p=365</guid>
		<description><![CDATA[Over the last few weeks Mike Robinson and I have discussed and decided an SVN restructuring for improving our build and deployment processes. I would encourage you to read a bit more about that (and various other geekness) at his blog. So I&#8217;ve spent this week moving our company hosted SVN from Beanstalk to Springloops. I feel I&#8217;ve been swinging<a href="http://skinofstars.com/2010/02/moving-hosted-svn-the-trials-and-the-tribulations/"> ...&#160;Read the remaining 358 words</a>]]></description>
			<content:encoded><![CDATA[<p>Over the last few weeks <a href="http://akamike.net/">Mike Robinson</a> and I have discussed and decided an SVN restructuring for improving our build and deployment processes. I would encourage you to read a bit more about that (and various other geekness) at his blog.</p>
<p>So I&#8217;ve spent this week moving our company hosted <strong>SVN</strong> from <strong>Beanstalk</strong> to <strong>Springloops</strong>. I feel I&#8217;ve been swinging between hell and zen, but the learning has been awesome. As a summary of what I&#8217;ve found I thought I&#8217;d give a quick walk through how I did it.</p>
<p><span id="more-365"></span><br />
Most of this stuff was the usual <a href="http://subversion.apache.org/faq.html#dumpload">dump/load cycle</a>, but there are a couple of things which needed some extra attention.</p>
<p>Firstly, both Beanstalk and Springloops have the ability to export and import SVN dumps via easy-to-use web interfaces. This really could be as easy as download, upload. Try that first.</p>
<p>We had a couple of problems though. Previously we had a mishmash of company repos and project repos; these had to be merged and sorted. We also had different usernames on each system(!) which meant that during an import previous commits were not matched to current system users.  The author attribute needed to be updated for all previous revisions.</p>
<p>This was all done on OS X, but should be applicable to any Unix-like with the appropriate libraries, etc.  So we&#8217;ve got our dump from Beanstalk, now we just need to create a local repository to do our work on (always work on a backup!!).</p>
<pre>$ svnadmin create --pre-1.4-compatible newrepo</pre>
<p>We use the pre 1.4 compatible flag to overcome files system changes within SVN between versions. These changes can potentially cause errors (svn: Expected FS format &#8217;2&#8242;; found format &#8217;3&#8242;) when <a href="http://svnbook.red-bean.com/en/1.0/re23.html">propset</a>-ting revision histories, in my case, author/committer names.</p>
<p>Next job, import your dump file.</p>
<pre>$ svnadmin load newrepo &lt; dumpfile</pre>
<p>If you&#8217;re looking to do the merging, as I was, then you want to make yourself a directory in your repository (usual &#8216;svn mkdir&#8217; commands) and then load it in the following fashion:</p>
<pre>$ svnadmin load newrepo --parent-dir myfolder &lt; seconddumpfile</pre>
<p>Ok, we&#8217;ve done our merging, now we&#8217;re going to update our author histories.  Now the SVN manual gives you information on doing this one version at a time with a propset.  It also talks about other recursive actions such as deleting files, which isn&#8217;t our concern.  For changing authors, I found a tidy script called <a href="http://svn.apache.org/repos/asf/subversion/trunk/contrib/server-side/svn-tweak-author.py">svn-author-tweak.py</a> from CollabNet.</p>
<p>If you want to give your repository a check before you upload it, just checkout to a local test.</p>
<pre>$ svn co file:///path/to/newrepo /path/to/test/repo</pre>
<p>Once that&#8217;s done, dump the file.</p>
<pre>$ svnadmin dump newrepo &gt; my.dumpfile</pre>
<p>Upload</p>
<p>???</p>
<p>Profit</p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2010/02/moving-hosted-svn-the-trials-and-the-tribulations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eeep and the Brotherhood Of Man</title>
		<link>http://skinofstars.com/2008/11/eeep-and-the-brotherhood-of-man/</link>
		<comments>http://skinofstars.com/2008/11/eeep-and-the-brotherhood-of-man/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 15:25:54 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[eeepc]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Now doesn&#8217;t that sound like a bad book title? Or even something from the Harry Potter series, which incidentally I&#8217;ve just finished listening to the audio books as read by Stephen Fry. Anyway, i digress. Following on from my previous two EeePC posts, firstly on adjusting the default desktop, then on changing to a full KDE desktop, I&#8217;m going to<a href="http://skinofstars.com/2008/11/eeep-and-the-brotherhood-of-man/"> ...&#160;Read the remaining 823 words</a>]]></description>
			<content:encoded><![CDATA[<p>Now doesn&#8217;t that sound like a bad book title? Or even something from the Harry Potter series, which incidentally I&#8217;ve just finished listening to the audio books as read by Stephen Fry.</p>
<p>Anyway, i digress. Following on from my previous two EeePC posts, firstly on <a href="http://www.skinofstars.com/node/144">adjusting the default desktop</a>, then on <a href="http://www.skinofstars.com/node/146">changing to a full KDE desktop</a>, I&#8217;m  going to spend today talking about removing the whole Xandros OS and installing Ubuntu Intrepid Ibex. Lets first recap as to why we&#8217;d want to do this. The Xandros OS that comes with EeePCs is woefully out of date. Open source, and especially desktop Linux, is a fast moving beast. Where one day setting up wifi or connecting to a VPN or playing a DVD may be difficult in Linux one day, the following will not be true the next day. So having a system which feels a few years old and struggles to keep up seems pointless, and in my opinion explains some of the  <a href="http://linux.slashdot.org/article.pl?sid=08/10/05/123253">return rates found with Netbook Linux editions</a>. As a further struggle on EeePC, the simple mode is a nightmare to tweak, especially considering those things that we want to tweak should really be done for us anyway. So what I propose is that we update with arguably the easiest and most widely supported distro out there, Ubuntu. I&#8217;m going to keep the actual method very succinct as there are 101 tutorials out there (links at the bottom). I&#8217;ll stick with what to do and what to avoid:</p>
<p><em>Ingredients</em><br />
* <a href="http://www.ubuntu.com/getubuntu/download">Copy of Ubuntu Intrepid Ibex Desktop</a>. It&#8217;s fine to get the Long Term Stable Hardy if you like, but I do recommend the new one.<br />
* <a href="http://lubi.sourceforge.net/unetbootin.html">Unetbootin</a> for putting Ubuntu on your USB stick<br />
* Ahh yes, the <strong>spare</strong> USB stick of 1gb or more</p>
<p><em>Method</em><br />
Open Unetbootin with your USB stick stuck in your machine (you don&#8217;t have to do this on your Eee). Unetbootin gives you the option of downloading straight to your USB from the web, but we&#8217;ve already downloaded our distro so we just need to select the Diskimage ISO radio button and browse to our downloaded file and hit OK (This is another one of those things you used to have to do manually in the past, ahh the advances of technology *sigh*). It will tell you when it&#8217;s done.</p>
<p>Next we safely remove our hardware (unmount in Linux parlance) and plug it into our little Eeep. Press the power on button and start hitting F2. This takes us to the BIOS menu. I had loads of problems getting this to work right, you have to go to the Boot tab and make sure that your USB key is top of the list in the boot device order (this just means where the computer checks first for an operating system, all computers have this). This is what caught me out, you need to check in both the Boot Device Priority settings AND Hard Disk Drives. for some reason it changes with each consecutive boot which one you need to change, so check both. Save and exit (F10 I think, but it should say).</p>
<p>You should now be booted into an Ubuntu desktop. We&#8217;ve not done anything irreversible yet, so for now we can just play. You&#8217;ll notice that your WIFI and webcam isn&#8217;t working yet, that&#8217;s because you don&#8217;t have all the drivers you need. That can be fixed once you have installed.</p>
<p>So, let&#8217;s assume we are brave and we are going on with the install. Most things you just need to follow the instructions, but here is where I shall give you a little advice. At the partition stage do not use guided, use manual. There are two hard drives in the Eeep, for the smaller of the two (4GB) it should be just system files. You want to set aside 100mb for mountpoint /boot and the rest for mountpoint &#8220;/&#8221; (known as root). The other hardrive you want a swap the size of your RAM, 1GB in the 901 (some places say twice the size, but one should be ample) and the rest for /home, where all your personal files will be stored. I&#8217;ll assume you have finished the rest of the install without issues. <img src='http://skinofstars.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now we have rebooted into our new Ubuntu system we need a little moding to make everything work just right. First and most importantly you need the <a href="http://www.array.org/ubuntu/index.html">Array.org Kernel</a>. There are instructions on the site as to how to get it. This will fix such things as WiFi, webcams and hotkeys. After that I recommend adjusting the layout to better suit the screen size. This is very easy to do by right-licking the panels and modifing to suit your needs. Here is mine:</p>
<p>[img_assist|nid=149|title=eeep-dekstop|desc=|link=none|align=none|width=100|height=59]</p>
<p>A quick recommendation of some things to avoid.<br />
* Don&#8217;t use a specialist distro like ubunu-eee. I know it makes things look easy but you&#8217;ll be in trouble if they stop supporting. Standard Ubuntu is stable and here to stay.<br />
* Avoid using user made scripts that claim to ease all your woes. They may just cause you more problems than they fix and because you didn&#8217;t do each bit yourself step by step you won&#8217;t know how to fix it.</p>
<p>Now, here are some of those tutorial links:</p>
<p>https://help.ubuntu.com/community/EeePC</p>
<p>http://wiki.eeeuser.com/installing_ubuntu_8.04</p>
<p>http://forum.eeeuser.com/viewtopic.php?id=51041</p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2008/11/eeep-and-the-brotherhood-of-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to Ubuntu Intrepid Ibex</title>
		<link>http://skinofstars.com/2008/11/upgrading-to-ubuntu-intrepid-ibex/</link>
		<comments>http://skinofstars.com/2008/11/upgrading-to-ubuntu-intrepid-ibex/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 13:04:21 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Since it&#8217;s only a few days since the release of Ubuntu&#8217;s Intrepid Ibex, I though I might do a quick note on how to upgrade from the Long Term Stable (LTS), Hardy Heron (if you are a Windows user and you just want to try out the new version, you can use the Wubi Installer and treat it just like<a href="http://skinofstars.com/2008/11/upgrading-to-ubuntu-intrepid-ibex/"> ...&#160;Read the remaining 272 words</a>]]></description>
			<content:encoded><![CDATA[<p>Since it&#8217;s only a few days since the release of <a href="http://www.ubuntu.com">Ubuntu&#8217;s Intrepid Ibex</a>, I though I might do a quick note on how to upgrade from the Long Term Stable (LTS), Hardy Heron (<em>if you are a Windows user and you just want to try out the new version, you can use the Wubi Installer and treat it just like any other Windows application</em>). It is worth noting that a new install will often be a far quicker process and provide you with a clean slate. You can also save almost all of your personal settings and files if you installed / (known as the root directory) and /home in separate partitions first time around, allowing you to just install the new OS in /</p>
<p>In this post though we shall assume that you just with to upgrade an existing install and as such save all  your setting, files, etc, with the minimum of fuss.</p>
<p>Normally when a new release comes around your update manager will tell you that a new version is available. Yet from Hardy to Intrepid this will not happen because Hardy is an LTS. There is, as always, a way around this. It is as follows; System &gt; Administration &gt; Software Sources, then the Updates tab. At the bottom it will say Release Upgrade. You&#8217;ll then want to change that from &#8220;Long term support releases only&#8221; to &#8220;Normal&#8221;. After that head back to System &gt; Administration &gt; Update Manager and you will be offered the choice to upgrade to the latest release. Click that button and follow the prompts.</p>
<p>As you run through the upgrade you will be prompted with questions as to whether you want to keep/merge/replace certain configuration files, normally ones you have changed. There is one that you must replace (or merge if you know what you are doing) and it is called menu.list. This file selects things like what kernel to boot from and you should use the latest that comes with Intrepid. Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2008/11/upgrading-to-ubuntu-intrepid-ibex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EeeK &#8211; Full desktop</title>
		<link>http://skinofstars.com/2008/10/eeek-full-desktop/</link>
		<comments>http://skinofstars.com/2008/10/eeek-full-desktop/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 20:47:54 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[eeepc]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In my blog post the other week I discussed how to use the terminal to add software to your EeePC. Though this is the simplest approach we find that we come across certain disadvantages. Firstly, the only way to launch our newly installed software is to type it&#8217;s name into the terminal. It is possible to adjust the interface and<a href="http://skinofstars.com/2008/10/eeek-full-desktop/"> ...&#160;Read the remaining 363 words</a>]]></description>
			<content:encoded><![CDATA[<p>In my blog post the other week I discussed how to <a href="http://www.skinofstars.com/node/144">use the terminal to add software to your EeePC</a>. Though this is the simplest approach we find that we come across certain disadvantages. Firstly, the only way to launch our newly installed software is to type it&#8217;s name into the terminal. It is possible to adjust the interface and add icons to desktop by <a href="http://wiki.eeeuser.com/howto:customizeeasymode?s=simpleui">editing the simpleui.rc file</a>. Let us be honest though, this is not exactly what we want to be doing &#8211; editing config files is <em>so</em> 1970s. Infact, this whole simple desktop layout is a little on the weak side. What we want is a full desktop environment, with start buttons, automatic adding of new programs to menus and all sorts. This is our plan for today.</p>
<p>Once again we shall need our trusty terminal, so first things first hit Ctrl+Alt+T. Now enter the following:</p>
<blockquote><p>wget http://download.tuxfamily.org/eeepcrepos/key.asc</p></blockquote>
<blockquote><p>sudo apt-key add key.asc</p></blockquote>
<blockquote><p>rm key.asc</p></blockquote>
<p>With these three lines have downloaded a trusted key, added it to our software manager (apt) and finally removed the file. Next job is to add the software source which the key corresponds to. So enter <strong>sudo kwrite /etc/apt/sources.list</strong> into the terminal and add the following line to the bottom of the file:</p>
<blockquote><p>deb http://download.tuxfamily.orgeeepcrepos p701 main</p></blockquote>
<p>Save and exit. Then type <strong>sudo apt-get update</strong> into the terminal. Now we are all set to install the full desktop. Into the terminal we shall type:</p>
<blockquote><p>sudo apt-get install advanced-dektop-eeepc</p></blockquote>
<p>Now to try out our new desktop we just have to press our power button, you will then find a new icon added to our logout menu saying Full Desktop. Hey presto, we now have one of the most powerful desktop environments available in the open source world, <a href="http://www.kde.org/">KDE 3.5</a>. This is a system that easily rivals the Windows interface in versatility and power, yet still has a similar feel to more common desktops.</p>
<p>Now we know how to add new programs, modify our interface and even get a decent desktop to our little Eee. Well, that is all just great, but for me (and perhaps you dear reader) this is just not enough. The Xandros distribution that comes with this machine is just not modern enough, for example it still comes with Firefox 2, which is sluggish compared to it&#8217;s latest iteration. I have also been having problems with connection to certain types of WPA2 at my university which apparently is tied to Xandros. What we need is a thoroughly modern operating system, installing that shall be the subject of my next EeePC post.</p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2008/10/eeek-full-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EeeK!</title>
		<link>http://skinofstars.com/2008/10/eeek/</link>
		<comments>http://skinofstars.com/2008/10/eeek/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 11:45:56 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[eeepc]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Firstly, my apologies for missing last weeks post. I was having a delightful holiday in Italy with various members of my family and the g/f. Lovely it was, we stayed in a Trullo and a fun time was had by all. Before I left I got myself a new computer, a netbook of the EeePC 901 variety. After consideration of<a href="http://skinofstars.com/2008/10/eeek/"> ...&#160;Read the remaining 519 words</a>]]></description>
			<content:encoded><![CDATA[<p>Firstly, my apologies for missing last weeks post. I was having a delightful holiday in Italy with various members of my family and the g/f. Lovely it was, we stayed in a <a href="http://en.wikipedia.org/wiki/Trullo">Trullo</a> and a fun time was had by all.</p>
<p>Before I left I got myself a new computer, a netbook of the EeePC 901 variety. After consideration of the various flavours of netbook available (Acer One, MSI, different types of eee)I carefully selected this for the following reasons: a) Atom Processor, I saw little point in getting another Celeron as I would want this for working and so to have at least a little bit of spunk. b) 20GB SSD, you get more hard drive space if you select.. c) Linux pre-installed. I guess it was obvious I was going to get a Linux version, I see no point in paying more money for lower quality equipment just to have XP, especially if I&#8217;m just going to remove it anyway.</p>
<p>As <a href="http://bignewsmargate.blogspot.com">Tony</a> has previously pointed out, these machines come with a restricted user interface (they are for newbies after all). So with the machine barely out of its box it was time to start nudging and adjusting. Here&#8217;s what we want to do: add more software, customise the interface in the normal mode and if we want to go further see how we can get a more traditional desktop.</p>
<p>First thing you need is access to a terminal so you can use the command line. This would often be the very thing that people new to Linux would want to avoid, but if you want to feel like the machine is working for you rather than the other way around then a bit of time at the command line is just what the doctor orders. Fear not, there is nothing too demanding here, just press Ctrl+Alt+T. There, now isn&#8217;t that hard to see?! One of the points of any Unix-like system is choice, there are many paths to follow that can get you to the same endpoint, in this instance the terminal offered (xterm) is very hard to see with the small screen. You can change it quite easily to the more user friendly konsole:</p>
<blockquote><p>sudo update-alternatives &#8211;config x-terminal-emulator</p></blockquote>
<p>Select konsole and the next time you Ctrl+Alt+T you&#8217;ll get a terminal where you can adjust font size as well as the colour scheme.</p>
<p>Now to have the choice of adding software. Xandros, who built the eee&#8217;s distro, is based on Debian, and as such means there is a lot of software out there for it. We now have to add the repositories (a central server where all the software is held) to our list of sources. Grab your trusty terminal and enter the following to pull up a text editor</p>
<blockquote><p>sudo kwrite /etc/apt/sources.list</p></blockquote>
<p>Then add the following to the bottom of the file</p>
<blockquote><p>deb http://xnv4.xandros.com/xs2.0/u[kg-srv2 etch main contrib non-free</p></blockquote>
<p>Save and quit, then in terminal run</p>
<blockquote><p>sudo apt-get update</p></blockquote>
<p>After that you can install new software using the Synaptic package manager by typing</p>
<blockquote><p>sudo synaptic</p></blockquote>
<p>from the terminal.</p>
<p>The problem now is that you can only access the programs you&#8217;ve installed by typing their name into the terminal. What you really want is to add icons to your usual interface. These will have to be added individually to a configuration file&#8230; but I think thats enough for one day. I&#8217;ll post the method for that and how to get a full desktop later in the week. In the meantime I&#8217;d suggest having a browse through the <a href="http://wiki.eeepcuser.com">eeepc user wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2008/10/eeek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I spy with my little eye&#8230; common Windows problems!</title>
		<link>http://skinofstars.com/2008/09/i-spy-with-my-little-eye-common-windows-problems/</link>
		<comments>http://skinofstars.com/2008/09/i-spy-with-my-little-eye-common-windows-problems/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 22:57:27 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Just a quick and easy one this time! At least once a week I get called up to fix a computer and it&#8217;s almost always the same thing; spyware. So here is the usual rundown on how I approach a fix. First thing I (almost) always say: No, there is no need to wipe your computer, we can just clean<a href="http://skinofstars.com/2008/09/i-spy-with-my-little-eye-common-windows-problems/"> ...&#160;Read the remaining 610 words</a>]]></description>
			<content:encoded><![CDATA[<p>Just a quick and easy one this time! At least once a week I get called up to fix a computer and it&#8217;s almost always the same thing; spyware. So here is the usual rundown on how I approach a fix.</p>
<p>First thing I (almost) always say: No, there is no need to wipe your computer, we can just clean it up.</p>
<p>Question; So, do you have an up to date Anti-Virus program? Usual answer; I have McAfee/Norton, but the subscription has run out. Solution? If you have cash to burn get rid of McAfee/Norton and get either http://www.kaspersky.com/ or http://www.eset.com/ or <a href="http://www.virus.gr/portal/en/content/2008-06%2C-1-21-june">check this list</a>. If you are cheap then get <a href="http://www.avast.com/">Avast</a> (or maybe AVG, though they have had some <a href="http://www.theregister.co.uk/2008/06/26/avg_disguises_fake_traffic_as_ie6/">really bad press</a>).</p>
<p>Thats the easy one out the way, adware/malware/spyware is a little trickier. I am yet to find a single program that can deal with all occurrences. I normally go with the classic <a href="http://lavasoft.com/products/ad_aware_free.php">Ad-Aware free edition</a> by Lavasoft, but it certainly isn&#8217;t the be all and end all. The trick is often to run a search using the name that comes up. For example, a recent problem computer I came across had adware titled &#8216;AntiVirus 2008&#8242; which pointed out every couple of minutes that the computer may be infected (really?!?!) and suggested downloading the program. This was effectively removed using http://www.superantispyware.com/ where Ad-Aware failed. I also strongly recommend that you use <a href="http://www.microsoft.com/windows/products/winfamily/defender/default.mspx">Microsoft&#8217;s Windows Defender</a> regardless of whether you are already experiencing problems or not. There is a short list in this <a href="http://en.wikipedia.org/wiki/Spyware#Anti-spyware_programs">section of wikipedia</a> to illustrate what is out there, but as I said, a search is normally the order of the day. Bonus tip here, free anti-adware programs need to be re-run manually, just do it every couple of weeks.</p>
<p>After you have dealt with all that it&#8217;s time to really get your machine back to it&#8217;s former glory. This is normally very simple. Control Panel&gt;Add/Remove Programs. Clear out all that old junk that you never use. Now look to your system tray (bottom right corner), see all those icons which are taking up most the bottom of your screen? Do they all need to be there? You may not want to uninstall them (MSN Messenger being a great example here), but you probably don&#8217;t need all those programs right now. Go to each one in turn, open them up, find the preferences and disable any option which says something like &#8216;open on Windows Start-up&#8217;. Once you&#8217;ve done that click Start&gt;Programs and look for Start-up Programs, then delete the shortcuts from there of the programs you may not need when you first boot.</p>
<p>I&#8217;m a little tense about saying this, but I&#8217;d hate to feel I was holding back&#8230; on XP: Start&gt;Run&gt;type msconfig and hit enter. You can then look across the tabs to Services. You can untick the background processes you don&#8217;t need, but please do so with extreme caution. If you&#8217;re not sure then either search it or leave it (latter probably being the case).</p>
<p>If this is the first time you&#8217;ve done a clean then this process will probably take you about twenty minutes (though first boot scans from anti-virus can take some time, maybe go do some weeding). By the end though you will have a slick machine that makes you grin all over.</p>
<p>Maybe this doesn&#8217;t solve your problem though. Maybe your computer has died a painful death and you can&#8217;t even boot it! This will more likely than not happen some day. Fear not, you can still recover your files by keeping a copy of <a href="http://www.knoppix.net/">Knoppix</a> around on a CD. It has saved my skin and the hard work of many of my fellow students many a time (when they thought to come to me that is <img src='http://skinofstars.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ). It&#8217;s a graphical desktop on a disk and is the saviour of many a sysadmin.</p>
<p><em>Note, there are almost certainly better ways, and I would always recommend doing your own research by reading some more reputable blogs and columns.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2008/09/i-spy-with-my-little-eye-common-windows-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Set-Up</title>
		<link>http://skinofstars.com/2008/04/geek-set-up/</link>
		<comments>http://skinofstars.com/2008/04/geek-set-up/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 15:59:24 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[joke]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[slashdot]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I saw this comment on slashdot by http://slashdot.org/~Sancho and it made me chuckle. Please bear in mind that this is a *very* geeky joke. Linux is ok on the desktop, but for servers, I really prefer FreeBSD. Sometimes I get tired of that, and use NetBSD for a while. A short stint with NetBSD, Apache, Postgresql, and PHP usually refreshes<a href="http://skinofstars.com/2008/04/geek-set-up/"> ...&#160;Read the remaining 15 words</a>]]></description>
			<content:encoded><![CDATA[<p>I saw this comment on slashdot by http://slashdot.org/~Sancho and it made me chuckle. Please bear in mind that this is a *very* geeky joke.</p>
<p style="padding-left: 30px;">Linux is ok on the desktop, but for servers, I really prefer FreeBSD.</p>
<p style="padding-left: 30px;">Sometimes I get tired of that, and use NetBSD for a while. A short stint with NetBSD, Apache, Postgresql, and PHP usually refreshes me long enough so that I can FreeBSD, Apache, Postgresql, and PHP again.</p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2008/04/geek-set-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New toys</title>
		<link>http://skinofstars.com/2008/03/new-toys/</link>
		<comments>http://skinofstars.com/2008/03/new-toys/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 12:53:41 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellanea]]></category>
		<category><![CDATA[clarke]]></category>
		<category><![CDATA[desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m very excited today after winning an auction last night on eBay. I&#8217;d decided that I needed a computer as doing graphic work and generally pouring through code is hard work on this little laptop. What I needed was a mighty box, which is what I&#8217;ve now just bought. The specs on this beast are as follows; intel core2 quad<a href="http://skinofstars.com/2008/03/new-toys/"> ...&#160;Read the remaining 71 words</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very excited today after winning an auction last night on eBay. I&#8217;d decided that I needed a computer as doing graphic work and generally pouring through code is hard work on this little laptop. What I needed was a mighty box, which is what I&#8217;ve now just bought.</p>
<p>The specs on this beast are as follows; intel core2 quad with a combined speed of 9.6ghz, 2gb of ram (I will certainly upgrade that to 4gb), 500gb esata (quick access thingy) hard drive and an nvidia 8500gt graphics card which can do HiDef&#8230; which means I need a HiDef monitor, which I get that tomorrow, 22&#8243; widescreen.</p>
<p>Yes, these are very geeky boys toys but I am now very excited. My next question is what operating system I&#8217;m going to put on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2008/03/new-toys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

