Skip to main content

If you haven't bought an SSD you really should


I just finished upgrading my home workstation from Xubuntu 18.10 to 19.04 and the upgrade not only went smoothly but finished in less than 30 minutes. This might seem like a long time, fresh installs can literally be minutes when using a flash drive to install to an SSD, but upgrades usually take a long time.

Lately when someone asks what they can do to speed up their computer I almost universally recommend they upgrade to an SSD over upgrading RAM/CPU/etc. One of our local computer shops has been carrying a 120GB SSD for $26.99. I bought one of these SSDs about 2 years ago for $69.99 and at the time felt it was a pretty good deal. Although the write speed on this particular SSD is only 350Mb/s it's still much better than the speed of a 'spinning rust' hard drive.

During a distribution update more than a thousand files get updated and often more than 2,000 files are downloaded. The process also involves deleting some packages, and unpacking a number of programs before installation. Updates are pretty complex, but developers have made this pretty seamless under Xubuntu.

This afternoon we had someone bring in an HP Core 2 Duo that they had an older version of Xubuntu on. They were okay with us putting a fresh install on their system. After the installation we noticed a lot of artifacting on the screen. We opened up the system and discovered a number of bad capacitors, but I also seem to recall the onboard video for these particular HP machines was not much better than the HP Pentium 4 offering, so we stuck a half-height AMD video card with a DMS59 connector in the machine (it was the only half-height card we had that didn't only have DisplayPort connectors). The AMD video card did the trick, gone was the screen tearing and performance was quite a bit better, but nothing like having an SSD.

When the person comes to pick up the system tomorrow we'll probably encourage them to buy an SSD (even though we're referring them to somewhere else to buy the SSDs). It really makes a huge difference to certain processes like updating.


Comments

Popular posts from this blog

CentOS 4.8 in Virtualbox 5.1.x

Years ago I was part of a project that was developed on and ran on CentOS 4.8. The software we developed was only used in-house so we were able to work around any bugs we found. The development cycle was extremely short, 4 months, considering the end result. While we've backed up the source frequently over the years the software really never got a major facelift. I spent a bit of time over the years making some minor changes (I gave the menu a facelift changing it from rotating gifs to CSS, and made some code changes to deal with a tax shift that happened years ago), but what the project really needs is a major overhaul. One of my goals right from the outset was to open source the project, but this didn't happen because I was simply too swamped with other things to completely audit the code. Also I wanted to simplify the project before exposing it to the world. Initially we based the project on an eCommerce suite (OSCommerce). At the time we were using that suite for an...

Our media encoding process

It occurred to me that I started posting to debugfs as if I just left off from my old domain (a story for another time). I had something in the order of 300 articles on the site so naturally posts on this site don't have the context they had on the old site. When I first started debugfs I talked about the Handbrake command-line script I run on our KODI server to shrink the size of Blu-rays (since they can be huge). I didn't really get into the details of the whole process and I've since changed how I rip and encode media. When I buy a DVD/Blu-ray the first step I take is to back-up the media using MakeMKV. MakeMKV is great for dumping both Blu-ray and DVD content to a .mkv file. I prefer .mkv over .mp4 because I love subtitles and the .mp4 container only lets you "burn" one subtitle into the file. Files in an .mkv container can contain as many subtitles as the DVD/Blu-ray has. I normally rip these on my desktop workstation which has a late 2013 AMD A8-5...

Converting an 82 year old to Xubuntu GNU/Linux

A few weeks ago Irvin (not his real name) came into our computer recycling project. Irvin is 82 years old. He walks with a walker and somehow managed to lug a fairly big desktop Lenovo Thinkcentre down to our recycling project. Irvin had been to several computer stores over the past few months trying to get help with his computer. Unfortunately it seems that he wasn't able to get the help he needed despite paying repeatedly for help. Irvin doesn't speak and didn't appear to understand much English, his native language is Russian. Initially one of our volunteers spent a couple of hours over two weeks trying to help Irvin with different issues he was running into. Irvin's computer was old, even by our refurbishing standards - it was running the Lenovo version of Windows XP. Many of the issues Irvin was running into were due to the fact that he was still running Windows XP. Communication was our first issue, but Google Translate seemed to work well enough that we we...