Create a symbolic link
$> ln -s source newlink I've been using this command for more than 10 years and I still need to look it up to see the parameter order !
Just another Yipp.ca Blogs site
$> ln -s source newlink I've been using this command for more than 10 years and I still need to look it up to see the parameter order !
Fixing these file permission changes Actually it is not GIT that changes the files but samba. When you checkout a a git repo in a samba-managed folder, some weird mask apply. In my case...
Check what application is using port 80 sudo netstat -pnlt | grep ':80' To review what port apache is binded on : sudo netstat -pnlt | grep http
Solution : Install libtool $> sudo yum install libtool
Solution : server { listen 80; listen 443 ssl; server_name localhost; location / { (...) if ($server_port = 80) { rewrite ^/(login.*)$ https://$host/$1; } } (...) }
Your configuration specifies to merge with the ref 'XYZ' from the remote, but no such ref was fetched. Ahhhh!!!!!! WHY GOD WHY!!!! What happened, why am I seeing this ? - Your team created...
Recent Comments