Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of indicium. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:41, 16 April 2025 Steffe talk contribs created page FreeBSD (Created page with "== Enlarging disk space == For full reference: https://docs.freebsd.org/en/books/handbook/disks/#disks-growing Shut down your VM, make a backup of it and then resize the hard disk drive. Then boot up FreeBSD again and do: gpart show It will show one of your partitions as CORRUPT. Fix it with something like: gpart recover vtbd0 gpart show It should now be OK. Note the index number of the partition you want to resize, then do something like: gpart resize -i 2 vtbd0 N...")
- 11:55, 18 February 2025 Steffe talk contribs created page TCPdump (Created page with "== Basic capture == Typical usage to capture network traffic going to a specific host: sudo tcpdump host xxx.xxx.xxx.xxx -w output.pcap == TLS capture == In case the traffic is encrypted using TLS or similar, you may be able to use the SSLKEYLOGFILE environment variable when running your client (or server) binary: SSLKEYLOGFILE=sslkeylogfile.log ./testapplication.py If this produces a sslkeylogfile.log file, you can use that to decrypt the TLS traffic. Open wireshark...")
- 17:50, 6 July 2024 Steffe talk contribs created page BIOS (Created page with "BIOS are generally a bit trickier to configure after the upgrade to DDR5. Context Memory Restore Once a newly installed computer boots up, expect it to stay black for ~1-2 minutes during boot while DDR is trained. To avoid this, you can enable _Memory Context Restore_ found here on the ASUS B650E-F: Advanced - AMD CBS - UMC Common Options - DDR options - DDR memory features - Memory Context Restore By enabling this, the computer will then do one training on the next...")