today's howtos
-
Creating a wireguard connection between my home and colo
I will use a server in a colo. The hostnames will point at that server. Let’s call it my portal. I will configure Nginx on the portal to relay to my home servers. The connection between the portal and my basement will be maintained by the server at home and Wireguard will be involved.
-
A sane ssh(1) key management example
Now, contrary to real lifeTM, ssh(1) can automatically find a key without much fiddling with a keyring. See man 5 ssh_config, and the ssh TOKENS.
-
How To Install Git on Linux Mint 21 - idroot
In this tutorial, we will show you how to install Git on Linux Mint 21. For those of you who didn’t know, Git is a free and open-source distributed version control system created to manage everything from small to massive projects with speed and efficiency. Using Git, you can collaborate with the other developers, upload the new changes, keep track of the changes, and many more.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of Git on Linux Mint 21 (Vanessa).
-
Move Proxmox Containers And VMs To Different Disk - OSTechNix
I have been using Proxmox for a couple months now. Currently, I am hosting multiple Proxmox containers and virtual machines in my Proxmox server. As the number of containers and VMs is growing gradually, I needed an additional storage. So I bought a new 1 TB SSD and migrated a few containers and VMs to the new storage disk. If you ever been in a situation like this, just follow the steps given below to move Proxmox Containers and VMs to a different disk.
-
4 ways to install Telegram app on Linux Mint 21 Vanessa or LMDE 5
Telegram is not some unknown app, already millions of users using it to chat and share their thoughts with others. Just like Whatsapp, smartphone users can easily install it on their smartphones as well as on desktops. You can share or download images, videos, documents and files very easily via it. Further, it is also possible to make video and voice calls and create polls, groups, and channels to connect. Telegram is particularly popular because of the latter function.
One of the popular features that make Telegram popular is its subscription system for channels, which works similarly to YouTube: according to your interests, you can subscribe to channels on Telegram. If the channel operator posts new content, you can see it in the chat overview. Users can easily select posted content and forward it to family and friends. This makes it clear from which user or channel the content originally comes.
-
Why is the OpenBSD documentation so good?
The OpenBSD operating system is known to be secure, but also for having an accurate and excellent documentation. In this text, I'll try to figure out what makes the OpenBSD documentation so great.