From 7a27a057a6ae162b74d379e868fd0b2fc8247b85 Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser hiddenalpha.ch Date: Wed, 4 Oct 2023 21:45:27 +0200 Subject: Cleanup some stuff in notes. --- doc/note/binutils/dumpbin.txt | 4 +++- doc/note/gpg/gpg-windoof.txt | 5 ----- doc/note/gpg/gpg.txt | 3 +++ doc/note/qemu/qemu.txt | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 doc/note/gpg/gpg-windoof.txt 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 \ -- cgit v1.1