todisco.de
todisco.de - Blog
Welcome to the TechBlog
todisco.de - Blog
Welcome to the TechBlog
Using .gitignore you can specify files and …
Using .gitignore you can specify files and folders that should not be uploaded to the git repository. But sometimes it happens that you upload / push all files to the git repo first and then realize that some of the folders should not be in the repo. First you put this folder in the .gitignore and …
As soon as you use Docker to set up a MariaDB / …
As soon as you use Docker to set up a MariaDB / mySQL database, you will notice that it becomes a bit more complicated to import an existing database here. Since the containers are separate from your operating system, there is a trick to getting the functionality here. On the one hand you can use …
If you are using iptables and wondering whether …
If you are using iptables and wondering whether to use REJECT or DROP, my recommendation is to always use DROP. In general, use REJECT if you want the other side to know that the port is unreachable, and DROP for connections to hosts you don't want to see. Normally, all rules for connections within …
To host an up-to-date wordpress is no longer a …
To host an up-to-date wordpress is no longer a lot of work required. This tutorial is for people who use their own server / VPS. Web hosting (wordpress.com, godaddy,...) is not covered here. If you are using Ubuntu/Debian on your server, you are ready to go. It only needs a server with Docker …