#teachingtuesday — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #teachingtuesday, aggregated by home.social.
-
Installing software in ten jails means downloading it ten times. You don't have to do that.
Jails that share the host's ABI and repo can share one pkg cache:
bastille mount TARGET /var/cache/pkg /var/cache/pkg nullfs rw 0 0
The first request pays the download fee. Every request after installs straight from cache. bastille mount even writes it to the jail's fstab, so it survives restarts.
For more tips like this, follow my Tech Literate account at @chris .