Compare commits
No commits in common. "46f449b8ea4986921c6aefceef75a4f874444326" and "20c545afc30c32d756be92c1ef9c30c1f61efb5d" have entirely different histories.
46f449b8ea
...
20c545afc3
|
|
@ -37,7 +37,7 @@ ksh() {
|
||||||
}
|
}
|
||||||
|
|
||||||
alias tintMaison='ssh -A -L localhost:5488:localhost:5489 nereide@naxos.nereide.fr "ssh -p5422 -L localhost:5489:rfidprod-integration.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"'
|
alias tintMaison='ssh -A -L localhost:5488:localhost:5489 nereide@naxos.nereide.fr "ssh -p5422 -L localhost:5489:rfidprod-integration.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"'
|
||||||
alias tintBureau="ssh -v -p 5422 -L localhost:5488:rfidprod-integration.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"
|
alias tintBureau="ssh -v -p 5422 -L localhost:5489:rfidprod-integration.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"
|
||||||
alias tprepMaison='ssh -A -L localhost:5488:localhost:5489 nereide@naxos.nereide.fr "ssh -p5422 -L localhost:5489:rfidprod-preprod.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"'
|
alias tprepMaison='ssh -A -L localhost:5488:localhost:5489 nereide@naxos.nereide.fr "ssh -p5422 -L localhost:5489:rfidprod-preprod.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"'
|
||||||
alias tprepBureau="ssh -v -p 5422 -L localhost:5488:rfidprod-preprod.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"
|
alias tprepBureau="ssh -v -p 5422 -L localhost:5488:rfidprod-preprod.cluster-cdb9sc2xntwg.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"
|
||||||
alias tprodMaison='ssh -A -L localhost:5488:localhost:5489 nereide@naxos.nereide.fr "ssh -p5422 -L localhost:5489:rfidprod-production.cluster-cppfo25bfalv.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"'
|
alias tprodMaison='ssh -A -L localhost:5488:localhost:5489 nereide@naxos.nereide.fr "ssh -p5422 -L localhost:5489:rfidprod-production.cluster-cppfo25bfalv.eu-west-1.rds.amazonaws.com:5432 ofbiz@pp-sftp-technical.decathlon.net"'
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ Type=Application
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Name=Zen
|
Name=Zen
|
||||||
GenericName=Web Browser
|
GenericName=Web Browser
|
||||||
StartupWMClass=zen
|
StartupWMClass=zen-alpha
|
||||||
Comment=Cool Browser
|
Comment=Cool Browser
|
||||||
Icon=firefox
|
Icon=firefox
|
||||||
Exec=/home/gil/.local/bin/firefox %u
|
Exec=/home/gil/.local/bin/firefox %u
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,12 @@ groups | grep -q sudo || return
|
||||||
[ ! -d "/etc/apt/keyrings/packages.mozilla.org.asc" ] && wget -qO - https://packages.mozilla.org/apt/repo-signing-key.gpg | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null && echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null
|
[ ! -d "/etc/apt/keyrings/packages.mozilla.org.asc" ] && wget -qO - https://packages.mozilla.org/apt/repo-signing-key.gpg | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null && echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null
|
||||||
|
|
||||||
# install zen browser
|
# install zen browser
|
||||||
[ ! -f "$HOME/.local/bin/firefox" ] && wget https://github.com/zen-browser/desktop/releases/latest/download/zen-x86_64.AppImage -O ~/.local/bin/firefox && chmod +x ~/.local/bin/firefox
|
[ ! -f "$HOME/.local/bin/firefox" ] && wget https://github.com/zen-browser/desktop/releases/latest/download/zen-specific.AppImage -O ~/.local/bin/firefox && chmod +x ~/.local/bin/firefox
|
||||||
|
|
||||||
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
|
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt remove thunderbird firefox*
|
sudo apt remove thunderbird firefox*
|
||||||
sudo apt install -y sxhkd wmctrl yadm openjdk-17-jdk xclip maven vim-gtk3 vim vim-nox fzf cmake python3-tldextract uuid-runtime \
|
sudo apt install -y sxhkd firefox wmctrl yadm openjdk-17-jdk xclip maven vim-gtk3 vim vim-nox fzf cmake python3-tldextract uuid-runtime \
|
||||||
webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync \
|
webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync \
|
||||||
nextcloud-desktop tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make \
|
nextcloud-desktop tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make \
|
||||||
gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev autorandr inkscape \
|
gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev autorandr inkscape \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue