Oct 312010
 

http://www.cyberciti.biz/faq/mysql-change-root-password/
http://bueltge.de/wk-installation-taskfreak/121/
http://www.taskfreak.com

Here is how you can install the TaskFreak! System:

# Get the Taskfreak bundle from http://www.taskfreak.com/original
tar xzf /tmp/taskfreak-multi-mysql-0.6.tgz -C /var/www
mv /var/www/taskfreak-0.6.4/ /var/www/taskmanagement

Then create the database:

echo "CREATE DATABASE taskfreak;" | mysql -u root -p
echo "GRANT all ON taskfreak.* TO 'taskfreak'@'localhost' IDENTIFIED BY 'passwordXYZ';" | mysql -u root -p
## kann auch dann über das Web gemacht werden:
# mysql -u taskfreak -pPASSWORD taskfreak < /var/www/taskmanagement/install/mysql.init.sql

Save the new setup for the database and the user to the config.php and delete the install directory:

Oct 282010
 

Task Management Tools with a Graphical User Interface

http://forum.ubuntuusers.de/topic/aufgabenverwaltung-mit-task-coach/

Web Based Task Management Tools

Calendar Tools

For the Command Line
VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
Oct 272010
 

remapping the Command and Option key

If you use a non-Apple external USB keyboard you will notice that the Windows key represents the ⌘ Command Key and the Alt key represents the ⌥ Option key. To invert this key mapping, open the System Preferences → Keyboard → Modifier Keys → Unknown external keyboard and make the changes.

Bind Home and End key of external keyboards to usefull actions

Edit the default keybindings file ~/Library/KeyBindings/DefaultKeyBinding.dict (create the directory and / or the file if they’re not already there).

Oct 252010
 

Installation:

sudo add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian maverick non-free"
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-3.2

I got an error, so I had to run

sudo apt-get clean

and delete the following line from my /etc/apt/sources.list:

deb-src http://download.virtualbox.org/virtualbox/debian maverick non-free

resources

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
Oct 232010
 

also check http://dl.dropbox.com/u/34351/NSConferenceNotes.txt (or google it, it’s also gisted on github) for more ideas

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
Oct 222010
 

Starting with 10.04 lucid and also on 10.10 maverick you should switch over from scim to the ibus input method. This is described in the links stated below.

resources

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
Oct 142010
 

https://help.ubuntu.com/community/LucidUpgrades#Upgrading%20Using%20the%20Alternate%20CD/DVD

  1. Download the alternate installation CD
  2. Burn and insert it or mount it using sudo mount -o loop ~/Desktop/ubuntu-10.04-alternate-i386.iso /media/cdrom0
  3. Follow the on-screen instructions or run gksu "sh /cdrom/cdromupgrade"
VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)