Friday, March 13. 2009Free software vs. Microsoft![]() The fact that the idea of free software is so contrary to the behavior of Microsoft is exactly reflected by how their respective representatives act in their talks. Here’s a quick video edited by myself from sources I found on YouTube: It’s totally up to you who you trust. Thursday, March 5. 2009What a speed gain!![]() I complained about my old notebook being too slow at image processing. As I now run a new machine, it’s time to measure the performance increase: Old system: 1×1.6 GHz CPU, 1 GB RAM Task #1: Render 8 RAW images to PPM in multi-parallel for file in *cr2; do time dcraw $file & done Old system time: 1 min 41.1 sec New system time: 0 min 04.6 sec → 22× faster Task #2: Render 8 RAW images to JPEG in multi-parallel for file in *cr2; do time convert $file $(basename $file .cr2).jpg & done Old system time: 5 min 0.0 sec New system time: 0 min 18.2 sec → 16.5× faster Hell yeah!
Posted by Stephan Paukner
in Information Technology
at
20:37
| Comments (0)
| Trackback (1)
Defined tags for this entry: hardware
Tuesday, March 3. 2009Gathering Core i7 temperatures with Linux![]() Debian’s standard kernel 2.6.26 has a little drawback: The coretemp module doesn’t recognize Intel’s Core i7 processor. The sensor chip W83667HG of my Asus P6T Deluxe (LGA 1366 socket) is not yet supported as well. This is a typical symptom when using Linux on too recent hardware. However, if it’s enough for you to read an aggregated CPU temperature instead of eight individual core temperatures, you can force loading the w83627ehf module with CODE: # modprobe w83627ehf force_id=0x8860 and tune the /etc/sensors3.conf to get rid of false alarms. Luckily, for the current prerelease 2.6.29-rc6 there’s a very recent bunch of patches available that brings support for W83667HG into the w83627ehf module, whereas coretemp already finds the CPU. Follow this guide on how to compile and install a new kernel the Debian way. A drawback is that source modules from the official Debian repositories might not compile anymore, e.g. the MadWifi modules. You have to get them from the project directly (via SVN). You also need to build a current version of lm-sensors (via SVN) to correctly gather the values from w83627ehf. You could then visualize the values e.g. with gkrellm. Now have fun stress-testing your system with MPrime. Update 03/24: It appears that these patches didn’t make it into the final 2.6.29 release. Update 04/09: The patches went into 2.6.30-rc1. Sunday, March 1. 2009Configuring Bluetooth on Linux 5ucks!![]() Because it’s a pain, a short reminder for myself on how to connect a Bluetooth capable cell phone with a Debian box:
In your cell’s Bluetooth settings you could now permanently authorize your PC. The next cat < /dev/rfcomm0 shouldn’t initiate a pin request anymore.
(Page 1 of 1, totaling 4 entries)
|
AboutCalendarArchivesCategoriesShow tagged entriesandroid antenna anti-spam apache astronomy austria automobile ballooning bash bluetooth bug career cloud collecting comic cooking cw debian dreams education electronics event fail fashion finance flickr fuerteventura fun gentoo geography german gnu-linux gnucash google google earth graphics guitar hardware history image processing internet kernel kids language lanzarote lhc lifestyle linkroll literature ltd machine learning making mallorca mathematics matlab microsoft migration movies music numismatics octave pdf perl philately philosophy phone photo gear photography physics podcast politics postfix private programming public transport rant religion review samsung science security shtf social web software statistics storage sustainability symbian tablet time lapse transceiver tv usenet video virtualization wordplay work www yahoo youtube
Syndicate This BlogFollow meBookmarks
Powered by |