To edit the default upload size for WordPress on Ubuntu, edit the following file: /etc/php5/apache2/php.ini Search for upload_max_filesize and change this to the desired value. Reload Apache with service apache2 reload
Change default upload size PHP WordPress Ubuntu
Download entire website including css, js, and images in Ubuntu
wget –mirror -p –convert-links -P LOCAL-DIR/ WEBSITE-TO-COPY
Center an image with CSS
Nice and simple. In your CSS: img.center { display: block; margin-left: auto; margin-right: auto; } And then in your HTML: Courtesy of about tech
ClickHandler for AnchorElement in GWT
ClickHandlers can only be added to Anchors in GWT, and not AnchorElements. The solution however is to wrap the AnchorElement in an Anchor and add the ClickHandler to the Anchor:…
spotify: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory – SOLVED Ubuntu 15.10
A minor issue with Spotify on Ubuntu 15.10. First install Spotify on Ubuntu 15.10 as per normal, and then execute the following commands: wget http://security.debian.org/debian-security/pool/updates/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u3_amd64.deb And then: sudo dpkg -i…
Screencasting in Ubuntu
I have tried a good number of screencasting programs and neat little program which records good quality video and voice is Kazam. It can be downloaded here:
Move Android apps to SD card
To move apps from your internal storage to external SD card storage, follow these steps: Go to settings, and click on “Application manager” Select the app to be moved from…
Fixing Warning: require_once(Cache/Lite.php): failed to open stream Joomla SOLVED
When moving Joomla from one server to another you might come across this nasty little error. To solve, simply edit configuration.php in your www or public_html directory and locate <code…
Install LAMP stack Ubuntu 14.04 / 14.10
LAMP simply stands for Linux Apache MySQL PHP This tutorial will not cover the installation of Linux, instead we will cover the following: Install Apache Install MySQL Install PHP Step…
Get free Internet Wifi hotspot – Tunneling HTTP over DNS
From time to time you may require urgent access to the internet and you don’t have your credit card handy / you’re broke / or you just like getting things…









