diff --git a/auto/auto b/auto/auto index a93521b..716e170 100755 --- a/auto/auto +++ b/auto/auto @@ -15,10 +15,6 @@ cd vim ./vim cd .. -cd gnome -./gnome -cd .. - cd readline ./readline cd .. diff --git a/auto/gnome/gnome b/manual/gnone/gnone similarity index 100% rename from auto/gnome/gnome rename to manual/gnone/gnone diff --git a/setup/ubuntu-setup.md b/setup/ubuntu-setup.md index 30d7351..9afdf23 100644 --- a/setup/ubuntu-setup.md +++ b/setup/ubuntu-setup.md @@ -13,7 +13,7 @@ Here's my personal Ubuntu 23.04 setup. (Make sure to use Wayland on Nvidia!) - `sudo apt install arp-scan asciinema bookworm foliate gimp gnome-firmware gnome-games gnome-nettool gnome-packagekit gnome-passwordsafe gnome-shell-pomodoro gnome-usage gthumb heif-gdk-pixbuf heif-thumbnailer mkvtoolnix-gui openjdk-17-jdk pulseeffectsqpdf ranger - syncplay virtualbox-qt vlc audacity f3` + syncplay virtualbox-qt vlc audacity f3 prusa-slicer cmake` - Remove all snaps: - ``` # if this command fails, do the following then try again: diff --git a/system/sshd/sshd_config-rhel b/system/sshd/sshd_config-rhel index b87afb9..d7740cc 100644 --- a/system/sshd/sshd_config-rhel +++ b/system/sshd/sshd_config-rhel @@ -4,8 +4,6 @@ Port 22 PermitRootLogin no PubkeyAuthentication yes PasswordAuthentication no -# deprecated alias: -# ChallengeResponseAuthentication no KbdInteractiveAuthentication no AuthorizedKeysFile .ssh/authorized_keys UsePAM yes