X

Adding OpenVPN logs to Splunk on Ubuntu

By default, in most Linux distros, OpenVPN log output goes to the syslog, which is usually at /var/log/syslog. However, your…

skotfred

Squid3 Proxy on Ubuntu

Using a personal proxy server can be helpful for a variety of reasons, such as: Performance - network speed and…

skotfred

HTML5 Link Prefetching

Link prefetching is used to identify a resource that might be required by the next navigation, and that the user…

skotfred

SonarLint for Eclipse IDE

I've always been fan of tools for automation of development and testing. I've used SonarQube for a long time, and…

skotfred

HTML5 preconnect

In addition to dns-prefetch, you can take browser performance one step further by actually creating a new connection to a…

skotfred

HTML5 DNS prefetch

I often get into some fringe areas of micro-optimizations of website performance, DNS prefetching is another one of those topics.…

skotfred

IPv6 and IPv4 for Apache Tomcat

If you've recently upgraded your network from IPv4 to IPv6, you might find that some software no longer works as…

skotfred

IPv6 DNS configuration

As an IT professional, I've long been aware of the impending IPv4 exhaustion. To the layperson, this can easily be…

skotfred

Redirect within a javascript file

There often comes a time when you are working on a large project and find a need to refactor javascript…

skotfred

Brotli Compression

If you look at HTTP Headers as often as I do, you've likely noticed something different in Firefox 44 and…

skotfred