wuzzah
inobtrusively monitor your friends
Install
- All systems
-
curl cmd.cat/wuzzah.sh
- Debian
-
apt-get install wuzzah
- Ubuntu
-
apt-get install wuzzah
- Kali Linux
-
apt-get install wuzzah
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install wuzzah
- Raspbian
-
apt-get install wuzzah
- Dockerfile
- dockerfile.run/wuzzah
wuzzah
inobtrusively monitor your friends
The idea: you have friends on a system, and you want to know when they log on and off when you're logged on. what's more, maybe you're tired of throwing together crappy/clunky who(1)/w(1)/finger(1) commands in obfuscated shell/perl scripts that only half do the job anyway. wuzzah is a program that selectively scans a system's utmpx records (where logins are stored, among other things), keeping an eye out for your friends logging in and out, taking customizable actions on events. wuzzah is small, fast, efficient, and written in C.