Posts tagged as:

email

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 }

#!/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 }