Skip to main content

17 docs tagged with "linux"

View all tags

Add-SSH-Key-AUTH-to-your-server

You can configure this by adding both public keys to the user's authorized_keys file on the server, and then editing the SSH configuration file to disable password logins.

Installing Docker Raspberry Pi

Docker is an innovative technology that developed in a short period (about two years) and is in great demand in modern IT industries today.

Installing KVM, QEMU, and libvirtd on Debian

KVM (Kernel-based Virtual Machine) is a virtualization module in the Linux kernel that allows the kernel to function as a hypervisor. QEMU is a generic and open-source machine emulator and virtualizer. libvirtd is the management service that allows you to control virtualization technologies, such as KVM and QEMU, via a unified interface.

Installing Podman , Cockpit, and Nginx Proxy Manager

Docker Alternative with Podman, Cockpit, and Nginx Proxy Manager to manage your Linux server easily and securely! We will install an Ubuntu 21.04 Server and deploy it with a nice management web UI protected with a reverse proxy.

Podman --restart=always container script

This tutorial will guide you through setting up a script that manages Podman containers using systemd. The script ensures that containers are restarted automatically based on specified policies and cleans up systemd services when containers are removed. Additionally, it handles forcibly removing containers and removing images with their associated containers.

SSH Connection Closed by Unknown Port 65535

Here is a Bash script that checks for various issues related to the "SSH connection closed by unknown port 65535" error on a Raspberry Pi system with UFW (Uncomplicated Firewall). The script will log all the steps and their results to a log file for debugging purposes.

The Ultimate Guide to Local & GitHub Repository Cloning

This comprehensive tutorial guides you through configuring Gitea and your local machine for secure cloning, pushing, and pulling repositories using SSH, covering both local repositories hosted on your Raspberry Pi and repositories mirrored from GitHub.