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:
parent
4cabbfbcfc
commit
9f899ef35e
@ -15,10 +15,6 @@ cd vim
|
|||||||
./vim
|
./vim
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd gnome
|
|
||||||
./gnome
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
cd readline
|
cd readline
|
||||||
./readline
|
./readline
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user