Nile Coworking Setup #115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Set up Ubuntu cowork machines for Nile office
Context
Developers share Ubuntu machines over slow internet. Each dev gets their own Linux user with
sudoaccess to shared binaries and source code.Tasks
devsgroup; set ownership/permissions on/opt/code(setgid2750)useradd -m -G devs,sudo -s $(which nu) <name>/var/cache/sccache(2775,devsgroup)RUSTC_WRAPPER=sccacheandSCCACHE_DIRin/etc/environment/opt/codeNotes
/var/cache/sccachedisk usage — fills quickly with Rust builds