Posts tagged with

Open Source

Error: unexpected RCODE REFUSED

If you get many of these in your massages log, it is as a result of spammers hitting the mail server with bogus domains and the DNS is trying to resolve the IP to the domain, it is coming back false, and the mail server drops the message as designed. To avoid these message, though I like knowing …

Read more β†’

500 error on uploading large images

I noticed a strange error while uploading files. My server does not allow any file to be uploaded above the 128kb, even when the settings in /etc/php.ini are set to higher sizes. After a lot of searching I managed to find the solution: add the following to the file /etc/httpd/conf.d/fcgid.conf : …

Read more β†’

Set up Perlbrew

HTML development work often is done remotely with all dangers of messing up a production version. My friend Gurunandan Bhat suggested I set up a local development environment. As always all credit goes to him for his support. This is therefore a howto for anyone eager to set up a local development …

Read more β†’

How to use GIT

Set up a git account on github.com. Upload your ssh key. To verify this is done click on top right Account Settings, then ssh keys on left. Then proceed to create a repository on Github. Don’t add a README. On your local machine, go into your application folder. Type git init This creates a .git …

Read more β†’