901 private links
Configuring your .vimrc file lets you use the full power of Vim. With a customized .vimrc file you can increase your Vim powers tenfold.
Dotfiles are important files that will play an integral role in your career as a software developer.
Windows 10 although free have come forward with some creepy features like spying on users by digging out your privacy. Some other features like sharing your bandwidth, your wi-fi eat your bandwidth data and your peace of mind. Now, clearly Microsoft is following Big internet giants like facebook, google etc. by behaving in this way. But, You always have an option to disable these things. The only unethical thing from MS is that these things are turn on by default in windows 10. Let us see what are the things and how to disable them in your PC.
Manage your dotfiles across multiple diverse machines, securely.
Ansible est un logiciel libre de gestion des configurations qui automatise le déploiement des applications et la livraison continue des mises à jour. Je vous propose de suivre cette longue série de billets sur la formation Ansible. Ansible a réussi à s’imposer face à ses concurrents que sont Chef, Puppet et Salt et ce en proposant une solution plus simple à mettre en oeuvre.
Do you know most of the security vulnerabilities can be fixed by implementing necessary headers in the response header?
Test with:
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
add_header X-Frame-Options "SAMEORIGIN";
add_header X-Content-Type-Options nosniff;
add_header Content-Security-Policy "default-src 'self';";
add_header Referrer-Policy same-origin;
add_header Permissions-Policy "geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()";
Comment créer son propre serveur DNS DNS-over-TLS, raccordé à un Pi-hole permettant ainsi de bloquer les nuisances d'Internet... le tout avec Docker !
Stow permet de mieux gérer les nombreux fichiers de configuration présents sous Linux en créant des liens symboliques à partir d’un dossier contenant tous vos fichiers de configuration. En effet, une fois centralisés dans un même répertoire, vos fichiers de configuration seront plus facile à retrouver, à modifier et à versionner (sous git par exemple).