From 9f899ef35efb5bbb93aa8576064d4ac9ceb79ed8 Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Mon, 22 May 2023 22:37:03 -0700 Subject: [PATCH] Misc: move gnome, more packages, remove alias - Move gnome to manual for headless servers - Add prusa-slicer and cmake to optional Ubuntu packages - Remove deprecated sshd alias --- auto/auto | 4 ---- auto/gnome/gnome => manual/gnone/gnone | 0 setup/ubuntu-setup.md | 2 +- system/sshd/sshd_config-rhel | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) rename auto/gnome/gnome => manual/gnone/gnone (100%) 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