Vorhandes LVM Volume erweitern

Volumes der Platte ermitteln:

lvs

Ausgabe:

  LV   VG   Attr       LSize  
  home vg00 -wi-ao---- 10.00g                                                    
  usr  vg00 -wi-ao---- 10.00g                                                    
  var  vg00 -wi-ao---- 10.00g      

Erweitern eines der vorhandenen Volumes um 10% der vorhandenen freien Speicherplatzes:

lvextend -l+10%FREE /dev/mapper/vg00-var
Vorhandes LVM Volume erweitern weiterlesen

ESXi: Copy/Paste between VMRC client and Virtual Machine

Symptom: Unable to copy the file content from Virtual Machine using the VMRC.

Solution: From the ESXi Web Client

  • Power off the VM
  • Edit settings of the virtual machine
  • Click the VM Options tab, expand Advanced, and click Edit Configuration.
ESXi: Copy/Paste between VMRC client and Virtual Machine weiterlesen

Setting up a BigBlueButton server with a single command

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -w -a -v xenial-22 -s bbb.example.com -e info@example.com

In this case, the hostname is bbb.example.com and the email address needed for registration of https certificates (e.g. over Let’s Encrypt).

Attention: The API demos are being installed. To uninstall, execute the following command:

sudo apt-get purge bbb-demo

Quelle: https://github.com/bigbluebutton/bbb-install