The ultimate solution:
Go to:
http://empty.23inch.de/pmwiki.php/Main/EditShortcuts
Download the tgz and install (Put the editshortcut.gedit-plugin file and the whole editshortcut directory into ~/gnome2/gedit/plugins. Restart gedit)
Edit>Preferences>Plugins: Edit Shortcuts (tick)
then
Tools>Edit Shortcuts:
GeditWindowAction->EditRedo: change to Ctrl+Y
Category Archives: Ubuntu
How to manage gnome icons in Ubuntu Netbook Edition
Icons are locked, you can’t add or manage them. To fix that :
https://help.ubuntu.com/community/UbuntuNetbookEdition/ConvertGnomeSession
Looking for tun driver …
Solution for VPN client that need tun driver (and which is missing in Ubuntu 10.04) :
echo -e “install tun /bin/true\n” > built-in.conf
sudo cp built-in.conf /etc/modprobe.d/
rm with find
find . -name “prefix*” -exec rm {} \;
Connect Dyneema Ultralight Sup’air Carabiners how to
User manual, how to lock.
Juste au cas ou, le guide de comment fermer ces truc.
Sometimes, open source is passivity
About a thunderbird bug: cant drag and drop file FROM tb TO folder/desktop for 4 years now, since then, a bug has been filled, water has flown under bridges, but I’m still unable to DnD…..
https://bugzilla.mozilla.org/show_bug.cgi?id=377621
Ubuntu 10.04 remove enveloppe icon
The useless icon here:
Is just boring and just bring redondant information.
sudo apt-get purge indicator-message
Convert wmv to avi
mencoder video.wmv -ofps 25 -ni -ovc lavc -oac mp3lame -o video.avi
Convert AVI to FLV
ffmpeg -i VID00011.AVI -ab 56 -ar 44100 -b 200 -r 15 -s 1280×720 -qscale 13 -f flv VID00011.FLV
Ubuntu 10.04: move window buttons (minimise, maximize and close) back the way it was
How to restore the “normal” button model in one command:
gconftool -s /apps/metacity/general/button_layout -t string menu:minimize,maximize,close