Outils pour utilisateurs

Personnalisation

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)

Plymouth

GRUB2

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

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