ref: 8d2432d61d9c00b2fcc75598441379002a2ac6c3
parent: 070e48f6358f7f375eaf80267d464c71bf1cb884
parent: 23872d99de66886809bb5fe934433b71cbef0547
author: jrmu <jrmu@inter9>
date: Tue Oct 3 17:52:52 EDT 2023
Set up socks proxy for 9front
--- /dev/null
+++ b/backups.ms
@@ -1,0 +1,3 @@
+Consult copyworm as described in fsconfig(8)
+
+To automate backups, one might consider mirroring the WORM to a remote disk (but test, the latency may be unacceptable)
\ No newline at end of file
--- a/ramfs.ms
+++ b/ramfs.ms
@@ -1,13 +1,9 @@
-.LP
-To use ramfs by default for /tmp,
-replace these two lines in $home/lib/profile:
-.P1
+To use ramfs for /tmp, replace these two lines in $home/lib/profile:
+
if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null)
ramfs # in case we're running off a cd
-.P2
+
With these lines:
-.P1
-ramfs
-bind /tmp /usr/$user/tmp
-.P2
-a use case would be if you don't want to use disk.
+
+ramfs /usr/$user/tmp
+bind -c /usr/$user/tmp /tmp
--- /dev/null
+++ b/socks.ms
@@ -1,0 +1,5 @@
+9front as relay at home
+socks vpn for other computers
+
+; sshnet -m /net.alt lemon
+; aux/listen1 -tv tcp!*!9050 ip/socksd -x /net -o /net.alt
\ No newline at end of file