Feed on
Posts
Comments

Tag Archive 'howto'

Wireshark is a network protocol analyser, or packet sniffer, available for Ubuntu 10.04 via a simple sudo apt-get install wireshark. However to use it correctly, we need to change some permissions to ensure we’re not running the whole application as root. The following commands will let the adm group run Wireshark without elevated privileges – [...]

Read Full Post »

Java and SSL on FreeBSD

Running Jira on FreeBSD, I wanted to be able to pick up email from a Google Apps account and feed it in as tickets. This is normally a straight-forward process but I was getting these errors in the Jira logs: 1javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested [...]

Read Full Post »

For OpenAustralia DevLive, I wanted the browser to open straight into the local machine’s development instance of the web application. I also wanted to provide a bunch of project related links as bookmarks to make it easy for users to get help or submit bugs. To change the browser start page you need to add [...]

Read Full Post »