Table des matières

Personnalisation

Souces:https://github.com/linuxmint/lightdm-settings

Shell

URXVT

ROXTerm

https://gist.github.com/weakish/923039

Theme

http://www.gnomelibre.fr/2016/06/sortie-de-la-premiere-version-du-theme-dicones-arc/

HS

www.la-rache.com

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

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

http://helpcenter.onlyoffice.com/desktop/documents/linux/installation-ubuntu.aspx

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