24 Maggio 2020 giomba ha pubblicato la guida LVM Cache su SSD. La mia macchina principale è configurata esattamente come…
Continue ReadingTricks
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