Optipng is in the Ubuntu repositories but is you want an up to date version then it can be worth installing Optipng from source. This is essentially a script but you can use the commands on there own if you want.
wget --quiet http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.3/optipng-0.7.3.tar.gz
tar xf optipng-0.7.3.tar.gz
cd /root/scripts/optipng-0.7.3
./configure > /dev/null 2>&1
make > /dev/null 2>&1
cp /root/scripts/optipng-0.7.3/src/optipng/optipng /usr/bin/
ln -s /usr/local/bin/optipng /usr/bin/optipng
rm /root/scripts/optipng-0.7.3.tar.gz
rm -rf /root/scripts/optipng-0.7.3
If you have just installed Postfix or Sendmail it can be helpful to test if everything is configured correctly. Often you want to do this from the commandline without having to install an entire email client. You can do this by installing a few simple command line mail utilities.
apt-get update
apt-get install mailutils
Then pipe a message to the command:
echo testing | mail -s test_subject myemail@example.com
If the mail doesn’t arrive then you can reconfigure postfix and try again.
It’s a real pain to change the bitrate of Sound Juicer to actually make the MP3 or Ogg files good quality. For some reason the default quality is terrible and the developers have removed the menu which allows you to change the bitrate. Frankly, this makes Sound Juicer useless as a ripping tool and I believe that it should be removed from the Ubuntu repositories.
Basically, my advice is to uninstall Sound Juicer and install Asunder.
sudo apt-get remove sound-juicer
and
sudo apt-get install asunder
This will save you a world of pain and give you an easy to use piece of software.
Synology have released a Linux Cloud Station Client – which is brilliant news. Well done Synology for listening to your customers. It works really well and is quite easy to installed.
Step 1 – Download the Cloud Station Client for Linux from here. Note – there is a section for Linux so don’t download the Windows client.
http://www.synology.com/en-uk/support/download
Step 2 – Extract the download
tar -xvzf CloudStation-Linux-Installer-2572-64bit.tgz
Step 3 – Run the ./install file . Important – don’t run it as root! If you run the install script as root no menu icon will appears and the client will not run.
./install
The rest is quite simple – just follow the instructions that appear on the screen.
I’m a fan of Ubuntu Unity, however like all desktops there a few little niggles. I wanted to change the behavior of the Ubuntu Unity application switcher. The problem is that I have multiple terminals open and I want to be able to switch between them. However the alt-tab behaviour only allows you to switch between complete difference application. I.e. going between a terminal and Firefox is fine but you can’t switch between two terminals. Anyhow, here is the recipe that I found worked to change the alt-tab behaviour of Ubuntu.
1 – Install Compiz Config Settings Manager and the compiz-plugins-extra (which includes the old application switcher).