How to List Installed Packages on Ubuntu 22.04

How to list installed packages on Ubuntu

Knowing how many packages are installed on your computer is often essential. Often there are many packages installed on your computer that you do not even know about. Many of them are pre-installed when you do a fresh install of your operating system. You may want to see and list these packages. In this article, … Read more

How to Configure Networking on Ubuntu with Netplan

Ubuntu Network configuration with netplan

Netplan is the Ubuntu network configuration tool in all recent Ubuntu versions. Netplan is based on a YAML-based configuration system that simplifies the configuration process. It has replaced the old /etc/network/interfaces configuration file we used to configure network interfaces in Ubuntu and other Linux distributions. In this tutorial, you will learn how to configure networks … Read more

How to Install VNC Server on CentOS

VNC Server

VNC or Virtual Network Computing is a computer technology that allows you to share your desktop remotely. VNC technology works as a client/server model and uses the RFP (Remote FrameBuffer) protocol to transmit keyboard and mouse events from the VNC client to the VNC server. In this tutorial we will show you how to install … Read more

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