#TIL about tcpdump
, a very handy little command line utility for looking at network traffic. Not as fully featured as Wireshark, but nice if you want to e.g. pipe network traffic into another process. It’s also not >300MB :/
#TIL about tcpdump
, a very handy little command line utility for looking at network traffic. Not as fully featured as Wireshark, but nice if you want to e.g. pipe network traffic into another process. It’s also not >300MB :/
Playing around with plan9.bell-labs.com/plan9 on the #raspberrypi. It seems that old Apple keyboard+mouse are not supported even via a USB hub, but Dell USB keyboard and mouse are even without kbargs=-b
in the config file.
I’ve also had no success just formatting the SD card and dragging the image on, whereas unmounting it, then using dd
to transfer the image works perfectly.
It’s rather an intriguing operating system which I think will reward further study. Next steps:
drawterm
and try using it as a visual terminal and mounting the filesystems on each otherAmazed to see that “send[ing] your password file to the server” is one of the examples in the curl manpage. wat. curl.haxx.se/docs/manpage.html#-F
Loving #zsh so far. Advanced globbing, git status in the prompt and super-intelligent command autocomplete… why did I ever use bash?