We rebuild and sell a lot of used Ubuntu GNU/Linux machines. Linux is a great option for us and for our clients because of: a) Licensing, b) Software Freedom, c) Cost, d) Ease of installation / drivers. Over the years a number of volunteers have come in and learned how much simpler Ubuntu GNU/Linux is to install than other proprietary operating systems (even with a fair amount of automation that we do - Unattended installs that grab a lot of the required Windows drivers from one of our servers). One of the things we hadn't done so well is use open source to "spec" systems, but that's all about to change.
Some of our more experienced volunteers have in the past used commands like:
cat /proc/cpuinfo | more
cat/proc/meminfo | more
df -hH
The first command grabs CPU information. The second command displays memory info. The last command displays information about partitions on the hard drive (giving a rough idea of the size of the drive). These are great commands, but much of this information can actually be replaced by one command:
sudo lshw -html > ~/Desktop/myhardware.html
Friday, October 15, 2010
Saturday, October 2, 2010
Warp Factor 3, engage!
About a week ago one of our volunteers dropped off a Packard Bell Pack-Mate 3000CD all-in-one computer. The Pack-Mate 3000CD has a Pentium 75MHz CPU, a base RAM of 8MB (chips soldered on to the motherboard) expandable up to 72MB, and a 540MB hard drive. Even for a refurbisher like us this is a truly old system. It sat unused and untested for most of the week until I got the crazy idea to install OS/2 Warp 3 on it.
The Pack-Mate 3000CD was designed to run Windows 95, but we work with Windows almost every day and most of our volunteers have lots of experience with different versions of Windows. It was time to show something a little different and OS/2 Warp 3 fit the bill.
The OS/2 Warp boot screen on our Packard Bell Pack-Mate 3000CD |
Subscribe to:
Posts (Atom)