Shutdown VyOS Router Shutdown Command Reboot Command Scheduled Shutdown/Reboot Before Shutdown Checklist Emergency Shutdown If system is unresponsive: Check Power Status Shutdown from Configuration Mode If you’re in
Author: [email protected]
Change Password in VyOS
Change Password in VyOS Method 1: Change Your Own Password (Easiest) Method 2: Change Password in Configuration Mode Method 3: Interactive Password Change (More Secure) Method 4: Change
How to check disk usage of the CONTAINER ID on Ubuntu?
To check disk usage of the Docker container with ID e9a21548ff1c on Ubuntu, you have several options: Method 1: Check from inside the container This shows disk usage
How to check CPU, GPU, and memory on those specific Slurm nodes?
Here are several ways to check CPU, GPU, and memory on those specific Slurm nodes: 1. Using sinfo (Quick Overview) This shows basic node information including CPUs and
TASK ERROR: storage ‘xxx’ does not exists
https://forum.proxmox.com/threads/task-error-storage-data01-does-not-exists.62955 if the storage xxx does not exist, and you just want to get rid of the CT/VM, do the following: rm /etc/pve/lxc/CTID.conf (if container) or rm /etc/pve/qemu-server/VMID.conf
Monitoring network transfer using the terminal on Ubuntu
Here are several effective ways to monitor network transfer on Ubuntu 24.04 using the terminal: Real-time Network Monitoring iftop – Shows bandwidth usage by connection nload – Simple,
Disabling Suspend on Debian 12
https://unix.stackexchange.com/questions/361214/disable-gdm-suspend-on-lock-screen/736305#736305 That’s because of the idle-delay setting. To change it you’ll have to alter the corresponding dconf key (and do that as the gdm user):