Introduction to Web

sudo apt-get install apache2 //sudo ifconfig eth0 | grep inet | awk '{ print $2 }' sudo apt-get install mysql-server sudo apt-get install php5 installing mysql dependencies =============================== sudo apt-get install php5-mysql phpmyadmin sudo apt-get install libapache2-mod-php5 php5-mcrypt sudo nano /etc/apache2/mods-enabled/dir.conf apt-cache search php5- sudo nano /var/www/html/info.php <?php phpinfo(); ?> =============== proceed with working on… Continue reading Introduction to Web

Are you An Alien?

You are in Another world while reading this . Aren’t you ? What I actually mean is the world of cyber-space. You and I here represents just two entities that may or may not corresponds to something in the real world. Is some correspondence necessary for every object in cyber-space with the real world to… Continue reading Are you An Alien?