Redirect www to non www with K8s

Many people type www in front of the domain name out of habit. At the same time, others omit it. This could cause problems. As a webmaster, it is my job to make sure that neither of these groups run into an error. However, I don’t want to support both versions for every single page search engine optimization reasons. Multiple domains for the same content is bad for Your SEO ranking....

June 28, 2023 · 2 min · Quisl
How to install MySQL on an Azure Files Storage

Mysql on Azure Files with Kubernetes

This article shows you how to install MySQL with an Azure Files Storage backend on Azure Kubernetes Service (AKS). Azure Files Storage is a highly available and scalable file storage that provides network shares in the cloud. A major benefit of Azure Files over Azure Managed Disk is that multiple containers can access the same storage. This article will walk you through the deployment step-by-step so that you can ensure your installation of MySQL with Azure Files Storage and AKS runs smoothly....

January 20, 2023 · 7 min · Quisl

How to program a Twitch bot with Python

Twitch is currently the largest streaming platform. Due to the high number of viewers, many steamers not only use human moderation teams, but also moderation bots. Bots can be useful when moderating Twitch chats as they can help you enforce rules and keep the chat organized. Here are a few tasks that bots can do: Filter out inappropriate or spam messages Issuing warnings to users who break the rules Answers to frequently asked questions or commands from users Entertainment through for example a question and answer quiz Connect external systems such as subscriber alarms or games with chat integration By automating these tasks, bots can help your moderators keep chat clean and focused, giving you more time to interact with your viewers....

January 11, 2023 · 4 min · Quisl
How to create a perfect cookie banner for your blog in Javascript

How to create a perfect cookie banner for your website with JavaScript

Cookie banners are used to obtain consent for the use of cookies from your website visitors. This is a legal requirement in many countries, including the European Union and its member states - including Germany - as well as other countries around the world. They help protect user privacy and give them control over how their information is collected and used by your site. In this post, I want to give you a tool that I used to create the cookie banner for my blog: Cookieconsent....

December 30, 2022 · 9 min · Quisl
SSL Zertifikate mit Let's Encrypt und Kubernetes Titel

Automatic SSL certificate handling with Let's Encrypt on Kubernetes

If you want to offer your website not only with HTTP, but also with the secure HTTPS protocol, you need a signed SSL certificate. Here are some reasons why you need HTTPS…. Security: HTTPS helps secure the connection between a client and a server by encrypting the data transmitted between them. Trust: HTTPS gives your website a certain level of trust and credibility. Today’s browsers usually display a warning if a website only offers HTTP or the certificate is not signed by a certification authority such as Let’s Encrypt....

December 18, 2022 · 6 min · Quisl
Stuck resource is terminating

How To Delete Stuck Kubernetes Resources

Kubernetes is a powerful tool for managing containerized applications, but sometimes resources can become stuck and difficult to remove. This can happen for a variety of reasons, such as conflicts with other resources, problems with the resource itself, or issues with the Kubernetes cluster. Here are some things you can try to delete a resource… The regular way Delete a single resource: kubectl delete RESOURCETYPE RESOURCENAME -n NAMESPACE While -n NAMESPACE can be omited if the resource is in the default namespace or if resources of this resource type can’t be in namespaces....

December 16, 2022 · 2 min · Quisl

Increase traffic and search engine ranking

As a website operator or blogger, you usually want to improve the visibility and ranking of your website or blog in search engines such as Google. To do this, you should consider using search engine optimization (SEO) techniques. SEO is the process of making your website more attractive to search engines so that it ranks higher on the results page when people search for keywords related to your content. This can be accomplished through a variety of tactics....

December 15, 2022 · 6 min · Quisl
force cache update

Refresh static Azure Blob Website

I recently showed a way to host static websites on Azure Blob for cheap. You can use absu to update the content of Your website. Everything is great… Right? However, sometimes the static website does not update immediatly: You upload Your new files to the blob storage but when You access Your website, it still loads the old files. Updating the blob files work, but updating the static websites appears not to work....

December 3, 2022 · 1 min · Quisl
time to quit

When is it time to quit

As humans, we are involved in many projects… Some are private, while others are business related. But we do all of them because there is some kind of goal or reward. But usually there is always also some kind of hardship involved. working in a business can reward You with money, but it takes up all of Your time drinking at parties can be fun, but sobering up the next morning is the opposite playing an instrument can endear you to other people, but practicing is often demotivating because of the difficulty These hardships can make You feel about quitting....

December 2, 2022 · 2 min · Quisl

Top Twitch Tools for Streamers

Some awesome tools that I use for my streams on Twitch. Feel free to check them out! Open Broadcast Software OBS is a screencasting and streaming tool. It’s probably the most important tool that You ever need for streaming on Twitch right now. It can merge multiple video sources like cameras, videos, screen recording or even a browser and arrange them. StreamElements Overlay and alerting tool with tons of features for stream monetizing....

November 6, 2022 · 4 min · Quisl