-
Install WireGuard on PiKVM
Install WireGuard on PiKVMPiKVM is based on Arch Linux Enable-Read-Write Update Repo Install Create Config Auto Start Enable Read Only Related Links Enable Read Write Update Repo Install Create Config Auto Start Enable Read Only Related WireGuard Essentials Install WireGuard on Raspberry Pi Zero W Install WireGuard on Raspberry Pi Raspbian Enable IP Forwarding in…
-
WordPress Essentials
WordPress Essentials Related Links Related How to Change a WordPress User Password from Inside the Database How to Manually Migrate a WordPress Website Setup a WordPress Website on Debian Based Linux MySQL Essentials Links https://wordpress.org/ https://wordpress.com/
-
Setup a WordPress Website on Debian Based Linux
Setup a WordPress Website on Debian Based Linux How to setup a WordPress website on Linux server that is based on Debian Linux Install on Debian Based Linux Install Pre Requites Install WordPress Configure Apache Configure WordPress Related Links Install WordPress on a Debian Based Linux Distribution How to install WordPress on Debian based Linux…
-
Setup Encrypted Disk on Raspberry Pi
Setup Encrypted Disk on Raspberry Pi Related Links Identify Disk Clear Disk (Optional) Install CryptSetup Format Device for LUKS /dev/xxx Open Encrypted Volume /mapper/xxx Format Volume with Filesystem Mount Volume Label Disk Testing Identify Disk Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors Disk model: M3 Portable Units: sectors of 1 * 512 = 512…
-
Add GUI to Raspberry Pi OS Lite
Add GUI to Raspberry Pi OS LiteHow to install a Desktop Environment. This write up shows you how to install a graphical user interface GUI on-top of a Raspberry Pi OS Lite installation. You can install one of five different GUI environments Pixel, Mate, KDE, LXDE or XFCE. Update & Reboot Install Xorg Install Desktop…
-
How to Auto Start Applications in Ubuntu
How to Auto Start Applications in Ubuntu Prerequisites Install Startup Order Adding Delay Related Links Prerequisites gnome-session-properties Install Reading package lists… Done Building dependency tree Reading state information… Done gnome-startup-applications is already the newest version (3.36.0-2ubuntu1). 0 to upgrade, 0 to newly install, 0 to remove and 45 not to upgrade. Configure Fill outName: MumbleCommand:…
-
YAML Essentials
YAML Essentials Anchors Comments Sequences Sequence-of-Mappings Mappings Mapping-of-Mappings Mapping-of-Sequences Multiple-Lines Multiple-Lines-New-Lines-Preserved Multiple-Lines-New-Lines-Ignored Multiple-Directives/Documents Multiple-Directives/Documents-Multi-Stream Multiple-Directives/Documents-Stream-With-End Tags Tags-Change-Data-Type Related Links Anchors Anchors are set using a prefix with a &Anchors are referenced using a *Good for reusing repeating values.If you Re Define an Anchor it will take on the latest value. Just like any variable assignment…
-
Hashing in Windows
Hashing in Windows Powershell File Text Command File Powershell File Text Command File Related Links Related Working With SSH Keys Create a Password Hash in Linux Create OpenSSL CA (Certificate Authority) for Dev/Test Purposes WireGuard Essentials Changing Windows Network Profile How to check for Suspicious root CA certificates in Windows How to Start an Application…
-
Useful Tools
Useful Tools Casting Search Casting castnow | command line chrome caster | https://github.com/xat/castnow Search fzf | general-purpose command-line fuzzy finder | https://github.com/junegunn/fzf Related Links Related VPN Links
-
Create Basic Self Hosted Remote Git Repo
Create a basic self hosted remote git repository. For when you need something basic and private. Repo interaction with be done via a git client over ssh. Create-Directory Set-Directory-Permissions Init Repository Cloning-Repo Note-on-Credentials Related Links Create Directory This will be where all the projects will live. Set Directory Permissions Obviously set it according to who…
-
Specify an SSH key for git push for a given Domain
Specify an SSH key for git push for a given Domain Add Entry in .ssh/config Add git remote Related Links Add Entry in .ssh/config Add git remote Related ~/.ssh/config Essentials /etc/ssh/sshd_config Essentials How to Enable SSH on Ubuntu Working With SSH Keys SSH Tunneling Essentials IP Tables Essentials YAML Essentials Create a Password Hash Hashing…
-
GIT Essentials
GIT Essentials Install Config Set Name Set E-Mail Initialize Empty Repo Related Links Install Config Global: config settings are stored under ~/.gitconfig System: config setting are stored under /etc/gitconfig Local: config setting are stored under *repo*/.git/config Set Name Locally Globally Set E-Mail Locally Globally Inspect details Initialize Empty Repo Ensure you are inside the directory…