One of my very old presentations' on my favorite Twitter-Bootstrap JS Library which is used to build responsive websites easily. This presentation was done in 2012 when I was working…
Here, I'm attempting to explain how to install PostgreSQL & phpPgAdmin briefly and an attempt to perform database dump and restore; which should be a basic functionality but is not…
Here are the steps to change or reset or set your MySQL password on a Ubuntu 11.10 or Linux machines. 1. Stop the mysql server using the following command:sudo /etc/init.d/mysql…
Here is a brief description of installing the top most Web-Application developments tools for LAMP Technologies (Linux, Apache, MySQL, PHP).Here, I'm presuming that you already have a Linux machine with Ubuntu(likely…
To get the IP address on a ubuntu machine we use the command:$ ifconfigTo get the gateway details, we use the command:$ route -nTo change the gatway, we use the…
Let us assume that we are trying to find out the ApplicationID of the fan page of "Virat Kohli" (https://www.facebook.com/ViratK5).The only thing to do is to change “www” for “graph”,…
To check the present working directory[root@comp1 ~]# pwd/rootTo see the contents of a directory (folder) [root@comp1 ~]# ls Options:-l Long list including attributes-a All files and directories including hidden-d To…