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
This commit is contained in:
DuckDuckWhale 2023-05-22 22:37:03 -07:00
parent 4cabbfbcfc
commit 9f899ef35e
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE
4 changed files with 1 additions and 7 deletions

View File

@ -15,10 +15,6 @@ cd vim
./vim ./vim
cd .. cd ..
cd gnome
./gnome
cd ..
cd readline cd readline
./readline ./readline
cd .. cd ..

View File

@ -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 - `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 gnome-nettool gnome-packagekit gnome-passwordsafe gnome-shell-pomodoro gnome-usage gthumb
heif-gdk-pixbuf heif-thumbnailer mkvtoolnix-gui openjdk-17-jdk pulseeffectsqpdf ranger 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: - Remove all snaps:
- ``` - ```
# if this command fails, do the following then try again: # if this command fails, do the following then try again:

View File

@ -4,8 +4,6 @@ Port 22
PermitRootLogin no PermitRootLogin no
PubkeyAuthentication yes PubkeyAuthentication yes
PasswordAuthentication no PasswordAuthentication no
# deprecated alias:
# ChallengeResponseAuthentication no
KbdInteractiveAuthentication no KbdInteractiveAuthentication no
AuthorizedKeysFile .ssh/authorized_keys AuthorizedKeysFile .ssh/authorized_keys
UsePAM yes UsePAM yes