UDP Listener
I’ve released a small cute little program to read UDP packets sent to your computer. You can have a look, or download it here.
C# – Make console application invisible
Sometimes it can be handy to hide your console application from the users, to avoid complications in the example. Here is how to do it. First, we…
Linux – Create and extract Tar files
Tar Probably the most used compression for Linux systems, and maybe the Linux equivalent of Zip. Tar stands for “Tape Archive”, and was made back in the…
Linux – Create and extract zip
Zip Probably the most used archiving format for pc users. To compress a folder in Linux: zip -r archive.zip /home/Jon/files_to_archive This example assume we are creating a…
Install KVM Virtual Machine Manager on Debian based systems
The Virtual Machine Manager is a small powerful tool when it comes to handling your kvm guests. To install the Virtual Machine Manager we do: apt-get install…
Linux Mint Mono develop is not working after install
Linux Mint Mono Develop On a standard Debian system this is very easy, and should be so on Linux Mint Mono Develop (the Debian version) too. Since…
Debian – Add sftp access for users to your Apache website folder
If you try to transfer files to your website folders (as a user) with FileZilla or any other sftp software, you most likely get write: permission denied….
Udp Transmitter
Simple Udp Transmitter tool released. Check it out at UdpTransmitter v0.01
Play Android games on your pc
To play Android games on your PC, you can use an app player like BlueStacks. You can download BlueStacks from here: http://www.bluestacks.com/ Install it like a normal Windows…
Windows – Disable automatic driver updates
It can be annoying when Microsoft decide to install their version of drivers, when you already have something that works perfectly. That’s why I’m disabling automatic driver…