What is the first step to install Ethereum on a Linux system as described in the slides?
Which command is used to create a new Ethereum account in a specified data directory?
What does the Genesis.json file in an Ethereum network primarily specify?
What purpose does the command geth --datadir node1 --mine --miner.etherbase <address> serve in setting up a private Ethereum network?
In the context of Ethereum private networks, what is the purpose of the --allow-insecure-unlock option when starting a node?