ferisetyawanmyid

Generate Let’s Encrypt Certificate with DNS Challenge

Step 1 — Install Let’s Encrypt Certbot Let’s Encrypt provides CLI namely Certbot to generate the certificate sudo apt install certbot Step…

2 years ago

Ghost Spectre Windows 11 24H2 | What Is It & How to Download

What are the main features of Ghost Spectre Windows 11 24H2? How to download Ghost Spectre Windows 11 24H2? How…

2 years ago

Introducing Carbonio Community Edition

Carbonio Community Edition (Carbonio CE) is a free and open-source (FOSS) email and collaboration platform designed by Zextras. It serves…

2 years ago

Introducing Carbonio Community Edition: The Best Alternative to Zimbra OSE | Carbonio

As of 2023, Zimbra OSE will reach End-of-Life (EOL). With its ceasing support, current users face the challenge of finding…

2 years ago

The Docker Cheat Sheet

Basic Docker CLIs Here’s the list of the basic Docker commands that works on both Docker Desktop as well as…

2 years ago

Set Up Apache Virtual Hosts on CentOS 8

The Apache web server is the most popular way of serving web content on the internet. It accounts for more…

2 years ago

Migrating from Zimbra to Zimbra (ZCS to ZCS)

There can be a number of reasons for migrating from one mail server to another, the commonest being “running low…

2 years ago

How to Change URL from HTTP to HTTPS on Laravel

Based on Solving my problem! Since the proxy uses HTTPS and Laravel uses HTTP Request as default you may try…

2 years ago

Installing Graylog Open on Ubuntu 22.04

This article is a walkthrough for installing “Graylog Open 6” and leverages the documentation at “https://go2docs.graylog.org/current/downloading_and_installing_graylog/ubuntu_installation.html” and “https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/”. We’re using…

2 years ago

How to stop all Docker Containers

To stop all Docker containers simply run the following command in your terminal: docker kill $(docker ps -q) How It Works The…

2 years ago

This website uses cookies.