Skip to content

Instantly share code, notes, and snippets.

View link2qaiser's full-sized avatar
🏠
Working from home

Qaiser Shakoor link2qaiser

🏠
Working from home
View GitHub Profile
@link2qaiser
link2qaiser / enable mode rewrite ubuntu apache
Last active February 6, 2023 14:20
enable mode rewrite ubuntu apache
sudo a2enmod rewrite
and restart the apache
sudo service apache2 restart
To use mod_rewrite from within .htaccess files (which is a very common use case), edit the default VirtualHost with
sudo nano /etc/apache2/sites-available/000-default.conf
##CREATE NEW BRANCH AND PUSHED
git checkout -b development
git push -u origin development
## UPDATE .gitignore
//First commit any outstanding code changes, and then, run this command:
git rm -r --cached .
@link2qaiser
link2qaiser / docker-help.md
Created December 26, 2019 07:43 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info