Debian/Ubuntu – Use RSA certificate with Putty
Here is how to connect to a Debian based server using RSA certificate with Putty. First thing you need is to download Puttygen, and you will find…
Debian 7 – How to install Teamspeak 3 with autostart
Teamspeak 3 server with autostart Here is a short description on how to install Teamspeak 3 in a safe manner on a Debian server. And how to auto…
SSH – Connect to SSH with RSA certificate
Using RSA certificate will increase your account/server security. You can configure SSH server to only accept RSA certificate for your root user. Here is how to use…
Linux – SCP to download, upload or copy files
With several Linux computers or servers it can be useful or practical to copy files from one computer to another from the terminal directly. We use a…
SSH – See login attempts
The SSH log file is located here (on Debian based systems): /var/log/auth.log And to view it, just type (need root or sudo): cat /var/log/auth.log This file most…
Debian/Ubuntu – Give user admin rights (Add to sudo)
For security reason, and others, it is a good idea to use another user than root. There is several ways of doing this. On a Debian system…
Linux – How to kick SSH users
This can be useful if a connection get stuck, or you see a suspicious IP of your users. If you run w or who you will see you…
Internet Explorer – Dissable re-open closed tabs
On web based systems, when getting automatic restarts, power loss, etc, it can be a pain with the re-open closed tabs feature in Internet Explorer. It’s not…
Windows Service installer with InstallShield LE
I’ve made a short video to demonstrate how to create a installer for a windows service. Use HD resolution to see the details. Happy installing!
Nmea Udp Port Forwarder
Here is a cool (if you happens to need this) program for redirecting incoming nmea udp strings. Check it out here. Happy redirecting!