Opening a terminal isn’t as important as it used to be in Ubuntu. Ubuntu is quite user friendly now (though some would argue it is moving against that with it’s unity interface!) but using a terminal is still as powerful as ever!
HUD – Heads Up-Display. The future of the Ubuntu menu? Lets see…
Filezilla Crashes on Drag and Drop – Ubuntu 11.10
Recently Filezilla crashes on drag and drop, I believe its an Ubuntu 11.10 problem as I don’t remember this occurring before. It’s pretty drastic so I’m sure I would have noticed!
Whenever I try to drag and drop a folder Filezilla disappears (exits or crashes – however you want to explain it!). It wasn’t too painful to fix…. luckily.
Install Lamp Server on Ubuntu
Install LAMP Server on Ubuntu?
A few complex packages but all (bar linux!) can be installed with one command and then following the on-screen instructions:
(NOTE: All the commands here need to be typed into a terminal, open one by pressing Ctrl+Alt+T.)
Replace Text in Multiple Files with a Simple BASH Script
This is a problem that could come across quite often. How to replace text in multiple files at once?
If you are running a UNIX system you are lucky: with a simple BASH script you can achieve this.
Where is php.ini located in Ubuntu?
Where is php.ini file?
This is a question I have been asked a few times recently. Depending on what system you are running, php.ini could have different locations. But where is php.ini hidden?
Find php.ini
Firstly, it’s not hidden, it’s a configuration script which determines the settings of your PHP installation. There are few ways to find where the php.ini file.
PHP time limit – extend script running time
Some scripts require some time to execute, and they might reach your PHP time limit.
Fatal error
If PHP time limit is too short for your script, you will see this error:
Fatal error: Maximum execution time of N seconds exceeded in /path/to/script.php on line N
PHP memory limit – increase memory allocation
Sometimes, when executing a script with a strong memory usage, we might reach the PHP memory limit.
Fatal Error
This is what we can see when that moment happens:
Fatal error: Allowed memory size of a certain amount bytes exhausted (tried to allocate another amount bytes) in /path/to/script.php
LightDM Resolution
I recently posted an answer on askubuntu regarding the LightDM resolution settings. I thought it would be best to bring it over here and maybe explain things a bit better.
WordPress Admin Theme Plugin
This is my personal WordPress admin theme that I thought I would share with the world!
I wasn’t too keen on the 2 themes provided by default and found some other WordPress admin plugins to be overkill and a bit too heavy.

