In Previous blog , I just taught you how to install Xampp on 32 bit and 64 bit distro , in this tutorial I am going to tell you how to make web development easy on Linux. When you work on Linux environment everything is not easy as it is stable and secure , you have to come up with lots of issues and how to solve it.
Problem no.1
How to give write permission to /htdocs to create folder and files?
This is one of biggest issue after installing xampp as we have to create .php files under /htdocs folder
solution : Its not a rocket science to give write permission to a folder .
open terminal
Note if you use KDE then use su command else use sudo.
after opening terminal write
=========================================
sudo chmod 777 -R /opt/lampp/htdocs
=========================================
Problem no.2
Which editor will be best?
solution: If you want dreamweaver like editor then kompozer will come closer ,if you want fast and stable editor there is numeros my personal favorite are
=========================================
Problem no.2
Which editor will be best?
solution: If you want dreamweaver like editor then kompozer will come closer ,if you want fast and stable editor there is numeros my personal favorite are
- kate
- geany
- gedit (you have to twaeked it)
- bluefish
- kompozer
Problem no. 3
Which browser will be better?
solution : I prefer Firefox over any browser and don't know why. You can work with any browser of your choice . My top 5 browser are
- firefox
- chrome
- opera
- safari
- konqueror