Changes

Jump to: navigation, search

Fedora Linux Post Install Steps

445 bytes added, 19:47, 19 March 2019
Install packages
[[Category:Linux]]
 
== Introduction ==
echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIANJ9BKKslS9Zqp1dRWL1nRiLmFp7nGvP06zPJ4L7cES aram@emerald.local' >> .ssh/authorized_keys
echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJnkro8LT0TS+NTOIB787wfqIwv2VTmXXYsnsoVk71UE aram@horizon.local' >> .ssh/authorized_keys
chmod 700 .ssh
chmod 644 .ssh/authorized_keys
 
== Enable NTP service ==
 
If not already enabled, enable NTP:
 
systemctl enable --now ntpd.service
 
== Install packages ==
 
For home installations you might want to install avahi.
 
dnf install nss-mdns avahi
systemctl enable --now avahi-daemon.service
 
For development system you might want to install:
 
dnf -y groupinstall 'Development Tools'
dnf -y install rsync clang clang-tools-extra gcc-go golang

Navigation menu