Difference between revisions of "Hosting"
Jump to navigation
Jump to search
Google
(→PaaS) |
|||
Line 15: | Line 15: | ||
* http://prgmr.com/xen/ | * http://prgmr.com/xen/ | ||
+ | == IaaS == | ||
=== Bytemark / BigV === | === Bytemark / BigV === | ||
* http://bytemark.co.uk/ | * http://bytemark.co.uk/ | ||
Line 37: | Line 38: | ||
* http://feross.org/how-to-setup-your-linode/ | * http://feross.org/how-to-setup-your-linode/ | ||
+ | == PaaS == | ||
=== DreamHost === | === DreamHost === | ||
* http://dreamhost.com/ | * http://dreamhost.com/ | ||
Line 47: | Line 49: | ||
* http://wiki.dreamhost.com/Domain_Restore | * http://wiki.dreamhost.com/Domain_Restore | ||
* https://github.com/helderco/dh-auto-backup | * https://github.com/helderco/dh-auto-backup | ||
+ | |||
+ | === GoDaddy === | ||
+ | * [http://support.godaddy.com/help/article/4942/enabling-ssh-on-your-linux-shared-hosting-account Enabling SSH] | ||
=== other === | === other === | ||
Line 71: | Line 76: | ||
* https://www.nearlyfreespeech.net/ | * https://www.nearlyfreespeech.net/ | ||
− | == | + | === Development orientated === |
* http://www.heroku.com/ - Ruby, Node.js, Clojure, Java, Python, and Scala | * http://www.heroku.com/ - Ruby, Node.js, Clojure, Java, Python, and Scala | ||
** https://devcenter.heroku.com/articles/quickstart | ** https://devcenter.heroku.com/articles/quickstart | ||
Line 83: | Line 88: | ||
* http://www.planforcloud.com/ | * http://www.planforcloud.com/ | ||
− | == Google Apps == | + | == Saas == |
− | === | + | === Google === |
+ | Google Apps, basic plan no longer free as of December 2012 [http://googleenterprise.blogspot.co.uk/2012/12/changes-to-google-apps-for-businesses.html] | ||
+ | |||
+ | * http://cloud.google.com/ | ||
+ | |||
+ | * https://github.com/kig/app-engine-demo-static | ||
+ | |||
+ | * https://neutron-drive.appspot.com/ | ||
+ | |||
+ | * https://github.com/benhartley/googcms - node.js cms | ||
+ | |||
+ | ==== Calendar ==== | ||
* http://userscripts.org/scripts/show/107309 | * http://userscripts.org/scripts/show/107309 | ||
− | == GitHub | + | === GitHub === |
* https://github.com/features/hosting | * https://github.com/features/hosting | ||
** http://pages.github.com/ | ** http://pages.github.com/ | ||
Line 106: | Line 122: | ||
* http://blog.netdna.com/developer/supercharge-your-site-with-jekyll-s3-and-maxcdn/ | * http://blog.netdna.com/developer/supercharge-your-site-with-jekyll-s3-and-maxcdn/ | ||
− | === GitHub Gist === | + | ==== GitHub Gist ==== |
* https://gist.github.com/ | * https://gist.github.com/ | ||
Line 112: | Line 128: | ||
* http://gist.io/ - display posts (markdown) | * http://gist.io/ - display posts (markdown) | ||
− | === | + | === Storage === |
− | + | ==== Dropbox ==== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | === | ||
− | |||
− | |||
− | |||
* [http://scriptogr.am/ scriptogr.am] - A simple online tool that converts static Markdown text files located in your Dropbox, into a beautiful web log. | * [http://scriptogr.am/ scriptogr.am] - A simple online tool that converts static Markdown text files located in your Dropbox, into a beautiful web log. | ||
+ | http://security.stackexchange.com/questions/15808/how-to-backup-database-to-comply-with-uk-data-protection-act | ||
− | * http://www.site44.com/ | + | * [http://www.site44.com/ Site44] turns Dropbox folders into websites. Edit your HTML locally, and your website will always be up-to-date. |
− | == | + | === Backup === |
− | |||
− | |||
− | |||
− | |||
* http://www.linode.com/backups/ | * http://www.linode.com/backups/ | ||
Line 146: | Line 146: | ||
* http://www.rsync.net/ | * http://www.rsync.net/ | ||
− | + | === DNS === | |
− | |||
− | == DNS == | ||
* https://dns.he.net/ - hurricane electrics free service | * https://dns.he.net/ - hurricane electrics free service | ||
Line 154: | Line 152: | ||
* https://dnsimple.com/ | * https://dnsimple.com/ | ||
− | == | + | === Screenshots === |
* http://url2png.com/plans/ | * http://url2png.com/plans/ | ||
+ | |||
+ | === SEO === | ||
+ | * http://www.seomoz.org/ |
Revision as of 03:10, 16 February 2013
Hosting
- http://blog.pinboard.in/2012/01/the_five_stages_of_hosting/
- http://blog.maclawran.ca/96882258
- http://blog.pinboard.in/2012/06/going_colo/
Providers
IaaS
Bytemark / BigV
Amazon
- http://www.ec2instances.info/
- An always-on reserved EC2 micro instance works out to £5.54 a month (3 year), or £7.08 a month (1 year)
- http://blog.scalyr.com/2012/10/16/a-systematic-look-at-ec2-io/
- http://s3pricing.herokuapp.com/
- https://blog.cloudvertical.com/2012/10/aws-cost-cheat-sheet-2/
Linode
PaaS
DreamHost
- http://wiki.dreamhost.com/Backup
- http://wiki.dreamhost.com/Domain_Restore
- https://github.com/helderco/dh-auto-backup
GoDaddy
other
- http://www.servwise.com/en/
- http://www.5quidhost.co.uk/
- https://www.vidahost.com/
- http://www.equiphase.net/
- http://www.nativespace.co.uk/
Development orientated
- http://www.heroku.com/ - Ruby, Node.js, Clojure, Java, Python, and Scala
gem install heroku foreman
- http://www.engineyard.com/ - PHP, Ruby
- http://www.appfog.com/ - Java, Python, Node, .Net, Ruby, PHP, MySQL, Mongo, PostgreSQL, and more
Saas
Google Apps, basic plan no longer free as of December 2012 [1]
- https://github.com/benhartley/googcms - node.js cms
Calendar
GitHub
- https://help.github.com/articles/using-jekyll-with-pages
- https://github.com/mojombo/jekyll/blob/master/README.textile
- https://github.com/rfelix/jekyll_ext/wiki/extensions
- http://vvv.tobiassjosten.net/development/jekyll-blog-on-amazon-s3-and-cloudfront/
- http://blog.netdna.com/developer/supercharge-your-site-with-jekyll-s3-and-maxcdn/
GitHub Gist
- http://bl.ocks.org/ - run code (html+css+js)
- http://gist.io/ - display posts (markdown)
Storage
Dropbox
- scriptogr.am - A simple online tool that converts static Markdown text files located in your Dropbox, into a beautiful web log.
- Site44 turns Dropbox folders into websites. Edit your HTML locally, and your website will always be up-to-date.
Backup
- http://www.tarsnap.com/
- Storage: 300 picodollars / byte-month ($0.30 / GB-month)
- Bandwidth: 300 picodollars / byte ($0.30 / GB)
DNS
- https://dns.he.net/ - hurricane electrics free service