Skip to content

0x1001/Linux-Server-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Server Tools

Internet Check

Python script for checking internet connection for Linux. Creates one log file per day and checks connection each 1 minute. To start it in background use sh script that is part of this repository

Raspberry Install Script

Basic installation script for Raspberry PI. Use it once you install Raspberry PI on SD card.

Bash script

$ sudo ./install.sh

Wifi auto reconnect

Automatically reconnects to Wifi network.

Installation

  • Copy wifi/wifi_reconnect.sh to /etc/
  • Change group and owner to root
  • Change permission to 700
  • Add to crontab: * * * * * root /etc/wifi_reconnect.sh >> /var/log/syslog 2>&1

About

Python script for checking internet connection for Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published