Difference between revisions of "Mumd"
(bugzilla not quite ready, removed it) |
|||
Line 1: | Line 1: | ||
− | A multi-user | + | A multi-user computer system hosted on the [[Vmsrv|virtual machine service]] with Linux containers (LXC). |
− | + | This system aspires to be a multi-user, multi-desktop/distro (MUMD) system -- a place where multiple users can access thousands of pre-installed useful gui, terminal-based, and line-based applications. A "shell" server for the modern age. | |
− | + | LDAP is being used to allow you to have one account that works for logging into multiple MUMD services. Your MUMD account also allows you to log on to the Skullspace [[Vmsrv|virtual machine service]]. | |
− | == Claim your account == | + | ==Claim your account== |
− | Visit http:// | + | Visit http://192.168.1.28/ from the Skullspace LAN. |
Accounts are for members only and will be verified. Please include information in the claim process to help us verify you. | Accounts are for members only and will be verified. Please include information in the claim process to help us verify you. | ||
− | == | + | ==MUMD hosts open to all users== |
+ | * Latest Ubuntu (12.04) -- 192.168.1.29 | ||
− | + | Coming soon, Arch | |
− | + | == Log in == | |
− | |||
− | |||
+ | Three ways to log in to each MUMD host from the skullspace LAN: | ||
+ | * [[wikipedia:Secure_Shell| SSH]] (port 22) | ||
+ | * [[wikipedia:RDP | RDP]] | ||
+ | * [[wikipedia:XDMCP | XDMCP]] e.g. X -query 192.168.1.26, Xephyr -query 192.168.1.26, Xnest -query 192.168.1.26 | ||
== Desktop Environments == | == Desktop Environments == | ||
− | + | Default desktop environment on RDP login is [[wikipedia:LXDE|LXDE]]. A different login session can be specified in ~/.xsession . | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | A | ||
== Security challenge == | == Security challenge == | ||
− | Non-disruptive attempts to discover security flaws are welcome if disclosed on discovery. A possible fruitful area to look at is the claimid system, as it | + | Non-disruptive attempts to discover security flaws are welcome if disclosed on discovery. A possible fruitful area to look at is the claimid system, as it accesses a private file with the master LDAP password in order to add the accounts. (somebody bug Mark to post code to [https://github.com/skullspace Skullspace github group]) |
== Backups == | == Backups == | ||
− | We'll try and take some LVM snapshots from time to time and copy off site. Don't count on it, backup your stuff. | + | We'll try and take some LVM snapshots from time to time and copy off site. Don't count on it, backup your stuff, distributed version control in particular is very nice. |
== Future plans == | == Future plans == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Projects]] | [[Category:Projects]] |
Revision as of 09:02, 25 May 2012
A multi-user computer system hosted on the virtual machine service with Linux containers (LXC).
This system aspires to be a multi-user, multi-desktop/distro (MUMD) system -- a place where multiple users can access thousands of pre-installed useful gui, terminal-based, and line-based applications. A "shell" server for the modern age.
LDAP is being used to allow you to have one account that works for logging into multiple MUMD services. Your MUMD account also allows you to log on to the Skullspace virtual machine service.
Contents
Claim your account
Visit http://192.168.1.28/ from the Skullspace LAN.
Accounts are for members only and will be verified. Please include information in the claim process to help us verify you.
MUMD hosts open to all users
- Latest Ubuntu (12.04) -- 192.168.1.29
Coming soon, Arch
Log in
Three ways to log in to each MUMD host from the skullspace LAN:
- SSH (port 22)
- RDP
- XDMCP e.g. X -query 192.168.1.26, Xephyr -query 192.168.1.26, Xnest -query 192.168.1.26
Desktop Environments
Default desktop environment on RDP login is LXDE. A different login session can be specified in ~/.xsession .
Security challenge
Non-disruptive attempts to discover security flaws are welcome if disclosed on discovery. A possible fruitful area to look at is the claimid system, as it accesses a private file with the master LDAP password in order to add the accounts. (somebody bug Mark to post code to Skullspace github group)
Backups
We'll try and take some LVM snapshots from time to time and copy off site. Don't count on it, backup your stuff, distributed version control in particular is very nice.