Life with 🐘 🐳 🐧 πŸ’»

Follow @DennisdeBest

Traefik Middleware, redirect from www. to the simple URL

A lot of people are still used to a website needing to start with www. but this is not the case anymore. This has created a few issues in the past where I would deploy a site to https://my-site.org but then when people would try to share the site they would mention it as https://www.my-site.org...

Continue reading

A Bash Script To Create New Scripts !

In Linux I tend to create my own scripts to try to automate the most stuff possible. In order to do so I used to create a new file in /usr/local/bin, make it executable and then start writing script into that file :

touch /usr/local/bin/my-script
chmod +x /usr/local/bin/my-script
vim /usr/local/...

Continue reading

β€œInnovation is the outcome of a habit, not a random act. ” Sukant Ratnakar