Skip to content

⌚ The original L0pht Heavy Industries temp-watch by mudge ported to current Linux

Notifications You must be signed in to change notification settings

decal/l0pht-temp-watch-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

temp-watch (ver 1.2)

Various compatibility updates to mudge's old school temp-watch tool that was released during his time with the infamous L0pht Heavy Industries (the original hacker-space.) Forward-porting modifications for Linux applied by Derek Callaway [email protected] ...


Tested on:

Kali Linux 2.0 (Ubuntu 14.04.3 LTS according to /etc/issue) uname -a => Linux ca2 3.13.0-49-generic SMP x86_64 GNU/Linux

Linux Compile:

make linux (creates dynamically linked binary for Linux)

BSD Compile:

make bsd (creates dynamically linked binary for BSD systems)

Linux Static Compile:

make linux-static (compile statically linked Linux binary)

Linux Stripped Static Compile:

make linux-static-srtip (compile statically linked and stripped Linux binary)

BSD Static Compile:

make bsd-static (compile statically linked BSD binary)

BSD Stripped Static Compile:

make bsd-static-strip (compile statically linked and stripped BSD binary)

Strip Symbols From Object and Binary Files:

make strip (removes debugging symbols from compiled files)

Clean:

make clean (removes object files and core dumps, but leaves binary)

Clobber:

make clobber (remove the same things as clean, and the binary as well)

About

⌚ The original L0pht Heavy Industries temp-watch by mudge ported to current Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published