Use port 463 for both openvpn https and ssl
In this tutorial, I will show how to use the same port (463) for both openvpn and https. I will start from a fresh virtual Debian 8 install. I have used several sources for this tutorial but more...
View ArticleInstall openvpn debian 8 kimsufi
I have taken almost all the information from the excellent post from nicolargo. Install openvpn sudo aptitude install openvpn Copy the easy-rsa files to the openvpn folder sudo cp -a...
View ArticleSecurely wipe out data from a hard drive
It is important to understand that deleting a file from a hard drive does not delete the data but only its reference on the disk. To make sure that the data associated with a file cannot be recovered,...
View ArticleInstall PMB on a debian jessie server
Thanks to https://wiki.debian-fr.xyz/Installation_d%27un_serveur_Pmb. Add the repo to use yaz by adding the following line to the file /etc/apt/sources.list: deb http://ftp.indexdata.dk/debian jessie...
View ArticleInstall Brackets on Ubuntu 16.04
I have used two sources for this article: https://brbsix.github.io/2015/10/29/fix-missing-libgcrypt11-for-brackets-text-editor/ and https://ubuntuforums.org/showthread.php?t=1687348. The problem with...
View ArticleWileyFox Swift voicemail error
At each system update on my WileyFox, the orange app can’t connect to the server and I have the following error message : “la synchronisation a échoué, vérifiez votre connexion”. To solve the problem,...
View ArticleInstall openvpn gui linux mint
In order to use an openvpn connection on Linux Mint, one has two possibilities : use the usual command sudo openvpn --config client.conf or to use a GUI. This is a guide to use a GUI. Configure Linux...
View ArticleSet up secure vnc remote desktop from debian server
This article is a summary of the excellent article written on the digital ocean website and that you can consult fully on...
View ArticleInstall Qemu on a kimsufi debian 9 atom
While following a tutorial to install qemu on an atom base Debian, I had an error with a missing dependency. How To Install And Configure QEMU In Ubuntu To solve it, add to your /etc/apt/sources.list...
View ArticleManually create a bootable linux usb drive
This is present on a lot of website but I keep forgetting about it. I am therefore just placing it for future reference: sudo dd if=[path to iso] of=[path to usb drive] oflag=direct count=10MB...
View Article