Jump to content

Elysium: Difference between revisions

370 bytes added ,  29 August 2025
no edit summary
(Created page with "Elysium is a desktop computer used as a server, currently located in Portland. In addition to general-purpose research and development use, it hosts several [https://ampdot.mesh.host/chapter2 Chapter II]-based ems which participate in [https://cyborgism.wiki/hypha/act_i Act I]. == Specifications == * 12900K - 16 cores, 24 threads @ 5.2GhZ * 128GB high-bandwidth DDR5 RAM * RTX 3090 * 1TB boot disk * 4TB auxillary disk * Up to 1Gb/s download speed * Up to 50Mb/s upload s...")
 
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Elysium is a desktop computer used as a server, currently located in Portland. In addition to general-purpose research and development use, it hosts several [https://ampdot.mesh.host/chapter2 Chapter II]-based ems which participate in [https://cyborgism.wiki/hypha/act_i Act I].
Elysium is a desktop computer used as a server, currently located in Seattle. In addition to general-purpose research and development use, it hosts several [https://ampdot.mesh.host/chapter2 Chapter II]-based ems which participate in [https://cyborgism.wiki/hypha/act_i Act I].


== Specifications ==
== Specifications ==
Line 6: Line 6:
* 128GB high-bandwidth DDR5 RAM
* 128GB high-bandwidth DDR5 RAM
* RTX 3090
* RTX 3090
* 1TB boot disk
* 8TB boot disk
* 4TB auxillary disk
* 4TB auxillary disk
* Up to 1Gb/s download speed
* Up to 1Gb/s download speed
Line 24: Line 24:


  alias logu="journalctl -e --user -u"
  alias logu="journalctl -e --user -u"
To make your systemctl units stay online even after you log out or after elysium reboots, write: (this is already enabled for many shared user accounts)
loginctl enable-linger
If you install [https://mosh.org/ mosh], an alternative to ssh, your command-line connections will stay open even after losing internet, closing your laptop, or boarding a flight. You can put this in your local ~/.zshrc or ~/.bashrc to improve keystroke prediction:
If you install [https://mosh.org/ mosh], an alternative to ssh, your command-line connections will stay open even after losing internet, closing your laptop, or boarding a flight. You can put this in your local ~/.zshrc or ~/.bashrc to improve keystroke prediction:
  export MOSH_PREDICTION_DISPLAY=experimental
  export MOSH_PREDICTION_DISPLAY=experimental
'''rsync''' is the recommended tool for uploading files. For example, to upload an em to the shared conjure account, you might run:
'''rsync''' is the recommended tool for uploading files. For example, to upload an em to the shared conjure account, you might run:
  rsync -r ./path/to/local/files [email protected]:/home/conjure/ems
  rsync -r ./path/to/local/files [email protected]:/home/conjure/ems
== See also ==
* [https://cyborgism.wiki/hypha/chapter-ii-docs/elysium Documentation on conjure@elysium / using it with Chapter II at Cyborgism Wiki]
* [[Arcweld]]
[[Category:Infrastructure]]