Linuxmag is onderdeel van Reshift Digital BV
Copyright © 2022
Linuxmag.nl is partner van The Linux Foundation
server { listen 80; server_name synapse.mixedcontent.net; return 301 https://$server_name$request_uri; } server { listen 443 ssl; listen [::]:443 ssl; server_name synapse.mixedcontent.net; ssl_certificate /etc/letsencrypt/live/synapse.mixedcontent.net/fullchain.pem; ...
Read moreEen fout in Linux maakte het mogelijk om VPN-verbindingen te kapen. Enkele Python-pakketten waren slachtoffer van typosquatting. En wie kwetsbaarheden in opensourcesoftware vindt, krijgt grotere beloningen. Deze en andere beveiligingsnieuwtjes...
Read moreAltair offers an elegant interface and its own plotting language in a Python libraries. The plotting libraries available in Python offer multiple ways to present data according to your preferences, whether...
Read moreThis unique algorithm using Python and Shamir's Secret Sharing protects your master password from hackers and your own forgetfulness. Moshe Zadka Many of us use password managers to securely store...
Read moreOn its anniversary, get to know Kubernetes with these deep-dives and hands-on projects. Seth Kenlon When the cloud was still in its formative years, developers discovered that it was convenient...
Read morePython is full of libraries that can visualize data. One of the more interactive options comes from Pygal, which I consider the library for people who like things to look good. It generates...
Read moreIn september kwam IT-coryfee en kampioen vrije software Richard Stallman in opspraak door ongevoelige teksten over de slachtoffers van miljardair en pedofiel Jeffrey Epstein. Hij moest daarop zijn posities opgeven bij...
Read moreProgramming a chip is hard, but RTOS solves many of the major issues on embedded systems. Zhu Tianlong In general computing, an operating system is software that provides a computer's...
Read moreVoor je Raspberry Pi of Arduino vind je al heel veel voorbeeldprojecten kant-en-klaar op internet. Maar de echte doe-het-zelver verzint natuurlijk iets nieuws. Dat is immers veel leuker. Om de schakeling...
Read moreGitHub has issued a warning to Java developers about malware which is specifically infecting NetBeans projects. Ryan Daws The security team for the world’s largest repository host has dubbed the...
Read more