install-linux.md 1.0 KB

Configure a fresh linux installation

Install basic programs

Install git and fish

Change default user

Add

sudo adduser jovian
sudo usermod -aG sudo jovian

Delete default user

raspi-config # boot > cli > not autologin
reboot
sudo userdel -r pi

Clone configuration repository

From Gogs

Set up your tools

By executing scripts from Install folder.

Change hostname

sudoedit /etc/hostname

Set up SSH

Add client id key

vim .ssh/authorizedkeys

Test if working.

Remove password authentication

sudoedit /etc/ssh/sshd_config

Create id to connect to servers

ssh-keygen -f id_server_eddsa -t ed25519

Then add the generated public key to servers.

Desktop installation

Disable package update

sudoedit /etc/apt/apt.conf.d/10periodic APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Update-Package-Lists "0";

Copy dot folders

Like .thunderbird, .mozilla, .ssh