by hegars | Aug 20, 2020 | Linux
Pasting Blocks of code This prevents auto indent gone wild. :set paste :set nopaste
by hegars | Jul 23, 2020 | Linux, Software
escape key for -nographic Ctrl-A X Disk create disk image qemu-img create -f qcow2 win2k.img 4G convert qcow2 to raw qemu-img convert 32mb.qcow2 32mb.raw mount disk image losetup /dev/loop0 32mb.raw kpartx -a /dev/loop0 mount /dev/mapper/loop0p1 /mnt/32mb convert...
by hegars | Jun 14, 2020 | Linux, Mikrotik, Network
https://xn--blgg-hra.no/2015/03/ids-with-mikrotik-and-snort/ tzsp2pcap https://github.com/thefloweringash/tzsp2pcap compile and prereqs apt-get install vim curl sudo build-essential libpcap-dev libpcap0.8 git clone https://github.com/thefloweringash/tzsp2pcap.git make...
by hegars | Mar 23, 2020 | Linux
Package: binwalk Description-en: tool for searching binary images for embedded files and executable code Binwalk is a tool for searching a given binary image for embedded files and executable code. Specifically, it is designed for identifying files and code embedded...
by hegars | Oct 3, 2019 | Debian, Install, Linux, Storage
Found a set of disk in my pile that came out of a Buffalo NAS root@debian:~# mdadm –detail /dev/md127 /dev/md127: Version : 1.2 Creation Time : Thu May 28 11:42:20 2015 Raid Level : raid5 Array Size : 1953259520 (1862.77 GiB 2000.14 GB) Used Dev Size : 976629760...
by hegars | Oct 1, 2019 | Linux
HPE Library and Tape Tools https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_0da0741bc19f497d8b35964bef Firmwares in cp030021.exe # mt -f /dev/nst0 stsetoptions scsi2logical scsi2logical – seek and tell use SCSI-2 logical block addresses instead of...