NAT: Your guests will be hidden in a subnet behind your host. Network Host (192.168.1.1) Guest 1 (192.168.2.1) |-> Guest
Continue readingCategory: Computer
Remove specific audio/subtitle stream from video
Show available streams > ffprobe video_in.mkv … Stream #0:0: Video: h264 (Main), … … Stream #0:1(spa): Audio: ac3, … …
Continue readingDownload files from page (not listed in source)
Scenario You scroll a webpage an it loads files step by step and you want to download them. You check
Continue readingDownload files from page (listed in source)
Scenario You scroll a webpage an it loads files step by step and you want to download them. You check
Continue readingWhy is ARM using a link register (LR)?
It’s been used for a better performance, but only works for leaf functions. Working szenario (Leaf function) Nice, it’s fast,
Continue readingAdding debug symbols to coredump
Let’s assume you have a coredump from an embedded device and you want to analyse it on your local machine.
Continue readingCompressed download (HTTP)
There are two ways to transmit compressed data via HTTP: Content-Encoding and Transfer-Encoding. Content-Encoding Transfer-Encoding Request header Accept-Encoding: {algorithms} TE:
Continue readingHW video decoding (via GPU)
GPUs get used to outsource graphic processing from the CPU. They are designed for this purpose and will therefore perform
Continue readingSlideshow with shown title (ExifTool + IrfanView)
The images are named ‘<year> <idx> – <description>.jpg’. But there is no Title set in the metadata yet. IrfanView supports
Continue reading