root bin
Thursday, 24 February 2011
MYSQLTuner
›
MySQLTuner is a perl script for mysql optimization. To get uset it: wget http://mysqltuner.com/mysqltuner.pl chmod +x mysqltuner...
nsd3+nginx+php-fpm+drupal
›
Install nsd3 and nginx touch /etc/nsd3/nsd.conf apt-get install nsd3 apt-get install nginx Check these to figure out how to set up php5-...
Tuesday, 22 February 2011
memcached on drupal 6
›
environment: ubuntu hardy (8.04), drupal 6.13 memcached To install memcached, you need to install libevent first: sudo apt-get install li...
Sunday, 13 February 2011
set up postfix to send mails to google apps
›
After hours of search and trying several different solution, I found that it is surprisingly simle: apt-get install postfix nano /etc/post...
Saturday, 29 January 2011
Install python 2.5 on ubuntu 10.04
›
So, you're a Python developer and like to use the 2.5.x track instead of the 2.6.x or the 3.x track. Well, never fear! Despite the fact...
Friday, 28 January 2011
Install virtualenv and django, no-nonesense way
›
Install virtualenv Installing virtualenv is easy on a Linux or Mac system, but the instructions that follow are Linux (Ubuntu, actually) sp...
Friday, 31 December 2010
Disable Root SSH Login on Debian
›
Before we begin, you should make sure that you have a regular user account and that you can su or sudo to root from it. So do these first: ...
Monday, 27 December 2010
install the latest nginx
›
You can get the latest stable version of Nginx from the Nginx PPA on Launchpad: You will need to have root privileges to perform the follo...
Upgrade Ubuntu server
›
aptitude update and install the package update-manager-core : aptitude install update-manager-core Then run do-release-upgrade More de...
Friday, 24 December 2010
'add-apt-repository: command not found'
›
add-apt-repository isn't installed by default. You have to install the python-software-properties package first. sudo apt-get instal...
‹
›
Home
View web version