Personnalisation
Souces:https://github.com/linuxmint/lightdm-settings
- Monitor Switch (Super+P) - https://faq.i3wm.org/question/5312/how-to-toggle-onoff-external-and-internal-monitors.1.html
Shell
URXVT
ROXTerm
Theme
Web
Ultra Accessibilité
Local
Packages : avahi-daemon libnss-mdns
Sources:
Modifier /etc/nsswitch.conf
Voir /etc/avahi/avahi-daemon.conf
Modifier /etc/hosts
Configurer des service
Ajout Iptables:
Distant
Packages : ddclient miniupnpc
Modifier /etc/ddclient.conf
Ajout network-dispatcher ou iptables si persistent
Ajout Iptables:
Sources:
AutoSSH
TOR ssh
Montage NTFS (Win8-10)
http://blogmotion.fr/systeme/mounting-hibernated-unsafe-state-12814
https://ddumont.wordpress.com/2017/01/04/new-with-cme-a-gui-to-configure-systemd-services/
Plymouth
GRUB2
- HoldShift - https://github.com/WhyNotHugo/grub-holdshift
- Themes:
- Griffin Grub - https://www.gnome-look.org/p/1228974/
- Griffin Grub Remix - https://www.gnome-look.org/p/1237117/
- Griffin Grub Celestial - https://www.gnome-look.org/p/1257994/
- Tela Grub - https://www.gnome-look.org/p/1307852/
- Poly Dark - https://www.gnome-look.org/p/1230780/
- Poly Light - https://www.gnome-look.org/p/1176413/
- Solarized Dark Materialized - https://www.gnome-look.org/p/1180510/
- Grub-Solarized-Dark - https://www.gnome-look.org/p/1177401/
- Grub Theme Vimix - https://github.com/Se7endAY/grub2-theme-vimix
LightDM
Silent Boot
Silent GRUB
Below three lines are necessary:
GRUB_DEFAULT=0 GRUB_TIMEOUT=0 GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT
Note: If you set GRUB_TIMEOUT=0 and GRUB_HIDDEN_TIMEOUT=1 (or any positive value), set GRUB_RECORDFAIL_TIMEOUT=$GRUB_HIDDEN_TIMEOUT instead of GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT. Otherwise pressing Esc on boot to show GRUB menu will not work.
Lastly, regenerate grub.cfg file.
Alternative Office
Legacy Naming/Mounting Scheme
nano /etc/udev/rules.d/99-udisks2.rules
# UDISKS_FILESYSTEM_SHARED # ==1 : mount filesystem to a shared directory (/media/VolumeName) # ==0 : mount filesystem to a private directory (/media/$USER/VolumeName) # See udisks(8) ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1"
Restore rc.local
UPS/NUT
TimeZone
Automation on Network
Systemd tweak
Network-manager
- IWD sreplacement for WPA_Supplicant https://blobfolio.com/2019/10/replacing-wpa-supplicant-with-iwd-in-ubuntu-eoan/
Touchpad Like OSX
Wireless CommandLine
Blacklist floppy
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf sudo rmmod floppy sudo update-initramfs -u
Vidage auto de la corbeille
sudo apt install autotrash
puis
sudo crontab -e
Ajouter
@daily /usr/bin/autotrash -td 30