Paolo Redaelli personal blog

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

  1. A List of Useful Resources for Front-End Developers
  2. https://github.com/denysdovhan/wtfjs
  3. https://github.com/sindresorhus/awesome
  4. List of (Advanced) JavaScript Questions
  5. JavaScript Algorithms and Data Structures
  6. Clean Code JavaScript
  7. Free-for.dev
  8. List of Free Learning Resources
  9. Awesome First PR Opportunities
  10. Daily-Interview-Question

 

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.

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