Installing Graylog Open on Ubuntu 22.04

12 months ago

This article is a walkthrough for installing “Graylog Open 6” and leverages the documentation at “https://go2docs.graylog.org/current/downloading_and_installing_graylog/ubuntu_installation.html” and “https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/”. We’re using…

How to stop all Docker Containers

12 months ago

To stop all Docker containers simply run the following command in your terminal: docker kill $(docker ps -q) How It Works The…

Clear Systemd Journal Logs in Ubuntu 20.04 and above

1 year ago

Systemd has its own logging system called the journal, and the log files are stored in /var/log/journal. Check current disk usage…

This website uses cookies.