Advanced Search
Search Results
122 total results found
Releases
https://en.wikipedia.org/wiki/Neuromancer X windowing system
STM32 Nucleo
Board https://en.wikipedia.org/wiki/STM32#Development_boards NUCLEO-F302R8 board for STM32F302R8T6 MCU with 72 MHz Cortex-M4F core, 64 KB flash, 16 KB SRAM. RAM: 0x20000000 (16 KiB) FLASH: 0x08000000 (64 KiB) Start address (entry point): 0x08000400 D...
Igor
Network After reboot need to add default route manually for Igor to find access to internet. ip route add default via 192.168.100.1 Backups Local They run to /var/lib/vz/dump which is the root volume that has 94GB in total so only keep 2 backups max. Umm...
Monitoring
Tools Network nload - interface traffic graphs bwm-ng - interface traffic stats (no graph) jnettop - IP flows, TCP and UDP tcptrack - TCP only btop - also shows network stats conntrack - tracked connection by kernel netstat or ss - show established ...
Mount image files with loop dev
Mounting file systems from loop device: losetup -f <path to .img file> dmesg | tail -n 1 # see which loop device got allocated for the image partprobe /dev/loopX # probe partitions mount /dev/loopXp1 /mnt/img1/ # mount partition Once done: umount /mnt/im...
Copying and imaging disk drives
Copy image to disk with Disk Destroyer dmesg -w # and plug in your drive; see dev name that was added lsblk # verify device name fdisk -l /dev<output disk> # verify device name, product name (Disk model) and size # WARNING: this will overwrite output (of...
Z-Modem
Use screen command to connect to BBS with telent. .screenrc zmodem catch !!! rz -vv -b -E
RC2014 USB UART
Using supplied UART [ 43.140568] usb 3-2: new full-speed USB device number 4 using xhci_hcd [ 43.281499] usb 3-2: New USB device found, idVendor=3171, idProduct=0034, bcdDevice= 2.10 [ 43.281508] usb 3-2: New USB device strings: Mfr=1, Product=2, Seri...
Using CP/M
CP/M Quick Reference Control key commands CTRL + C Restarts CP/M by initiating a warm start CTRL + E Forces the cursor to the next line of the screen for continued command line input. CTRL + H Moves the cursor one space to the left in ...
MS Basic
Basic files Use unix2dos to convert line end to DOS compatible before uploading if file was created on UNIX. Commands list Print program system Exit to CP/M load "file" Load program from file print "hello" Print string
ZDE16 - programmers editor
Installation: https://techtinkering.com/2008/10/21/installing-zde-1-6-a-programmers-editor-for-cpm/ Configure COM file: f:zdenst16 zde16 Keys ESC h Bring up the command key help CTRL+BS Delete char to left CTRL+k q / ESC q Quit edito...
PMext - archives
List files in archive: p:pmext <file.pma> Extract to drive: p:pmext <file.pma> <drive>:
Igor: Zabbix
Templates Synology DiskStation SNMPv3 (modified): Synology DiskStation SNMPv3.yaml Switch Interfaces SNMPv2: Switch Interfaces SNMPv2.yaml
Smart switch ESP8266EX
Sonoff WiFi smart switch Original firmware: fwbackup.bin Installing alternative firmware: https://tasmota.github.io/docs/Getting-Started/ Input for the board is from mains. It is then rectified and transformed down to 3.3V via DS1117 regulator to po...
Ann: Kodi
SSL certificate for web UI Put certificate in /storage/.kodi/userdata/server.pem (pem) and key in /storage/.kodi/userdata/server.key (unencrypted; pem) Go to Settings / Services / Control and turn on Enable SSL.
Casio FX-870P
Manual (Japanese with English commentary): CasioVX-4-Manual-Peter-Rost.pdf Programming in C Navigation S (red), F.COM (blue) Enter C programming mode S Source - edit code R Run - compile and run code Arrow keys Select program ...
Workbench
WHDLoad Uses .Slave files that define how to load disk files and when for disk based games and demos. Can be called with whdload SLAVE=foo.Slave or SLAVE=foo.Slave can be set up in Tool Types on the slave file with WHDLoad Default Tool.
Homarr
Restore board from backup Find default.json (or other board) in YH backup file: apps/homarr/backup/var/www/homarr/data/configs/default.json and upload to server. Put the file in the configs directory: # Stop Homarr service systemctl stop homarr.service # ...
MACRO-80 Assembler
Manual: M80 Assembler.pdf Linker: Microsoft L80 Linker.pdf Compiling Using prompt Run with M80; prompts for file names in format: [[out-dev:]out-file[.ext]][,[lit-dev:]list-file[.ext]]=[in-dev:]in-file[.ext][/options] Try =example to compile example....
Quazar OLED interface
Official site: https://2014.samcoupe.com/#graphicoled Based on SSD1305 OLED display (128x32 version?): SSD1305.pdf Uses 0x50 I/O port by default (fully configurable). I/O decoder uses 74HCT02 NOR gates and 74GCT688 8-bit comparator. The SSD1305 chip is p...