Tag Archive: apt-get

Oct
01

WordPress Not Resizing Images

If you are using WordPress and when you upload an image it only offers you the original size image to insert into your post you need to install the GD library for PHP. On Ubuntu this is very simple just run the command: sudo apt-get install php5-gd and then restart apache sudo /etc/init.d/apache2 restart then …

Continue reading »

Jul
31

Mysql Update Turns On Binary Logging

debian

I recently ran an apt-get update on my Debian Etch server as I wanted to install pSpell for php. I found that the apt repros were out of date. After and Internet search I found that they have been archived. This is worrying that the OS that I am running is now seemingly obsolete but …

Continue reading »

Jan
28

Virtualbox – Part 2

Having just posted a good write-up of Virtualbox I am having a strange problem with my Ubuntu Desktop. I decided to update it all, so ran the ‘apt-get update’ which was fine, but when I ran an ‘apt-get upgrade’ it decided it needed to download 150mb or updates. This was expected so I allowed to …

Continue reading »