First steps on a ROCK64 with Stock Debian Jessie

Default login is linaro/linaro - after logging in, change the password:

passwd

sudo su

passwd

exit



To make it stop booting into graphical environment:

sudo systemctl set-default multi-user.target



Start SSH on boot:

sudo systemctl enable ssh.socket



Update the system:

sudo apt-get update && sudo apt-get dist-upgrade

sudo reboot



Setting timezone:

sudo dpkg-reconfigure tzdata



Setting locales:

sudo dpkg-reconfigure locales



Set hostname:

sudo hostnamectl set-hostname newhostname




Comments

Popular posts from this blog

Solution to Kindle stuck in USB Drive Mode even when Ejected

Qubes OS 3.2 - clamav in untrusted and/or vault domain

Qubes OS 3.2 and i3 Window Manager