Mercurial > thoughts
view org/server.org @ 124:7415863b39f2
minor fix.
author | rlm |
---|---|
date | Tue, 03 Jun 2014 15:33:21 -0400 |
parents | 072f65145ec0 |
children | 9bf4f0d5af68 |
line wrap: on
line source
1 #+TITLE: Server Culture2 #+AUTHOR: Robert McIntyre, Dylan Holmes3 #+EMAIL: rlm@mit.edu4 #+SETUPFILE: ../../aurellem/org/setup.org5 #+INCLUDE: ../../aurellem/org/level-0.org6 #+MATHJAX: align:"left" mathml:t path:"http://www.aurellem.org/MathJax/MathJax.js"8 * Purpose10 - To empower users by providing free (libre), secure, user-friendly,11 personal servers.12 - To create software that capitalizes on the personal server model;13 for example, personal e-mail servers, file serving and transfer.14 - To provide intuitive and transparent web interfaces for configuration.15 - To promote a culture of computer literacy in general and personal16 servers in particular by writing modular17 free applications with friendly interfaces, transparent configurability,18 and lucid documentation.20 * VPS Service22 - Encrypted storage23 - Domain registration24 - Backup service25 - Software bundles27 - Hardware28 - Pricing30 * Web interface32 - Server configuration33 - Package management34 - File management35 - Web terminal37 * Modules38 These could have user friendly locations as subdomains of the main39 domain that each person would already have (such as40 mail.example.com, video.example.com)42 - user managament -- to give other people access to files, etc.43 - E-mail44 - File sharing45 - Social media (e.g. via RSS feeds)47 * Brain stoming notes49 - What about small busineses? They are also entities that need50 privacy and control over their own information. There's still no51 really good way to get up and going as a small business with little52 computer ability.54 - Bitcoin --- people could store their wallets on their own servers55 and always have access to money.57 - Backups --- this should be taught to people and made extremely easy.59 - Legal issues -- should encrypt the server's hard drive60 automatically.62 - Identity -- using openid or something, people can finally have an63 online presence on the web.65 - Privacy -- one peoblem with proxy sites or VPNs is that they are66 only as good as the company's word that they won't keep logs. If67 people could somehow use their own servers as a VPN or proxy, they68 they could ENSURE that no logs are kept.70 - If people have servers running all the time, they could donate71 hard drive space and CPU power to worthy causes in addition to72 money. (for example, consider donating hosting power to a favorite73 comic).75 - Back up your personal files to your server.77 - Email lists -- where you can manage lists like at MIT, and people78 can add themselves, etc.