排序
Testing exit codes with Pytest
Testing exit codes with Pytest,As almost every other sysadmin I know, python is the language of choice to do some scripting. And, as we all know, testing is an important part of an...
Get Geeky with Python: Build a System Monitor with Flair
Get Geeky with Python: Build a System Monitor with Flair, Introduction Hey there, fellow coders! Today, I'm super excited to share an awesome project I recently worked on—a Python...
Looking for a simple web app that has a system monitoring feature on read-only for Linux
Looking for a simple web app that has a system monitoring feature on read-only for Linux,Hello! I'm back again, with a new things to share. For the past week, I'm looking for a sim...
Python Script to check if all docker containers are running
Python Script to check if all docker containers are running,I created a small python script that checks if all docker containers are running. Backup all container names into a file...
Convert a java application into a Linux service
Convert a java application into a Linux service,First of all, a Linux Service is an application that runs in the background and performs an essential task. One of the advantages to...
Script as a Service
Script as a Service,I'm going to show you how I got a Python script to run as a service on Ubuntu. I was working on a project of mine that is a Twitter Bot that tweets compliments ...