Share Install ffmpeg from source on Ubuntu Linux Video Manipulation This tutorial is designed for a headless server, and does not install anything related to X11....Read More May 23 824 0 by Dave Lasley
Share Setup Trac w/ multiple projects, mod_wsgi, LDAP & MySQL – Ubuntu 12.10 Linux Python Trac Table of Contents [hide] 1 Installation 2 Prep MySQL 3 Configure Trac 4 Apache Config (WSGI...Read More Jan 29 1,258 0 by Dave Lasley
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 `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 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