If you want to install Oracle’s SQL Developer on Ubuntu (or another DEB based system such as Debian) you can do one of the following: Download the RPM package and install using rpm (not advisable). Download the RPM package and convert to a DEB package using alien Download the ZIP file titled “Oracle SQL Developer [...]
Kaboom is cool!
Great tool for converting KDE3 settings to KDE4 on Debian. Also, it’s works well to merge KDE4 settings from .kde4 with KDE3 settings in .kde. This is useful as KDE4 1st used .kde4 to save personal KDE configuration data. KDE4 is now using .kde for config data, which mean early KDE4 users will have problems [...]
Hi Lenny
Debian GNU/Linux 5.0, codenamed Lenny, was recently released. Here’s a round of of articles about the release and why you might want to consider Debian for your infrastructure. Techworld sums up what this means for companies and highlights new features and security enhancements: http://www.techworld.com/news/index.cfm?RSS&NewsID=110898 Debian 5.0, known as Lenny, will offer users improved security handling. [...]
RAD7.5 on Debian or Ubuntu
If your installing RAD 7.5 (IBM Rational Application Developer) on Debian or Ubuntu, install the libstdc++5 package: apt-get install libstdc++5
Duh!
Note to self: Disable the firewalling scripts (that listen on and block port 80) when starting webserver!
To enable mod_perl with Apache2 on Debian & Ubuntu for all directories served up by Apache2, including user directories such as ~/public_html, add the following lines to /etc/apache2/sites-available/default # enable mod_perl <Files ~ “\.(pl|cgi)$”> SetHandler perl-script PerlResponseHandler ModPerl::Registry Options +ExecCGI PerlSendHeader On </Files> In a real production environment you [...]
After upgrading to Flash 10 sound stopped working. Installing the flashplugin-nonfree-extrasound package solved that problem for me: aptitude install flashplugin-nonfree-extrasound If your using pulse audio, install the flashplugin-nonfree-pulse package. It doesn’t look like the Debian flash plug-in suggests either package: apt-cache show flashplugin-nonfree|more Package: flashplugin-nonfree Priority: optional Section: contrib/web … Suggests: iceweasel, konqueror-nsplugins, x-ttcidfont-conf, msttcorefonts, [...]
Netbeans 6.5 on Debian
Doesn’t perform badly, I’ve been using it recently with Ruby code, and I like how it colourises the code to make editing code easier, and performs it auto-completion and method lookup (basically all the features you’d expect with a modern IDE). It’s does’t startup as fast as using Emacs, or vi, but I find the [...]
KDE4 and Debian
I figured it’s time for me to try and install kde4 again! Previously I had to remove KDE4 due to package conflicts. There are installation instructions at: http://pkg-kde.alioth.debian.org/experimental.html So following the instructions there on what changes to make to your sources.list, and then run: aptitude update I’ve had some dependency issues, and installing the kde4 [...]
Debian’s e17 Packages
I thought I’d start looking at using Debian’s experimental E17 packages. I commented out all other E17 repo’s from my source.list and installed the debian e17 package. It installs a minimal amount of related packages, and there doesn’t seem to be lot of e17 packages available in the experimental repo sudo aptitude install e17 Reading [...]












Recent Comments