September 24, 2006
I am trying this small script with a so called gui . This helps managing my wireless in the extreme conditions. Just a shell script. Run the script as root otherwise it’ll not work.
Get the script here or copy the code below.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/bin/bash
#
# Author – Kulbir Saini, IIIT Hyderabad.
# Home – http://saini.co.in/
# KWirelessManger – Just for fun.(It [...]
Read the full article →
March 7, 2006
This is an attempt by me to filter mails on a Linux machine. You can run this file on your home directory at mail server and it will help you to sort mails on the basis of
From which user the mail has come or from which domain it came,
to which user or domain mail was [...]
Read the full article →