Apache proxy to a different port
Sometimes you may need to redirect a simple URL like jira.company.com to something like jira.company.com:8080 for easier access. A simple Apache Proxy will s...
Sometimes you may need to redirect a simple URL like jira.company.com to something like jira.company.com:8080 for easier access. A simple Apache Proxy will s...
While I am not a fan of this setup sometimes there is a special request and it needs to be setup.
Mount a ISO file as a loopback device for access. cd /path/to/dir/with/ISO mount yourfile.iso -o loop /mnt
This can help you narrow down certificate warnings about mixed content. curl -I domain.com | grep "http:\"
First make sure you enable forwarding
So recently I had to assemble some sar data into some nice graphs that the higher ups could understand. So I decided to write out a small script to graph o...
Here are some quick commands that I have to use on a daily basis for RAID automation issues. You can either keep -aall in there or if you have more then on...
Install a port port install port_name Install pre-compiled binary port port pkg port_name Create osX DMG file from port port dmg port_name Create RPM file...