Skip to content

rmrf/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

These scripts are used for general System Admin tasks

  • find_free_ip.py Find Free (No dns name assign and Not Pingable) ip address
  • pingp.py Ping with pictures which draw the response time line

Linux system package require

sudo apt-get install build-essential
sudo apt-get install libpng12-dev

Setup required python virtualenv

git clone git@github.com/balbalbas
cd Mycroft
virtualenv --distribute .venv
source env.sh
easy_install -U distribute
pip install -r pip-requires.txt

How to use

source env.sh

Then directly run these scripts, it's have self illustration

About

Scripts for System Admin works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published