menu
Sunday, 12 November 2017
git set up command
=========== Use GIT command ==========
>> sudo mkdir foldername
>> cd foldername/
>> git init
>> git remote add origin https://g
>> git fetch
[ User : git-user-name , Pwd : git-pwd ]
>> git pull origin HEAD:Branch [ User , Pwd ]
>> git add file_name.php
>> git commit -m "comment for add file"
>> git push origin HEAD:Branch [ User , Pwd ]
>> git remote set-url origin https://git-user-name@g
/opt/lampp/bin/php start
/opt/lampp/bin/mysql start
/opt/lampp/bin/mysql -h localhost -u root -p
use DatabseName;
source /home/atul/Downloads/xyz.sql
==============Edit for file permission in wordpress ===============
find /path/to/your/wordpress/instal l/ a
find /path/to/your/wordpress/instal l/ -type f -exec chmod 644 {} \;
================== Add IP on host =================
sudo gedit /etc/hostname /etc/hosts
cd /etc
sudo gedit host
====================
Subscribe to:
Posts (Atom)