summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/note/debian/debian-setup.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/note/debian/debian-setup.txt b/doc/note/debian/debian-setup.txt
new file mode 100644
index 0000000..1009736
--- /dev/null
+++ b/doc/note/debian/debian-setup.txt
@@ -0,0 +1,38 @@
+
+Debian Installation And Seutp
+=============================
+
+true \
+ && apt install -y --no-install-recommends \
+ net-tools iptables iptables-persistent \
+ openssh-server \
+ gawk bash-completion binutils-multiarch bc \
+ vim-gtk3 git gnupg \
+ xserver-xorg openbox lightdm light-locker x11-xserver-utils \
+ mate-terminal feh lxpanel gmrun scrot pulseaudio pavucontrol alsa-utils \
+ darkmint-gtk-theme file-roller ffmpeg lame qalculate-gtk \
+ gnome-system-monitor vlc nemo firefox qemu-utils qemu-system-x86 \
+ && true
+
+Configure iptables.
+
+Change grub timeout to 1s (vim /etc/default/grub && update-grub).
+
+if UI, Style terminal emulator.
+
+if UI, Configure openbox keyboard.
+
+Generate an ssh key. Then deploy it to appropriate places.
+
+Setup mDNS.
+
+Setup PGP.
+
+Install "https://github.com/yt-dlp/yt-dlp/releases/download/2023.07.06/yt-dlp"
+(or likely a newer version) to "/opt/yt-dlp-2023.07.06/bin/yt-dlp".
+
+Maybe install "libccid opensc pcscd pcsc-tools scdaemon" for card
+reader. TODO still no idea how to read random cards with it.
+
+TODO: make vlc dark.
+