I am using Tcpdump to read packets sent by nmap. I want to totally disable reverse DNS, so I don’t have any packets that look like: <host>.<port> > _gateway.domain: . . . *.*.*.*.in-addr.arpa. (data_length) However if I set the -n flag in foreign scans: nmap -p <port> -n <foreign_ip_address> nmap […]
Daily Archives: April 21, 2025
Have a mini pc with AX210 inside (intel chip that does wifi and bluetooth) but the range on the bluetooth is bad, so I bought a usb bluetooth adapter. It has a realtek chip in it. I am quite new to linux, but I took a gamble that the linux […]
on windows i use the filter drawtext with the command: ffmpeg -i input.mp4 -vf “drawtext=fontfile=’Times New Roman‘:text=’Stack Overflow’:fontcolor=white:fontsize=24:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/2” -codec:a copy output.mp4 i it works flawlessly if i install version 5.1 (static build from gyan). i now installed the gyan.ffmpeg.shared package with winget. it installa v7.1.1 with that package drawtext is […]
Note: This question is specifically about hard links in Windows like those used by the Windows Component Store This question is not about Reparse Points, Symbolic Links, or Junctions. I am using this system clone utility that seems to use DISM under the hood. Occasionally during cloning it fails with […]
The research center at my uni has an old Colinbus LABOFLEX-60/HF CNC that has been sitting for a while. A small team (which I’m part) has been put to work to get the machine up and running. We currently have an old PC (pentiun 4, ddr era, winXP) which has […]