Posts tagged as:

sudo

A Shell Script To Build vnstat software which is act as a console-based network traffic monitor under CentOS / RHEL / Redhat / Fedora Linux.

{ 0 comments }

A Linux / UNIX Shell Script To Monitor Services Such As Web / Http, Ssh, Mail Server and send an email if they are down.

{ 21 comments }

#!/bin/bash
# Script to logoff KDE/Gnome user session.
# With proper permission via sudo it is possible that rest of the users
# can use the same script. You can create Launcher to use this script
# from Linux desktop. Tested on Debian Linux 3.x, but it should work with
# other Linux distros and FreeBSD
# ———————————————–
# Copyright (c) 2005 [...]

{ 0 comments }