Category: Linux

SFTP access via chroot on CentOS

Install OpenSSH 5.6 to get chroot support: Validate that you have 5.6 installed: Update /etc/ssh/sshd_config to have the following (comment out existing subsystem line) Set the user’s home directory to be just USER when...

phpMyAdmin + CentOS + Apache Worker MPM

After installing phpMyAdmin I kept getting the above error which reads: The mysqli extension is missing. Please check your PHP configuration. <a href=”Documentation.html#faqmysql” target=”documentation”><img src=”themes/dot.gif” title=”Documentation” alt=”Documentation” /></a> I had run “yum install php-mysqli” with success,...

Install PHP Memcached() on CentOS 5

If you want to have direct access to the Memacache() object from PHP on CentOS, the easiest way is using yum and the Remi repository. To install the repository for various platforms, see http://blog.famillecollet.com/pages/Config-en...

Trac 0.12.3 + MySQL + Apache + Subversion on CentOS 5.5

The documentation for Trac is decent, but it isn’t super clear what to do, especially if you aren’t familiar with python. Some quick random info: For this example we are going to be hosting...