Author: paulligocki

  • 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…

  • AWS CloudFormation Essentials

    AWS CloudFormation Essentials

    AWS CloudFormation Essentials CloudFormation templates can be defined using YAML or JSON CloudFormation Components Cloudformation Skeleton YAML JSON Intrinsic Functions Condition Functions Related Links CloudFormation Components CloudFormation consists of 9 components. Only Resources is mandatory AWSTemplateFormatVersion: Future proofs the template from future features and behaviors of CloudFormation. Or if the format of the template changes.…

  • AWS VPC Essentials

    AWS VPC Essentials

    AWS Essentials VPC New Internet Gateway New Route Table Edit Network Access Control List New Subnets New Related Links VPC Virtual Private Cloud. Holds an IP Address space. It is a logical data centerVPCs consist of Internet Gateways, Virtual Private Gateways, Route Tales, Network Access Control Lists, Subnets and Security Groups. Default VPCs come configured…

  • 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

  • Configure Windows to be Managed via Ansible

    Configure Windows to be Managed via Ansible

    Configure Windows to be Managed via Ansible as a client Client Server Sample Run Book Syntax Related Links Run On Windows Ansible Client Machine https://github.com/ansible/ansible/blob/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 Run On Linux Ansible Management Server Configure Group Var Sample Run Book Syntax Related Ansible Vault Basics Run Ansible through a remote server to other servers Ansible Essentials Links https://docs.ansible.com/ansible/2.7/user_guide/windows.html…

  • Check for Pending Reboot on Windows

    Check for Pending Reboot on Windows

    Check for Pending Reboot on Windows Related Links True = Requires rebootFalse = Reboot not required Related How to Start an Application as Another User from the Command Line in WIndows Extend Volume in Windows Install RSAT on Windows Enable Telnet Client on Windows Hashing in Windows Changing Windows Network Profile How to check for…

  • 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…

  • Powershell Split Text into Individual Lines

    Powershell Split Text into Individual Lines

    Powershell Split Text into Individual Lines Inline External File Related Links Inline External File Related PowerShell Accepting Pipeline Input Install PowerShell Core on Raspberry Pi OS Moving AD Computer Object with Powershell Rounding Numbers in PowerShell Extend Volume in Windows Install RSAT on Windows Enable Telnet Client on Windows Hashing in Windows Links https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_regular_expressions?view=powershell-7.1

  • 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,…