Manually restarting or updating Portainer
cd /home/compose docker stack deploy -c portainer-agent-stack.yml portainer https://docs.portainer.io/start/install-ce/server/swarm/linux
cd /home/compose docker stack deploy -c portainer-agent-stack.yml portainer https://docs.portainer.io/start/install-ce/server/swarm/linux
in Adguard I had to do a DNS rewrite under Filters>DNS rewrite. domain being “plex.direct” and router IP address in the second field “192.168.1.1” Then in addition I had to add “plex.direct” to the Unbound private domains setting in opnsense > services > unbounddns > advanced > private domains Original discussion:https://www.reddit.com/r/opnsense/comments/1bq62zh/plex_indirect_connection_locally_via_browser_at/
List your interfaces with ip a check the inet networks. If you see one that doesn’t belong use ifconfig <name> to view it. To remove it, set it down with Then, delete it. If you use Portainer, you can also delete the network from the Networks section of the left menu.
Commands: df -h fdisk -l partprobe Extend the logical volume using the new free space on the disk Extend the file system to the new space on the logical volume
Ubuntu If the boot process returns a maintenance prompt, type: vCenter Server Appliance Reboot the virtual appliance, and immediately after the OS starts, press e to open the GNU GRUB Edit Menu. Locate the line that begins with the word linux. At the end of the line, add: then press F10 to continue booting the appliance. This will … Read more
To reinstall the plug-in: In Veeam Backup Enterprise Manager, go to the vCenter Servers section of the Configuration view. Select the vCenter server you need and click Check version. If a connection to vCenter server was a success, and the plug-in is installed in vSphere Web Client, the Remove link will become active. Click the link to uninstall the plug-in. After the uninstall process … Read more
Install Commands: sudo apt install curl sudo apt install nano curl http://downloads.plex.tv/plex-keys/Pl… | sudo apt-key add – echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list deb https://downloads.plex.tv/repo/dev public main sudo apt install apt-transport-https sudo apt update sudo apt install plexmediaserver sudo systemctl status plexmediaserver sudo nano /etc/ufw/applications.d/plexmediaserver Copy into plexmediaserver ufw file [Plexmediaserver] title=Plex … Read more
The immutable flag can be manually removed by a sudo user Note you will have to remove the immutable (i) flag from both the files and the folder. There may also be a hidden .veeam.lock.0 file which also needs to be removed. rm file.name rm -d dirname
Step 1: Get the Name, UUID and File System Type Open your terminal, run the following command to see the name of your drive, its UUID(Universal Unique Identifier) and file system type. sudo blkid In the output of this command, the first column is the name of your drives. The second column is the label … Read more
Resize the disk attached to the VM to whichever size you need then restart the VM with ‘reboot’ You should see the device listed with the new size. If the device is currently mounted, it need to be unmounted before continuing. Now the device needs to be remounted.