Linux barebones quickstart: Difference between revisions
m (M moved page Linux barebones setup to Linux barebones quickstart without leaving a redirect: typo) |
No edit summary |
||
Line 17: | Line 17: | ||
mkdir [new machine] | mkdir [new machine] | ||
mkdir [new machine]/[distro] | mkdir [new machine]/[distro] | ||
cd && ln -s /home/m/development/config/[new machine]/[distro] config | cd && ln -s /home/m/development/config/ optional:[gig]/ [new machine]/[distro] config |
Revision as of 15:20, 13 September 2017
- SSH
# openssh-server defaults are ok but see /etc/ssh/sshd_config for details cd ~/.ssh scp [another-working-setup]:.ssh/authorized_keys . scp [another-working-setup]:.ssh/id_rsa_3072_nopswd . scp [another-working-setup]:.ssh/config . ln -s id_rsa_3072_nopswd id_rsa
- SCRIPTS
cd && mkdir development && cd development git clone bitpost.com:development/scripts.git cd && ln -s development/scripts scripts mkdir scripts/[distro]/[new machine]
- CONFIG
cd ~/development git clone bitpost.com:development/config.git cd config mkdir [new machine] mkdir [new machine]/[distro] cd && ln -s /home/m/development/config/ optional:[gig]/ [new machine]/[distro] config