kubernetes linux How to set up your first pod with Kubernetes Cluster This YAML file defines a deployment called "nginx-deployment" that will ensure three replicas of the nginx container are running.… 5 feb 2024 public – 2 min di lettura
python code How to load JSON data from a file with Python In programming, JSON (JavaScript Object Notation) is a popular way to share data. It is simple and flexible, which makes it the sc..… 2 feb 2024 public – 2 min di lettura
apache applications Optimized mod_expires settings for Apache The mod_expires module in Apache is used to control the setting of the HTTP Expires header and the max-age directive of the inte..… 1 feb 2024 public – 2 min di lettura
docker code php How to setup Laravel with Dockerfile and Docker-Compose Laravel application development requires a stable and consistent development environment. Docker, a popular containerization platform..… 1 feb 2024 public – 3 min di lettura
commands console linux A practical guide to understanding regular expressions in Linux Regular expressions, often abbreviated to regex, are sequences of characters that form a search pattern. They can be used for..… 1 feb 2024 public – 2 min di lettura
applications docker How to configure CPU and memory limits in Docker Docker containers, by default, can use an unlimited amount of host machine resources. Setting the...… 1 feb 2024 public – 2 min di lettura
docker applications linux How to create a Kafka topic using Docker Compose Apache Kafka is a distributed streaming platform that lets you build real-time streaming data pipelines and applications. The..… 1 feb 2024 public – 3 min di lettura
windows How to enable TLS 1.3 on Windows Server Transport Layer Security (TLS) 1.3 represents a significant advancement in the security protocols used for Internet communication...… 1 feb 2024 public – 2 min di lettura
console commands linux How to restrict users from running chmod 777 Creating a custom script wrapper for chmod can help you manage and limit the use of certain chmod commands, for example..… 1 feb 2024 public – 2 min di lettura
applications debian How to install Dovecot (POP/IMAP) on Debian 12/11 Dovecot is available in Debian's default package repositories. To install it run. This command installs Dovecot and its com..… 1 feb 2024 public – 3 min di lettura
mysql docker linux How to use MySQL with Docker-Compose In the field of software development and database management, the integration of MySQL with Docker Compose has revolutionized the way we man… 30 gen 2024 public – 3 min di lettura
editor applications linux How to undo and redo in Vim/Vi In this article we will show you how to undo and redo changes in Vim/Vi. There is a lightweight editor that has existed since the dawn of Un… 29 gen 2024 public – 2 min di lettura