Ubuntu
checking whether to look for KWallet... yes checking for QtCore, QtDBus, QtGui... yes checking for kde4-config... yes
Repetitive strain injury - RSI and would like something in your desktop which will poke you at constant intervals to take rest before you start starring the monitor continuously "workrave" will be a good tool to consider.
In Debian/Ubuntu you install it by the following command:
If you concerned about
sudo apt-get install workrave
$ sudo update-alternatives --config x-www-browser There are 4 alternatives which provide `x-www-browser'. Selection Alternative ----------------------------------------------- 1 /usr/bin/epiphany 2 /usr/bin/iceweasel *+ 3 /usr/bin/konqueror 4 /usr/bin/epiphany-gecko Press enter to keep the default[*], or type selection number: 2 Using '/usr/bin/iceweasel' to provide 'x-www-browser'.NOTE: The abo
Components required
- apache 2.0 or greater - openssl 0.9 or greaterCompiling apache
./configure --prefix=/usr/local/httpd-2.2.9 --enable-ssl --enable-dav=shared --enable-dav-fs=shared --enable-dav-lock=shared --enable-rewrite=shared
Create certificate authority
I hit this problem when I was adding code to support storing encrypted passphrases in gnome-keyring for subversion. When we add a new key to the default keyring we are prompted for a password for locking/unlocking the default keyring. Sometimes I forget the password which I gave to this default keyring, which prevents me from viewing the default keyring and the keys associated with them, using the gnome-keyring-manager.
I found out that these encrypted passwords all those associated information about the keyrings are stored in the file '~/.gnome2/keyrings/default.keyring' in Debian based distros.
java version "1.4.2" gij (GNU libgcj) version 4.1.2 20061115 (prerelease) (Debian 4.1.1-20) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.I wanted to switch to Sun provided java version.