Toggen Blog
Tech tips
Articles
Latest
Telstra Smart Modem Gen 2 mobile mode – PPTP and L2TP VPN’s don’t work
Problem: Mobile Mode doesn't support L2TP or PPTP VPN connections Recently my ADSL filter between the phone line and the TELSTRA SMART MODEM GEN2 failed and caused my internet connection to fail over to "mobile mode" or "backup mode" which I believe is a SIM card in...
vncserver on Ubuntu 16.04
This link has the instructions to install VNC on Ubuntu 16.04 https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-16-04 Following are the fixes for things that didn't work for me Missing Icons in XFCE #follow the tutorial but...
Test of Social Media Share
This is a test of Jetpack free account sharing to my connected Social Media accounts: LinkedIn and Twitter
TinyMCE & React
Just had to change a Draft.js based editor for something that worked with Chrome for Android and found TinyMCE Here is my attempt to get it working with both desktop and mobile
Warning: _cake_core_ cache was unable to write ‘cake_dev_en-us’ to File
There are some answers on SOF but in my case this was caused by no more disk space. Checked permissions and they had the web server user www-data with write access to all app/tmp/*Checked the /var/log/apache2/error.log and found a "no space left on the device warning"...
setTimeout in a loop
Why does all the output of a for loop appear at once when using setTimeout? for(var i = 0; i < 5; i++){ (function(i){ setTimeout(function(){ console.log('value is ', i); }, 3000); })(i); } When you run the above code after 3 seconds the output of all iterations of...
