Monday, May 26, 2014

New hire setup at hinkhoj

Tech to Learn:
1. ubuntu operating system
2. apt-get tool for installing new softwares.

Import softwares to be installed:
1. git
2. vim
3.apache2
4.php5
5.mysql-server
6. phpmyadmin


new machine setup:
1. install ubuntu 12.04 LTS x64
3. configure /var/www/ folder

sudo adduser hinkhoj www-data
sudo chown hinkhoj:www-data -R /var/www
sudo chmod 755 -R /var/www


Android setup:
1. get adt complete bundle
2. make link to eclipse on desktop
3. install 32 libs for 12.04 LTS on x64

Bashrc setup:

export PATH=$PATH:$HOME/android-sdk/sdk/platform-tools:$HOME/android-sdk/sdk/tools


No comments:

Post a Comment