sysadmin共6篇
Get Geeky with Python: Build a System Monitor with Flair-拾光赋

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...
kity的头像-拾光赋kity10个月前
05411
Python Script to check if all docker containers are running-拾光赋

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...
kity的头像-拾光赋kity2年前
03313
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

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...
kity的头像-拾光赋kity2年前
02512
Convert a java application into a Linux service-拾光赋

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...
kity的头像-拾光赋kity4年前
04015
Testing exit codes with Pytest-拾光赋

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...
kity的头像-拾光赋kity5年前
0417
Script as a Service-拾光赋

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 ...
kity的头像-拾光赋kity8年前
0419