Introduction This project describes how I synchronise my LogSeq folder on GitHub on Android devices. I wanted to be able to work on topics in LoqSeq on my Android devices besides my PCs. Most of the screen shots and references relate to LogSeq, but you can adjust them to your needs. The solution described here is one in which the synchonization with the repository will be manual. In this scenario, one would synchronise with the repo before opening the tool (LogSeq in my case) and update the repo again when you're done. The Steps ( skip if you want to jump directly to the actions ) This tutorial describes how to install Termux on an Android device. Termux is an open-source Android terminal emulator and Linux environment application. After Termux is updated and running, a folder on the Android device is mapped to Termux. GitHub is installed, and the repo is cloned to this folder. The Termux folder used for the repo has to be refle...
Introduction OpenVPN allows client computers to tunnel into a server over a single UDP or TCP port securely. This HOWTO article is a step-by-step guide that explains how to create the server and client OpenVPN configuration files that makes this possible. In the process this article explains how to create the public key infrastructure (PKI) so that a client can securely communicate with the server. OpenSSL is the foundation for the security functionality of OpenVPN. For this tutorial you will need the following software: OpenVPN. You can download the latest version of OpenVPN from https://openvpn.net/index.php/open-source/downloads.html EasyRSA is the tool people use to create the Public Key Infrastructure (PKI) for OpenVPN. Download the latest release of EasyRSA from https://github.com/OpenVPN/easy-rsa/releases . There is not installation required. Extract the contents of the archive into a folder. OpenVPN is available on various platforms. The generation of the...
Step 0: The Proxmox-NUT HomeLab HowTo: Introduction The series includes this article, a 7-part video series, and a VMWare archive. In this HowTo, I cover the following steps: Configure a VM on VMWare Workstation Pro to install Proxmox on it; Install a Windows Server 2022 VM as a VM in Proxmox; Install the NUT (Network UPS Tools) UPS Software. I also configure Proxmox, Windows Server 2022, and NUT to use a Gmail SMTP relay. This will be used by Proxmox and Windows server to send emails when they start and stop. Proxmox and NUT will provide additional status information. Windows Server is configured to start automatically when Proxmox starts and will shut down cleanly without manual intervention when Proxmox is shutdown or rebooted. Every stage is tested out to verify that everything is working as expected. Any limitations are highlighted. A snapshot of the VM state after every Step is taken. You can download the entire archive and run it on your own hardware. If you decide yo...
Comments
Post a Comment