Wiki Info Libre @ Dom

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
docs:bash:vps-debian.sh [2022/08/17 18:44] maison.gaetandocs:bash:vps-debian.sh [2023/05/19 22:09] (Version actuelle) – [bashrc.txt] maison.gaetan
Ligne 6: Ligne 6:
 ticket=$(uname -n)_en_ligne ticket=$(uname -n)_en_ligne
  
-wget -q --no-check-certificate https://wiki.ilad.biz/_export/code/docs/bash/vps-debian.sh?codeblock=1   -O /home/debian/vps-debian.sh+wget -q  -U "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0" --no-check-certificate https://wiki.ilad.biz/_export/code/docs/bash/vps-debian.sh?codeblock=1   -O /home/debian/vps-debian.sh
  
-wget -q --no-check-certificate https://wiki.ilad.biz/_export/code/docs/bash/vps-debian.sh?codeblock=2   -O /home/debian/profile.txt+wget -q  -U "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0" --no-check-certificate https://wiki.ilad.biz/_export/code/docs/bash/vps-debian.sh?codeblock=2   -O /home/debian/profile.txt
  
-wget -q --no-check-certificate https://wiki.ilad.biz/_export/code/docs/bash/vps-debian.sh?codeblock=3   -O /home/debian/bashrc.txt+wget -q  -U "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0" --no-check-certificate https://wiki.ilad.biz/_export/code/docs/bash/vps-debian.sh?codeblock=3   -O /home/debian/bashrc.txt
  
-wget -q --no-check-certificate https://wiki.ilad.biz/_export/code/docs/bash/vps-debian.sh?codeblock=4   -O /home/debian/wget-cron.sh+wget -q  -U "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0" --no-check-certificate https://wiki.ilad.biz/_export/code/docs/bash/vps-debian.sh?codeblock=4   -O /home/debian/wget-cron.sh
  
-wget -q --no-check-certificate https://ilad.org/imapsync-2016-04-21.php?t=$ticket  -O /dev/null+wget -q  -U "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0" --no-check-certificate https://ilad.org/imapsync-2016-04-21.php?t=$ticket  -O /dev/null
  
 echo "sudo bash vps-debian.sh" >> /home/debian/.profile echo "sudo bash vps-debian.sh" >> /home/debian/.profile
Ligne 36: Ligne 36:
   && apt install -y \   && apt install -y \
   htop \   htop \
-  wget \+  curl \
   screen \   screen \
   figlet    figlet 
Ligne 73: Ligne 73:
 alias p="ping -c 5 1.1.1.1" alias p="ping -c 5 1.1.1.1"
 alias ld="date +%Y%m%d-%H%M%S" alias ld="date +%Y%m%d-%H%M%S"
 +
 +export LC_ALL=fr_FR.UTF-8
 +export LANG=fr_FR.UTF-8
 +export LANGUAGE=fr_FR.UTF-8
 +
  
 </file> </file>