Changes between Version 3 and Version 4 of Machinesetup


Ignore:
Timestamp:
11/22/24 14:18:10 (3 days ago)
Author:
ypap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Machinesetup

    v3 v4  
    1 == Machine Setup ==
     1== Machine Setup
    22
    3 ==== 1.  Install Ubuntu or Debian - prefer the server version of your chosen Ubuntu or Debian LTS distro ====
     3==== 1.  Install Ubuntu or Debian - prefer the server version of your chosen Ubuntu or Debian LTS distro
    44
    5 ==== 2.  Change root password ====
     5==== 2.  Change root password
    66{{{
    77cslab@machine:~$ sudo su
     
    99}}}
    1010
    11 ==== 3.  Update and install necessary packages ===
     11==== 3.  Update and install necessary packages
    1212{{{
    1313root@machine:~# apt update
     
    1616}}}
    1717
    18 ==== 4.  Remove swap ====
     18==== 4.  Remove swap
    1919{{{
    2020root@machine:~# swapoff -a
     
    2222}}}
    2323
    24 ==== 5.  Connect the NFS (nemesis is down (3.3), comment it out) ====
     24==== 5.  Connect the NFS (nemesis is down (3.3), comment it out)
    2525{{{
    2626root@machine:~# vim /etc/fstab:
     
    3131}}}
    3232
    33 ==== 6. NIS setup ====
     33==== 6. NIS setup
    3434
    3535* Determine users, passwords, groups
     
    6060}}}
    6161
    62 ==== 7.  Test if the previous step was successful====
     62==== 7.  Test if the previous step was successful
    6363{{{
    6464root@machine:~# yptest (must read the config)
     
    7272}}}
    7373
    74 ==== 8.  Remove Password authentication from sshd ====
     74==== 8.  Remove Password authentication from sshd
    7575{{{
    7676root@machine:~# vim /etc/ssh/sshd_config
     
    7878}}}
    7979
    80 ==== 9.  Connection fix [NOT NECESSARY] ====
     80==== 9.  Connection fix [NOT NECESSARY]
    8181{{{
    8282root@machine:~# vim /lib/systemd/system/systemd-{logind, udevd}.service # comment-out IPAddressDeny=any