How to keep processes running after ending ssh session
You could do that by using screen. Type man screen to find out more or read this screen man page. Simple scenario: ssh into your remote box. Type screen. Then…
You could do that by using screen. Type man screen to find out more or read this screen man page. Simple scenario: ssh into your remote box. Type screen. Then…
Looking to setup a local Debian Linux mirror or host your own repository? You can use your local hard drive or a network drive and share your mirror over a…
Boot from a Live CD : Install the GRUB2 boot loader: sudo mount /dev/sda5 /mnt sudo grub-install –root-directory=/mnt /dev/sda That’s /dev/sda — the hard disk itself, not the Ubuntu partition…
Windows & Linux Tab & window shortcuts Action Shortcut Open a new window Ctrl + n Open a new window in Incognito mode Ctrl + Shift + n Open a…
Cron is a time-based job scheduling daemon found in Unix-like operating systems, including Linux distributions. Cron runs in the background and operations scheduled with cron, referred to as “cron jobs,”…
Introduction MySQL is an open-source relational database management system. It is commonly deployed as part of the LAMP stack (which stands for Linux, Apache, MySQL, and PHP) and, as of…
In this article, we describe how to set up an SSH login that does not use passwords on Ubuntu 22. Having a login without a passsword is an easy and…
Besides sending ssh data, the ssh protocol can tunnel other traffic between two hosts. The most common tunnels are remote and local. Knowing how to spin up an ssh tunnel…
A Visual Guide to SSH Tunnels: Local and Remote Port Forwarding SSH is yet another example of an ancient technology that is still in wide use today. It may very…
UFW is an acronym for an uncomplicated firewall. Securing a network with an uncomplicated firewall is super easy and highly recommended. This page explains how to set up and secure…