• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle

  • #------------------------------------------------------------------------------#

    Debian 12 Quick Setup Luckykar

    #------------------------------------------------------------------------------#

    #------------------------------------------------------------------------------#

    Firewall Enable After Install

    #------------------------------------------------------------------------------#

    sudo apt install firewalld firewall-config ’ Install firewall

    sudo firewall-cmd --state 'check status

    sudo firewall-cmd --list-all 'list rules

    sudo firewall-cmd --set-default-zone=drop 'set zone to drop all, adjust to suit.

    #------------------------------------------------------------------------------#

    “Packages” Make Sure Non-Free Repos Are Enabled

    #------------------------------------------------------------------------------#

    sudo apt install synaptic inxi lame twolame x264 x265 libavcodec-extra ffmpeg vorbis-tools firmware-linux-nonfree firmware-linux hardinfo dconf-editor curl wget neofetch htop net-tools lm-sensors cpu-x gnome-nettool nautilus-gtkhash nautilus-image-converter drawing ttf-mscorefonts-installer fonts-noto fonts-noto-cjk ttf-ancient-fonts yaru-theme-gnome-shell yaru-theme-gtk yaru-theme-icon yaru-theme-sound

    #------------------------------------------------------------------------------#

    Extensions

    #------------------------------------------------------------------------------#

    sudo apt install gnome-shell-extension-manager gnome-shell-extensions-extra gnome-shell-extension-dashtodock gnome-shell-extension-desktop-icons-ng gnome-shell-extension-impatience gnome-shell-extension-arc-menu

    #------------------------------------------------------------------------------#

    Flatpak if Required

    #------------------------------------------------------------------------------#

    sudo apt install flatpak

    sudo apt install gnome-software-plugin-flatpak

    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

    flatpak install flathub com.github.tchx84.Flatseal

    flatpak install flathub org.chromium.Chromium

    flatpak install flathub io.gitlab.librewolf-community

    flatpak install flathub com.brave.Browser

    #------------------------------------------------------------------------------#

    Extra Security Profiles

    #------------------------------------------------------------------------------#

    sudo apt install apparmor-profiles apparmor-profiles-extra apparmor-utils

    #------------------------------------------------------------------------------#

    Click to Minimize App on Dock

    #------------------------------------------------------------------------------#

    run terminal paste in :

    gsettings set org.gnome.shell.extensions.dash-to-dock click-action ‘minimize’

    #------------------------------------------------------------------------------#

    Google Chrome Install If Required

    #------------------------------------------------------------------------------#

    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

    sudo apt install libu2f-udev

    sudo dpkg -i google-chrome-stable_current_amd64.deb

    sudo apt-get -f install 'If any Errors

    #------------------------------------------------------------------------------#

    Wayland Firefox Enable ‘only use if required’

    #------------------------------------------------------------------------------#

    Firefox Enable Wayland and a few tweaks, use with caution.

    sudo nano /etc/environment

    paste in:

    MOZ_ENABLE_WAYLAND=1

    save and exit: ctrl x and answer y to save.

    #------------------------------------------------------------------------------#

    Wayland Google Chrome ‘only use if required’

    #------------------------------------------------------------------------------#

    Google Chrome Wayland

    Open browser paste in:

    chrome://flags/

    Search for:

    Preferred Ozone platform

    Set to auto

    Enjoy Chrome or Chromium Browsers with Wayland Support.

    #------------------------------------------------------------------------------#

    DEBIAN 12 BOOKWORM REPOS

    #------------------------------------------------------------------------------#

    Debian Bookworm 12 sources.list

    Debian Main Packages

    deb https://deb.debian.org/debian/ bookworm contrib main non-free non-free-firmware #deb-src https://deb.debian.org/debian/ bookworm contrib main non-free non-free-firmware

    Debian Updates

    deb https://deb.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware #deb-src https://deb.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware

    Debian Security

    deb https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware #deb-src https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware

    Debian Proposed Updates

    deb https://deb.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware #deb-src https://deb.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware

    Debian Backports

    deb https://deb.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware #deb-src https://deb.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware

    #------------------------------------------------------------------------------#

    End of File Debian 12 Gnome

    #------------------------------------------------------------------------------#


  • Here is my setup for Bookworm.

    #------------------------------------------------------------------------------#

    Debian 12 Setup by Luckykar

    #------------------------------------------------------------------------------#

    #------------------------------------------------------------------------------#

    Firewall Enable After Install

    #------------------------------------------------------------------------------#

    sudo apt install firewalld firewall-config ’ Install firewall

    sudo firewall-cmd --state 'check status

    sudo firewall-cmd --list-all 'list rules

    sudo firewall-cmd --set-default-zone=drop 'set zone to drop all, adjust to suit.

    #------------------------------------------------------------------------------#

    “Packages” Make Sure Non-Free Repos Are Enabled

    #------------------------------------------------------------------------------#

    sudo apt install synaptic inxi lame twolame x264 x265 libavcodec-extra ffmpeg vorbis-tools firmware-linux-nonfree firmware-linux hardinfo dconf-editor curl wget neofetch htop net-tools lm-sensors cpu-x gnome-nettool nautilus-gtkhash nautilus-image-converter drawing ttf-mscorefonts-installer fonts-noto fonts-noto-cjk ttf-ancient-fonts yaru-theme-gnome-shell yaru-theme-gtk yaru-theme-icon yaru-theme-sound

    #------------------------------------------------------------------------------#

    Extensions

    #------------------------------------------------------------------------------#

    sudo apt install gnome-shell-extension-manager gnome-shell-extensions-extra gnome-shell-extension-dashtodock gnome-shell-extension-desktop-icons-ng gnome-shell-extension-impatience gnome-shell-extension-arc-menu

    #------------------------------------------------------------------------------#

    Flatpak if Required

    #------------------------------------------------------------------------------#

    sudo apt install flatpak

    sudo apt install gnome-software-plugin-flatpak

    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

    flatpak install flathub com.github.tchx84.Flatseal

    flatpak install flathub org.chromium.Chromium

    flatpak install flathub io.gitlab.librewolf-community

    flatpak install flathub com.brave.Browser

    #------------------------------------------------------------------------------#

    Extra Security Profiles

    #------------------------------------------------------------------------------#

    sudo apt install apparmor-profiles apparmor-profiles-extra apparmor-utils

    #------------------------------------------------------------------------------#

    Click to Minimize App on Dock

    #------------------------------------------------------------------------------#

    run terminal paste in :

    gsettings set org.gnome.shell.extensions.dash-to-dock click-action ‘minimize’

    #------------------------------------------------------------------------------#

    Add Shutdown Button for Dock ‘Optional’

    #------------------------------------------------------------------------------#

    nano ~/.local/share/applications/shutdown-for-dock.desktop

    [Desktop Entry] Name=Shutdown for Dock Exec=gnome-session-quit --power-off Comment=Shutdown button for Ubuntu dock Terminal=false Type=Application Icon=system-shutdown

    Save and Exit : ctrl x and answer y to save.

    #------------------------------------------------------------------------------#

    Google Chrome Install If Required

    #------------------------------------------------------------------------------#

    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

    sudo apt install libu2f-udev

    sudo dpkg -i google-chrome-stable_current_amd64.deb

    sudo apt-get -f install 'If any Errors

    #------------------------------------------------------------------------------#

    Wayland Firefox Enable ‘only use if required’

    #------------------------------------------------------------------------------#

    Firefox Enable Wayland and a few tweaks, use with caution.

    sudo nano /etc/environment

    paste in:

    MOZ_ENABLE_WAYLAND=1

    save and exit: ctrl x and answer y to save.

    #------------------------------------------------------------------------------#

    Wayland Google Chrome ‘only use if required’

    #------------------------------------------------------------------------------#

    Google Chrome Wayland

    Open browser paste in:

    chrome://flags/

    Search for:

    Preferred Ozone platform

    Set to auto

    Enjoy Chrome or Chromium Browsers with Wayland Support.

    #------------------------------------------------------------------------------#

    Debian12 Bookworm Repos

    #------------------------------------------------------------------------------#

    Debian Bookworm 12 sources.list

    Debian Main Packages

    deb https://deb.debian.org/debian/ bookworm contrib main non-free non-free-firmware #deb-src https://deb.debian.org/debian/ bookworm contrib main non-free non-free-firmware

    Debian Updates

    deb https://deb.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware #deb-src https://deb.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware

    Debian Security

    deb https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware #deb-src https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware

    Debian Proposed Updates

    deb https://deb.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware #deb-src https://deb.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware

    Debian Backports

    deb https://deb.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware #deb-src https://deb.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware

    #------------------------------------------------------------------------------#

    End of File Debian 12 Gnome

    #------------------------------------------------------------------------------#