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 834 0 by Dave Lasley
Share Install scipy for python 2.7 in Ubuntu Linux Python Surprisingly the scipy package was not as straightforward of an installation as most Python modules; this...Read More May 22 202 0 by Dave Lasley
Share Add EPEL Repository to CentOS Linux The EPEL repository contains quite a few useful packages for CentOS. Below are the steps to...Read More May 16 320 0 by Dave Lasley
Share Install/Configure PPTP Client (RHEL/CentOS/Ubuntu) Linux Install PPTP Client Ubuntu/Debian sudo apt-get install pptp-linux RHEL/CentOS/Fedora sudo yum install pptp Modify chap-secrets /etc/ppp/chap-secrets...Read More May 7 17,180 7 by Dave Lasley
Share Set up Subversion with SSH (svn+ssh) Linux Table of Contents [hide] 1 Setup SVN Server 2 Setup Key-Based Authentication Setup SVN Server ∞...Read More Apr 23 2,027 0 by Dave Lasley
Share Enumerate Processes Programmatically In Linux Linux PHP Python Using ps is not necessarily the best way to enumerate running applications programmatically. This is because...Read More Feb 5 516 0 by Dave Lasley
Share Start a script on boot – Ubuntu 12.04 Linux Use the below procedure to start a script on boot: sudo mv /filename /etc/init.d/ sudo chmod...Read More Feb 4 134 0 by Dave Lasley
Share Adding HTML Emails To Trac 1.0.1 Linux Python Trac Table of Contents [hide] 1 Intro 2 Configure HTML Email 3 Edit Ticket Notifications Module 4...Read More Feb 3 543 0 by Dave Lasley
Share Expanding A Linux Filesystem Linux Table of Contents [hide] 1 Expand the Partition/Logical Volume 2 Expand the filesystem Expand the Partition/Logical...Read More Jan 29 227 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,267 0 by Dave Lasley