Installing SSL on CentOS | My Virtual Time Capsule Installing SSL on CentOS Extracted from the Source with modification: Recently on a couple of older CentOS machines I’ve found that the stock Python doesn’t have SSL support, which obviously makes tr…
Installing Mp4box in centos 6 Installing Mp4box in centos 6Login to the server cd /usr/local/src/ Now we need to download the packages and libraries of MP4Box wget http://downloads.sourceforge.net/gpac/gpac-0.4.5.tar.gz wget http://nchc.dl.sourcefo…
nstalling pip on CentOS 7 for Python 2.x On CentOS 7, you have to install setup tools first, and then use that to install pip, as there is no direct package for it. sudo yum install python-setuptools sudo easy_install pip Installing pip on CentOS 7 f…
What is Passenger? Passenger (AKA mod_rails or mod_rack) is an Apache 2.x module which lets you run Rails or Rack applications inside a general purpose web server, like Apache httpd or nginx. Install Apache and Passenger Make sure puppet master has b…
一.phpVirtualBox简介 VirtualBox是一套为不同操作系统而设的 x86 虚拟化产品.它是一个机器/硬件的虚拟化产品,功能上与 VMware Server.Parallels Workstation.QEMU.KVM.及 Xen 相若,并能支持各种客端操作系统,当中包括 Windows.它的支持者声称它是「在 GNU General Public License(GPL)下唯一个以开源程序免费供应的专业方案」.虽然它不及那些修改 Linux 内核的操作系统级虚拟化方案…