Where cool meets functional – FlipFlic is a great little device which allows you to control your blinds and adjust the amount of light entering a room. [https://ksr-video.imgix.net/projects/2371963/video-644535-webm.webm](https://ksr-video.imgix.net/projects/2371963/video-644535-webm.webm) Check out…
FlipFlic – motorise your blinds
Failed opening required '/usr/share/php/php-gettext/gettext.inc' – Ubuntu 16.04
A nice simple solution for this: sudo apt-get install php-gettext
Increase memory for Java and Tomcat
http://crunchify.com/how-to-change-jvm-heap-setting-xms-xmx-of-tomcat/
Install system-config-samba Ubuntu 16.04
A couple of steps to get system-config-samba to work in Ubuntu 16.04. sudo apt-get install system-config-samba sudo touch /etc/libuser.conf sudo chown root:root ~YOUR-USERNAME/.config/ibus/bus
OpenCart folder permissions
For OpenCart v2.1.0.2 the following folder permissions should either be 755 or 777. The following folder permissions should be changed: /var/www/html/interiors/image/ /var/www/html/interiors/image/cache/ /var/www/html/interiors/image/catalog/ /var/www/html/interiors/system/storage/cache/ /var/www/html/interiors/system/storage/logs/ /var/www/html/interiors/system/storage/download/ /var/www/html/interiors/system/storage/upload/ /var/www/html/interiors/system/storage/modification/
Share folder on external drive Ubuntu 16.04
Firstly ensure that system-config-samba is installed (refer to this post for install instructions). Click File -> Add Share Click Browse and select the folder to be shared Insert a share…
Limit/throttle YouTube PfSense
A great post which explains how to throttle YouTube and Facebook with PfSense: pfSense and Shaping Facebook – The Definitive Guide.
Disable STRICT_TRANS_TABLES / MySQL strict mode WHM
SSH into your WHM server as root and run the following command: nano /usr/my.cnf Paste the following at the end of the file: <span class="pln">sql_mode</span><span class="pun">=</span><span class="pln">NO_ENGINE_SUBSTITUTION</span> Next, edit my.cnf…
Add title to disabled button bootstrap
A silly little one here: Your bootstrap button (or nasty default HTML button) is disabled, but you need to add a title to it. The solution: simply add a div…
Change default upload size PHP WordPress Ubuntu
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









