Category: Linux

  • WordPress Essentials

    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 CloudWatch Monitoring for an Apache Web Server Errors

    SetUp CloudWatch Monitoring for an Apache Web Server Errors

    SetUp CloudWatch Monitoring for an Apache Web Server In this write up we will configure a Web Server to ship its error logs/var/log/apache2/error.log off to AWS CloudWatch.You will need to setup and IAM access key or an IAM Roles to give he server permission to ship the logs off to CloudWatch Install CloudWatch Agent Configure…

  • Setup a WordPress Website on Debian Based Linux

    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…

  • Create USB Disk from ISO

    Create USB Disk from ISO

    Create USB Disk from ISOThe most reliable way to do this by far is with ddThere are links below in the links section to other popular toolHowever dd is already there in the majority of systems. If it is not there it is just a sudo apt/yum/dnf install dd -y away DD has the potential…

  • Install Ubuntu on Surface Go

    Install Ubuntu on Surface Go

    Install Ubuntu on Surface Go. Why Ditch Windows on the Surface GO Optional Create Ubuntu USB Bootable Drive Set To Boot From USB Test Live Ubuntu Environment Related Links Why Ditch Windows on the Surface GO Ever since day one I have not been satisfied using the Surface GO. I suspect much of the frustration…

  • Ansible Interactive Input Prompts

    Ansible Interactive Input Prompts

    Ansible Interactive Input Prompts Related Links vars_prompt vars_prompt Related Ansible Vault Basics Configure Windows to be Managed via Ansible /etc/ssh/sshd_config Essentials Specify an SSH key for git push for a given Domain How to Enable SSH on Ubuntu Working With SSH Keys SSH Tunneling Essentials IP Tables Essentials Create Basic Self Hosted Remote Git Repo…

  • AWS Tools for PowerShell

    AWS Tools for PowerShell

    AWS Tools for PowerShell. The AWS Tools for PowerShell let developers and administrators manage their AWS services and resources in the PowerShell scripting environment. Now you can manage your AWS resources with the same PowerShell tools you use to manage your Windows, Linux, and MacOS environments. Install Credentials Create New Profile Update Existing Profile Remove…

  • How to check if Ubuntu has booted in UEFI or BIOS?

    How to check if Ubuntu has booted in UEFI or BIOS?

    How to check if Ubuntu has booted in UEFI or BIOS? Related Links Related How to Auto Start Applications in Ubuntu How to Enable SSH on Ubuntu VNC Access to Raspberry Pi from Ubuntu Make Ubuntu Trust You CA Certificate Authority ~/.ssh/config Essentials Links

  • PinePhone Essentailas

    PinePhone Essentailas

    PinePhone Essentailas Boot Jump Drive Flash an OS Terminal Related Links Boot The PinePhone will always try and boot from the SD Card slot first. Jump Drive Download Jump Drive https://github.com/dreemurrs-embedded/Jumpdrive/releases flash the SD card with the jumpbox image Flash an OS while booted into jumpbox image mobian onto the internal mmc flash storage Turn…

  • Setup Encrypted Disk on Raspberry Pi

    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…

  • Setup Duck DNS Updater on Raspberry Pi

    Setup Duck DNS Updater on Raspberry Pi

    Setup Duck DNS Updater on Raspberry Pi Create Duck DNS Account Create a Duck DNS Sub Domain Create Script Example Set Permissions Create Schedule Related Links Create Duck DNS Account Go over to https://www.duckdns.org/ and signup for an account or login if you already have one.Annoyingly the only way to sign is is via Persona,…

  • How to Find Text Within Files

    How to Find Text Within Files

    How to Find Text Within Files Grep ripgrep Related Links Grep Search through files for a certain string. This will even search inside binary files. ripgrep recursively searches current directory for ‘port:’ripgrep for more info Related Find Command in Linux Grep Essentials ripgrep Essentials Links

  • Add GUI to Raspberry Pi OS Lite

    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…