A Linux Shell script to collect information on your network configuration. Use this script to submit information to your sr. Linux / UNIX admin.
{ 10 comments }
Posts tagged as:
A Linux Shell script to collect information on your network configuration. Use this script to submit information to your sr. Linux / UNIX admin.
{ 10 comments }
A Shell Script to capture stuff from IP camera under UNIX / BSD / Linux operating systems.
{ 1 comment }
#!/bin/bash
# Shell script to restart MySQL server if it is killed or not working
# due to ANY causes.
# When script detects mysql is not running (it basically sends ping request
# to MySQL) it try to start using /etc/init.d/mysql script; and it sends an
# email to user indicating the status.
# This script must be run from [...]
{ 4 comments }
A password is a form of secret authentication data that is used to control access to a resource. The password is kept secret from those not allowed access, and those wishing to gain access are tested on whether or not they know the password and are granted or denied access accordingly.
This script find out all [...]
{ 0 comments }
#!/bin/bash
# mybackupadd – Add file to ~/.mybackup file, then backup and email all
# file as tar.gz to your email a/c.
#
# Usage : ./mybackupadd ~/public_html/
#
# Copyright (C) 2004 nixCraft project
# Email : http://cyberciti.biz/fb/
# Date : Aug-2004
# ————————————————————————-
# This program is free software; you can redistribute it and/or
# modify it [...]
{ 0 comments }