Welcome to thatlinuxbox.com Friday, November 22 2024 @ 03:27 AM UTC
Server Racks after the Cleanup
- Wednesday, February 17 2010 @ 12:16 AM UTC
- Contributed by: Dan Stoner
- Views: 11,509
Here are the racks from the front:
- read more (147 words)
- Comments (0)
Serial Console Settings for IBM pSeries RS/6000
- Tuesday, February 16 2010 @ 10:10 PM UTC
- Contributed by: Dan Stoner
- Views: 19,342
Step 1: Dig around in your server room storage bins until you are lucky enough to find a cable labeled "pSeries Serial" like this:
This special console cable plugs into the front of the server. I used a DB-9 serial cable of some variety to extend the cable reach.
Step 1 (alternate): Connect a DB-9 serial cable (possibly just a standard null modem cable) into the Serial 1 port on the rear of the server.
Step 2: Configure your terminal software (such as HyperTerminal on Windows) with the following settings:
- read more (10 words)
- Comments (0)
CrunchBang Linux on Acer Aspire One AO751h
- Monday, February 15 2010 @ 03:09 AM UTC
- Contributed by: Dan Stoner
- Views: 19,707
Months after purchasing the Acer Aspire One AO751h, I was still looking for a Linux distribution that works well with the embedded (cursed!) Intel GMA 500 graphics drivers, aka Poulsbo. Ubuntu 9.04 or other distributions sourced on Jaunty Jackalope seem to be the easiest to make usable on this hardware but the situation is still far from perfect.
I gave CrunchBang Linux 9.04 a try and am loving it for a netbook operating system. CrunchBang, known as #! for short, uses the Openbox window manager + conky to provide a lightweight and clean desktop environment. One of the great things about the CruchBang distro is that it pulls from the Ubuntu repositories directly, so the expected huge number of software applications are available via the aptitude package management system. I really like the conky "Super key" keyboard shortcuts to start the main applications such as Browser, Terminal, Editor, etc. See the CrunchBang web site for more info (http://crunchbanglinux.org).
The only modifications I made to the system to help compatibility with Linux were the following three fixes taken from the Ubuntu community wiki pages:
- read more (156 words)
- Comments (0)
Improve compile time on multi-core Linux systems
- Friday, February 12 2010 @ 08:51 PM UTC
- Contributed by: Dan Stoner
- Views: 5,042
While compiling a piece of software from source the other day, I noticed that my CPU was only at about 50% utilization. This reminded me that the build tools can be set to execute multiple operations simultaneously.
The CONCURRENCY_LEVEL environment variable is used by many tools to determine the number of concurrent jobs to run:
export CONCURRENCY_LEVEL=3
It is also possible to tell "make" directly how many simultaneous jobs to run:
make -j 3
make --jobs=3
On a sample dual-core system, this improved my emacs compile time from 2m36s to 1m31s.
- Comments (0)
Canceled my A2 Hosting account
- Monday, February 01 2010 @ 02:55 PM UTC
- Contributed by: Dan Stoner
- Views: 5,801
I ditched A2 Hosting because the low apache MaxClients settings meant my sites were giving 503 errors and when pages did load ok they were generally missing images.
Beware so-called "Unlimited" shared web hosting plans. They are cheap for a reason. The MaxClients setting makes an effective bottleneck to limit site traffic and usage. When I asked A2 Hosting about this problem they suggested that I upgrade to one of their own VPS hosing packages. Um, no thanks. I switched providers instead.
It seems like there is an un-tapped niche in there somewhere. My Linode 360 costs $20 / month. I was paying $6 / month for the A2 Executive Web Hosting Plan. I would have loved to pay $12 for shared hosting that did not suck.
However, now that I'm on a Linode VPS plan I am probably hooked... it is really darn convenient to have my irssi client logged into IRC all the time and available to me anywhere I can get an SSH shell.
- Comments (0)
My Home Desktop Computer Runs Linux
- Wednesday, January 20 2010 @ 04:22 PM UTC
- Contributed by: Dan Stoner
- Views: 13,962
I recently posted Heatsink Bracket and Clips for new CPU cooler so I thought I ought to post more details about that system.
Here are the specs:
- read more (148 words)
- Comments (0)