The guides on the Zabbix and Ceph websites explain in different ways how to monitor Ceph with Zabbix, but neither of the guides are complete and work out the box….
Monitor Ceph (reef) with Zabbix
Get CSF and Docker working together
Although CSF has built in functionality to work with Docker, this is definitely not sufficient if you have multiple Docker containers and bridges. The other problem is that Docker manages…
Remove all Docker containers with one command
To remove all Docker containers with one command, run the following:
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:
Get CSF to work with Docker iptables
If you’re using CSF with Docker containers, you’ve more than likely come across a conflict between the iptables generated by CSF and those generated by Docker, and the one will…
Setup Teleport SSH in Docker with LetsEncrypt
Let’s start by getting Teleport setup in Docker. Create a docker-compose.yaml file in your home directory, and paste the following in there: The parts to take note of are: The…
Restart all docker containers
How to update Docker CE Ubuntu
Its always good to test things first, so let’s do a dry run to see if the update succeeds: If all looks good, let’s perform the actual update of docker-ce: