Skip to content

Instantly share code, notes, and snippets.

@vavrecan
Last active May 21, 2024 20:08
Show Gist options
  • Save vavrecan/ce126474440a5264b73002ee81cbf397 to your computer and use it in GitHub Desktop.
Save vavrecan/ce126474440a5264b73002ee81cbf397 to your computer and use it in GitHub Desktop.
debian fine tunning
use debian live gnome
> cat /etc/apt/sources.list.d/testing.list
deb http://ftp.debian.org/debian testing main
> cat /etc/apt/apt.conf.d/99defaultrelease
APT::Default-Release "stretch";
apt install firmware-iwlwifi
apt -t testing install gnome-shell
apt -t testing install firefox-esr
apt -t testing install gnome-tweak-tool
apt -t testing install python
apt -t testing install python3
apt -t testing install adwaita-icon-theme
apt -t testing install libreoffice-gtk3
apt install cryptsetup
apt install hdparm
apt install -t testing htop
apt install -t testing git
apt install -t testing php-cli
apt install -t testing qemu
apt install -t testing qemu-img
apt install -t testing qemu-system-x86_64
apt install -t testing qemu-system-i386
apt install -t testing liblcms2-2
apt install net-tools
apt install ufw
apt install gufw
apt install -t testing kvm
apt install -t testing ncdu
apt install lm-sensors
apt-get install -t testing ecryptfs-utils rsync lsof
apt-get remove xiterm+thai
apt-get remove mlterm
apt-get remove --auto-remove mlterm-tiny
gsettings set org.gnome.desktop.interface text-scaling-factor 1.2
# disable indexing
tracker-preferences
xhost +SI:localuser:root
sudo -i gufw
@vavrecan
Copy link
Author

vavrecan commented Jul 9, 2019

disable search in settings will deactivate cracker

@vavrecan
Copy link
Author

vavrecan commented Jul 9, 2019

install gnome-gmail to send email directly from gnome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment