Welcome to thatlinuxbox.com Thursday, November 21 2024 @ 11:03 AM UTC
CrunchBang Linux on Acer Aspire One AO751h
- Monday, February 15 2010 @ 03:09 AM UTC
- Contributed by: Dan Stoner
- Views: 19,704
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,040
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)
My Home Desktop Computer Runs Linux
- Wednesday, January 20 2010 @ 04:22 PM UTC
- Contributed by: Dan Stoner
- Views: 13,960
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)
Heatsink Bracket and Clips for new CPU cooler
- Wednesday, January 20 2010 @ 03:15 AM UTC
- Contributed by: Dan Stoner
- Views: 7,836
Here is the funky bracket the Zalman uses:
- read more (206 words)
- Comments (0)
Verizon Motorola Droid... in my hands!
- Saturday, November 07 2009 @ 12:55 AM UTC
- Contributed by: Dan Stoner
- Views: 3,989
I'm sure that other sites will do a better job of reviewing the Droid in-depth, so I will just give some impressions and post a few pictures.
Here are the first pics (note: Jabba is not to scale):
The Droid sitting next to my semi-ancient work-provided BlackBerry:
- read more (257 words)
- Comments (0)