-
Recent Posts
Archives
Links
Tags
- AES256
- AJAX
- antivirus
- backup
- BSD
- CGI
- ClamAV
- commandline
- CSS
- dmz
- ECDSA
- Elliptic Curve
- encryption
- firewall
- FreeBSD
- gateway
- HTML
- HTTP
- ImageMagick
- image processing
- IT Security
- Javascript
- Linux
- logfiles
- Mac OS X
- NSA
- OpenSSL
- Passwords
- PF
- Photography
- PHP
- PKI
- Privacy
- RSA
- SHA512
- smtp
- syslog
- Tcl/Tk
- tcpdump
- TLS
- unix
- wget
- Windows
- Wireshark
March 2021 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: Linux
Observing packets on the wire flying by
Anyone who has ever tried to install a modem or configure an Internet connection has almost certainly wondered if there’s any traffic flowing back and forth from networks. Observing network traffic that is generated by a PC or Mac is … Continue reading
Posted in Computer network, IT Security, Linux, Shell script
Tagged commandline, FreeBSD, Kali, Linux, Mac OS X, tcpdump, Virtualization, Wireshark
Comments Off on Observing packets on the wire flying by
Javascript IPsec configuration generator for site-2-site VPN gateways
Today, access to the internet is practically everywhere. Private communication across it is often taken for granted. There is an entire industry around secure communication and a lot of the equipment used for securing network boundaries, VPNs specifically, relies on the … Continue reading
Email and malware dissection, Part II
If you’re running a mail server on the Internet, you will surely be familiar with spam and malicious email. This post is the last part on how to identify and isolate malware in email while respecting your users’ email privacy. … Continue reading
Resizing multiple images
I’m sure there are easier ways, and better I assume, to reduce the size of multiple images at once. But there was some point in time where I couldn’t resist the urge of solving this myself using ImageMagick and Tcl/Tk. … Continue reading
Posted in Image processing, Shell script
Tagged commandline, image processing, ImageMagick, Linux, Mac OS X, Photography, Tcl/Tk, Windows
Comments Off on Resizing multiple images