summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-10-04 21:45:27 +0200
committerAndreas Fankhauser hiddenalpha.ch2023-10-04 21:45:27 +0200
commit7a27a057a6ae162b74d379e868fd0b2fc8247b85 (patch)
tree755ff1e8f3b89a225e37de0694ddeab3548292d3
parentb7227a36cc0a825a5003085a1726dcd7407b5743 (diff)
downloadUnspecifiedGarbage-7a27a057a6ae162b74d379e868fd0b2fc8247b85.zip
UnspecifiedGarbage-7a27a057a6ae162b74d379e868fd0b2fc8247b85.tar.gz
Cleanup some stuff in notes.
-rw-r--r--doc/note/binutils/dumpbin.txt4
-rw-r--r--doc/note/gpg/gpg-windoof.txt5
-rw-r--r--doc/note/gpg/gpg.txt3
-rw-r--r--doc/note/qemu/qemu.txt4
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/note/binutils/dumpbin.txt b/doc/note/binutils/dumpbin.txt
index e71be0e..638cf8f 100644
--- a/doc/note/binutils/dumpbin.txt
+++ b/doc/note/binutils/dumpbin.txt
@@ -2,7 +2,9 @@
DumpBin For Windoof
===================
-Analyze PE32 / PE32+ files.
+## Analyze PE32 / PE32+ files.
+
+TODO: This is unusable, because this only works with lots of bloat installed.
Location: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\dumpbin.exe"
diff --git a/doc/note/gpg/gpg-windoof.txt b/doc/note/gpg/gpg-windoof.txt
deleted file mode 100644
index e883cbf..0000000
--- a/doc/note/gpg/gpg-windoof.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-[Why does git complain that no GPG agent is running?](https://superuser.com/a/1663941/1123359)
-
-
diff --git a/doc/note/gpg/gpg.txt b/doc/note/gpg/gpg.txt
index 11721f0..0089221 100644
--- a/doc/note/gpg/gpg.txt
+++ b/doc/note/gpg/gpg.txt
@@ -85,4 +85,7 @@ you're doing! If you don't, you MUST NOT use those instructions!
gpgconf --kill gpg-agent
gpgconf --launch gpg-agent
+[windoof: Why does git complain that no GPG agent is running?](https://superuser.com/a/1663941/1123359) says:
+ gpg-connect-agent reloadagent /bye
+
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index 657faa9..2c7eaba 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -38,7 +38,7 @@ Windoof:
&& BIOSFILE="${BIOSDIR:?}/bios-256k.bin" \
&& FIXMOUSEALIGN="-device usb-ehci,id=usb,bus=pci.0,addr=0x4 -device usb-tablet" \
&& NETWORK="-net nic -net user" \
- && NETWORK="-device e1000,netdev=net0 -netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:22" \
+ && NETWORK="-device e1000,netdev=n0 -netdev user,id=n0,hostfwd=tcp:127.0.0.1:2222-:22" \
&& HOSTSPECIFICOPTS="--enable-kvm" \
&& HOSTSPECIFICOPTS="-L ${BIOSDIR:?} -bios ${BIOSFILE:?}" \
@@ -169,7 +169,7 @@ TODO: move this to a better place. Eg: debian/setup.txt or whatever.
&& (echo "Acquire::http::proxy \"${http_proxy}\";"
echo "Acquire::https::proxy \"${https_proxy}\";"
) | $SUDO tee /etc/apt/apt.conf.d/80proxy >/dev/null \
- fi \
+ ;fi \
&& $SUDO apt update \
&& $SUDO apt install -y --no-install-recommends vim openssh-server net-tools curl \
&& $SUDO sed -i -E 's;^GRUB_TIMEOUT=5$;GRUB_TIMEOUT=1;' /etc/default/grub \