Category linux
-
'405 Not Allowed' error serving Facebook apps with nginx
How to get around '405 Not Allowed' errors when building basic Facebook pages with nginx... read more
-
Security testing with Google's ratproxy
How to get up and running with ratproxy, and fix a few of the errors... read more
-
SSH Authentication refused: bad ownership or modes for directory
A few tips on debugging SSH public key authentication problems... read more
-
Compiling Nginx with flv streaming support on Ubuntu
A quick guide to compiling and installing nginx with flv streaming support on Ubuntu... read more
-
sources.list For Ubuntu Hardy Heron 8.04
I always have to go looking for this, so here it is... read more
-
How to find out if Ubuntu is 32 bit or 64 bit
A quickie that i always forget.... read more
-
Updating RubyGems on Mac OS X 10.5 Leopard
How to update RubyGems from v1.0.1 to v1.3.5 on OS X... read more
-
Installing git-up on Ubuntu 8.10
How to get git-up running properly on Ubuntu 8.10... read more
-
nginx error - 413 Request Entity Too Large
How to increase the allowed file upload size in Nginx, and stop 413 Request Entity Too Large errors... read more
-
Makefile - missing separator. Stop.
How to fix missing separator errors in Makefiles... read more
-
Passing IPs to apache with nginx proxy
How to configure Apache to pick up the correct IP address for logs etc, when requests are proxied from Nginx... read more
-
Customize the Nginx server header
How to alter the 'server' header in Nginx... read more
-
InnoDB as default MySQL table type
How to change the default MySQL table type... read more
-
Flushing the DNS cache on OS X
How to manually flush the DNS cache on OS X to force /etc/hosts changes to take effect... read more
-
MySQL table 'is marked as crashed'
What to do if you are getting an error similar to 'mysqldump: Got error: 145: Table xxxxx is marked as crashed and should be repaired when using LOCK TABLES'... read more
-
python 2.5 zipimport.ZipImportError on OS X
How to get fix "zipimport.ZipImportError: can't decompress data; zlib not available" errors running python 2.5 on OS X... read more
-
Python 2.5 "ImportError: No module named _md5" on OS X
What to do if you are getting an "ImportError: No module named _md5" using Python 2.5 on OS X... read more
-
HTTPSHandler error using python 2.5 and GAE on OS X
How to fix "AttributeError: 'module' object has no attribute 'HTTPSHandler'" errors running python 2.5 on OS X... read more
-
Exclude tables from mysqldump
How to exclude certain tables from mysqldump... read more
-
'spec/rake/spectask' errors doing rake db:migrate
What to do if you get "no such file to load -- spec/rake/spectask_" errors running rake db:migrate... read more
-
Rename authors in a git repository
How to change the author details in a remote git repository... read more
-
'Can't find Magick-config' error installing rmagick gem
How to fix a 'Can't find Magick-config' error when installing the rmagick gem... read more
-
Styling Apache directory listings with mod_autoindex
How to use Apache's mod_autoindex module to style directory listings... read more
-
Nginx adds strange characters using rails/memcached_pass
How to stop strange characters appearing when using rails, memcached and the nginx memcached_pass directive... read more
-
Pylons - LookupError: Entry point 'main' not found in egg
How to fix 'LookupError: Entry point 'main' not found in egg' errors in Pylons... read more
-
memcaches_page plugin for Rails
A Rails plugin to cache entire pages to memcached, allowing you to use nginx to serve your site directly from memory... read more
-
Gantt Calendar plugin for Trac
Adds Gantt chart and calendar functionality for Trac tickets... read more
-
iTerm Delete Key Config
Fix up peculiar delete key behaviour in OS X... read more
-
Styling subversion listings with xslt
How to style Apache Subversion listings using XSLT and the Apache SVNIndexXSLT directive... read more
-
Rewrite Trac links to Redmine with nginx
How to use nginx's 'rewrite' functionality to redirect trac-style links to redmine... read more
-
Disable store links in iTunes 8
How to turn off the store links in iTunes 8... read more
-
Installing Trac on CentOS
How to set up Trac and Subversion on CentOS... read more
-
Filesystem path is neither a file nor a directory 160013 - SVN / Trac Error
How to get around a 'Filesystem path .... is neither a file nor a directory' error with Trac and SVN... read more
-
svn: Can't find a temporary directory: Internal error
How to fix SVN 'Can't find a temporary directory: Internal error'... read more
-
Setup 64bit CentOS (PHP5, MySQL, memcached, ketama)
A script to setup 64bit CentOS with PHP5, MySQL, memcached and ketama... read more
-
Force MySQL Encoding to UTF8
How to force MySQL to use UTF8 encoding by default... read more
-
Browser detection with PHP
How to set up and use PHP's get_browser() function to detect client browsers... read more
-
Subversion Server on CentOS
How to set up a subversion server with apache and CentOS... read more
-
Set OS X Default Shell
How to change the default shell in OS X... read more
-
OS X zsh shell config
zsh shell configuration file for OS X... read more
-
Installing MySql/PDO for PHP
How to install PDO/MySql to fix Zend_Db_Adapter_Exception errors in Zend Framework... read more
-
Compile LibTorrent on OSX
How to to compile libtorrent on OS X... read more
-
Change the SSH login message
How to customize your SSH login screen... read more
-
Vi as default crontab editor
Change the default crontab editor... read more
-
Stop cron emails
Stop annoying emails every time a cron job is run... read more
-
Install Ubuntu SSH server
Ubuntu Enterprise 6 doesn't seem to install sshd out-of-the-box... read more
-
Configure Ubuntu w/ Static IP
Ubuntu Enterprise 6 doesn't seem to give an option to enter a static IP during install if you have DHCP available... read more
-
Installing Trac
Trac can be a little tricky to install. Here's the steps that worked for me... read more
-
Svn server w/ Apache
A walk-through for setting up a subversion server hosted by http/apache... read more
-
Cake actions from the terminal
How to call CakePHP actions from the command line... read more
-
Find large folders
How to find the largest n folders on linux... read more
-
Delete files by extension
How to recursively delete all files with a given extension on linux... read more
-
Splitting up Django models
Django models are all grouped in one file by default. Here's how to split them up into logical groups... read more
-
Shell coloring for iTerm
Make iTerm easier to use with shell coloring... read more
-
Recover Corrupted Svn DB
How to recover your repository if you're getting 'Corrupted' error messages... read more
-
Useful .bashrc Functions
A couple of useful functions for .bashrc... read more
-
Installing Subversion
Subversion installation how-to... read more
-
Get SVN Revision No.
Simple one-liner for getting the svn revision number... read more
-
Turn On Vi Syntax Coloring
How to turn on vi syntax colouring on RedHat... read more
-
Useful Vi Commands
A bunch of useful Vi commands... read more
-
Stop SSH and SFTP timeout
Quick fix to stop SSH connections timing out... read more
-
Opening a port on linux
-
Subversion Commands
A bunch of useful subversion commands... read more