Technology weblogIT-Essence |
|
Friday Sep 03, 2010
Why CentOS is evil
Recently, I discovered that CentOS is in fact evil. Why?
Posted at 09:44AM Sep 03, 2010 by Zeger Hendrikse in Linux | Comments[1]
Wednesday Jun 02, 2010
Wireless tethering with WPA supplicant
Since my G1 phone has been rooted, I can use wireless tethering. However, initially I had difficulties configuring WPA supplicant to recognize the G1 tether, which apparently is running in ad-hoc mode. After setting ap_scan=2 Posted at 11:43PM Jun 02, 2010 by Zeger Hendrikse in Linux | Comments[0]
Monday Apr 05, 2010
Flash builder Eclipse plug-in on Linux For my new project, I was allowed to use my Linux laptop as development environment. The new project being an Adobe Flex project almost forced me back to the Windows platform, as Adobe does not make an Eclipse Flash Builder plug-in available for Linux. This post describes a successful effort to make Adobe's Flash builder available for Eclipse (Ganymede and Galileo) on the Linux platform.[Read More] Posted at 12:15AM Apr 05, 2010 by Zeger Hendrikse in Linux | Comments[0]
Monday Dec 14, 2009
Gentoo Linux on Asus UL-30A notebook
Recently I bought the Asus UL-30A ultra-portable laptop and installed (Gentoo) linux on it. Summarizing, installation of Linux on this machine makes it even more value for money. I also got Compiz Fusion running, which even makes Mac die-hards doubt their expensive alternative Posted at 07:47PM Dec 14, 2009 by Zeger Hendrikse in Linux | Comments[0]
Sunday Oct 18, 2009
Device driver check and report
I recently discovered this site, which allows you to copy and paste the output of 'lspci -n' in a textfield on the web page, and shows you which parts of your hardware are supported from which kernel version, like so: .Posted at 10:09PM Oct 18, 2009 by Zeger Hendrikse in Linux | Comments[0]
Monday Dec 08, 2008
Problem starting Ganymede profiler under Gentoo
Recently I discovered that I could not start the Eclipse (Ganymede) profiler by right clicking on a Java application and selecting Profile As -> Java Application. The monitor tab in the configuration window would show: "The launch requires at least one data collector to be selected." On the Internet I found this post that suggested to look in my Posted at 09:38PM Dec 08, 2008 by Zeger Hendrikse in Linux | Comments[0]
Thursday Jan 17, 2008
Tree
If you need to list the contents of your directories in such a way that they can seemlessly be incorporated into a presentation, the bash[572]% tree -F demo-app/ What cannot be seen here is that even directory colors are seen, just like listing with Gentoo Linux users can easily obtain this tool using: emerge -av app-text/tree Posted at 02:00PM Jan 17, 2008 by Zeger Hendrikse in Linux | Comments[0]
Sunday Jun 10, 2007
That useful rsync utility
Since some weeks, I own a housing for an external USB hard disk, and recently bought a 320 Gig hard disk to go with it for my backups. I didn't know 320 Gigs were that much though Instead of all the hassle with DVDs (or even worse CDROMs), I now merely "rsync" my folders containing e.g. my pictures on a regular basis: /usr/bin/rsync --verbose --progress --stats --compress --times --perms --delete -a \ Actually, I already use rsync to backup this blog to the server of my provider. In this case, rsync seamlessly incorporates synchronization over SSH, see for example the following excerpt of my script that is started with cron every night: #!/bin/bash Posted at 11:12PM Jun 10, 2007 by Zeger Hendrikse in Linux | Comments[0]
Saturday Jun 02, 2007
USB Uno MIDI interface
A couple of weeks ago I bought a USB MIDI interface, one that is supported under Linux, of course.
![]()
It is the Midisport Uno by M-Audio. Finally I can play my favourite MIDI files on my digital piano (again) as well as record my playing with a sequencer using my laptop. Although it took me some time to get the Uno working under Linux, I am now immensely happy with it, since I normally never use Windows and I have Rosegarden to my avail. What an incredibly nice and feature rich open source MIDI program. The only scarce resource left now is my time! Posted at 11:58PM Jun 02, 2007 by Zeger Hendrikse in Linux | Comments[7]
Sunday May 27, 2007
Restoring boot loader after windows installation
If you install Windows on a computer that has Linux and the (Grub) bootloader already installed, you will see that the Linux bootloader has been overwritten during the Windows installation process. To recover, do:
/dev/hda6 and the root on /dev/hda7. Of course, your /boot may be located on your root partition too, in which case you just leave out the associated steps below.
Posted at 03:40PM May 27, 2007 by Zeger Hendrikse in Linux | Comments[0] |
|
||||