summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-08-23 15:41:39 +0200
committerAndreas Fankhauser hiddenalpha.ch2023-08-23 15:41:39 +0200
commit4885b028d6e3f5a4296f254201d20ea5d98f2f5e (patch)
tree4dab8911818915566514cf522d832750d01caa56
parentaec1ff4a0cad9e3d30b9631d447b61f332aac047 (diff)
downloadUnspecifiedGarbage-4885b028d6e3f5a4296f254201d20ea5d98f2f5e.zip
UnspecifiedGarbage-4885b028d6e3f5a4296f254201d20ea5d98f2f5e.tar.gz
Add link. Add sudo to qemu cmd.
-rw-r--r--doc/note/links/links.txt1
-rw-r--r--doc/note/qemu/qemu.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/note/links/links.txt b/doc/note/links/links.txt
index 10d1c62..e2769b3 100644
--- a/doc/note/links/links.txt
+++ b/doc/note/links/links.txt
@@ -243,6 +243,7 @@ Links (Aka argument amplifiers)
- [Houston OOM 2023-06-27](https://wikit.post.ch/x/_Bv6Rw)
- [Houston OOM 2023-01-20](https://wikit.post.ch/x/iRepPQ)
- [Houston OOM Killed](https://jira.post.ch/browse/SDCISA-10871)
+- [http cache disable](https://gitit.post.ch/projects/ISA/repos/bangbang/pull-requests/1/overview?commentId=287832)
## Common Performance
- [Optimize code by doing less](https://m.youtube.com/watch?v=5rb0vvJ7NCY)
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index 0dc8641..0737706 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -101,7 +101,7 @@ For windoof HOST install WinNFSd, then:
WinNFSd.exe -addr 127.0.0.1 C:\path\to\share /path/to/share
In GUEST to access it do:
- apt install -y --no-install-recommends nfs-common
+ $SUDO apt install -y --no-install-recommends nfs-common
apk add rpcbind && /etc/init.d/rpcbind start
mkdir /mnt/host
$SUDO mount -t nfs -o vers=3 10.0.2.2:/path/to/share /mnt/host