Andre Basel
Changing VM disk size
Change the size in XoA. Run lsblk to check it is there. Boot to GParted and resize partition. Then sudo lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv…
Connecting Ubuntu Desktop 22.04 to a Meraki VPN
Add repository for installing network-manager-l2tp sudo add-apt-repository ppa:nm-l2tp/network-manager-l2tp sudo apt-get update Install network-manager-l2tp sudo apt-get install network-manager-l2tp sudo apt-get install network-manager-l2tp-gnome Configure the network…
Cisco Switch commands
Assign IP enable configure terminal interface vlan <No> ip address <IP> <Mask> no shutdown exit Remove IP enable configure terminal interface vlan <No> no…
Troubleshooting Docker
Check Environment Variables Inside the Container: sudo docker exec -it container-name env Review Logs: sudo docker logs container-name sudo docker-compose up -d && sudo…
Things learnt from Cheat Sheets
See examples here: Cheatsheets.xlsx