This guide will cover the basics on how to integrate emacs with protonmail-bridge using
- mu4e
- mbsync
- smtpmail
- protonmail-bridge
This guide will cover the basics on how to integrate emacs with protonmail-bridge using
| #!/usr/bin/env python3.6 | |
| ''' | |
| Pihole is great, but the admin interface only displays device details | |
| by IP address which can be confusing. This script changes the display | |
| from IP address to a more recognizable hostname. And as a bonus, attaches | |
| the profile (from fingerbank.org) of the device to the hostname as well - | |
| so instead of something like 192.168.1.101, you see galaxys6-samsung. | |
| Shweet. | |
| Usage notes |
| tshark -r input_file.pcap -2R "< Wireshark Filter >" -T fields -e < Wireshark Field > -e <Wireshark Field> | |
| ## By using combination of "-T fields" and "-e" options, tshark will only print the fields you're interested in. | |
| ip.src | |
| ip.dst | |
| tcp.srcport (udp.srcport) | |
| tcp.dstport (udp.dstport) | |
| ## I want to check the number of TCP streams in the packet. |
apt-get install libpcap-dev
apt-get install automake
apt-get install automake-1.15