video – FFMPEG to Youtube Live – Stack Overflow After a lot of trial and error the solution below works…
Continue ReadingTricks
Design by contract in a spreadsheet!
Today I wanted to format a boolean value in a spreadsheet so that true values are shown as “Sì” and…
Continue ReadingPython Packages and one-liners
That Makes You Life Easier 20 Python Packages That You Must Try | by Abhay Parashar | Level Up Coding…
Continue ReadingLVM Cache su SSD
Modernize Your Scripts By Adding GUI
Shalitha Suranga wrote How to Modernize Your Bash Scripts By Adding GUI : Tired of displaying raw text on Console?…
Continue ReadingCreate wireless access point
It is as simple as issuing nmcli dev wifi hotspot ssid MyHotSpot password "test1234" Actually ysdx in the answer given…
Continue ReadingHow to easily stream to two or more locations? – The Helping Squad
Streaming to more than one service can be done using an RTMP Server that relays your input to several outputs…
Continue ReadingImageMagick – Remove black borders
It is as simple as: magick mogrify -fuzz 4% -define trim:percent-background=0% -trim +repage -format jpg img.jpg Source: Stack Overflow
Continue Reading