if you have setup a new server and suddenly you find out that .htaccess configuration file is not working on your here is a quick solution to fix it. There might be 2 issues with your web server which could have caused this problem. 1. Make sure AccessFileName set to .htaccess To check this open [...]
I found this problem on my new CentOs 64 bit machine. I think the solution i found for it will work both on 32 bit and 64 bit machines. The trick is to get latest mysql from repo and install all extensions you need separately and it will work fine. First thing is to get [...]
On a new linux system normally not all the applications are installed. In almost every case that if nano command is not working in linux you have not installed nano application on your system. To install nano application type: yum install nano
It took me some time to figure out how to work with vi command in linux. The main problem i was having was that i edited a file and then was not able to save and quit vi. Later after some research i found it was quite simple. to edit a file in vi type: [...]