summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-06-04 19:43:45 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-06-04 19:43:45 +0200
commit10eb07dd30e5a08996f932ef0410066f7774c53e (patch)
tree3c257f27961e0283e483a57977c105cbdb16ce9d /doc
parent132302937d5c90244cb1cec305bdb6dd95862a3a (diff)
parentc19db9eccfa4527d9362c0be2907d720969a84a1 (diff)
downloadUnspecifiedGarbage-10eb07dd30e5a08996f932ef0410066f7774c53e.zip
UnspecifiedGarbage-10eb07dd30e5a08996f932ef0410066f7774c53e.tar.gz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'doc')
-rw-r--r--doc/note/php/php.txt8
-rw-r--r--doc/note/qemu/qemu.txt7
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/note/php/php.txt b/doc/note/php/php.txt
new file mode 100644
index 0000000..75659b3
--- /dev/null
+++ b/doc/note/php/php.txt
@@ -0,0 +1,8 @@
+
+## Pack any short data for asci logging
+
+function packAsciSave( $srcStr ){
+ return base64_encode(gzcompress($srcStr, -1, ZLIB_ENCODING_DEFLATE));
+}
+
+
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index ab078ec..50c676b 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -2,6 +2,13 @@
Qemu
================
+## TODO move this to the NFS section
+
+Example fstab entries:
+
+//10.0.2.2/sharename /mnt/cee-misc-lib nfs user,noauto,forceuid,uid=1000,vers=3.0 0 0
+
+
## Qemu Setup
apt install qemu-system-aarch64 qemu-efi-aarch64