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
Install system-config-samba Ubuntu 16.04
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…
Blog
SMTP ERROR: Password command failed: 535 Incorrect authentication data – WHMCS – Google Apps Email
A tricky little problem is when installing WHM on a new server, the option “Restrict outgoing SMTP to root, exim, and mailman (FKA SMTP Tweak)” is on by default. To allow…
Startups in Kitchener/Waterloo
Learning from like minded people who have been through the same struggle you are going through helps to no end as you’re building your company.
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









