THE past month was rather difficult because of some technical issues and various distractions, which are described in this video. Thankfully, now is a good time to belatedly start the year and make a positive difference. Including new leaks.
"It seems likely that due to some backroom real (e.g. payments) the Raspberry Pi Foundation decided to help Microsoft leapfrog/bypass Debian (policy violation) to put spyware if not malware inside "main", covertly spying on users of Debian GNU/Linux without their consent."Most if not all of those issues have been largely overcome; compromises were made (like disabling IPFS some of the day, letting other nodes shoulder the load) and we can now carry on posting more articles per day, knowing they will be mirrored across the decentralised Internet/Web.
Right now we're seeing a lot of impact resulting directly from what we published about the Raspberry Pi Foundation. We're still working on this matter.
In the meantime, to prevent Microsoft infection of your Raspberry Pi (in case you've not run system update yet; if you did, run sudo rm /etc/apt/sources.list.d/vscode.list
first), do run the following:
sudo touch /etc/apt/sources.list.d/vscode.list sudo chmod 444 /etc/apt/sources.list.d/vscode.list sudo chattr +i /etc/apt/sources.list.d/vscode.list sudo rm /etc/apt/trusted.gpg.d/microsoft.gpg sudo touch /etc/apt/trusted.gpg.d/microsoft.gpg sudo chmod 444 /etc/apt/trusted.gpg.d/microsoft.gpg sudo chattr +i /etc/apt/trusted.gpg.d/microsoft.gpg