Its very important that when sitting at public wifi hotspots to use a secure tunnel to prevent people from grabbing your confidential data. Luckily if you have a linux machine…
Secure SSH tunnel at public wifi hotspot
Access Pfsense Web configurator over WAN (the Internet)
The ability to access the Pfsense WEB configurator / WebUI interface remotely is disabled by default. You can enable it by following 5 short steps: Step 1 – Enable HTTPS in pfsense…
How to limit bandwidth for wireless hotspots
One of the most common problems with wireless hotspots is the ability to control how much bandwidth each person on the network can utilize. There are tons of proprietary solutions…
Remove readmore button for elegant themes when using blog style posts
Simply go to the wordpress editor and edit the main stylesheet.css file. Insert the following code at the bottom ? services a.readmore, .entry a.readmore { display: none; }
Installing Logmein FREE/Pro on machine without password
http://help.logmein.com/SelfServiceKnowledgeRenderer?type=FAQ&id=kA030000000DGFOCA4&search=1&kw=access code Enjoy ?
OpenVPN connects, but you cannot ping the server
There are plenty of posts out there about this, but what I found the problem to be on my windows 7 x64 pc, is that the openvpn-gui needs to be…
Add new users to openvpn without having to regenerate all keys
cd easy-rsa . ./vars ./build-key newclient
Execute batch files after visual studio setup project / installer has completed
Well you’ve been looking all over the internet to find something to execute a batch file after the visual studio installer has executed and installed your program. The visual studio…
Email Notifications For FreeFileSync – 100% working! – LoggyMail
For ages FreeFileSync users have been asking for email notifications which inform them of the status of the backup based on logs stored in a specific directory. Well wait no…
Prevent multiple instances of C# application – 100% working
If you only want 1 (one) instance of your C# application running, then simply make use of the following code in the Form1 (or whatever you form is called) constructor,…









