Monday, January 31, 2011

Must Install in Ubuntu

Install Winrar
sudo apt-get install rar

Installing LAMP Server
sudo tasksel install lamp-server

Install "mcrypt" extension
sudo apt-get install php5-mcrypt

Install "curl" must be loaded
1) sudo apt-get install php5-curl
2) System -> Administration -> Synaptic Package Manager and find the package or software as “php5-curl“ or php curl and install the CURL module for PHP.

Install "GD" must be loaded
sudo apt-get install php5-gd

Install All Extensions
sudo apt-get install php5-mcrypt php5-curl php5-gd

Restart Apache
sudo /etc/init.d/apache2 restart

Install JDK in Ubuntu
1) sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
2) sudo apt-get update
3) sudo apt-get install sun-java6-jdk

Install Netbeans
1) Open Terminal
2) sh dragDropNetBeansFileHere

How to Integrate Subversion with Netbeans
1) Install Subversion first: sudo apt-get install subversion
2) Open Netbeans and follow the path: Netbeans-->tools-->options-->miscellaneous-->versioning>subversion.
3) Set the "Path to the SVN executable File" to "/usr/bin/svn"
4) Restart NetBeans

Run setup though command line for wine
wine /media/storage/Setup.exe

Enable mod_rewrite
1) a2enmod rewrite
2) AllowOverRide All in the following file:
/etc/apache2/sites-available/default
3) Restart Apache

1 comments:

Anonymous said...

Hello
very nice post

Post a Comment