Home
Mark's Documentation Site
Cancel

Start ESXI VM From CLI

ESXI CLI Enable ESXI SSH access then connect the ESXi host via SSH. To get a list of all VMs run: vim-cmd vmsvc/getallvms Find the ID for the VM you want to start and Replace <##> in the ...

Reset Uptimekuma Password From Docker

Uptimekuma Password Reset Login into uptimekuma.chayde.lab via SSH, then run the following command: docker exec -it uptime-kuma npm run reset-password

Install Docker and Docker compose

Install Docker sudo apt-get update sudo apt-get install -y \ apt-transport-https \ ca-certificates \ curl \ gnupg \ lsb-release curl -fsSL https://download.docker.com/linux/ubu...

Change Hostname On Ubuntu Linux CLI

Change Hostname On Ubuntu Linux CLI To view the current hostname setup hostnamectl Run command to change the hostname sudo hostnamectl set-hostname <NEW_HOSTNAME_HERE> Edit the /etc/host...

First Post - Templates

Welcome Hello and welcome to my homelab docs site - this page was created to use as a template of examples for various kinds of markdown and formatting I can use on the site going forward. H1 - H...