Linux Tweak

Date plus vieux fichier installé:

ls -lct /etc | tail -1 | awk '{print $6, $7, $8}'

Oh my zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

plugins:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

.zshrc:
plugins=(
    git
    zsh-autosuggestions
    zsh-syntax-highlighting
)

ZSH_THEME="agnoster"

Fstab smb

//srvwin.local/partage_samba/ /media/ cifs credentials=/root/.smbcredentials,iocharset=utf8         0       0

cat /root/.smbcredentials
username=administrateur
password=password
domain=DOMAIN.local

Fstab nfs

192.168.1.172:/mnt/data/ /mnt/data_2TO/ nfs defaults 0 0

Dernière édition le 2025-02-09 00:38

Propulsé par Wiki|Docs

This page was last edited on 2025-02-09 00:38

Jules
Free licence

Propulsé par Wiki|Docs