mkcert – Create and Trust SSL for Development
If you are writing code, you need SSL for development. You can self-sign a "fake" certificate, but you will always get browser warnings. Not anymore! mkcert is an excellent tool…
If you are writing code, you need SSL for development. You can self-sign a "fake" certificate, but you will always get browser warnings. Not anymore! mkcert is an excellent tool…
At a Glance Docker In A Nutshell is a quick guide to the most commonly used Docker commands in everyday use. Using git you can share your source code. Using…
Lsyncd (Live Syncing Daemon) is a light-weight live mirror solution between two directories. It uses rsync and ssh. Custom configuration profiles can be written in the Lua language (see example…
What Is An SSH Tunnel SSH tunneling is a method to create a secure connection between a local computer and a remote server over SSH. It is a kind of…
It's very easy today to build a complete Linux workstation using the distribution you like best. It seems that the first place is occupied by Ubuntu or derivatives with a…