Mi è sempre piaciuta l’idea di avere copie “intelligenti”, ossia una copia al giorno per una settimana una copia alla settimana per un mese una copia al mese per un anno una copia all’anno per la parte vecchia. E mi son sempre arrovellato su come implementarlo nel mio umile scriptino bash con cui facevo alcune…
Category: Documentations
Link
GitHub Repos That Should Be Starred by Every Web Developer
A list of GitHub repositories that will help you immensely with your knowledge and work-life as a programmer
- A List of Useful Resources for Front-End Developers
- https://github.com/denysdovhan/wtfjs
- https://github.com/sindresorhus/awesome
- List of (Advanced) JavaScript Questions
- JavaScript Algorithms and Data Structures
Clean Code JavaScript- Free-for.dev
- List of Free Learning Resources
- Awesome First PR Opportunities
- Daily-Interview-Question
Documentations
How to Increase the size of a Linux LVM by expanding the virtual machine disk
How to Increase the size of a Linux LVM by expanding the virtual machine disk
Link
NAS Performance: NFS vs. SMB vs. SSHFS | Jake’s Blog
In trusted home networks NFS without encryption is the best choice on Linux for maximum performance. If you want encryption i would recommend SSHFS, it is a much simpler setup (compared to Kerberos), more cpu efficient and often only slightly slower than plaintext NFS. Samba/SMB is also not too far behind, but only really makes sense in a mixed (Windows/Linux) environment.
Documentations
Little notes
Just a little note to myself, to start salome on a severly hacked and messed up workstation like mine: I can’t recall where I found the solution, bit it is as simple as: alias salome='LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28 /home/paolo/salome_meca/appli_V2019.0.3_universal/salome' I found it on https://code-aster.org/forum2/viewtopic.php?id=23552
Link
How to Import / Export WordPress Theme Customizer Settings
Want to export / import WordPress theme customizer settings? Here’s a step by step guide on how to import / export theme customizer settings in WordPress.
Basically, use Customize Export/Import plugin on both instances of WordPress!
Documentations
Jitsi-installazione-su-vps
Software libero a scuola/Jitsi-installazione-su-vps Da Wikibooks, manuali e libri di testo liberi.
Documentations, Eiffel
What Is Faster In C#: A Struct Or A Class? – C# Architects – Medium
What do you think is faster: filling an array with one million structs, or filling an array with one million classes? Mark Farragher ask himself What Is Faster In C#: A Struct Or A Class? – C# Architects – on Medium. But of course the third version is faster because he’s not comparing apples and…
Link
Documentations
How to join a domain from Fedora 31
Once it was black magic, nowadays it is so simple: Join in Active Directory Domain 2019/11/12 I suspect it could have been simpler if I followed the installer, but I preferred to go on my own.
