Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Configuration Debian (Faire dans l'ordre)
- Client SSH Recommandé : http://mobaxterm.mobatek.net/
- Client SFTP Recommandé : https://winscp.net/eng/download.php
- Host Recommandé: OVH / DédiZones -- Prendre de préférence Debian Wheezy 7 x64
- BlackList: PulseHeberg et affiliés
- ===========
- ### D'abord, ajouter à /etc/apt/source.list
- deb http://ftp.fr.debian.org/debian/ wheezy main
- deb-src http://ftp.fr.debian.org/debian/ wheezy main
- deb http://ftp.fr.debian.org/debian wheezy-updates main
- deb-src http://ftp.fr.debian.org/debian wheezy-updates main
- deb http://ftp.fr.debian.org/debian/ wheezy-proposed-updates main
- deb-src http://ftp.fr.debian.org/debian/ wheezy-proposed-updates main
- deb http://security.debian.org/ wheezy/updates main
- deb-src http://security.debian.org/ wheezy/updates main`
- ===========
- dpkg-reconfigure debconf
- dpkg-reconfigure locales ###### fr_FR.UTF-8
- dpkg-reconfigure tzdata ###### Europe/Paris
- apt-get update
- apt-get dist-upgrade
- apt-get install sudo dialog nano bash-completion command-not-found byobu tmux zsh-beta logwatch cron-apt unhide rkhunter
- adduser pseudo
- gpasswd -a pseudo sudo
- update-command-not-found
- byobu-enable
- chsh -s /bin/zsh
- ===========
- ### Créer le fichier /root/.tmux.conf
- set -g default-shell /bin/zsh
- set -g default-command /bin/zsh
- ===========
- ### Activation proxy SOCKS5
- ssh -f -N -D 0.0.0.0:1337 localhost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement