ajenti.org
1. Ajenti is an open source web based system management control panel for managing remote system administrating tasks from the web browser much similar to Webmin module. Ajenti is a much powerful and lightweight tool, that provides fast and responsive web interface for managing small server set-ups and also best suitable for VPS and Dedicated servers. It has built with many pre-made plugins for configuring and monitoring...
Python for System administrator [OS Functions]
Friday, May 9, 2014

Intro
The OS Module in Python provides a good way to use the operation system functionality.
The functions provided allows to interface with the underlying OS that Python is running on (Windows, Mac or Linux).
Os Functions
♦ Executing a shell command : os.system()
♦ Get the status of a file: os.stat()
♦ Get the users environment:...
Subscribe to:
Posts (Atom)