View and Delete IPTable Rules: http://www.thegeekstuff.com/2010/07/list-and-flush-iptables-rules/ https://www.digitalocean.com/community/tutorials/how-to-list-and-delete-iptables-firewall-rules Drop traffic from an IP https://www.linode.com/docs/security/firewalls/control-network-traffic-with-iptables

Custom Exposure
michielkalkman.com

https://gist.github.com/algal/5480916 https://gist.github.com/alexjs/4165271 https://michielkalkman.com/snippets/nginx-cors-open-configuration.html http://enable-cors.org/server_nginx.html http://blog.ionic.io/handling-cors-issues-in-ionic/ https://github.com/lynndylanhurley/ng-token-auth/issues/157

git branch -m If you want to rename the current branch, you can simply do: git branch -m

git checkout -b BRANCH_NAME

git rm --cached #file_path#

http://tomdoc.org/ http://warpspire.com/kss/ https://github.com/styleguide/css https://github.com/kneath/kss

... $ git checkout --track origin/serverfix

git branch -D bugfix

You just have to create a new local branch with the desired name, push it to your remote, and then...

No results found in other decks.