This website is powered by GitHub Pages/Jekyll and can be built in under 5 minutes. Literally.
Head over to the GitHub project
to get started.
This template was designed to look great on both desktops and smaller (mobile) devices.
Below are sample blog posts for illustration purposes.
If you like this theme, please consider supporting me :)
Pirates arrrr
Posted on January 15, 2015
Piracy is typically an act of robbery or criminal violence at sea. The term can include acts committed on land, in the air, or in other major bodies of water or on a shore. It does not normally include crimes committed against persons traveling on the same vessel as the...
Read More
First post!
Posted on January 4, 2015
This is my first post, how exciting!
Read More
HOWTO test local network speed
Posted on July 14, 2014
I have a problem to determine where is my LAN’s bottleneck. Copying files between two computers should be faster. Let’s check it out. To mesure the speed we will prepare a client-server connectionL Preparation Install netcat on machines that will take part in the tests. On a OpenWRT...
Read More
Missing MS SQL Configuration Manager
Posted on July 14, 2014
If you are unable to find the Configuration Manager, there is a simple way to call it, instead of repairing the installation:
For SQL Server 2012
SQLServerManager11.msc
For SQL Server 2008
SQLServerManager10.msc
(credits)[http://stackoverflow.com/questions/9844771/sql-server-configuration-manager-not-found]
Read More
Own mailserver - Debian 7 Wheezy VPS - Part 3 - database
Posted on July 14, 2014
Let’s map the virtual-* postfix configuration into mysql database Create database mysqladmin -p create mailserver Enter mysql root password mysql -p mailserver GRANT SELECT ON mailserver.* TO 'mailuser'<span...
Read More