Disk uitbreiden vergroten centos 7
Fdisk /dev/sda
M
(list commandos)
n
p
t
3
(option t ) 8e (voor lvm)
w
Reboot server
Pvcreate /dev/sda3
Vgdisplay
Vgextend centos /dev/sda3
Vgdisplay
Lvdisplay
pvscan
lvextend -L+20G /dev/centos_docker/home
Lvdisplay
Vgdisplay
Df -h
xfs_growfs /dev/centos_docker/home
Df -h
...
Install phpIPAM on Linux [Open source IP Address Management System]
Link naar de youtube video Install phpIPAM on Linux [Open source IP Address Management System] - YouTube
-------------------------------------------------------------------- Installation -------------------------------------------------------------------- ...
Uptime Kuma config for Docker Containers
Step-1: 1. goto portainer2. open uptime kuma container in docker3. Click on "Duplicate/Edit" under "Actions"4. goto advanced container settings - Select ...
Install https on Ubuntu
# Firewall port 80 and 443 need to be open !!!Be aware that there is a DNS record for the ...
Install Homer Dashboard
# update and install software repositoriessudo apt update && apt upgrade -yapt install vim ncdu mlocate net-tools -y#install prerequisitessudo apt ...
How To Disable Proxmox VE Subscription Notification
cd /usr/share/javascript/proxmox-widget-toolkit/cp proxmoxlib.js proxmoxlib.js.bakvim proxmoxlib.json line 563 you find if (res === null || res === undefined || !res || res ...