Outils pour utilisateurs

Outils du site


article:post-installation_rapide_distribution_debian

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
article:post-installation_rapide_distribution_debian [2024/12/18 08:57] estroarticle:post-installation_rapide_distribution_debian [2026/07/01 06:49] (Version actuelle) estro
Ligne 1: Ligne 1:
 +{{page>./onglets_installations_et_services}}
 <WRAP centeralign> <WRAP centeralign>
 ====== Post-installation "Titux" distribution Debian ====== ====== Post-installation "Titux" distribution Debian ======
 </WRAP> </WRAP>
-{{page>/articles/onglets}} 
  
 <code bash> <code bash>
Ligne 11: Ligne 11:
 sudo dpkg-reconfigure tzdata sudo dpkg-reconfigure tzdata
  
-sudo apt install git unzip make tree bridge-utils net-tools whois pv rsync byobu rlwrap curl zsh fonts-powerline fail2ban rkhunter  dialog htop+sudo apt install git unzip make tree bridge-utils net-tools whois pv rsync byobu rlwrap curl  ca-certificates zsh fonts-powerline sshguard fail2ban rkhunter  dialog htop vbetool psmisc  cdparanoia alsa-utils mpg123 vorbis-tools abcde
  
-bash -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"+cd ~/ && curl 'https://www.titux.org/tech/lib/exe/fetch.php?media=telechargements:comptebasetitux.tar' -o - 2>/dev/null|tar -xf - && chown -R $USER:$USER .oh-my-zsh .shell.tux .zshrc
  
-export ZSH="$HOME/.oh-my-zsh" 
  
-# autosuggesions plugin +cat > ~/.shell.tux << EOF 
-git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH/plugins/zsh-autosuggestions+#!/usr/bin/bash 
 +##---------------------------------------------------------------------------------- 
 +alias zshconfig="nano -cl ~/.zshrc" 
 +##---------------------------------------------------------------------------------- 
 +## fontions utiles ############################################################### 
 +
 +function g() { 
 +  grep $@ | grep -v grep 
 +
 + 
 +function créerCompteBaseTitux.tar() { 
 +        cd ~/ 
 +        tar -cf compteBaseTitux.tar .zshrc 
 +        tar --append -f compteBaseTitux.tar .shell.tux 
 +        tar --append -f compteBaseTitux.tar .oh-my-zsh 
 +
 + 
 +function lancer_agent_ssh() { 
 +  memo_ssh="/run/user/$(id -u)/env_ssh" 
 +  [ -$memo_ssh ] && { 
 +        eval $(cat $memo_ssh) >/dev/null 
 +  } ||  { 
 +        mkdir -p /run/user/$(id -u) 
 +        ssh-agent >$memo_ssh 
 +        eval $(cat $memo_ssh) >/dev/null 
 +        ssh-add 
 +  } 
 +
 +memo_ssh="/run/user/$(id -u)/env_ssh" 
 +[ -e $memo_ssh ] && lancer_agent_ssh 
 +##---------------------------------------------------------------------------------- 
 +##---------------------------------------------------------------------------------- 
 +[ -e $HOME/bin ] && export PATH=$HOME/bin:/usr/local/bin:$PATH 
 +
 +##---------------------------------------------------------------------------------- 
 +## alias ########################################################################### 
 +
 +alias lsc="/bin/ls --color --group-directories-first -p" 
 +alias ls="/usr/bin/ls" 
 +alias ll="ls -l --color" 
 +alias la="lsc -lah" 
 +alias  l="ls -1" 
 + 
 +alias rm="/bin/rm -i" 
 +alias cp="/bin/cp -i" 
 +alias mv="/bin/mv -i" 
 + 
 +alias f="clear" 
 +alias h="cd;clear" 
 +alias pps='ps -eo pid,ppid,user,args' 
 + 
 +alias écran_éteindre='sudo vbetool dpms off' 
 +alias écran_allumer='sudo vbetool dpms on' 
 +alias écran_réinitialiser='sudo vbetool post' 
 +##---------------------------------------------------------------------------------- 
 +##---------------------------------------------------------------------------------- 
 +
 + 
 + 
 +################################################################################################### 
 +#export PATH=/home/linuxbrew/.linuxbrew/bin:$PATH 
 + 
 +EOF
  
-# zsh-syntax-highlighting plugin 
-git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH/plugins/zsh-syntax-highlighting 
  
-# zsh-history-substring-search plugin 
-git clone https://github.com/zsh-users/zsh-history-substring-search $ZSH/custom/plugins/zsh-history-substring-search 
-# zsh-autocomplete plugin 
-git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH/plugins/zsh-autocomplete 
  
 ## en tantque root ## en tantque root
article/post-installation_rapide_distribution_debian.1734512279.txt.gz · Dernière modification : de estro

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki