<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4362863147075774334</id><updated>2012-02-20T19:13:26.684+11:00</updated><category term='Atom'/><category term='conky'/><category term='gentoo'/><category term='media center'/><category term='Crashplan'/><category term='XFS'/><category term='apt-get'/><category term='forums'/><category term='segmentation fault'/><category term='10.10'/><category term='KeePass'/><category term='upgrade'/><category term='Cruchbang'/><category term='help'/><category term='sync'/><category term='ChromeIPass'/><category term='defragmentation'/><category term='GTS250'/><category term='MythTV Nvidia Compiz video GTS250 8600GT'/><category term='Nvidia'/><category term='plymouth'/><category term='Ubuntu middle-click'/><category term='Chrome'/><category term='python'/><category term='Compiz'/><category term='8600GT'/><category term='dual-boot'/><category term='Unity'/><category term='keyboard'/><category term='video'/><category term='windows'/><category term='KeePassHttp'/><category term='laptop'/><category term='Maverick'/><category term='backup'/><category term='Windows 7'/><category term='linux'/><category term='GEOS'/><category term='Mythbuntu'/><category term='MythTV'/><category term='Window list'/><category term='remote'/><category term='transcoder'/><category term='Gallium3D'/><category term='nouveau'/><category term='Tomboy'/><category term='Gnome'/><category term='LIRC'/><category term='emulator'/><category term='Lucid'/><category term='Commodore 64'/><category term='SSD'/><category term='kernel'/><category term='dropbox'/><category term='server'/><category term='network'/><category term='conkyForecast'/><category term='update-grub'/><category term='ubuntu'/><category term='suspend'/><category term='ION'/><title type='text'>Steve's Ubuntu Tweaks</title><subtitle type='html'>Making the user experience of Ubuntu Linux just that little bit better.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>33</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-7836096486959853165</id><published>2011-10-18T19:01:00.000+11:00</published><updated>2011-10-19T08:59:05.237+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='KeePass'/><category scheme='http://www.blogger.com/atom/ns#' term='KeePassHttp'/><category scheme='http://www.blogger.com/atom/ns#' term='ChromeIPass'/><category scheme='http://www.blogger.com/atom/ns#' term='Chrome'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Ubuntu 11.10 - Getting KeePass2 working with Chrome again</title><content type='html'>Rather rashly this time around, I updated my system to the latest version of Ubuntu, 11.10, the day it came out. The upgrade itself went fairly smoothly, although I was disappointed to find that the &lt;a href="https://chrome.google.com/webstore/detail/ompiailgknfdndiefoaoiligalphfdae"&gt;plugin&lt;/a&gt; that &lt;a href="https://github.com/pfn/keepasshttp"&gt;links&lt;/a&gt; my password manager of choice, &lt;a href="http://keepass.info/"&gt;Keepass2&lt;/a&gt;&amp;nbsp;with my browser of choice, &lt;a href="http://www.google.com/chrome"&gt;Google Chrome&lt;/a&gt;, stopped working. It just popped up an error box saying it didn't recognise the&amp;nbsp;plugin&amp;nbsp;any more. KeePass still worked, it just was no longer able to communicate with Chrome.&lt;br /&gt;&lt;br /&gt;After a bit of searching I couldn't find anyone else with the same issue, and I stumbled upon this answer almost by accident. The secret is that the KeePassHttp.plgx plugin, which is what used to work with Ubuntu 11.04, is not what you want any more. What you do want are two .dll files instead. I went through the following steps to get it working again:&lt;br /&gt;&lt;br /&gt;1. From the &lt;a href="https://github.com/pfn/keepasshttp"&gt;KeePassHttp website&lt;/a&gt;, I &lt;a href="https://github.com/pfn/keepasshttp/downloads"&gt;downloaded&lt;/a&gt; the whole package (it gives a choice of a .zip or tar.gz), click either button. Ignore that the page says "Sorry, there aren't any downloads for this repository." There are!&lt;br /&gt;&lt;br /&gt;2. Open the package file you just downloaded - double-clicking it will open it in Archive Manager.&lt;br /&gt;&lt;br /&gt;3. Open some of the subdirectories in that folder until you find the two files called "KeePassHttp.dll" and "Newtonsoft.Json.dll". Select those two files and drag them to the Desktop. This will extract those two files, making them ready for the next step.&lt;br /&gt;&lt;br /&gt;4. Open up a terminal window. Assuming the files are on your desktop, you can use the following command to copy them to the /usr/lib/keepass2 directory:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sudo cp ~/Desktop/*.dll /usr/lib/keepass2&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;While you are in a terminal window, rename the KeePassHttp.plgx file so KeePass doesn't throw that error up when you open it:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sudo mv /usr/lib/keepass2/KeePassHttp.plgx \ /usr/lib/keepass2/KeePassHttp.plgx.temp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;5. If you now open KeePass2, it shouldn't throw up the error box, and if you go to Tools -&amp;gt; Plugins... the plugin should now appear!&lt;br /&gt;&lt;br /&gt;One other thing I did was re-install KeePass2. With the latest release, there is no need to use the separate PPA repository as you did in previous versions of Ubuntu. It is now in the main Universe repository. What I did was uninstall KeePass2, remove the jtaylor PPA repository under software sources (either in update manager or synaptic, if you have that installed), and re-install it from the default Ubuntu repository.&lt;br /&gt;&lt;br /&gt;I'm not sure if this is needed for the above solution to work, but I did it just to tidy things up a bit. With less repositories to check, updates go a bit quicker too. With any luck it will also install the correct packages required, that may have changed since 11.04.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-7836096486959853165?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/7836096486959853165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/10/ubuntu-1110-getting-keepass2-working.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/7836096486959853165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/7836096486959853165'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/10/ubuntu-1110-getting-keepass2-working.html' title='Ubuntu 11.10 - Getting KeePass2 working with Chrome again'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-8143359497007212080</id><published>2011-07-11T17:43:00.000+10:00</published><updated>2011-07-11T17:43:14.549+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Unity'/><category scheme='http://www.blogger.com/atom/ns#' term='Cruchbang'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Follow-up on 11.04</title><content type='html'>Well, it's been quite some time now using Ubuntu 11.04. What are my thoughts of using the Unity interface?&lt;br /&gt;&lt;br /&gt;Let's put it this way - I've switched back to Ubuntu Classic and have almost forgotten about Unity. Just didn't enjoy it. It was especially clunky when running two screens, with the icon bar down the left side of the screen. That icon bar had a name, didn't it? I've forgotten, it's been pushed out of my memory.&lt;br /&gt;&lt;br /&gt;In recent weeks, I've tried out &lt;a href="http://crunchbanglinux.org/"&gt;CrunchBang Linux&lt;/a&gt; on the laptop. It's a minimal, stripped-down distro based on Debian. It's nice and quick on that, and I'm quite warming to the way the Openbox window manager does things. Being a lightweight distro, there are things that aren't in an Ubuntu install, like a suspend function. I have to do some research into enabling that - whether something has to be installed or not.&lt;br /&gt;&lt;br /&gt;Not sure on whether I would put it on the desktop yet. For one, it is based on a fairly old 2.6.32 kernel, that doesn't fully support the solid-state drives' TRIM command. There is an experimental kernel that is an option that comes up when you first install - the "cb-welcome" script is excellent, asking whether to install various commonly-used programs.&lt;br /&gt;&lt;br /&gt;One other thing is whether DigiKam would install properly. I have it installed, grudgingly, on this Ubuntu system because it's the next best thing to forking out big bucks on Bibble or Adobe Lightroom. Grudgingly, because it's a KDE program, a buttload of extra KDE-related cruft is installed along with it. I don't want to clog up a nice, fast Crunchbang install with that.&lt;br /&gt;&lt;br /&gt;We'll see.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-8143359497007212080?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/8143359497007212080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/07/follow-up-on-1104.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/8143359497007212080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/8143359497007212080'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/07/follow-up-on-1104.html' title='Follow-up on 11.04'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-2217982887907338475</id><published>2011-05-12T17:33:00.000+10:00</published><updated>2011-05-14T06:54:52.573+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='unity'/><category scheme='http://www.blogger.com/atom/ns#' term='Natty'/><category scheme='http://www.blogger.com/atom/ns#' term='Compiz'/><category scheme='http://www.blogger.com/atom/ns#' term='11.04'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='suspend'/><title type='text'>Thoughts on Ubuntu 11.04 and Unity</title><content type='html'>&lt;div style="background-color: transparent;"&gt;&lt;span id="internal-source-marker_0.38485154206864536" style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;After waiting for a few weeks until the commotion died down somewhat, I thought I would have a look at the latest version of Ubuntu, version 11.04, codenamed Natty Narwhal. A major feature of this release is the new desktop environment/interface, known as Unity. This has created a lot of controversy on the internet, which initially made me hesitant to upgrade. Lots of people have complained that it removes a lot of functionality, that things are not where they once were, and so on. I thought that rather than just stick with the old version stubbornly, or switch to the KDE environment, I would actually install it and use it for a week or two, before passing judgement.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;First of all, I used my laptop as a guinea pig. There is nothing of importance on it that isn’t backed up elsewhere, so if everything got hosed it would not be too much of a drama to do a clean install. Bringing up the update manager, I clicked the “Upgrade Now” button that has been teasing me for the last few weeks. The upgrade process started, and I left it to its own devices to scan the system, download, install and configure the latest versions of everything.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;Much to my pleasure, when it was finished and after rebooting, the system actually started and loaded up the shiny new Unity desktop. All the effects were running, and this is machine had a fairly old ATI card and runs the open-source radeon drivers.&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; It’s a bit of a departure from previous versions of Ubuntu, so I can see the concern other users have. A bit of experimental clicking around brought up my first problem - how do I launch more than one instance of a program, such as the terminal window? Clicking the terminal button on the side pane (which was there because it was configured as a button on the task bar on the previous install, along with Chrome) again just brought the existing terminal window to focus.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;What?&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;That’s not going to be much use, I thought - so a consultation of the Google was called for. Turns out, giving the icon a click with the middle mouse button is the secret to opening additional instances.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;I recommend &lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;searching around for some Unity guides or tutorials&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&amp;nbsp;- a good selection is at&lt;b&gt; &lt;/b&gt;&lt;a href="http://castrojo.tumblr.com/post/4795149014/the-power-users-guide-to-unity"&gt;this site&lt;/a&gt; &lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;to get an idea on how to use it. Some sort of guide or walkthrough should have been included with the default install - a link on the desktop or something, as this is a pretty big step. There’s a bit of a learning curve, but I think it has a lot of promise. Another little gem I found out was the use of the Windows key (or Super key) - a quick press brings up the dash where you can type in a program’s name, similar to the functionality in Windows 7; a longer press bring up the launcher, holding it down longer puts numbers on the icons that you can then use as shortcut keys to launch the programs.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;Also check out &lt;a href="http://www.webupd8.org/2011/04/things-to-tweak-fix-after-installing.html"&gt;this&lt;/a&gt; page of things to do/tweak after installing.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;After one afternoon’s usage, I get the feeling that it’s not a massive backward step as people are saying, but a different way of doing things. It’s like the step from Windows XP to Vista or Windows 7 - things are in different places now, there’s some adjustment required, but after using the new features it’s difficult going back to the old way.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;After mucking about with the laptop for a bit, I thought I would do a trial install on my main system. Still not willing to risk the main install, I grabbed an old hard drive, put that in my system and unplugged my existing drives. I then started the install process from CD, from scratch.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;One of the concerns I had was that Unity is a part of Compiz - the desktop effects package that does not run on the open-source nouveau drivers for Nvidia cards. I have been running those on my desktop since they allowed the suspend functionality to work - the binary nvidia drivers did not do that. So this was going to be the big test - if suspend didn’t work on the new version, I would probably give the upgrade a miss or try KDE perhaps.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;After quite a while of downloading updates and various components during the install (the default mirror must have had a really slow connection), the install completed and I rebooted. First impression - the loading screen actually worked properly. The nvidia drivers might finally be playing nice! Login screen came up, followed by the desktop. Going to the nvidia-settings program confirmed that the binary drivers are in use, so it was time to see if suspend worked or not. Clicking the suspend option in the main menu, the system actually powered down. No blank screen with blinking cursor in the corner, like in previous versions. I was impressed. I’d be even more impressed if the system came back up again. Hitting the power switch, the drive span back up, up came the password prompt to unlock the system. Entering the password brought the desktop back up, with a minor bit of graphical glitchiness on the side pane, but once I moved the mouse over it, it all came good. Success!&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;One thing I noticed was the behaviour of the launcher with a multi-monitor configuration. the way I have my screens set up, the second screen is off to the left of the main screen. So if I move the mouse to the left edge of the main screen, to bring up the launcher, if I move any further left onto the second screen, the launcher disappears again. Might have to look into that, whether I can move it to the right edge or something.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;So far, that is my experience with 11.04. Further discoveries, from a longer period of use, will be posted in the future.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-2217982887907338475?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/2217982887907338475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/05/thoughts-on-ubuntu-1104-and-unity.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2217982887907338475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2217982887907338475'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/05/thoughts-on-ubuntu-1104-and-unity.html' title='Thoughts on Ubuntu 11.04 and Unity'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-6608761592934923162</id><published>2011-03-17T17:42:00.000+11:00</published><updated>2011-03-17T17:42:07.447+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ION'/><category scheme='http://www.blogger.com/atom/ns#' term='Mythbuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='Atom'/><category scheme='http://www.blogger.com/atom/ns#' term='MythTV'/><category scheme='http://www.blogger.com/atom/ns#' term='SSD'/><title type='text'>Using a solid state drive in a MythTV box - does it make a difference?</title><content type='html'>The other day I finally got around to installing a solid-state hard drive (a 40GB Intel X25-V) into my MythTV box, to see what sort of difference it would make in day-to-day running. Of course, I only have the root partition on it, no recordings. I still have the 2TB drive for them. What prompted the move was the occasional sluggishness to respond when going through menus, and the odd pause or stutter when hitting the "i" or Info button on the remote. It would also sometimes get a brief pause when it popped up the notice that a commercial break was about to start.&lt;br /&gt;&lt;br /&gt;I figured that it was down to too much&amp;nbsp;being&amp;nbsp;asked of the main storage drive - asking it to respond snappily when it is recording four or five episodes and playing back another is just too much. &amp;nbsp;What if there was a second drive that could take care of the actual running of the machine, just leaving the big drive as a bit bucket to store media on?&lt;br /&gt;&lt;br /&gt;Taking the Intel SSD from my main desktop (I had bought a 60GB OCZ Vertex to replace it), there was a spot ready for it in the Lian Li PC-Q07 case - right under the main drive. It wouldn't get a whole lot of air, so I'm glad it's a cool-running SSD. I copied the root partition from the 2TB drive onto it, as well as creating a swap partition. Partition sizes were kept down - 16GB for the root partition, 3GB for swap, leaving more than half free for the drive to use for wear-levelling. Overkill, but Mythbuntu doesn't need much room for its base installation. Eventually I got it working and booting from the ssd (after much swearing - how I did it may be covered in a future post) and I could check out the results.&lt;br /&gt;&lt;br /&gt;And has it made a difference? A small one, but it's noticeable. Going through menu screens is a little quicker, more responsive. During playback, hitting the info button brings up the playback time without any stutters. Ending playback brings you back to the menu quicker. It's made the interface seem that little more polished. I'd say that it's not the fact there's a solid-state drive that has made the difference, more the fact that there is a second disk that's able to take some of the load off the storage one. I am not able to test it with another type of drive (frankly I can't be stuffed), but there are advantages in power consumption in going for an SSD.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-6608761592934923162?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/6608761592934923162/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/03/using-solid-state-drive-in-mythtv-box.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/6608761592934923162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/6608761592934923162'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/03/using-solid-state-drive-in-mythtv-box.html' title='Using a solid state drive in a MythTV box - does it make a difference?'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-8208067517310904309</id><published>2011-02-19T20:16:00.000+11:00</published><updated>2011-02-19T20:16:37.806+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sync'/><category scheme='http://www.blogger.com/atom/ns#' term='Tomboy'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Potential problem syncing Tomboy Notes</title><content type='html'>A problem I had the other day was getting the &lt;a href="http://projects.gnome.org/tomboy/"&gt;Tomboy Notes&lt;/a&gt; application to sync correctly with my other PCs and the &lt;a href="https://one.ubuntu.com/"&gt;Ubuntu One&lt;/a&gt; service. The thing that triggered it was editing a note using the Ubuntu One web interface - basically editing the note &amp;nbsp;stored on Ubuntu's servers. When I later tried to sync my notes on the PC, the application said the sync failed, please check below for error messages. When I checked the messages below, there weren't any. Rather frustrating.&lt;br /&gt;&lt;br /&gt;Looking on the &lt;a href="https://wiki.ubuntu.com/UbuntuOne/Bugs#Notes (Tomboy)"&gt;troubleshooting section of the Ubuntu wiki&lt;/a&gt;, towards the bottom of the page, it mentions the commands required to start Tomboy with debug messages. As follows below:&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif; font-size: 12px; line-height: 12px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;h3 id="Getting debug info" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: normal; line-height: 20px; margin-bottom: 8px; margin-left: 0px; margin-right: 0px; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Getting debug info&lt;/h3&gt;&lt;span class="anchor" id="line-222" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; line-height: 1; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;ol style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; line-height: 1; list-style-image: initial; list-style-position: initial; list-style-type: decimal; margin-bottom: 8px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;" type="1"&gt;&lt;li style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; line-height: 14px; margin-bottom: 0px; margin-left: 18px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Quit Tomboy&lt;span class="anchor" id="line-223" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; line-height: 1; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; line-height: 14px; margin-bottom: 0px; margin-left: 18px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;div class="line862" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; line-height: 14px; margin-bottom: 8px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Applications-&amp;gt;Accessories-&amp;gt;Terminal, and run:&lt;span class="anchor" id="line-224" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; line-height: 1; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; line-height: 1; list-style-image: url(https://wiki.ubuntu.com/assets/light/images/bullet.png); list-style-position: initial; list-style-type: none; margin-bottom: 8px; margin-left: 0px; margin-right: 0px; margin-top: 8px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;li style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; line-height: 14px; list-style-image: url(https://wiki.ubuntu.com/htdocs/light/images/bullet.png); list-style-type: none; margin-bottom: 0px; margin-left: 16px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;div class="line862" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; line-height: 14px; margin-bottom: 8px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;tomboy --debug &amp;gt; ~/tomboy_debug.log&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;One thing to note: to quit Tomboy, I had to right-click on the Tomboy icon on the panel and select "remove from panel". Check in the System Monitor (System -&amp;gt; Administration -&amp;gt; System Monitor) that the tomboy process is no longer running.&lt;br /&gt;&lt;br /&gt;When I ran the above command, tried to sync (unsuccessfully) and checked the log file, it came up with an error of:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[ERROR 19:51:49.776] Synchronization failed with the following exception: String was not recognized as a valid DateTime.&lt;br /&gt;&amp;nbsp;&amp;nbsp;at System.DateTime.Parse (System.String s, IFormatProvider provider, DateTimeStyles styles) [0x00000] in &lt;filename unknown=""&gt;:0&amp;nbsp;&lt;/filename&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Doing a search on this message revealed a couple of other people who had the same issue. One such user was &lt;a href="http://askubuntu.com/questions/25849/tomboy-error-while-tring-to-sync-with-ubuntu-one-can-anyone-help"&gt;here&lt;/a&gt;, and one of the answers pointed to this bug report &lt;a href="https://bugs.launchpad.net/ubuntuone-servers/+bug/709378"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The solution required for me wasn't quite as drastic as what they tried - backing up all notes, deleting them from the Ubuntu One web interface and locally on the machine, syncing, then re-creating all notes. I just deleted the one note I edited from the web interface and on my local machine, and sync worked again. I recreated the note, tried re-syncing, and it all worked fine.&lt;br /&gt;&lt;br /&gt;The moral to the story is, don't use the web interface to edit your notes. It could cause problems.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-8208067517310904309?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/8208067517310904309/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/02/potential-problem-syncing-tomboy-notes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/8208067517310904309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/8208067517310904309'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/02/potential-problem-syncing-tomboy-notes.html' title='Potential problem syncing Tomboy Notes'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-7792772940453687496</id><published>2011-01-29T16:35:00.000+11:00</published><updated>2011-01-29T16:35:45.032+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='nouveau'/><category scheme='http://www.blogger.com/atom/ns#' term='Gallium3D'/><category scheme='http://www.blogger.com/atom/ns#' term='Nvidia'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Observations on using the Nouveau driver</title><content type='html'>A few weeks back I made a &lt;a href="http://stevesubuntutweaks.blogspot.com/2011/01/switched-back-to-nouveau-graphics.html"&gt;post&lt;/a&gt; about switching back to the open-source nouveau drivers for my Nvidia graphics card. The main upside was that the suspend and hibernate&amp;nbsp;functionality&amp;nbsp;now worked - something that did not happen with the binary drivers from Nvidia. This is a concern for me, since I now have a Home Theatre PC running continuously and I would like to make some power savings with my main computer.&lt;br /&gt;&lt;br /&gt;After running for a few weeks, here are some things I have noticed:&lt;br /&gt;&lt;br /&gt;Artifacts on screen after coming out of suspend. They usually take the form of a vertical line of red pixels, spaced apart. They disappear after a reboot, so it is not permanent, but it is mildly annoying.&lt;br /&gt;&lt;br /&gt;OpenGL performance much reduced. I was able to bring some of it back by installing libgl1-mesa-dri-experimental, found in the Ubuntu repositories. They bring a few extra modules for using OpenGL, and allows programs like Google Earth to run again (more about this next). The modules in the repository are a fairly early build - people have had more success using current-build versions of the Gallium3D driver. I haven't tried them yet, not sure if I will.&lt;br /&gt;&lt;br /&gt;Google Earth problems. In linux, Google Earth makes use of OpenGL to draw its graphics on screen. The implementation in the binary Nvidia drivers is quite good, in the open-source drivers it is lagging behind somewhat. Before installing libgl1-mesa-dri-experimental, Google Earth would not run at all, simply putting up a message box asking you to update your drivers. After installing, it now runs, albeit slowly.&lt;br /&gt;&lt;br /&gt;I'm still in two minds about whether to keep these drivers or go back to the binary versions. I'll probably see how things go for a while - how much I make use of suspend (which is sooo much quicker to resume from than booting from scratch - the AHCI manager takes forever to read the drives in the BIOS) will probably determine things. It might even be worth trying an ATI card to see how the drivers are with that. I'm quite impressed by the open source radeon drivers in my laptop. I don't really use my desktop now for MythTV since building the HTPC, so VDPAU performance isn't so much a priority.&lt;br /&gt;&lt;br /&gt;I'll update in time, whenever a decision is made.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-7792772940453687496?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/7792772940453687496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/01/observations-on-using-nouveau-driver.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/7792772940453687496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/7792772940453687496'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/01/observations-on-using-nouveau-driver.html' title='Observations on using the Nouveau driver'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-5085524643628158303</id><published>2011-01-11T16:22:00.006+11:00</published><updated>2011-01-11T16:30:07.094+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ION'/><category scheme='http://www.blogger.com/atom/ns#' term='Mythbuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='Atom'/><category scheme='http://www.blogger.com/atom/ns#' term='MythTV'/><category scheme='http://www.blogger.com/atom/ns#' term='Nvidia'/><category scheme='http://www.blogger.com/atom/ns#' term='media center'/><title type='text'>A MythTV box for the lounge room: Part 3: The build</title><content type='html'>In &lt;a href="http://stevesubuntutweaks.blogspot.com/2011/01/mythtv-box-for-lounge-room-part-2.html"&gt;part 2&lt;/a&gt; of this series, I went over the decision process for choosing the hardware used in the MythTV box. To sum up, I went with a Zotac IONITX-A, due to the low-power Intel Atom/Nvidia ION CPU/graphics combination, inbuilt wireless, and an included laptop-style power supply. I could also use some of the DDR2 RAM sticks that I already had.&lt;br /&gt;&lt;br /&gt;Other items bought for the box included two more ASUS U3100 mini USB TV tuners. These supplemented the one I already had (sadly I couldn't use the PCI tuner card I had in my main PC, due to the board not having any PCI slots). I picked up a 2 terabyte Samsung ecogreen hard drive as the system and storage disk. These have had good reports of being low noise, low power consumption items.&lt;br /&gt;&lt;br /&gt;The remote control chosen was a Hauppauge unit, as described in an &lt;a href="http://stevesubuntutweaks.blogspot.com/2010/11/getting-media-centre-remote-working.html"&gt;earlier post&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The choice of case was driven by stock availability more than anything - initially I had chosen a Mini-ITX case from Aywun (known as Apex in some countries) but none would be arriving in stock until mid January - so I still would have been waiting. Since I wanted this to be completed as a&amp;nbsp;Christmas&amp;nbsp;holiday project, I looked elsewhere and found the &lt;a href="http://www.lian-li.com/v2/en/product/product06.php?pr_index=319&amp;amp;cl_index=1&amp;amp;sc_index=25&amp;amp;ss_index=64"&gt;Lian Li PC-Q07&lt;/a&gt;&amp;nbsp;- a rather minimal-looking aluminium case. It was a tad larger than the spot I had originally planned to put the box, but I was able to do some re-arranging inside the cabinet (like removing the video recorder - won't be needing that relic any more!) and it fits nicely.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Observations from assembly&lt;/b&gt;&lt;br /&gt;One thing noticed when putting the various parts together is that the TV tuners would not fit together when pugged into adjacent USB slots at the back of the motherboard. Their chunky plastic bodies meant you could not plug much into a neighbouring slot. This was solved by picking up some USB extension cables and hanging the tuners off those. Using the cables also meant that I could run the tuners out the back of the cabinet into free air, rather than let them warm up the inside of the cabinet. They do get surprisingly warm during use.&lt;br /&gt;&lt;br /&gt;To connect them to the aerial, I purchased a three-way digital TV splitter. I was concerned about losing too much signal with three plugged in, but in use the strength has been around 66-70%, enough to give trouble-free viewing.&lt;br /&gt;&lt;br /&gt;The PC-Q07 case has nowhere inside it to allow for additional fan mounting, but it was designed to take full-sized PC components, like normal ATX power supplies, full-sized DVD drives and the like. Since there was no need for a PSU to be put in it (the motherboard I chose had its own laptop-style power brick that could sit out behind the cabinet), I rigged up a 92 mm fan in the gap where a power supply would normally go. It is set up so it is drawing in air from behind the case, supplying a stream of fresh air to the other, smaller fan on the CPU/GPU, as well as the hard drive. I just used one of the power supply mounting holes &amp;nbsp;- it seems to be holding in place just fine. To stop air short-circuiting too much straight out the back, I cut up a small piece of cardboard and used that to blank off the remainder of the gap in the power supply hole.&lt;br /&gt;&lt;br /&gt;To get a better supply of air to the box, I borrowed a holesaw, attached it to my drill, and cut a couple of extra air holes in the back of the TV cabinet. This also provided some extra paths to lead cables from.&lt;br /&gt;&lt;br /&gt;The infrared sensor from the remote was on a fairly long cable, so I was able to lead that out the back of the cabinet to a spot that is higher up, easier for the remote to reach.&lt;br /&gt;&lt;br /&gt;Finally, I've left the wireless receiver for the keyboard and mouse plugged into the back for convenience - I can just bring them down from the other room if some typing or clicking is needed.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Findings from the first weeks of use&lt;/b&gt;&lt;br /&gt;First of all, and the biggest relief, is that the Wife Acceptance Factor (WAF) is very high - she loves it. We both love having the power to watch what we want, when we want, being able to skip the ads if we've recorded a show earlier. Playback is flawless - any glitches we have aren't any worse than what we previously encountered with our HD set top box. It can handle 1080i playback perfectly smoothly. The only stutters are related to the hard drive when it is working particularly hard, like the other night when we found ourselves in the situation of recording four shows simultaneously (two were on different sub-channels on the same network, so one tuner could record them both) while watching a recording of a previous program. You could see the hard drive light blinking away pretty furiously. Oh yes, it would have also been flagging commercials at the same time. All these things can be tweaked and tuned, I've set it to only run one job at a time to give the little atom CPU some breathing room. Commercial flagging has been set to begin as soon as recording starts - I changed that from the default of waiting until a show has finished recording. So far, it hasn't slowed things down noticeably.&lt;br /&gt;&lt;br /&gt;For the playback settings in MythTV, I have chosen the VDPAU Normal profile. I haven't tried the High Quality setting yet, the GPU may struggle with that, and Normal looks just fine to me.&lt;br /&gt;&lt;br /&gt;Mythbuntu:&lt;br /&gt;I decided to used the MythTV-oriented version of Ubuntu for this project, Mythbuntu. This runs the XFCE desktop, using less resources than Gnome would. Setup was quite simple, and I was pleased to find that Mythweb was installed by default - something I had never bothered with before on my previous desktop PC Myth install.&lt;br /&gt;&lt;br /&gt;I would recommend this to anyone else considering a dedicated HTPC build. It is quite stripped back, however, so it is not much use for other purposes (although there is a facility to enable it to be reconfigured as a regular desktop through the Mythbuntu control panel).&lt;br /&gt;&lt;br /&gt;CPU Use:&lt;br /&gt;One CPU-hungry process I have noted is upconverting the audio stream to 5.1 Dolby Digital. Remotely logging in and checking CPU use during playback shows that with regular stereo passthrough to the optical output, usage is around 12-14%. With upconversion enabled at best quality, CPU use shoots up to around 63%.&lt;br /&gt;&lt;br /&gt;Memory:&lt;br /&gt;Memory-wise, I have followed recommendations posted elsewhere on the web and run two sticks of RAM, enabling dual-channel operation. This provides better bandwidth for the GPU in particular, improving playback performance.&lt;br /&gt;&lt;br /&gt;I have two, one-gigabyte sticks of DDR2-800 ram installed, with the graphics set in BIOS to use the maximum 512MB. This has been quite sufficient, and I dare say that 1 GB would be enough if it weren't for the onboard graphics using some of the memory.&lt;br /&gt;&lt;br /&gt;Power consumption:&lt;br /&gt;I have a power meter (discussed in an &lt;a href="http://bort.blogsome.com/2008/08/06/measuring-power-consumption-of-appliances-update/"&gt;earlier post on my other blog&lt;/a&gt;) connected to the wall outlet, measuring the power use of the PC, as well as the VGA-component transcoder. When idle, the unit consumes 44 Watts. Watching live TV, it uses 47 Watts. When 5.1 upconversion was enabled, it used 49 Watts, reflecting the extra CPU usage.&lt;br /&gt;&lt;br /&gt;These figures are quite a bit higher than what I've seen elsewhere on the web - I saw a picture of a system playing a blu-ray disc using 30W. And this machine doesn't have an optical drive installed. All I can think of is the extra power draw of the TV tuners, the fan, and the fact that linux may not make the best use of power saving features of the CPU compared with windows 7. The other factor could be the power meter being out, something I'm finding quite likely. It does give pretty high voltage readings, which would as a result give an inflated Watt reading.&lt;br /&gt;&lt;br /&gt;Final thoughts:&lt;br /&gt;I'm glad the system build went off without a hitch. Performance is fine, although had I gone with a core i3 system it could have handled many more concurrent jobs like commercial flagging without breaking a sweat. Power use would have been higher, too, as too the cost.&lt;br /&gt;&lt;br /&gt;The wireless signal is not the best, with the antenna located at the back of the motherboard hidden away at the back of the TV unit. I may try an external antenna, to let it get a better signal than the 40-ish percent it now gets. It makes copying movie files pretty slow, the way it is at the moment.&lt;br /&gt;&lt;br /&gt;I'm wondering whether to put in a solid-state hard drive to have the operating system partition located on, to free up the workload of the storage drive. There is sometimes a delay of a few seconds when starting playback of a show. This isn't a major priority - it will probably inherit the Intel X25-V from my main system whenever I upgrade that.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-5085524643628158303?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/5085524643628158303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/01/mythtv-box-for-lounge-room-part-3-build.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5085524643628158303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5085524643628158303'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/01/mythtv-box-for-lounge-room-part-3-build.html' title='A MythTV box for the lounge room: Part 3: The build'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-2153955987854805543</id><published>2011-01-07T10:11:00.002+11:00</published><updated>2011-01-07T12:19:52.971+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='nouveau'/><category scheme='http://www.blogger.com/atom/ns#' term='Nvidia'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='suspend'/><title type='text'>Switched back to nouveau graphics driver - suspend now works!</title><content type='html'>As part of the process of building the separate MythTV box (as seen in my last few posts), I no longer needed the VDPAU acceleration for TV playback on my main PC. I&amp;nbsp;also&amp;nbsp;wanted to see if the suspend and hibernate functionality worked with the open source nvidia drivers (nouveau), as opposed to the proprietary binary ones. Booting the system with an Ubuntu live CD, which uses the nouveau drivers by default, let me suspend the computer and resume correctly - something it did not do with nvidia's binary drivers.&lt;br /&gt;&lt;br /&gt;So under System -&amp;gt; Administration -&amp;gt; Additional Drivers, I disabled the proprietary drivers, which re-installed the nouveau driver. Rebooting, the screen came back up, but only one of them (I have two), and at the wrong resolution. The cause of this was a fix I had applied earlier to make the boot screen look right with the Nvidia drivers, as described at the end of &lt;a href="http://stevesubuntutweaks.blogspot.com/2010/10/upgrade-to-maverick-meerkat-version.html"&gt;this earlier post&lt;/a&gt;. Once I removed the extra text from the grub boot command, everything worked fine. Suspend and hibernate both worked, although I found hibernate to be a little pointless - it took about the same length of time as a normal boot.&lt;br /&gt;&lt;br /&gt;The only downside was the compiz desktop effects no longer worked, although I believe if you use a more current version of the nouveau drivers it may do so. 3D performance is nowhere near what the binary drivers provide either, but that isn't so much of an issue since I dual boot with windows. Games can be played there.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-2153955987854805543?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/2153955987854805543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/01/switched-back-to-nouveau-graphics.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2153955987854805543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2153955987854805543'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/01/switched-back-to-nouveau-graphics.html' title='Switched back to nouveau graphics driver - suspend now works!'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-6629479794232338195</id><published>2011-01-04T18:38:00.001+11:00</published><updated>2011-01-04T18:39:25.384+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MythTV'/><category scheme='http://www.blogger.com/atom/ns#' term='Nvidia'/><title type='text'>A MythTV box for the lounge room: Part 2: Choosing the box to build</title><content type='html'>Making sure that I could get something displaying on my TV was the main stumbling block with the build of the MythTV PC. Since it was &lt;a href="http://stevesubuntutweaks.blogspot.com/2010/12/mythtv-box-for-lounge-room-part-1.html"&gt;overcome&lt;/a&gt; in my last post, I was now free to get on with speccing up a machine. The major requirements for this were:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;It had to use a minimal amount of power, as it would likely be running 24/7 (the nvidia binary driver means suspend doesn't usually work).&lt;/li&gt;&lt;li&gt;It had to be able to handle 1080i playback of recorded or live TV, flawlessly&lt;/li&gt;&lt;li&gt;It needed to have an S/PDIF output, either optical or coaxial to connect to my existing receiver&lt;/li&gt;&lt;li&gt;It needed a wireless network connection, as it was at the opposite end of the house to where my router was.&lt;/li&gt;&lt;li&gt;The overall cost had to be similar to the price of buying a DVR + IceTV subscription&lt;/li&gt;&lt;/ul&gt;This meant I had a few different options, which are detailed below.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Option 1 - Mini-ITX, using an Intel Atom/Nvidia ION board&lt;/b&gt;&lt;br /&gt;Motherboard: Zotac IONITX-A&lt;br /&gt;CPU: Intel Atom 330 Dual core 1.6GHz&lt;br /&gt;Graphics: Onboard Nvidia 9400&lt;br /&gt;DDR2 ram slots&lt;br /&gt;Onboard Wireless-N adapter&lt;br /&gt;90W Power supply included (laptop-style)&lt;br /&gt;Case: Lian Li PC-Q07&lt;br /&gt;&lt;br /&gt;Pros:&lt;br /&gt;Lowest power usage of all options&lt;br /&gt;Everything integerated on the board&lt;br /&gt;Power supply included, and can be located away from PC case - less heat&lt;br /&gt;Small size will fit into TV cabinet&lt;br /&gt;Can use existing DDR2 RAM I already have&lt;br /&gt;&lt;br /&gt;Cons:&lt;br /&gt;Not useful for much else if this project doesn't work out&lt;br /&gt;Not the cheapest option&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Option 2 - Separate CPU/Motherboard, budget option&lt;/b&gt;&lt;br /&gt;Motherboard: Gigabyte G41M-combo&lt;br /&gt;CPU: Intel Pentium E5400 2.7GHz&lt;br /&gt;Graphics: Nvidia GT210&lt;br /&gt;DDR2 ram slots&lt;br /&gt;Case: Antec NSK3480 (with PSU)&lt;br /&gt;&lt;br /&gt;Pros:&lt;br /&gt;Better performance than Atom CPU&lt;br /&gt;Can be used as general purpose PC later&lt;br /&gt;Cheaper than option 1&lt;br /&gt;Can use existing DDR2 RAM I already have&lt;br /&gt;&lt;br /&gt;Cons:&lt;br /&gt;More power use than option 1&lt;br /&gt;Will need an S/PDIF bracket for optical out&lt;br /&gt;Takes up more room with full-size case&lt;br /&gt;Need separate Wifi card&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Option 3 - Separate CPU/Motherboard - higher end&lt;/b&gt;&lt;br /&gt;Motherboard: Gigabyte GA-H55N-USB3 Mini-ITX&lt;br /&gt;CPU: Intel Core i3-540&lt;br /&gt;Graphics: Nvidia GT210&lt;br /&gt;DDR3 RAM slots&lt;br /&gt;Case: Lian Li PC-Q07&lt;br /&gt;PSU: Corsair VX450&lt;br /&gt;&lt;br /&gt;Pros:&lt;br /&gt;Best performance of all, no problems handling all jobs, even concurrent ones&lt;br /&gt;Good power efficiency&lt;br /&gt;Same small form factor as ION&lt;br /&gt;&lt;br /&gt;Cons:&lt;br /&gt;More power use than option 1 (maybe not much more)&lt;br /&gt;Need separate Wifi card&lt;br /&gt;Lots more expensive than other options&lt;br /&gt;Newer CPUS now out (Sandy Bridge)&lt;br /&gt;&lt;br /&gt;Of all these options, I went with Option 1 - the Atom/ION combination. It had the best compromise of the three, with the lowest power usage. That is important to me, as I wanted to reduce the ongoing costs as much as possible. That's what eliminated option 2 as well, along with the fact that a larger case would have to sit behind the TV cabinet, in amongst the already messy tangle of cables. Option 3 was the most attractive performance-wise, but was really getting quite expensive compared to the others, and getting a little hard to justify the price for something that is just for watching TV, after all.&lt;br /&gt;&lt;br /&gt;In the next part, I will go over the build of the box, setting it up and what my experiences have been with it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-6629479794232338195?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/6629479794232338195/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/01/mythtv-box-for-lounge-room-part-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/6629479794232338195'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/6629479794232338195'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2011/01/mythtv-box-for-lounge-room-part-2.html' title='A MythTV box for the lounge room: Part 2: Choosing the box to build'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-3728152691157109651</id><published>2010-12-28T16:58:00.002+11:00</published><updated>2010-12-28T17:00:56.924+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MythTV'/><category scheme='http://www.blogger.com/atom/ns#' term='Nvidia'/><category scheme='http://www.blogger.com/atom/ns#' term='media center'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='transcoder'/><title type='text'>A MythTV box for the lounge room - Part 1: getting the display to work</title><content type='html'>&lt;b&gt;The first hurdle:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;After a number of years trying to get a picture on my extremely fussy lounge room TV from the computer, I finally bit the bullet and ordered a VGA to component transcoder - an &lt;a href="http://www.audioauthority.com/product_details/9A60A/Video_Converter/10/1"&gt;Audio Authority 9A60A&lt;/a&gt;. This is because I am still using a Panasonic TX-76PW200A CRT TV, with only component inputs. Also, since it is not in the USA, the refresh rate is 50Hz,rather than the 60Hz that the nvidia drivers support out of the box. I mentioned in an earlier post that I was going to have a task getting a working resolution to the TV, but eventually something was found. Initially I used the program &lt;a href="http://www.entechtaiwan.com/util/ps.shtm"&gt;Powerstrip&lt;/a&gt;, with my desktop system set up in the lounge. A couple of settings worked, but with pretty bad overscan. Every time I tried tweaking it a little, the display just went out of range and I was greeted with a blank screen. Disheartened, I packed up the PC and contemplated putting the transcoder on ebay.&lt;br /&gt;&lt;br /&gt;After a couple of days' break, i thought about trying again, this time with my laptop that runs linux and has a Mobility radeon graphics chipset. Using the xrandr command, I was able to feed it a modeline that I had found on another forum. An owner of the same TV I had, had managed to get a good picture up after a bit of experimenting. Lo and behold, I was able to get a picture up!&lt;br /&gt;&lt;br /&gt;From memory, the xrandr commands used for the laptop were:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;xrandr --newmode "1920x1080i_50" 78.300 1920 2464 2520 2784 1080 1102 1117 1125 interlace +hsync +vsync&lt;/blockquote&gt;&lt;br /&gt;That created a new mode for the display to use.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;xrandr --addmode VGA-0 1920x1080i_50&lt;/blockquote&gt;&lt;br /&gt;This assigns the mode to the display device - in this case, it was to the VGA external output for the monitor.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;xrandr --output VGA-0 --mode 1920x1080i_50&lt;/blockquote&gt;&lt;br /&gt;And that final command sent the 1920x1080 resolution to the VGA output - where the ubuntu desktop came up on the TV, much to my relief!&lt;br /&gt;&lt;br /&gt;Knowing that the TV was capable of accepting the resolution, and that the transcoder was able to output the correct timings to the TV, it was back to the main box to see how the output worked from an Nvidia card.&lt;br /&gt;&lt;br /&gt;The Nvidia binary driver unfortunately does not accept the xrandr commands I had used with the radeon drivers on the laptop, so another method was going to have to be used. After some inital lack of success with manually editing the xorg.conf file, I had a go using nvidia's utility designed for adding things to the file, nvidia-xconfig. Using the command:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;sudo nvidia-xconfig --mode=1920x1080i_50&lt;/blockquote&gt;&lt;br /&gt;added a mode to the xorg.conf file. I opened that file up in a text editor and had a look where it turned up. When I found it, I added the following line straght below it:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Modeline "1920x1080i_50" 78.300 1920 2464 2520 2784 1080 1102 1117 1125 interlace +hsync +vsync&lt;/blockquote&gt;&lt;br /&gt;I restarted the machine to let nvidia-settings find the modeline. From there, it was then selectable from the resolution dropdown box, where I could choose it. It worked again!&lt;br /&gt;&lt;br /&gt;The final step was getting it to work when the TV was the only display hooked up. To summarise, the xorg.conf file needed to be edited to remove all references to the PC monitor I had connected as well, so the TV was the only device it detected. Have a look at the xorg.conf file &lt;a href="http://pastebin.com/raw.php?i=a18CXYZu"&gt;here&lt;/a&gt;, for your reference.&lt;br /&gt;&lt;br /&gt;One other thing I had to do was set the PC to log in automatically - since this is to be a Home Theatre PC, there will not be a keyboard connected to allow typing in a password. It's not what I was after anyway. This option can be found under System -&gt; Administration -&gt; Login Screen&lt;br /&gt;&lt;br /&gt;In a later entry I'll go over the setup of the actual system, and what I've learned in its first week of use.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-3728152691157109651?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/3728152691157109651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/12/mythtv-box-for-lounge-room-part-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/3728152691157109651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/3728152691157109651'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/12/mythtv-box-for-lounge-room-part-1.html' title='A MythTV box for the lounge room - Part 1: getting the display to work'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-2908400884062066991</id><published>2010-12-18T19:32:00.000+11:00</published><updated>2010-12-18T19:32:36.360+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='dropbox'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>New version 1.0.10 of Dropbox released</title><content type='html'>Just a couple of days ago, a new version of the online file sync and backup utility &lt;a href="http://www.dropbox.com"&gt;Dropbox&lt;/a&gt; was released. It now supports selective sync, allowing certain folders only to be synchronised across different PCs, instead of just everything. I've just installed  it on two of my Linux machines, with no ill effects. I followed the instructions shown on the Dropbox forums &lt;a href="http://forums.dropbox.com/topic.php?id=29000"&gt;here&lt;/a&gt;, with a slight modification as shown &lt;a href="http://www.webupd8.org/2010/12/dropbox-10-stable-released-with.html"&gt;here&lt;/a&gt;. I'll describe it here as well, in a way that doesn't involve using the command line (if that isn't your bag, baby):&lt;br /&gt;&lt;br /&gt;Step 1: Delete the .dropbox-dist directory, found in your home directory. You may have to hit control+h to show the hidden files and directories in Nautilus.&lt;br /&gt;&lt;br /&gt;Step 2: Run Dropbox, from the Applications -&gt; Internet -&gt; Dropbox menu&lt;br /&gt;&lt;br /&gt;Dropbox will then start, popping up a box asking whether you would like to download the proprietary daemon. Click Yes to that (else it won't work), and it should start up.&lt;br /&gt;&lt;br /&gt;I'll be interested to see if it has overcome the problem it had with the previous version on my laptop, where it didn't seem to like the encrypted home directory, and would often crash on startup. I've tried one reboot so far, it came up OK, so I'll keep an eye on it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-2908400884062066991?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/2908400884062066991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/12/new-version-1010-of-dropbox-released.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2908400884062066991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2908400884062066991'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/12/new-version-1010-of-dropbox-released.html' title='New version 1.0.10 of Dropbox released'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-2954981512744230014</id><published>2010-11-28T18:46:00.000+11:00</published><updated>2010-11-28T18:46:06.002+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='LIRC'/><category scheme='http://www.blogger.com/atom/ns#' term='MythTV'/><category scheme='http://www.blogger.com/atom/ns#' term='remote'/><category scheme='http://www.blogger.com/atom/ns#' term='media center'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Getting a media centre remote working with LIRC, in Ubuntu 10.10</title><content type='html'>Recently I bought a new remote control for my PC, to replace the one that came with my TV tuner card. I picked up a &lt;a href="http://www.hauppauge.co.uk/site/products/data_mcremote.html"&gt;Hauppauge Media Center Remote Control Kit, model 335&lt;/a&gt;, which has more logically labelled buttons than what I had. It looks a bit nicer, too, an important consideration as I am attempting to finally build a Home Theatre PC to go in the lounge room.&lt;br /&gt;&lt;br /&gt;While the previous Technisat remote worked fine in Ubuntu 10.10, I read of some other people having problems with getting remotes to work - namely the Media Centre-compatible versions. When I plugged in my new one, I also noticed the problem. &lt;br /&gt;&lt;br /&gt;A bit of trawling around on the internet uncovered a &lt;a href="http://ubuntuforums.org/showpost.php?p=9984844&amp;postcount=4"&gt;thread&lt;/a&gt; at the ever-reliable Ubuntu forums. It turns out that the newer kernel includes a module for the media centre remote (mceusb), that clashes with the lirc_mceusb module you want to use, with LIRC. When the two modules are loaded, neither works.&lt;br /&gt;&lt;br /&gt;What has to be done, is make sure only one of them gets loaded. The user uniden9 posted an excellent how-to in that thread linked above, describing two methods that are available - disabling the old lirc one, or disabling the newer, kernel built-in module. Based on other responses in the thread, most people had more luck with the second method - disabling the newer one. I guess the MythTV key bindings etc. would work better with the old version.&lt;br /&gt;&lt;br /&gt;I have included the relevant quote from &lt;a href="http://ubuntuforums.org/showpost.php?p=9984844&amp;postcount=4"&gt;uniden9's post&lt;/a&gt; here, in case there is a problem accessing the forums: &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;2. Blacklist the kernel source drivers and use the old dkms built drivers.&lt;br /&gt;-Well you already have lirc-sources-modules install and probably had this working on 10.04 or older version of ubuntu.&lt;br /&gt;A. Edit /etc/modprobe.d/blacklist.conf , create it if it doesn't exist.&lt;br /&gt;Add&gt; &lt;br /&gt;blacklist mceusb&lt;br /&gt;line to the file and save it.&lt;br /&gt;B. Update initramfs, #sudo update-initramfs -u -k all&lt;br /&gt;C. reboot&lt;br /&gt;D. Reconfigure lirc if its not already working.&lt;br /&gt;#sudo dpkg-reconfigure lirc&lt;br /&gt;On the Remote, Select "Windows Media Center Transceiver/Remote (All)&lt;br /&gt;E. Thats it. &lt;br /&gt;This is the method I chose after wrestling with button repeats on option 1. I use XBMC and could not figure out how to disable Ubuntu treating the remote as a keyboard device.&lt;/blockquote&gt;&lt;br /&gt;I used this method as well, and now have the media centre remote working just fine on my system. I'm now just waiting on the arrival of a &lt;a href="http://www.digitalconnection.com/products/video/9a60.asp"&gt;VGA to Component Transcoder&lt;/a&gt;, that will hopefully allow my PC to connect with my older-style TV that has only component inputs. As an aside, although I have a graphics card that has a component-out attachment, it only puts out a 1080i, 60Hz signal. My TV, being made for the Australian, PAL-based market, requires a 1080i, 50Hz input signal. Fingers are crossed that the transcoder will allow it to work - I'll be posting an update when it arrives and I can try it out.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-2954981512744230014?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/2954981512744230014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/11/getting-media-centre-remote-working.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2954981512744230014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2954981512744230014'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/11/getting-media-centre-remote-working.html' title='Getting a media centre remote working with LIRC, in Ubuntu 10.10'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-8347622660756040175</id><published>2010-11-11T18:28:00.003+11:00</published><updated>2010-11-11T18:32:29.482+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='laptop'/><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='suspend'/><title type='text'>Getting Ubuntu installed on a laptop</title><content type='html'>I had managed to score for free from work an old laptop that was past its use-by date, for business use at least. It's an LG S1 Express Dual, with a Core Duo (&lt;i&gt;not&lt;/i&gt; Core 2) processor. Previously, to extend its life a little longer I had installed 2GB of memory in it and a faster hard drive - that made a remarkable difference.&lt;br /&gt;&lt;br /&gt;Being from around 2006, it had come with Windows XP pre-installed. I wanted to try a newer operating system than that, so initially I put Windows 7 on it. Now for people saying Linux is hard to get driver support for, Windows 7 was an ordeal in itself. First of all, LG have basically stopped making laptops. Drivers for it were not available on their site for windows 7. Some Vista drivers were available, so I had some of those installed. The graphics chip in this  machine is an ATI Mobility Radeon X1400. Going to ATI/AMD's site to find a current driver just sends you to a page saying that it's the laptop maker's responsibility - they don't support it any longer.&lt;br /&gt;&lt;br /&gt;Even things like network drivers were unable to be found easily. I remember having to scrounge around looking for whatever I could find, on obscure and slightly dodgy driver sites. In the end, Most of it worked. The on-screen display didn't work, some of the special functions didn't work, and got no joy from the included remote control.&lt;br /&gt;&lt;br /&gt;One other setback was the BIOS not recognising hard drives over 137GB/128GiB in size. A bit of a setback, since I'd like to make use of all of the 160GB drive that was installed in it. First up, I tried dual booting with Linux, using the space at the end of the drive that BIOS and Windows couldn't see, but was no problem for Linux. Ubuntu booted fine, but Windows would refuse to boot, until I shrank the partitions down to fit under the 137GB limit.&lt;br /&gt;&lt;br /&gt;Finally, I decided to just run a complete install of Ubuntu. Taking advantage of the release of version 10.10, I put in the 32-bit install disc (the Core Duo T2400 does not support 64-bit OSes) and nearly everything seemed to work pretty well. Especially networking, which did not work under Win 7.&lt;br /&gt;&lt;br /&gt;A bit of tweaking was needed though. Sound wouldn't work. A little digging through the forums revealed the module for the sound card wasn't installed, and the following had to be added to the end of the file /etc/modprobe.d/alsa-base.conf:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;options snd-hda-intel model=lg&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This loaded the correct module at boot time, and sound now works.&lt;br /&gt;&lt;br /&gt;One other problem I had was with the suspend functionality. While the system would go into suspend mode correctly, upon resuming the wired networking would refuse to work. I haven't tested wireless, as I do not have a wireless router yet. A little research revealed it was due to this &lt;a href="https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/279986"&gt;bug&lt;/a&gt;, and that by manually unloading and reloading the network module, it would come back to life again. The commands to do that are:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;sudo modprobe -r et131x&lt;br /&gt;sudo modprobe et131x&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Thanks to the user P4Man at ubuntuforums.org, a short script has been created, as detailed in &lt;a href="http://ubuntuforums.org/showpost.php?p=9187410&amp;postcount=10"&gt;this post&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;Create a script named &lt;b&gt;/etc/pm/sleep.d/11ethernet&lt;/b&gt;, with the following contents:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;#!/bin/bash&lt;br /&gt;case $1 in&lt;br /&gt;suspend)&lt;br /&gt;rmmod et131x&lt;br /&gt;;;&lt;br /&gt;resume)&lt;br /&gt;modprobe et131x&lt;br /&gt;;;&lt;br /&gt;esac&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Changing the “et131x” value to whatever the  network module is. That is what the module is on this LG laptop.&lt;br /&gt;Save file and make it executable:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;sudo chmod 755 /etc/pm/sleep.d/11ethernet&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Now, when the laptop goes into suspend mode, the network module gets unloaded, and upon waking up, the module gets reloaded. Networking works!&lt;br /&gt;&lt;br /&gt;Boot up time is nice and quick with 10.10 as well - quicker than windows 7 which itself was no slouch. A far cry from its original state, with a slow old hard drive, Windows XP and a bajillion little programs that started on boot. All in all, it's a nice machine. Now I just have to buy a battery for it that works...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-8347622660756040175?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/8347622660756040175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/11/getting-ubuntu-installed-on-laptop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/8347622660756040175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/8347622660756040175'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/11/getting-ubuntu-installed-on-laptop.html' title='Getting Ubuntu installed on a laptop'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-3855959211292967271</id><published>2010-10-26T21:46:00.002+11:00</published><updated>2010-10-27T16:36:53.902+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='python'/><category scheme='http://www.blogger.com/atom/ns#' term='conkyForecast'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='conky'/><title type='text'>Latest Ubuntu conkyForecast update fix</title><content type='html'>(Updated 27 October, added recommended ln command, see below)&lt;br /&gt;Today's update to conkyForecast, the program that enables the current weather conditions and a four-day forecast to be displayed on the screen, came with an unexpected downside. It stopped working. A bit of searching around for others with similar problems prompted me to look at the .xsession-errors file, in my home directory. From there, the message:&lt;br /&gt;&lt;br /&gt;/usr/bin/conkyForecast: 3: /usr/bin/python2: not found&lt;br /&gt;&lt;br /&gt;kept repeating. Having a look for the file /usr/bin/python2 showed that yes, that file was indeed non-existent. This was puzzling. I opened up the file /usr/bin/conkyForecast, to see where it was mentioned. It is only a short file of a couple of lines, but one of them did call python2. This is a link in the /usr/bin directory, pointing to python2.6. &lt;br /&gt;&lt;br /&gt;There are two fixes to this. One, I edited the file /usr/bin/conkyForecast and changed python2 to python. This fixed it - the forecast was displaying on screen again, but further updates to the script would overwrite this, meaning you'd have to do it again. Therefore, I'd recommend the following method.&lt;br /&gt;&lt;br /&gt;The other, recommended, way to fix it is to re-create the python2 link in /usr/bin: I just restored it from a backup made a few days ago (Yay for backintime!), but you could just create a link to python2.6 with the ln command, as below:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;sudo ln -s /usr/bin/python2.6 /usr/bin/python2&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;As an update, a little further searching revealed &lt;a href="http://ubuntuforums.org/showpost.php?p=10025398&amp;postcount=2256"&gt;this post on the Ubuntu forums&lt;/a&gt;. This is a known issue with Ubuntu 10.10, where there is no link to python2. ConkyForecast was updated to point to python2, in preparation for later versions of Python.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-3855959211292967271?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/3855959211292967271/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/10/latest-ubuntu-conkyforecast-update-fix.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/3855959211292967271'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/3855959211292967271'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/10/latest-ubuntu-conkyforecast-update-fix.html' title='Latest Ubuntu conkyForecast update fix'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-1623302188751083989</id><published>2010-10-16T18:19:00.003+11:00</published><updated>2011-01-07T10:01:08.470+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='video'/><category scheme='http://www.blogger.com/atom/ns#' term='plymouth'/><category scheme='http://www.blogger.com/atom/ns#' term='nouveau'/><category scheme='http://www.blogger.com/atom/ns#' term='8600GT'/><category scheme='http://www.blogger.com/atom/ns#' term='MythTV'/><category scheme='http://www.blogger.com/atom/ns#' term='upgrade'/><category scheme='http://www.blogger.com/atom/ns#' term='Nvidia'/><category scheme='http://www.blogger.com/atom/ns#' term='GTS250'/><category scheme='http://www.blogger.com/atom/ns#' term='Compiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Maverick'/><category scheme='http://www.blogger.com/atom/ns#' term='10.10'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Upgrade to Maverick Meerkat - version 10.10 worked!</title><content type='html'>I am writing this from my newly-upgraded Ubuntu 10.10 system! This has been the second time I upgraded the installation, rather than start afresh. I was a little nervous, to be honest, but backups were made before the upgrade so there was an escape plan.&lt;br /&gt;&lt;br /&gt;There were only a few issues that were pretty easily fixed, and I may, just may, have fixed the hanging on boot problem I had with version 10.04.&lt;br /&gt;&lt;br /&gt;One problem I had was the Hard drive temperature reporting in Conky - it stopped displaying a temperature. This was because the hddtemp command could only be run as root - Conky doesn't run with those privileges, and I didn't want to start doing so. A quick search revealed a single line command to allow hddtemp to be run as a regular user:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;sudo chmod u+s /usr/sbin/hddtemp&lt;/blockquote&gt;&lt;br /&gt;After doing that, the disk temperature re-appeared and all was good.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Fixing the boot screen&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This was a problem that I had in the previous version, 10.04, as well as in 10.10. It is to do with running the Nvidia proprietary drivers, and switching to different video modes. Basically, there are some steps to try at &lt;a href="http://idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-proprietaryrestricted-driver/"&gt;this site&lt;/a&gt;, which I did. It involves setting some video modes in the boot loader. I initially tried 1680x1050 (about the best that was supported by my card, even though it runs at 1920x1080 once at the desktop) and got a comically large ubuntu logo during boot. A later change to 1280x1024 yielded a much better result.&lt;br /&gt;&lt;br /&gt;So far, the boot and shutdown screens look much better, and I haven't yet had it hang on me. I am hesitant to call it truly fixed until a few more weeks have passed.&lt;br /&gt;&lt;br /&gt;Edit January 7, 2011: If you do these changes and then switch back to the open source driver (nouveau), you have to undo the changes to be able to set the proper resolution for your screen(s).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-1623302188751083989?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/1623302188751083989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/10/upgrade-to-maverick-meerkat-version.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/1623302188751083989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/1623302188751083989'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/10/upgrade-to-maverick-meerkat-version.html' title='Upgrade to Maverick Meerkat - version 10.10 worked!'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-5188789918818871628</id><published>2010-10-11T21:20:00.000+11:00</published><updated>2010-10-11T21:20:07.105+11:00</updated><title type='text'>Adding the new Ubuntu fonts to your existing installation</title><content type='html'>With the release of version 10.10 comes a new set of fonts, named Ubuntu. If you're not ready to upgrade to the new version just yet, you can install just the new fonts by downloading them &lt;a href="http://packages.ubuntu.com/maverick/all/ttf-ubuntu-font-family/download"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Just double-click the downloaded file to run the installer. You'll have to change the fonts used under System -&gt; Preferences -&gt; Appearance -&gt; Font; change The Application, Document and Desktop fonts to "Ubuntu", the Window title font to "Ubuntu Bold".&lt;br /&gt;&lt;br /&gt;If you're using Google Chrome, you can install this &lt;a href="https://chrome.google.com/extensions/detail/gmpnnplimbnbmdaigmnajmbdcinhpddj"&gt;extension&lt;/a&gt; to use the new fonts. You will probably have to change the default fonts under the preferences menu.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-5188789918818871628?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/5188789918818871628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/10/adding-new-ubuntu-fonts-to-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5188789918818871628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5188789918818871628'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/10/adding-new-ubuntu-fonts-to-your.html' title='Adding the new Ubuntu fonts to your existing installation'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-5659193598363586180</id><published>2010-10-08T20:54:00.001+11:00</published><updated>2010-10-08T20:58:29.704+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Crashplan'/><category scheme='http://www.blogger.com/atom/ns#' term='upgrade'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>My list of tweaks - what I change and add after a fresh install</title><content type='html'>With the release of version 10.10 in a few days, this post partly serves as a reminder to myself what I have installed on my machine, and how it is set up. It will probably also make pause and reconsider doing a clean installation, when I look at the amount of configuration I would have ahead of me!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Programs not in Ubuntu repositories:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.crashplan.com"&gt;Crashplan&lt;/a&gt; - for backing up user data such as documents, music, photos. Not so much for system data - I use &lt;a href="http://backintime.le-web.org/"&gt;backintime&lt;/a&gt; for that.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dropbox.com"&gt;Dropbox&lt;/a&gt; - for syncing some of my data between computers - e.g. between home and work PC.&lt;br /&gt;&lt;br /&gt;A whole bunch of Google programs - Google Earth, Chrome, Picasa and Desktop. They probably now know more about me than I do...&lt;br /&gt;&lt;br /&gt;conkyforecast - a part of Conky that supplies weather forecast info on the desktop, along with a bunch of other system stats that allow me to keep tabs on what's happening on the PC. One of the programs I consider essential. Working without it is like driving a car with no dashboard.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Photography/Image editing:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://projects.gnome.org/postr/"&gt;Flickr Uploader&lt;/a&gt; - I initially downloaded this because I stopped using F-Spot, as it was too damn buggy. When I was trying other programs, none of them had a way to upload photos to my &lt;a href="http://www.flickr.com/photos/51195110@N00/"&gt;flickr account&lt;/a&gt;. This utility is pretty handy, letting you tag photos individually or as a group.&lt;br /&gt;&lt;br /&gt;DigiKam - I thought for a while before installing this, as it is a KDE program. Choosing to install this requires also installing a bunch of the KDE framework. If you are interested in keepiing a lean system, maybe this isn't for you. However, I was looking at some sort of photo management and editing software. Bibble and Adobe Lightroom are the main contenders. Bibble is a paid app, as is Lightroom, which has the downside of being Mac and Windows only. I thought, what the hell, digiKam is free, so I'll try this one first. So far, it has worked pretty well. It isn't quite as polished as the other two, but my wallet says it is just fine.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Music:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://code.google.com/p/rubyripper/"&gt;Rubyripper&lt;/a&gt; - an open-source equivalent of Exact Audio Copy for windows.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Other:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bleachbit.sourceforge.net/"&gt;Bleachbit&lt;/a&gt; - does a similar job to what CCleaner does in Windows.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.virtualbox.org/"&gt;Virtualbox&lt;/a&gt; - for running virtual machines, testing other operating system installs. Good to tinker and learn things.&lt;br /&gt;&lt;br /&gt;Deluge Bittorrent client. I prefer it to Transmission (which is installed by default).&lt;br /&gt;&lt;br /&gt;HDParm: a later version, which includes a copy of the wiper script that performs garbage collection on solid state hard drives, marking sectors as deleted. The new version of Ubuntu should have this included by default (as well as the 2.6.35 kernel, that supports the TRIM command).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Tweaks:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Since I have a solid state hard drive in my system (and I highly recommend them for anyone looking to upgrade their PC) there are a few SSD-specific tweaks you can do to get the best out of them. &lt;a href="http://cptl.org/wp/index.php/2010/03/30/tuning-solid-state-drives-in-linux/3/"&gt;This site&lt;/a&gt; has an excellent guide. I didn't do all of them, just enabled the noop disk scheduler and mounted filesystems with the noatime flag.&lt;br /&gt;&lt;br /&gt;There are a number of things to be done with regards to MythTV, one of which is setting up LIRC for the remote control to work. One thing I noticed with a bit of early tinkering with a later kernel was that the remote ceased to work with that kernel - that's a concern I have with moving to the new version.&lt;br /&gt;&lt;br /&gt;Enabling the medibuntu repositories to allow MP3 playback, DVDs and a few other restricted formats. Version 10.10 apparently has an option to enable all of these at install time, which is welcome.&lt;br /&gt;&lt;br /&gt;That's just a few things I've changed, no doubt I'll think of many more, especially if I do a reinstall from scratch. I'll let you know how I go: if I do an upgrade (quick, convenient, chance of hosing the system), fresh install (time consuming with all the re-configuring and reinstalling, but will be a nice fresh system), or staying with 10.04 (quickest of all, but missing out on new toys). I might hold out for a little while, but I'm sure I'll succumb to the allure of new and shiny...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-5659193598363586180?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/5659193598363586180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/10/my-list-of-tweaks-what-i-change-and-add.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5659193598363586180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5659193598363586180'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/10/my-list-of-tweaks-what-i-change-and-add.html' title='My list of tweaks - what I change and add after a fresh install'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-5148373624025671548</id><published>2010-09-28T17:56:00.001+10:00</published><updated>2010-09-28T17:57:57.649+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='update-grub'/><category scheme='http://www.blogger.com/atom/ns#' term='kernel'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Don't forget to update Grub on new kernel updates</title><content type='html'>Today there was a new kernel update - to version 2.6.32-25. I ran the update manager and the updates installed fine, and let it reboot. Upon restarting, I went to a terminal and checked what kernel was running: the previous one still. For some reason, after performing a kernel update, my system does not update the Grub menu to load the new version. Whether this is by design or it's just a quirk of my installation, I don't know. But let this just be a heads-up for other users. The security fixes in the new kernel won't be of any use if you are still running the old one!&lt;br /&gt;&lt;br /&gt;Fortunately, it is easily fixed by entering "sudo update-grub" at a command prompt. It will look through your system and add the new kernel to the startup menu. After a while, when the new kernel appears to be working OK, you can uninstall the previous version to save some space.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-5148373624025671548?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/5148373624025671548/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/09/dont-forget-to-update-grub-on-new.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5148373624025671548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5148373624025671548'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/09/dont-forget-to-update-grub-on-new.html' title='Don&apos;t forget to update Grub on new kernel updates'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-4143053428022774959</id><published>2010-09-27T16:40:00.000+10:00</published><updated>2010-09-27T16:40:50.889+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Gnome'/><category scheme='http://www.blogger.com/atom/ns#' term='Window list'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Fix for Gnome Window List not updating</title><content type='html'>Over the last couple of months, I had been running the bottom Gnome taskbar panel with the "Expand" option not enabled. This meant that when no windows were open, the taskbar reduced in size, centred along bottom edge of the screen. As more programs are opened, it would expand to fit, eventually stretching across the screen. I did this to give a little more screen real estate to the &lt;a href="http://conky.sourceforge.net/"&gt;Conky&lt;/a&gt; system monitor display down the right hand edge of the screen.&lt;br /&gt;&lt;br /&gt;I ran it like that for a while, but started noticing the window list was acting a bit strangely. When I switched tabs in a web browser, the window title down at the bottom of the screen would not update: it was stuck on a previous page. At first I thought it was a Google Chrome issue, but the same thing happened in Firefox. I started working things out - it would update if I opened or closed another program. The extra window title being added to or removed from the taskbar would update all the others as it expanded or shrank. But this was a workaround - something was wrong.&lt;br /&gt;&lt;br /&gt;With the new release of Ubuntu mere weeks away now, I didn't look too hard into fixes. Hopefully the new version would rectify it. Today, though, a thought just struck me - what if I turned on the "Expand" option again? I did it, and it all seems to be working fine. I can switch from tab to tab in the web browsers and the window list updates instantly. &lt;br /&gt;&lt;br /&gt;So really, it isn't a fix, more a bug in Gnome's window list application. If you haven't purposely gone into the options to disable expand, you won't be affected - it's enabled by default in Ubuntu. Hopefully it will save some head scratching in the future.&lt;br /&gt;&lt;br /&gt;Now my only ongoing Ubuntu issue is the occasional hang at boot or shutdown, on the Ubuntu splash screen. Still no fix for that that I have found, but I'll let you all know if I find something.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-4143053428022774959?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/4143053428022774959/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/09/fix-for-gnome-window-list-not-updating.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/4143053428022774959'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/4143053428022774959'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/09/fix-for-gnome-window-list-not-updating.html' title='Fix for Gnome Window List not updating'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-4300856319139948066</id><published>2010-08-29T21:06:00.002+10:00</published><updated>2010-08-29T21:10:40.118+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MythTV Nvidia Compiz video GTS250 8600GT'/><title type='text'>New graphics card helps with Compiz effects and MythTV playback</title><content type='html'>Previously in my linux box I was running an Nvidia 8600GT graphics card, along with the Nvidia proprietary driver. This driver has the &lt;a href="http://en.wikipedia.org/wiki/VDPAU"&gt;VDPAU&lt;/a&gt; extensions, that enable some of the video calculations to be offloaded to the graphics card, giving smoother playback. Since this works in the GeForce 8-series and later cards, it worked on mine.&lt;br /&gt;&lt;br /&gt;As it turns out, it didn't work terribly well. When I enabled visual effects (via the System -&gt; Preferences -&gt; Appearance -&gt; Visual effects option), all the standard &lt;a href="http://en.wikipedia.org/wiki/Compiz"&gt;Compiz&lt;/a&gt; effects like wobbly windows and transparency worked, but when viewing TV, either live or recorded in MythTV, playback was slightly choppy, with some tearing of the picture. Since I valued smooth video over wobbly windows, I disabled the video effects.&lt;br /&gt;&lt;br /&gt;Looking around on some forums I noticed some saying that their playback was OK, even with Compiz enabled. I finally tried biting the bullet and getting a quicker video card (A couple of recent game purchases had nothing to do with it, honest...). I was concerned about the power usage of a quicker card, so I kept an eye out for power usage figures. Eventually I came across the excellent &lt;a href="http://www.techarp.com/showarticle.aspx?artno=88"&gt;list of specs at TechARP&lt;/a&gt;, where the Nvidia GTS250 was listed. It showed a fairly high max usage of 145 Watts, but also some good performance figures compared with the 8600GT I had. A few reviews showed that recently, a new revision of the board was out - a "green" version. Clocked slightly lower with the GPU and memory speeds, it also only had one additional power connector compared with previous versions that had two. They also showed its power usage was reduced.&lt;br /&gt;&lt;br /&gt;I managed to find an Inno3D &lt;a href="http://www.inno3d.com/products/graphic_card/gtx200/gts250_esave.html"&gt;1GB GTS250 Green&lt;/a&gt; at a pretty good price, plugged it in the PC, and fired it up, with one eye on my watt meter that the PC is plugged into. To my surprise, power usage was about the same, if not less, than with the 8600GT. The shrinkage in process technology really made a difference. The only downside was the fan noise - it's easily the loudest component in the PC now, and of course louder than the previous card, which was a passively-cooled model from Gigabyte.&lt;br /&gt;&lt;br /&gt;Best of all, I booted into linux, enabled the Compiz visual effects, and fired up MythTV to watch some video. It played back beautifully. I think that the previous card was only marginal in performance, and with its memory being fairly slow DDR2, didn't have quite enough grunt to run MythTV with Compiz. As mentioned earlier, other people have reported &lt;a href="http://forums.overclockers.com.au/showthread.php?p=12035686"&gt;success&lt;/a&gt; with a 7600GT and a 9500m GS, and another person had success running an 8800GT, with two monitors at 1920x1080.&lt;br /&gt;&lt;br /&gt;I believe when they were released, the 8-series cards drew some flak for using more power but not having much more performance than the previous 7-series. Maybe there is some truth to that. This new card has power to spare, with the side benefit of good gaming performance. For a HTPC, I'd look into a different, quieter cooler for it - something like an &lt;a href="http://www.arctic-cooling.com/catalog/product_info.php?cPath=2_&amp;mID=379"&gt;Arctic Cooling Accelero Twin Turbo Pro&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I should add that I was tempted to buy an ATI card - the 5 series cards are quite power efficient with better performance than what Nvidia has to offer, and if I was running a straight Windows system I'd have no hesitation in picking one up. Unfortunately, ATI's drivers for linux are not as well developed, particularly their equivalent to the VDPAU functionality, so I was scared off buying one for that reason.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-4300856319139948066?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/4300856319139948066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/08/new-graphics-card-helps-with-compiz.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/4300856319139948066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/4300856319139948066'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/08/new-graphics-card-helps-with-compiz.html' title='New graphics card helps with Compiz effects and MythTV playback'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-9138846842431423025</id><published>2010-07-24T16:43:00.000+10:00</published><updated>2010-07-24T16:43:08.075+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu middle-click'/><title type='text'>Something I just learned about in Gnome</title><content type='html'>Just today I learned about a feature in the Gnome desktop environment that is the Ubuntu default. I absent-mindedly middle-clicked the title bar of a window, and found it sent the window to the back, behind any other windows. It's the opposite to left-clicking the title bar, which brings the window to the front, which everyone knows about.&lt;br /&gt;&lt;br /&gt;You learn something every day.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-9138846842431423025?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/9138846842431423025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/07/something-i-just-learned-about-in-gnome.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/9138846842431423025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/9138846842431423025'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/07/something-i-just-learned-about-in-gnome.html' title='Something I just learned about in Gnome'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-588442166093499972</id><published>2010-07-01T21:53:00.002+10:00</published><updated>2010-08-28T16:43:49.115+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XFS'/><category scheme='http://www.blogger.com/atom/ns#' term='MythTV'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='defragmentation'/><title type='text'>Should you use the XFS file system?</title><content type='html'>One of the good things, and also one of the confusing things about Linux, is the amount of choice you have. Even down to what sort of file system you want to use for storing your data. By default, the Ubuntu installer will use &lt;a href="http://en.wikipedia.org/wiki/Ext4"&gt;ext4&lt;/a&gt;, a good, general purpose file system that will suit most people's needs just fine.&lt;br /&gt;&lt;br /&gt;There are other options though, depending on your usage patterns. If you have a lot of large files stored, such as lots of video or movies, maybe even if you record TV with &lt;a href="http://www.mythtv.org"&gt;MythTV&lt;/a&gt; like I do, a good alternative is &lt;a href="http://en.wikipedia.org/wiki/Xfs"&gt;XFS&lt;/a&gt;. Its design means it is particularly good at handling large files, such as High Definition TV recording, giving good performance in reading and writing them.&lt;br /&gt;&lt;br /&gt;You can specify a partition to be in XFS format at the time of installation, or later on by using GParted. Once it is created, there are some further tweaks you can do to make its performance better, and also to maintain its performance over time.&lt;br /&gt;&lt;br /&gt;1. Add the following options to the &lt;a href="http://en.wikipedia.org/wiki/Fstab"&gt;fstab&lt;/a&gt; entry for the partition (located in /etc/fstab):&lt;br /&gt;&lt;br /&gt;UUID=xxxx  /var/lib/mythtv  xfs  defaults,&lt;b&gt;noatime,allocsize=512m,logbufs=8&lt;/b&gt;  0 2&lt;br /&gt;&lt;br /&gt;&lt;b&gt;noatime&lt;/b&gt; refers to stopping the file system logging each time the file is accessed. Normally it is not needed, and this option reduces the number of writes done to disk, speeding things up.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;allocsize=512m&lt;/b&gt; lets XFS set aside 512 megabytes of space at a time when it writes. This reduces the chance of the file being split up into many small chunks, or fragmenting. Especially good for recording TV.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;logbufs=8&lt;/b&gt; refers to the log buffers held in RAM. Values can be from 2 to 8 buffers, which are 32K in size. Since most PCs have RAM to spare these days, there is no problem maxing this out.&lt;br /&gt;&lt;br /&gt;Sometimes a bit of periodic maintenance is needed with XFS, and this can make people used to NTFS on Windows feel a little more at home. You sometime have to defragment the file system, and there is a utility that can do it. It isn't installed by default - you have to install the xfsdump package to get the folllowing commands.&lt;br /&gt;&lt;br /&gt;To check the fragmentation level of a drive, for example located at /dev/sda6:&lt;br /&gt;&lt;br /&gt;sudo xfs_db -c frag -r /dev/sda6&lt;br /&gt;&lt;br /&gt;The result will look something like so:&lt;br /&gt;&lt;br /&gt;actual 51270, ideal 174, fragmentation factor 99.66%&lt;br /&gt;&lt;br /&gt;That is an actual result I got from the first time I installed these utilities, previously having no knowledge of XFS maintenance. Pretty nasty. Basically, the 174 files on the partition were spread over 51270 separate pieces. To defragment, run the following command:&lt;br /&gt;&lt;br /&gt;sudo xfs_fsr -v /dev/sda6&lt;br /&gt;&lt;br /&gt;Let it run for a while. the -v option lets it show the progress. After it finishes, try checking the fragmentation level again:&lt;br /&gt;&lt;br /&gt;sudo xfs_db -c frag -r /dev/sda6&lt;br /&gt;&lt;br /&gt;actual 176, ideal 174, fragmentation factor 1.14%&lt;br /&gt;&lt;br /&gt;Much better! I have the xfs_fsr command scheduled to run daily with a cron job, at a time when it is unlikely to be recording, to keep things in good shape.&lt;br /&gt;&lt;br /&gt;More in depth information on XFS can be found at the &lt;a href="http://www.mythtv.org/wiki/XFS_Filesystem"&gt;MythTV wiki&lt;/a&gt;. Some more detailed performance optimisation info can be found &lt;a href="http://www.mythtv.org/wiki/Optimizing_Performance"&gt;here&lt;/a&gt; and &lt;a href="http://everything2.com/index.pl?node_id=1479435"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-588442166093499972?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/588442166093499972/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/07/should-you-use-xfs-file-system.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/588442166093499972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/588442166093499972'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/07/should-you-use-xfs-file-system.html' title='Should you use the XFS file system?'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-6093736257812829321</id><published>2010-06-29T17:54:00.001+10:00</published><updated>2010-06-29T19:19:18.999+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='help'/><category scheme='http://www.blogger.com/atom/ns#' term='forums'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Where to go for help with Ubuntu</title><content type='html'>OK. So you've &lt;a href="http://www.ubuntu.com/desktop/get-ubuntu/download"&gt;downloaded the latest version&lt;/a&gt; of Ubuntu, or even scored yourself an &lt;a href="https://shipit.ubuntu.com/"&gt;installer CD&lt;/a&gt;. Something doesn't go quite right with the install - where do you go next?&lt;br /&gt;&lt;br /&gt;You may be able to still use Ubuntu as a live CD, meaning you could use it to access the internet. Or, if you were thinking of trying a dual-boot installation, you could still get on to the net from your existing install.&lt;br /&gt;&lt;br /&gt;The first place I look is the &lt;a href="http://ubuntuforums.org/"&gt;Ubuntu forums&lt;/a&gt;. They are quite popular, with loads of visitors. Whatever problem you're having, someone is bound to have had something similar. These things are invaluable. As a matter of fact, even though I've visited them for years, and found heaps of solutions, I'm still yet to make a post myself. I just haven't needed to. The same thing happened with the &lt;a href="http://forums.gentoo.org/"&gt;Gentoo Linux forums&lt;/a&gt;, back when I used to run that.&lt;br /&gt;&lt;br /&gt;As a matter of fact, if you can't find an answer in the Ubuntu forums, try some different ones - like the &lt;a href="http://forums.debian.net/"&gt;Debian User Forums&lt;/a&gt;. Since Ubuntu is based on Debian, there is a lot of similarity.&lt;br /&gt;&lt;br /&gt;Another community I've been a long-time member of is &lt;a href="http://www.overclockers.com.au"&gt;Overclockers Australia&lt;/a&gt;. Their &lt;a href="http://forums.overclockers.com.au"&gt;forums&lt;/a&gt; also provide a wealth of information - the Other Operating Systems forum in particular comes in quite handy.&lt;br /&gt;&lt;br /&gt;Back on the Ubuntu site, you could try the &lt;a href="https://help.ubuntu.com/"&gt;Official Ubuntu Documentation&lt;/a&gt;. Sometimes though, it can be a bit lacking in detail, or it can be a little dated. This is why I suggest visiting the forums first.&lt;br /&gt;&lt;br /&gt;Then there's always Google. Which could be how you found this page...&lt;br /&gt;&lt;br /&gt;Another option is to download the free ebook, &lt;a href="http://ubuntu-manual.org"&gt;Getting Started with Ubuntu 10.04&lt;/a&gt;, by the Ubuntu Manual Project. Lots of info there in setting it up.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-6093736257812829321?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/6093736257812829321/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/where-to-go-for-help-with-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/6093736257812829321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/6093736257812829321'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/where-to-go-for-help-with-ubuntu.html' title='Where to go for help with Ubuntu'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-1175537880785204975</id><published>2010-06-28T17:14:00.001+10:00</published><updated>2010-06-28T17:17:07.358+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Crashplan'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Ubuntu 10.04 progress update... update</title><content type='html'>Well I should have known I'd jinx myself when I mentioned in my last post that the strange, hanging at boot problem has solved itself. Just this morning, the day after I posted, the thing just hung at the boot splash screen. A quick control-alt-delete got the thing rebooting, and it all started fine after that. Looking in the log file viewer revealed nothing out of the ordinary; checking the ubuntu forums showed up nearly nothing, apart from the fact that it happens to other people too.&lt;br /&gt;&lt;br /&gt;I say nearly nothing, because I did learn one thing. If you hit escape while in the boot splash screen, the pretty graphics go away and the boot messages come up. I now &lt;em&gt;want&lt;/em&gt; the machine to have problems at boot, so I can try this and see if anything interesting appears. Yeah, reverse psychology. I want you to fail at boot, all the time!&lt;br /&gt;&lt;br /&gt;(Originally posted June 28, 2010 on &lt;a href="http://bort.blogsome.com/2010/06/27/ubuntu-1004-progress-update-update/"&gt;my other blog&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-1175537880785204975?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/1175537880785204975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/ubuntu-1004-progress-update-update.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/1175537880785204975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/1175537880785204975'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/ubuntu-1004-progress-update-update.html' title='Ubuntu 10.04 progress update... update'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-7722750768601337048</id><published>2010-06-28T17:12:00.001+10:00</published><updated>2010-06-28T17:14:28.338+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Crashplan'/><category scheme='http://www.blogger.com/atom/ns#' term='backup'/><category scheme='http://www.blogger.com/atom/ns#' term='Lucid'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Ubuntu 10.04 progress update, and a bit about Crashplan</title><content type='html'>Well it has been a couple of months now, using Ubuntu 10.04 Lucid Lynx. Overall, I have been pretty happy with it. Boot times are very quick, especially with it installed on the Intel X25-V solid state drive. The interface is quite polished and looks good. MythTV is working nicely as well. I did have a spell a little while back where it would hang during boot or shutdown, requiring a restart. Either that, or there would be a quite long delay in the boot process. I tried to work out what was causing the holdup by installing bootchart (available in the repositories) and looking at the results.&lt;br /&gt;&lt;br /&gt;Wouldn't you know it, but after I installed it and rebooted, the system worked fine. Everything has been back to normal. Don't know what was wrong or what fixed it. Oh well, I'll take it.&lt;br /&gt;&lt;br /&gt;I have a sneaking suspicion that it might be due to doing an upgrade install rather than doing a fresh install - I'll wait and see if it keeps behaving itself.&lt;br /&gt;&lt;br /&gt;Backing up the various systems around the house has been something that has been looked into lately, too. I have purchased a new external hard drive to replace the old one, that is now getting a bit old. Following on from discussions on the &lt;a href="http://forums.overclockers.com.au/?"&gt;Overclockers Australia forums&lt;/a&gt;, I have been trialling &lt;a href="http://www.crashplan.com/"&gt;Crashplan&lt;/a&gt;, a backup service that allows you to back up to local folders or attached drives, other computers on a network, other people's PCs, or their own online backup service. It is more concerned with backing up data, rather than complete system images, so that's what I use it for.&lt;br /&gt;&lt;br /&gt;It has enabled me to get around some of Windows 7 Home Premium's limitations about backing up to a network. The setup I have now for my wife's Windows 7 PC is that the standard windows backup runs, sending its data to a small external drive attached to it. Supplementing that is Crashplan, that backs up documents, photos, music and the like to the new external drive attached to my PC, giving a bit of redundancy.&lt;br /&gt;&lt;br /&gt;My own PC has a regular backup scheduled via backintime to get most of the system data, and Crashplan to back up the music, photos, documents and the like.&lt;br /&gt;&lt;br /&gt;On all machines, these are scheduled to run daily with the exception of the windows system backup that is set for weekly running.&lt;br /&gt;&lt;br /&gt;I haven't yet decided whether to take the plunge and purchase the Pro version of Crashplan, or to enable the online backup component. I'm just waiting to see how the software behaves itself - I have overcome one particularly nasty teething problem.&lt;br /&gt;&lt;br /&gt;Sometimes when my Linux machine boots, if the external drive hasn't mounted in time, Crashplan would decide to re-create the backup directory on the system partition and try to back up ~140GB of data to it. I've fortunately managed to catch it in the act and stop it before anything nasty happened, but it made me hesitant to make the purchase. I am not the only one who has had the problem, as &lt;a href="https://crashplan.zendesk.com/entries/42691-ubuntu-crashplan-engine-creates-mount-directory-before-actual-mount-external-drive"&gt;this support forum thread&lt;/a&gt; describes.&lt;br /&gt;&lt;br /&gt;I tried a couple of fixes - one was to change the program setting to only allow it to run between certain times, so the machine would be on, and the drive mounted in time, before it starts. This worked well until a few days later when I came home late from work and booted the PC. Backup to system partition happened again. I tried editing the startup scripts, adding a "sleep 20" command, to delay the program from starting until the drive was mounted. I thought this was the solution, until I one day turned the PC on and walked away to do something else. I came back, logged in, and realised the drive wasn't mounting until after I did that. Crashplan started as soon as the 20 second delay ran out, which turned out to be before my login.&lt;br /&gt;&lt;br /&gt;The final solution, and I think this has nailed it, was to add an entry for the external hard drive in the /etc/fstab file. This now mounts the drive straight after it mounts the other, internal drives, and well before the Crashplan engine starts. Since the external drive is a semi-permanene attachment to the PC, it works for me.&lt;br /&gt;&lt;br /&gt;I may yet start using the online backup - the only issue now is the matter of uploading nearly 200GB total over a 512 kilobit upload link, with uploads counted towards my data allowance. This would have to be spread out over a couple of months of uploading at a throttled speed.&lt;br /&gt;&lt;br /&gt;Overall, I'm pretty happy with Crashplan so far. It supports Windows, OSX and Linux, which is rare. The clients all find and connect to each other with a minimum of hassle as well. It would be good having some peace of mind that all our photos and documents would survive if the house burnt down or something.&lt;br /&gt;&lt;br /&gt;(Originally posted June 26, 2010 on &lt;a href="http://bort.blogsome.com/2010/06/26/ubuntu-1004-progress-update/"&gt;my other blog&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-7722750768601337048?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/7722750768601337048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/ubuntu-1004-progress-update-and-bit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/7722750768601337048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/7722750768601337048'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/ubuntu-1004-progress-update-and-bit.html' title='Ubuntu 10.04 progress update, and a bit about Crashplan'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-5510668037437222545</id><published>2010-06-28T17:09:00.001+10:00</published><updated>2010-06-28T17:11:41.117+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MythTV'/><category scheme='http://www.blogger.com/atom/ns#' term='upgrade'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Most painless Ubuntu upgrade ever</title><content type='html'>Wow. That's all I can say. Today I decided to upgrade to Ubuntu 10.04, but rather than doing a clean install like I have done with previous versions, I thought I'd have a go at the upgrade. To prepare, I copied the /boot, root and /home partitions of the existing 9.10 install to some free space on another hard drive. Just as a precaution in case it all went pear-shaped. I ran the update manager, chose the upgrade option, and away it went - downloading all the new packages, applying the updates. Only a couple of dialog boxes popped up asking about Grub, and what it should do with it.&lt;br /&gt;&lt;br /&gt;The process finished without incident, I rebooted, and surprisingly, it started, allowed me to log in, and it got to the desktop! All previous programs and settings there, all programs updated. I am pleasantly surprised - even MythTV updated without a hitch, for the first time. I'm sure there will be the odd hiccup along the way that I'll discover in time, but so far so good.&lt;br /&gt;&lt;br /&gt;Oh yes, regarding Windows 7 - I've removed it from my machine. Partly because I was barely using it, apart from watching full-screen Flash videos in decent quality, partly because I have obtained an old laptop from work, and installed 7 on that.&lt;br /&gt;&lt;br /&gt;(Originally posted on May 2, 2010 on &lt;a href="http://bort.blogsome.com/2010/05/02/my-most-painless-ubuntu-upgrade-ever/"&gt;my other blog&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-5510668037437222545?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/5510668037437222545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/most-painless-ubuntu-upgrade-ever.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5510668037437222545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5510668037437222545'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/most-painless-ubuntu-upgrade-ever.html' title='Most painless Ubuntu upgrade ever'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-324643068386082574</id><published>2010-06-28T17:06:00.001+10:00</published><updated>2010-06-28T17:08:56.120+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='keyboard'/><category scheme='http://www.blogger.com/atom/ns#' term='MythTV'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>New keyboard! And more on Windows 7</title><content type='html'>This post is basically inspired solely by the fact that I have bought a new keyboard and need an excuse to do a lot of typing on it. After finally having enough of interference, non-responsiveness and battery changes, I ditched by former wireless keyboard and mouse combo and bought a couple of new ones - a Logitech M500 corded mouse and an &lt;a href="http://techgage.com/article/logitech_illuminated_keyboard/1"&gt;Illuminated keyboard&lt;/a&gt;. It has a nice, laptop-style key feel with just a little more travel, with the added bonus of keys that light up for use in a dark room.&lt;br /&gt;&lt;br /&gt;I love it. Ubuntu picked it up without a problem, all keys working just fine. Windows detected it as well, but after installing drivers for it, insisted on a reboot. Some things never change. I didn't bother installing the setpoint software that is included - no need for it in my opinion.&lt;br /&gt;&lt;br /&gt;As a progress update on my dual-boot exploits, there have been good points and bad about windows.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The good:&lt;/strong&gt;&lt;br /&gt;&lt;li&gt;Sleep actually works. It worked even better when I downloaded a &lt;a href="http://support.microsoft.com/kb/977178/"&gt;patch&lt;/a&gt; that stopped it crashing on resume when the hard drive didn't wake up in time. In Ubuntu, I only ever got to a blank screen with a blinking cursor when I tried the suspend feature.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Full-screen flash videos work with hardware acceleration. Only 5-10% CPU utilisation, compared with almost maxing-out a core under linux. This is due to differing stages of development of Adobe's flash player.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;General polish and feel of the desktop. You can tell a lot of work has gone into this. The help functionality is excellent as well - far better than Ubuntu's vague documentation.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Backup works great - nice and straightforward, asking to also create a startup disc for system recovery. In Ubuntu, I am using backintime. While it is great for making backups, restoring from them is not so straightforward. Must look into an image based program.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Homegroups work great - it found the other Windows 7 PC on the network with no problems and is effortlessly sharing files between them. I can even use the printer connected to the other machine - a Canon that has stuff-all driver support under linux.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The bad:&lt;/strong&gt;&lt;br /&gt;&lt;li&gt;While sleep works,  the simpler task of powering off the screen after a set period seems more difficult for it. It doesn't always do it. Then again, a number of XP systems at my work have problems with that as well - and they are factory Dell and HP boxen.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;The media centre application isn't quite up there with MythTV, one of linux's killer apps, in my opinion. Guide data is only available from the networks' broadcast guide, and I can't find a way to get it to set up two tuners. Actually, finding any documentation on it is somewhat difficult.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;All the rebooting needed. It's still there, and it gets old pretty quick.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;I think I'll be dual-booting for a while longer, especially since MythTV will not be replaced any time soon. It has been interesting though, and I am learning the interface and all. I have noticed a lot of fixes since the Release Candidate that I was running last year on the other PC.&lt;br /&gt;&lt;br /&gt;(Originally posted on January 29, 2010 on &lt;a href="http://bort.blogsome.com/2010/01/29/new-keyboard/"&gt;my other blog&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-324643068386082574?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/324643068386082574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/new-keyboard-and-more-on-windows-7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/324643068386082574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/324643068386082574'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/new-keyboard-and-more-on-windows-7.html' title='New keyboard! And more on Windows 7'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-9148828240747438436</id><published>2010-06-28T17:03:00.001+10:00</published><updated>2010-06-28T17:05:49.700+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='dual-boot'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>My journey to the Dark Side is complete</title><content type='html'>Well, not &lt;em&gt;complete&lt;/em&gt;. But I did buy the Windows 7, 3 user family pack for $209. I'll be installing it on the wife's PC today. I also put it on as a dual boot on my ubuntu system, for a laugh. I managed to get it to activate, using &lt;a href="http://www.winsupersite.com/win7/clean_install_upgrade_media.asp"&gt;method #2 on this page&lt;/a&gt;, from Paul Thurrott's site. And after windows thoughtlessly overwrote the MBR on my drive, I even got my grub 2 menu back, following &lt;a href="http://ubuntuforums.org/showthread.php?t=1014708"&gt;this excellent guide on the ubuntu forums&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;One other thing I had to do on the ubuntu side of things is set the system clock to be local time, not UTC. I had to go edit the file /etc/default/rcS, and change the value UTC=yes to UTC=no. They seem to be playing OK together now. It's just a shame that windows can't see the data on my ext4/ext3/XFS partitions. I don't know if I can be bothered putting my data on an NTFS partition yet, so it can be seen by both systems. I'll see.&lt;br /&gt;&lt;br /&gt;(Originally posted January 7, 2010 on &lt;a href="http://bort.blogsome.com/2010/01/07/my-journey-to-the-dark-side-is-complete/"&gt;my other blog&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-9148828240747438436?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/9148828240747438436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/my-journey-to-dark-side-is-complete.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/9148828240747438436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/9148828240747438436'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/my-journey-to-dark-side-is-complete.html' title='My journey to the Dark Side is complete'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-5002422522768290100</id><published>2010-06-28T16:58:00.001+10:00</published><updated>2010-06-28T17:00:34.913+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='MythTV'/><category scheme='http://www.blogger.com/atom/ns#' term='backup'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><title type='text'>The Dark Side is looming...</title><content type='html'>Well. I'm having a crisis of faith. Looking at going back to the dark side. Windows 7 Home Premium, 3 user pack for ~$210 depending on where you shop. With the Release Candidate soon to expire in the next few months on the wife's PC, I have to either put XP back on it, or move to Windows 7. The 3 user pack is a good deal, normally it's about $160 for a single user, but it is going to be very short-lived. It only ran a couple of months even in the USA. There's a sense of urgency to this.&lt;br /&gt;&lt;br /&gt;My wife couldn't care less what OS is running (as long as it's windows), so there'd be no problems with putting XP on, in her view. Realistically, I just need to get a decent backup program for it, because the Win7RC one is pretty good, while the standard XP one is rubbish by comparison. The only issue with the RC is while it is scheduled to run every Saturday at 3am, it seems to insist that the next scheduled time is December 30, 1899. Back in the days of steam-powered computers. I assume it is fixed in the release version of Windows 7.&lt;br /&gt;&lt;br /&gt;Over the last few days and weeks, running linux has started to wear me down a bit. It is such a battle sometimes, to do stuff that would be simple in Windows or even OSX. Yesterday I wanted to install Google SketchUp – no native linux client, so installed through Wine. Go to run it, crashes straight away. Then it's off trawling forums and web searching for fixes, workarounds, all of that. Then there's flash player. Still buggy, still get sound lagging behind so speaking is out of sync. There's always more work, a lot of the time. F-Spot is a piece of crap, crashing all the time. Picasa is a half-arsed effort, just a windows program running under wine, really. Just doesn't look right.&lt;br /&gt;&lt;br /&gt;But still, there are aspects of linux that I love. MythTV is the killer app, in my opinion. There is nothing in the proprietary software world that is so capable and unrestricted, with nothing locked down by media companies. I would miss that the most if I went back to windows. Being able to scroll anywhere without first clicking in the window is something I wish windows had, when I'm using it at work.&lt;br /&gt;&lt;br /&gt;Anyway, I'll keep thinking about it, and pick it up on boxing day if I decide to. Otherwise, I could put that money towards hardware. I need a new screen, which I'll get regardless, but that $200 could go towards a solid state hard drive. Mmmm, fast.&lt;br /&gt;&lt;br /&gt;(Originally posted December 25, 2009 on &lt;a href="http://bort.blogsome.com/2009/12/25/the-dark-side-is-looming/"&gt;my other blog&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-5002422522768290100?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/5002422522768290100/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/dark-side-is-looming.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5002422522768290100'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/5002422522768290100'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/dark-side-is-looming.html' title='The Dark Side is looming...'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-2594335675518500212</id><published>2010-06-28T16:50:00.001+10:00</published><updated>2010-06-28T16:54:21.448+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='GEOS'/><category scheme='http://www.blogger.com/atom/ns#' term='emulator'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='Commodore 64'/><title type='text'>Desktop OS in 64k - GEOS</title><content type='html'>Over the last weekend I had a sudden attack of nostalgia for the Commodore 64. I have fond memories of the thing, having one for my first computer. I remembered how there was an operating system available for it that was able to show a graphical desktop, with icons and all, a &lt;a href="http://en.wikipedia.org/wiki/WYSIWYG"&gt;WYSIWIG&lt;/a&gt; word processor, even a spreadsheet, in only 64 kilobytes of memory. It was amazingly tightly coded, and such a difference from today's software that needs tens of megabytes to show a pissy icon in a system tray, for instance.&lt;br /&gt;&lt;br /&gt;This operating system was &lt;a href="http://en.wikipedia.org/wiki/GEOS_%288-bit_operating_system%29"&gt;GEOS&lt;/a&gt;, standing for Graphical Environment Operating System. An excellent article about it is &lt;a href="http://www.osnews.com/story.php/15223/GEOS-The-Graphical-Environment-Operating-System/page1/"&gt;here.&lt;/a&gt; I felt like having a bit of a tinker with it, relive some old memories. One problem though was I no longer had a C64 to load it on. However, emulators came to the rescue. For linux, I installed VICE, which is in the ubuntu repositories. To make it work though, you have to download the version from &lt;a href="http://www.viceteam.org/"&gt;viceteam.org&lt;/a&gt;, that contains the ROM files that are not included in the ubuntu version. There are two ways of putting the ROM files in. &lt;br /&gt;&lt;br /&gt;First, the way I tried, was to unzip the version 1.22 file from viceteam, and copy the ROM files into the installation directories (in ubuntu, it is /usr/lib/vice/). The ROM files are the ones without file extensions that live in the data directory in the zip file. They are named 'kernal', 'basic', 'chargen', and so on, and are in different subdirectories for different commodore models the program emulates. Once it is installed and the ROM files are in the right spots, you can start the C64 emulator by typing 'x64' at the command prompt. If all goes well, you will see the C64 screen come up in a window.&lt;br /&gt;&lt;br /&gt;The second way, which I did not try, is to follow the instructions &lt;a href="http://ubuntuforums.org/showthread.php?t=278022"&gt;here&lt;/a&gt; for compiling the latest version of VICE.&lt;br /&gt;&lt;br /&gt;Once you have the emulator running, you can &lt;a href="http://cbmfiles.com/geos/index.html"&gt;download&lt;/a&gt; a copy of GEOS. Put the *.D64 files in a directory somewhere, and using VICE, choose the File -&gt; Attach a disk image -&gt; Unit #8 menu. Point it to the GEOS64.D64 file, and it should start loading. You can then marvel at the mid-1980's computing experience. It is similar to the first Mac desktop, but was available for a fraction of the price.&lt;br /&gt;&lt;br /&gt;There are &lt;a href="http://www.c64.com/?type=1&amp;id=311"&gt;other&lt;/a&gt; &lt;a href="http://www.c64.com/?type=1&amp;id=1405"&gt;productive&lt;/a&gt; things you can do with the Commodore 64 emulator, too...&lt;br /&gt;&lt;br /&gt;(Originally posted November 20, 2007 on &lt;a href="http://bort.blogsome.com/2007/11/20/desktop-os-in-64k-geos/"&gt;my other blog&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-2594335675518500212?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/2594335675518500212/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/desktop-os-in-64k-geos.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2594335675518500212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2594335675518500212'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/desktop-os-in-64k-geos.html' title='Desktop OS in 64k - GEOS'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-4318090351255975601</id><published>2010-06-28T16:43:00.002+10:00</published><updated>2010-06-28T16:46:17.561+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='server'/><category scheme='http://www.blogger.com/atom/ns#' term='gentoo'/><category scheme='http://www.blogger.com/atom/ns#' term='backup'/><title type='text'>The little PC that could - resurrecting an old PC as a file server</title><content type='html'>&lt;p&gt;One of the little PC related projects that I recently undertook was to do something about a backup strategy. I wanted something that I didn't have to think about much; that would perform backups basically unattended. That pretty much ruled out burning stuff to DVDs - too tedious. I did that previously and ended up backing up stuff about twice a year. The other issue is I have two PCs to back up - my main one running Ubuntu linux, the other machine of Mrs Bort that dual boots into Windows XP and Gentoo linux. The second machine also has no DVD drive. The answer came down to three options:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;A tape drive. Expensive, I'd also need a SCSI adapter card to put in the machine and buy a bunch of tapes. While capacity would probably be OK, I'd have to get the drive up and running in linux, and if something were to happen to the machine with the tape drive (fire, for instance) I'd not have a way to get the data back without buying a new drive. I never really considered it as an option.&amp;nbsp;&lt;/li&gt;&lt;li&gt;External Hard drive. I already have an external box, but I think the power connector is a bit flaky. Last time I used it the disk would spin up, down, up again. Wouldn't really trust it. I'd have to buy a new disk drive, something big enough to hold what's on two 250G drives (one in each PC). I then thought, well, if I have to buy a new disk, I could put it in...&lt;/li&gt;&lt;li&gt;A linux fileserver, built from an old PC I had lying around. This is the approach I took, described below.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;For sentimental reasons mainly, I still had the case that my first PC came in, a beige Arrow minitower case. Bought from the now defunct Pacific Microlab computers in 1992, with a 386DX-25 chip and a whopping 2 megabytes of RAM. A couple of upgrades later, it ended up with a &lt;a href="http://www.gigabyte.com.au/Products/Motherboard/Products_Spec.aspx?ProductID=1573" target="_self"&gt;Gigabyte GA-586TX2&lt;/a&gt; motherboard and a Pentium 233MMX. This is what I decided to base the new fileserver around. Previously it had a spell as a firewall and router, sharing a dialup connection running the excellent &lt;a href="http://www.ipcop.org/" target="_self"&gt;IPCop&lt;/a&gt;. When I moved to cable internet and a hardware firewall, that could do the same job using only about 7 watts, it was retired.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;It is a bit poky nowadays, but with a Voodoo2 card in it I used to have hours of fun playing quake, need for speed 3 and powerslide on it, with quite good framerates. I figured if it could do that, it could probably handle life as a bit bucket, receiving files across a network.&lt;/p&gt;&lt;p&gt;The first task was to buy a hard drive. Since there's about 500GB worth of possible storage on both PCs (not that it would get filled, most is just duplicated as another form of backup) I'd splurge on a 500GB drive. So a &lt;a href="http://www.seagate.com/ww/v/index.jsp?locale=en-US&amp;name=Barracuda_7200.10_500.1_GB&amp;vgnextoid=4f5f99f4fa74c010VgnVCM100000dd04090aRCRD&amp;vgnextchannel=a32a2f290c5fb010VgnVCM100000dd04090aRCRD&amp;reqPage=Model" target="_self"&gt;Seagate IDE 500GB drive, with 16MB cache&lt;/a&gt; was purchased. Since 500GB is way higher than the 8GB the onboard disk controller could read, and its ATA100 interface was far higher than the onboard controller's ATA33 max speed, I used an add in IDE card that is capable of ATA133 speeds. Fortunately I happened to have one of those lying around. I also bought a 100 megabit capable network card to replace the 10mbit one in it. Since everyone wants wireless networks these days, a wired network card was picked up for under ten dollars - bargain! And with better speed, more reliability and less security hassles than wireless as well!&lt;/p&gt;&lt;p&gt;The next task was finding an operating system that would detect the IDE card and be able to boot from it. I initially had installed &lt;a href="http://www.damnsmalllinux.org/" target="_self"&gt;Damn Small Linux&lt;/a&gt; on it for a laugh when it had a 40GB drive (An IBM Deskstar that hadn't died, actually) and intended to use that or a fresh install of &lt;a href="http://www.debian.org" target="_self"&gt;Debian&lt;/a&gt;. Unfortunately, that used an older version of the linux kernel which didn't yet have support for the IDE card. I considered &lt;a href="http://www.ubuntu.com/products/WhatIsUbuntu/serveredition" target="_self"&gt;Ubuntu server&lt;/a&gt; but thought it might be a bit heavy on resources - it was going to run in only 64MB after all. &lt;/p&gt;&lt;p&gt;In my search for a linux distro that was light on resources and had a recent kernel, I thought, what about Gentoo? Since it was a source based distribution, any updates have to be compiled, but I could afford to just leave the thing running overnight to let it finish. Plus, I already had a few years' experience running it on the other PC. &lt;/p&gt;&lt;p&gt;So I downloaded an install CD, printed out the current installation guide, put it in the CD drive of the new (old) box and... it booted! And it detected the IDE card. The hard drive was detected as the full 500GB, so there was no hardware issues. A few hours later, I was into a working Gentoo install. Since there was no graphical desktop environment installed, it felt nice and quick.&lt;/p&gt;&lt;p&gt;One cool thing that can be done if you have a few machines is install a program called distcc, which uses the faster machines to offload the compiling from the old, slow machine. This would be great to get running, so I tried setting it up. First of all on the Core 2 Duo machine, but despite following a &lt;a href="http://ubuntuforums.org/showthread.php?p=449529" target="_self"&gt;guide&lt;/a&gt;, I had no luck setting that up. Next was the Athlon XP machine. Sure it isn't that quick compared to the E6300, but it is lightning compared to a Pentium 233. After quite a few hours of editing config files, environment variables and swearing, I think it is at a stage where the little P233 hands work to the Athlon to compile, saving a heap of time.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;So now it is at a stage where I now have around 450ish Gigabytes of storage, a backup that is scheduled to run on my Ubuntu box (a full backup weekly, incremental backups daily) going to the backup server. Since I also now have two gentoo boxen, the server is now set up to grab the latest list of updates (emerge --sync) every night, and the Athlon box now&amp;nbsp; points to that for its update list.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just a few things need to be taken care of now -&amp;nbsp; the little fan on the Pentium is pretty loud. I'd like to be able to use a larger, slower fan to cool the CPU and also direct a bit of breeze onto the hard drive too. Getting the disk to power down when it is not needed would be good too, in the interests of the drive's lifespan. Once that is sorted I'll be getting an extension cord and a long network cable, then putting the thing in the cupboard. As long as it doesn't get too hot in there it would also keep the noise down a bit.&lt;/p&gt;&lt;p&gt;Hopefully it will chug along for another few years!&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;(Originally posted April 8, 2007 on &lt;a href="http://bort.blogsome.com/2007/04/08/the-little-pc-that-could/"&gt;my other blog&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-4318090351255975601?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/4318090351255975601/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/little-pc-that-could-resurrecting-old.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/4318090351255975601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/4318090351255975601'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/little-pc-that-could-resurrecting-old.html' title='The little PC that could - resurrecting an old PC as a file server'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-2234132025353025495</id><published>2010-06-28T16:34:00.002+10:00</published><updated>2010-06-28T16:43:05.792+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='apt-get'/><category scheme='http://www.blogger.com/atom/ns#' term='segmentation fault'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Fixing segmentation faults in Ubuntu's apt-get</title><content type='html'>I recently had an issue with my backup server that runs xubuntu, in that it would refuse to update any programs installed on it. Whenever I tried to run apt-get update, or apt-get upgrade, it would just return a segmentation fault. Actually the exact thing it would return was "Segmentation faultsts... 0%", as if it overwrote whatever was meant to be there.&lt;br /&gt;&lt;br /&gt;I did a bit of a search and found a &lt;a href="http://www.linuxforums.org/forum/debian-linux-help/80216-apt-get-segmentation-fault.html"&gt;fix&lt;/a&gt; that worked for me, and was pretty simple. There are two files that apt creates, that somehow got corrupted. On my system, they are called pkgcache.bin and srcpkgcache.bin, and they live in /var/cache/apt. I tried moving them to another directory, and re-running apt-get update, and what do you know, it worked! I later deleted them, as there was no need for the old copies.&lt;br /&gt;&lt;br /&gt;For those who don't want to move the files before deleting them (I recommend that you at least copy them somewhere else, just in case), the command is:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo rm -i /var/cache/apt/*.bin&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;The command should ask you to remove two files - it does in my case. I chose to put the "i" switch in the rm command just to be sure to prompt you before deleting.&lt;br /&gt;&lt;br /&gt;(Originally posted September 12, 2009 on &lt;a href="http://bort.blogsome.com/2009/09/12/fixing-segmentation-faults-in-ubuntus-apt-get/"&gt;my other blog&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-2234132025353025495?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/2234132025353025495/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/fixing-segmentation-faults-in-ubuntus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2234132025353025495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/2234132025353025495'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/fixing-segmentation-faults-in-ubuntus.html' title='Fixing segmentation faults in Ubuntu&apos;s apt-get'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362863147075774334.post-7063186428244381166</id><published>2010-06-28T16:16:00.002+10:00</published><updated>2010-06-28T16:29:57.393+10:00</updated><title type='text'>Introduction</title><content type='html'>Hi all, my name is Steve Taylor. I've been using various distributions of the Linux operating system for around ten years now. From some tentative first steps with Red Hat on an old, spare machine (I was too scared to put it on my main box in case I wiped everything accidentally), to running a dual boot system with Windows and Gentoo Linux, to the present day where I mainly use Ubuntu. I have a more general blog at &lt;a href="http://bort.blogsome.com"&gt;bort.blogsome.com&lt;/a&gt;, which contains a bit of everything. This blog is going to concentrate mainly on Linux tips, mostly to do with Ubuntu, and general PC related topics. Some of the old articles from there will be copied over to here, just to kick things off.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362863147075774334-7063186428244381166?l=stevesubuntutweaks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stevesubuntutweaks.blogspot.com/feeds/7063186428244381166/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/introduction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/7063186428244381166'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362863147075774334/posts/default/7063186428244381166'/><link rel='alternate' type='text/html' href='http://stevesubuntutweaks.blogspot.com/2010/06/introduction.html' title='Introduction'/><author><name>Steve</name><uri>http://www.blogger.com/profile/06634727586279757117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
