It seems that there is a bug that makes the avahi-daemon overuse the processor - https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/655835. Avahi is a similar thing to Bonjour on the Mac and is for finding other people to chat to, printers to print to etc. http://avahi.org/
To stop it run:
/etc/init.d/avahi-daemon stop
Tuesday, December 13, 2011
Sunday, September 18, 2011
Changing Start Icon in Ubuntu 10.10
Create or find a new icon 24X24 pixels in png format.
sudo mv win98-start.png /etc/alternatives/start-here-24.png
To see the new icon.
killall gnome-panel
To get a theme fairly close to win98 for Ubuntu use the win2k theme from http://art.gnome.org/themes/metacity
sudo mv win98-start.png /etc/alternatives/start-here-24.png
To see the new icon.
killall gnome-panel
To get a theme fairly close to win98 for Ubuntu use the win2k theme from http://art.gnome.org/themes/metacity
Monday, August 22, 2011
Wednesday, July 6, 2011
Instructions for reinstalling all your Ubuntu packages fast
Found these very useful instructions which allow you to reinstall Ubuntu (or any other debian based system) and end up with exactly the same packages installed, almost automatically.
http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html
http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html
Tuesday, May 3, 2011
Synergy - Mac
Video on how to configure SynergyKM with Mac as the server - http://www.youtube.com/watch?v=uydwhv20qnI
Thursday, April 14, 2011
Making Ubuntu look like Win7
There is a script here that does quite a good job of making Ubuntu look like Win7
http://ubuntu.sun.ac.za/index.php?title=W7_Theme
It does warn however that you might not find it easy to change back and I haven't tried going back so be careful if you think you might want to revert.
http://ubuntu.sun.ac.za/index.php?title=W7_Theme
It does warn however that you might not find it easy to change back and I haven't tried going back so be careful if you think you might want to revert.
Monday, March 21, 2011
Installing Sun Java JRE on Lucid Lynx - 10.4LTS
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin
sudo update-alternatives --config java
From http://www.clickonf5.org/linux/how-install-sun-java-ubuntu-1004-lts/7777
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin
sudo update-alternatives --config java
From http://www.clickonf5.org/linux/how-install-sun-java-ubuntu-1004-lts/7777
Saturday, February 26, 2011
Bulk Resize Images
From http://www.novell.com/coolsolutions/tip/16524.html
mogrify -resize 320x240 *.jpg
After this command is completed, all of the images will be replaced with resized version of themselves. Notice that in an effort to preserve the image aspect ratio, mogrify may not be produce images that are exactly 320x240. To force this to happen, modify the original command to by placing an exclamation point at the end of the desired resolution:
mogrify -resize 320x240! *.jpg
mogrify -resize 320x240 *.jpg
After this command is completed, all of the images will be replaced with resized version of themselves. Notice that in an effort to preserve the image aspect ratio, mogrify may not be produce images that are exactly 320x240. To force this to happen, modify the original command to by placing an exclamation point at the end of the desired resolution:
mogrify -resize 320x240! *.jpg
Subscribe to:
Posts (Atom)