World population from 10.000 BCE to now
One of the most amazing datasets
from ourworldindata.org
When I was born in 1966, the world population was 3.4 billion; now it is more than double that.
Nobody Knows
from ourworldindata.org
When I was born in 1966, the world population was 3.4 billion; now it is more than double that.
First, we need to set the environment: 1. Installing Yotta and '''srecord''' (this is needed to create .hex)
sudo apt install yotta srecord
git clone https://github.com/lancaster-university/microbit-samples
cd microbit-samples
yotta target bbc-microbit-classic-gcc-nosd@https://github.com/lancaster-university/yotta-target-bbc-microbit-classic-gcc
yotta build
5.Copy .hex to Microbit folder
cp ./build/bbc-microbit-classic-gcc/source/microbit-samples-combined.hex /media/"user"/MICROBIT
Reference: Reference
sudo -v ; curl https://rclone.org/install.sh | sudo bash
This is needed because Debian 12 install rclone too old, without ProtonDrive support
rclone config
Chose ProtonDrive and add user and password
sudo apt install restic
restic init -r rclone:[nameof remote rclone]:[dir in ProtonDrive]
restic -r rclone:[nameof remote rclone]:[dir in ProtonDrive] backup [dir to backup] --compression auto --verbose --exclude-file=[file name]
Where:
* [nameof remote rclone] –> name of remote set in during rclone config
* [dir in ProtonDrive] –> directory in ProtonDrive where to save the backup
* [file name] –> a text filename with in the list of dir and files to exclude from backup
As a password vault
pass init "Password Storage Key"
Where “Password Storage Key” is the ID of the GPG key
pass insert
pass
pass label
Where label is the label of the password needed
The first Personal Computer P101 web emulator
This page has not been found!