I like to disassemble things, learn how (and why) things work, solve problems.
I don't like human stupidity and the word *impossible*
- Slovakia
Pinned Loading
-
hewalex-geco-protocol
hewalex-geco-protocol PublicProtocol reverse engineering and simple communication tool for GECO G-422 range of solar pump controllers, used also (but not only) in the Hewalex ZPS-18e
-
vent-axia-remote
vent-axia-remote PublicVent-Axia wired remote protocol analysis & reverse engineering
-
-
-
Live push tcpdump data from remote m...
Live push tcpdump data from remote machine to local wireshark 1requires sudo without password on the remote machine - at least for the "tcpdump command
2```
3ssh {HOST} sudo tcpdump -U -s0 -w - -i eth0 'not port 22' | wireshark -k -i -
4```
5e.g. for monitoring traffic on the router
-
Linux - Find/delete old files
Linux - Find/delete old files 1Find & print files older than 60 days
2# find PATH_TO_BASE_DIR -mtime +60 -print
34# find . -mtime +60 -print
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.