Share Setup SNMPD (v2) in Ubuntu 12.10 Linux Install sudo apt-get install snmpd Backup old configs sudo mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.org Create /etc/snmp/snmpd.conf rocommunity public...Read More Jan 26 153 0 by Dave Lasley
Share Ethernet Bonding – Ubuntu 12.10 Linux Install package sudo apt-get install ifenslave-2.6 Enable Kernel Module: sudo nano /etc/modules add bonding to the...Read More Jan 25 198 0 by Dave Lasley
Share Upgrade Ubuntu Linux Table of Contents [hide] 1 LTS To Normal 2 Normal To LTS LTS To Normal ∞...Read More Jan 24 181 0 by Dave Lasley
Share Apache Reverse Proxy w/ URL Rewrite & REMOTE_USER Header Linux Web Here is a sample Location block for setting up Apache as an authentication proxy for a...Read More Jan 24 1,768 0 by Dave Lasley
Share `Unrecognized option ‘preset’` in avconv/ffmpeg+x264 Linux Video Manipulation This is because libx264 or the extra codecs are not installed. Install with sudo apt-get install...Read More Jan 24 2,104 1 by Dave Lasley
Share Working with files by inode Linux Table of Contents [hide] 1 Find the inode number 2 Remove by inode with find Find...Read More Jan 22 90 0 by Dave Lasley
Share add-apt-repository: command not found Linux When attempting to add a repo on my pxe-boot chroot, I got the error: add-apt-repository: command...Read More Jan 19 157 0 by Dave Lasley
Share Setup PXE Server Ubuntu Linux In this tutorial, I will guide you through the process of creating a PXE server on...Read More Jan 18 5,315 0 by Dave Lasley
Share WordPress Setup – Ubuntu 12.10 Linux Web Requires a configured web server 1. WordPress was surprisingly simple to setup: apt-get install wordpress 2....Read More Jan 10 107 0 by Dave Lasley