hosting
Wrangling your bash shell into line
Tue, 2010-11-23 11:27 | Franco
While I love my hosting provider, they have some issues, ones I have learned to live with.
to configure your bash shell to show you a nice prompt do this:
PS1='\u@yourdomain.com [\w]# 'to make and use a local bin directory try this:
PATH=$PATH:~/bin
How do I Increase the memory available to Drupal in a hosting environment.
Tue, 2010-05-11 19:31 | Franco
This is something I have to do frequently so I am posting it here so I dont have to search for it!
Increase PHP memory limit (4 methods)
The one I use most is to use my php.ini file or do it inside the drupal settings.php file.
settings.php:
ini_set('memory_limit', '96M');php.ini:
memory_limit = 16MPopular content
Today's:
All time:
Last viewed: