Nugget post: Checkinstall

Found an interesting link: http://www.linuxjournal.com/content/using-checkinstall-build-packages-source Describes the use of checkinstall in ubuntu. Usually when compiling from source we run: ./configure make make install   Instead of running the last “make install” you’d run the “checkinstall” command. This builds a .deb file which you can then install via your normal package manager, which makes it easier … Continue reading Nugget post: Checkinstall

Decrypting HTTPS traffic with BlueCoat reverse proxy

Just submitted as KB article to bluecoat 🙂 Common example scenario: An SSL reverse proxy is deployed, and at some stage in the troubleshooting process a packet capture of the HTTPS traffic is required to view traffic flowing between the client / proxy or between the OCS and proxy. In a reverse proxy scenario, the … Continue reading Decrypting HTTPS traffic with BlueCoat reverse proxy