GitHub Connection Issues
Not sure why server’s SSH connection use the different algoritems for GitHub connection
References:
- http://www.openssh.com/legacy.html
- https://stribika.github.io/2015/01/04/secure-secure-shell.html
- https://developer.github.com/guides/using-ssh-agent-forwarding
How to Resolve:
1 | # ~/.ssh/config Add here |
MySQL Database Socket Path is not Default to /tmp/mysql.sock
How to Resolve:
1 | $ mysqladmin variables -u root -p | grep sock |
MySQL Securities
Since MySQL default to root users, we should provide different roles for specific authorizations
By preventing application to access root auth, less impact will be caused by database being compromised
Colorful Terminal
1 | # touch ~/.bash_aliases |
NGINX Always Showing the Default Page
How to Resolve:
cd etc/nginx/sites-available
delete default
file
sudo vi etc/nginx/nginx.conf
delete include
command under default