How to Install Gitea with Docker on Debian Linux

Debian Gitea - like GitLab and GitHub

Gitea is a lightweight, open source and self-hosted code hosting solution, similar to GitHub, Gitlab and BitBucket. It is mainly written in Go and can run on Windows, Linux, macOS, ARM, etc. Gitea was developed as a fork of Gogs and published under the MIT license. Gitea is easy to install and offers several options … Read more

How to Install Grafana on Alma Linux

Grafana

Grafana is a free and open-source monitoring and data visualization software. By default, it supports Graphite, Elasticsearch, Prometheus, and other databases. It is a multi-platform interactive application that provides charts, graphs, and alerts on the web when connected to supported data sources. It is written in Go and TypeScript and supports multiple operating systems such … Read more

How to Install BookStack on Rocky Linux

Bookstack

BookStack is a self-hosted, open source and easy-to-use platform for organizing and storing information. It can be used for various purposes, such as a wiki, documentation website and note-taking application, to name a few. It was developed with the Laravel PHP framework and uses MySQL to store the data. For editing, you can choose between … Read more

How to Install and Configure Samba on Debian

Samba Installation on Debian 11

Samba is a powerful open-source tool that enables Windows-like sharing of files and printers on a network on Linux systems. It allows Linux and Windows computers to coexist and interact on the same network. It is installed on the Linux server where the files to be shared are located. These shared files can then be … Read more

How to Install Suricata IDS/IPS on Debian 12

Suricata IDS

Suricata is a powerful open-source network analysis and threat detection software developed by the Open Information Security Foundation (OISF). Suricata can be used for various purposes, such as an intrusion detection system (IDS), intrusion prevention system (IPS), and network security monitoring engine. Suricata uses a rule and signature language to detect and prevent threats on … Read more

How to Check for Open Ports on Debian

Debian Open Port Check

Checking ports is very important to determine which ports on your system are open and being listened to. Listening services can be a gateway for hackers who can exploit vulnerabilities in systems to gain access or compromise a system. It is not recommended to leave a service running when you are not using it. Besides, … Read more

6 Ways to get Debian version information

Debian Version

We may need to know which version of the Debian operating system we have installed on our computer. This can be useful in various situations, such as when we need to download a software build for a particular version of our current operating system or when we need to access online support or deal with … Read more