Explore >> Select a destination


You are here

righteousit.com
| | blog.marbu.eu
3.4 parsecs away

Travel
| | [AI summary] The user encountered issues with excessive logging when running the opensnoop tool as a systemd service. The tool's output was being captured by journald, leading to a chain reaction of log entries and performance issues. The solution involved redirecting stdout to a file instead of the journal, preventing the log flood. However, cleaning up the polluted journal data was complex due to its append-only nature, so the user opted to rotate the journal and clean it up later.
| | janakiev.com
6.1 parsecs away

Travel
| | In this article you will see how to easily manage Jupyter Notebook and JupyterLab by using the Systemd tooling. This is useful when you want to have an instance running local or on your server that you can manage and monitor.
| | github.com
8.2 parsecs away

Travel
| | A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance. - onceupon/Bash-Oneliner
| | adol.pw
13.8 parsecs away

Travel
| [AI summary] The blog post discusses the use of Let's Encrypt for obtaining free, reliable SSL certificates to secure websites, detailing the setup process, command-line usage, and renewal procedures.