Wednesday, 1 February 2017

Ubuntu Commands

/***************************
/*    Ubuntu Commands     */
/**************************/

-------------------------------------------------------------------------------------------
=> To start lamp service

$ sudo /etc/init.d/apache2 stop
$ sudo /opt/lamp/lamp/ start
-------------------------------------------------------------------------------------------

=> (To open GUI folder through command prompt)

 $ nautilus <folder Name>

Example:- $ nautilus FevImages/
-------------------------------------------------------------------------------------------
=> (To Download git clone through command prompt)

 $  git clone <cloneName>

Example:-
 $ git clone https://github.com/awslabs/aws-php-sample.git

No comments:

Post a Comment