https://github.com/astronomersiva/guides-and-learnings
https://github.com/astronomersiva/guides-and-learnings
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astronomersiva/guides-and-learnings
- Owner: astronomersiva
- Created: 2015-08-26T12:37:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T13:49:36.000Z (over 9 years ago)
- Last Synced: 2025-01-21T20:49:07.757Z (3 months ago)
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guides-and-Learnings
> A list of sites, blogs, SO questions and tutorials that have helped me.
Feel free to contribute.
Contents
========* [Apache](#apache)
* [Chrome](#chrome)
* [Competitive Programming](#competitive-programming)
* [Flask](#flask)
* [Linux](#linux)
* [Miscellaneous](#miscellaneous)### Apache
* [Disable directory listing](http://stackoverflow.com/questions/2530372/how-do-i-disable-directory-browsing)
* [HTTP - HTTPS Redirection](http://stackoverflow.com/questions/16200501/http-to-https-apache-redirection)
* [Security tips](http://www.tecmint.com/apache-security-tips/)
* [Subdomains](http://stackoverflow.com/questions/4203580/creating-subdomains-in-amazon-ec2)### Chrome
* [Accessing Chrome data](http://digital-forensics.sans.org/blog/2010/01/21/google-chrome-forensics/)
### Competitive Programming
* [Huge factorials](https://discuss.codechef.com/questions/7349/computing-factorials-of-a-huge-number-in-cc-a-tutorial)
### Flask
* [Mega Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)
### Linux
* [Move files to parent dir](http://stackoverflow.com/questions/20192070/how-to-move-all-files-including-hidden-files-into-parent-directory-via)
### Miscellaneous
* [Paul Ford - What is code?](http://www.bloomberg.com/graphics/2015-paul-ford-what-is-code/)