VPN with transmission and Openvpn
Just a few links for now, might expand to a complete guide later https://askubuntu.com/a/960752 https://torguard.net/checkmytorrentipaddress.php
Just a few links for now, might expand to a complete guide later https://askubuntu.com/a/960752 https://torguard.net/checkmytorrentipaddress.php
This is an adaption of http://www.excogitation.org/setting-up-a-minecraft-server-using-systemd-under-ubuntu-15-10/ Above guide is good, but I prefer doing things a little different, for instance I prefer tmux instead of screen. Screen is a bit Continue Reading →
If you get problems using phpmyadmin on ubuntu 16.04 you might miss these packages: sudo apt-get install php-mbstring php-gettext Error message: PHP Fatal error: require_once(): Failed opening required ‘/usr/share/php/php-gettext/gettext.inc’
Here is some Python 3 code for changing a dns record with the Cloudflare V4 api. It is mostly intended as an example, so I tried to keep it as Continue Reading →
First, install the needed components: Create nginx config for the new website: Add the following, change atleast server_name and root lines to match your setup: Save file and close your Continue Reading →
You can serve your static files through uwsgi by adding this line to the uwsgi settings: However, I discovered that it did not set mime types correctly. Apparently, uwsgi checks Continue Reading →
I was following the instructions on http://hugo.coding-badger.net/2010/09/29/proxying-transmission-web-interface-with-nginx/ to set up my transmission web gui to be forwarded by nginx. The first example worked fine, but the second one gave me a “Could Continue Reading →
Installed a cod4 server on my 64-bit Ubuntu Precise server. Trying to start the cod server failed, but installing these packages fixed it:
Learned about a neat way to disable automatic directory browsing in a default install of apache on debian. Just issue this command:
When i install phpmyadmin on a server, i prefer to make it unavailable outside of the internal network. There are some instructions online that edits the config.inc.php, but that still Continue Reading →