To remove all Docker containers with one command, run the following:
Remove all Docker containers with one command
How to tail docker logs
Assuming you wanted to watch the latest 100 log entries of a docker container, you can run the following command:
How to troubleshoot named failed to restart DirectAdmin
Normally when named doesn’t want to start, this is due to a zone file being referenced in /etc/named.conf which is not contained in the /var/named/ folder. To troubleshoot why named…
How to solve service: Start request repeated too quickly.
One of the main issues faced when trying to troubleshoot why a service won’t start is knowing what the error message is. If you tail the logs for /var/log/messages, you’ll…
View DHCP lease list for isc-dhcp-server
Simply cat the following file to view the current DHCP leases for the ISC DHCP Server:
Install Metatrader 4 and Metatrader 5 Ubuntu 22.04 VPS
You can run MT4 and MT5 on a Linux VPS by following our guide on how to VNC into your VPS securely over an SSH tunnel here. Once you’re logged…
Setup TigerVNC over SSH tunnel on Ubuntu 22.04
By using VNC over an SSH tunnel you have all the security you require and there is no need to fiddle with SSL certificates etc. Install the Ubuntu Desktop environment:…
Increase post_max_size for alt php for specific user
Edit the alt_php.ini file for user When inside CageFS for the user then run the following: Add the following to this file: The above can be pasted between the following…
Increase VM disk on Proxmox
Add capacity to disk from Proxmox Input the amount of EXTRA disk space you want added to the VM (NOT the total disk space) From terminal/console on the VM Run…
How to install cloud-init in Alpine 3.16
Uncomment the community repository. Note, that this only installs the cloud-init package. You still need to run the following to actually initialise and enable cloud-init: