State usando Latex perchè le sue formule sono impaginate bene? State diventando matti perché non trovate il simbolo tal-dei-tali? Ecco la soluzione ai vostri problemi!
Category: Documentations
Documentations, Tricks
Create wireless access point
It is as simple as issuing nmcli dev wifi hotspot ssid MyHotSpot password "test1234" Actually ysdx in the answer given on Unix & Linux Stack Exchange added the interface name (for example ifname wlp4s0 ) but when you have only one wifi interface it is not necessary: nmcli is smart enough to know which interface…
Link
Internet connection sharing with NetworkManager – Fedora Magazine
Or nmtui, nmcli and other commands for the shell wizard
Documentations
Scarica gratuitamente oggetti BIM per Revit, ArchiCAD, SketchUp, Vectorworks e AutoCAD | BIMobject
Scarica gratuitamente gli oggetti BIM di una azienda produttrice specifica per software come Revit, ArchiCAD, SketchUp, Vectorworks e AutoCAD Source: Scarica gratuitamente oggetti BIM per Revit, ArchiCAD, SketchUp, Vectorworks e AutoCAD | BIMobject
Link
If you are familiar with Object-Oriented Programming, then you’ve probably heard about the SOLID principles.
Ugonna Thelma explains The S.O.L.I.D Principles in Pictures and she explains them very well.
In fact I shall admit that while I’ve interiorized the S, the O, the L and the I, I always tend to forget the “Dependency injection” principle. Now it’s really clear!
Documentations, Tricks
How 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 or using an external service. Services like restream.io offer free and paid options to send your stream to several services at the same time. Source: How to easily stream to two or more locations? –…
Documentations
Don’t Use Database Generated IDs | The Startup
Stop letting the database be in charge of your application Source: Don’t Use Database Generated IDs | The Startup This is old lore: the almight Davide Bianchi wrote in 2002 “PK autogenerate… amici o nemici?” (“autogenerated Primary Keys… friends or foes?. The answer is plain, simple, short Absolutely no! Then he explain why.
Documentations, Proprietary software
Leggere le norme UNI su Fedora 32
Come vorrei non sentire il bisogno di scrivere questa guida. Purtroppo le normative italiane edite dall’UNI spesso hanno valenza di legge quindi devono essere applicate. E sono “rinchiuse” dietro manette digitali, il famigerato DRM. Che dovrebbe stare per “Digital rights management” mentre nei fatti sono piuttosto delle “Digital Restrictions Management” (letteralmente “gestione delle restrizioni digitali”).…
Documentations, Tricks
ImageMagick – 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
Link
Useful CSS pseudo-classes that are often overlooked.
Source: CSS Pseudo-Selectors You Might Have Missed – Bits and Pieces