Install Uptime Kuma on Debian
Pre-requirements Install required packages: sudo apt install curl git Note: This guide installs Uptime Kuma as root due to some issues running as a non-root user. Install Node.js Using nv...
Pre-requirements Install required packages: sudo apt install curl git Note: This guide installs Uptime Kuma as root due to some issues running as a non-root user. Install Node.js Using nv...
SFTPGo is an event-driven file transfer solution. It supports multiple protocols (SFTP, SCP, FTP/S, WebDAV, HTTP/S) and multiple storage backends. Installation Install pre-required packages: sud...
Redis is a key-value database. This guide installs it on Debian 12. Setup Repositories Add the Redis repository to APT: sudo apt-get install lsb-release curl gpg curl -fsSL https://packages.redi...
Setup Repositories & Install Add the PowerDNS repository key and source: sudo install -d /etc/apt/keyrings sudo apt install curl curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo tee /et...
PowerDNS Admin is a web interface for managing your PowerDNS server. Pre-required Installation For PostgreSQL backend: sudo apt install python3-psycopg2 Required packages for PowerDNS Admin: ...
Adding PostgreSQL Repositories There are multiple ways to add the PostgreSQL repository. Select one. Use the Automated Configuration Script sudo apt install -y postgresql-common sudo /usr/share/...
pgAdmin 4 helps manage PostgreSQL servers with a web-based interface. Setup Repositories Install the pgAdmin public key: curl -fsS https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo ...
Disable Cloud Init Network Config By default, Ubuntu replaces network configuration on every reboot. To make your config persistent, create this file: sudo nano /etc/cloud/cloud.cfg.d/99-disable-...
This guide is based on the Microsoft quickstart guide and focuses on installation on Ubuntu 22.04 only. Installation Set up the Microsoft repository: curl -fsSL https://packages.microsoft.com/k...
When you install Ubuntu as a minimal install, some utilities like command auto-completion are missing. Here’s how to bring autocomplete back: sudo apt install bash-completion Then add it to you...