1919 lines
42 KiB
Bash
1919 lines
42 KiB
Bash
sudo apt update
|
||
exit
|
||
sudo apt install tldr
|
||
tldr ssh-keygen
|
||
tldr -u
|
||
tldr ssh-keygen
|
||
ssh-keygen -t ed25519 -C "anna's key"
|
||
cat /etc/vconsole.conf
|
||
[200~sudo dpkg-reconfigure keyboard-configuration
|
||
sudo dpkg-reconfigure keyboard-configuration
|
||
ls
|
||
cat .ssh/id_ed25519.pub
|
||
nano .ssh/config
|
||
ssh sacha
|
||
nano .ssh/config
|
||
ssh sacha
|
||
exit
|
||
neofetch
|
||
free -h
|
||
htop
|
||
top
|
||
top -i
|
||
exit
|
||
neofetch
|
||
sudo apt install mosh
|
||
mosh sacha
|
||
neofetch
|
||
ssh sacha
|
||
exit
|
||
cat .ssh/id_ed25519.pub
|
||
echo -n 'cf86326b0270b2fcf398d4e346a932ff551377c2c451d00e74bbf186c00a37b7' | ssh-keygen -Y sign -n gitea -f .ssh/id_ed25519
|
||
ssh git@polarolouis.fr:2220
|
||
ssh git@polarolouis.fr -p 2220
|
||
sudo apt install wireguard
|
||
sudo nm-connection-editor
|
||
mv Téléchargements/Anna.conf /etc/wireguard/anna.conf
|
||
sudo mv Téléchargements/Anna.conf /etc/wireguard/anna.conf
|
||
file='/etc/wieguard/anna.conf'
|
||
sudo nmcli connection import type wireguard file "$file"
|
||
file='/etc/wireguard/anna.conf'
|
||
sudo nmcli connection import type wireguard file "$file"
|
||
ip a
|
||
ping google.fr
|
||
ping polarolouis.fr
|
||
lspci
|
||
sudo dmidecode -t 9 | grep -A3 “System Slot Information” | grep -c -B1 “Available”
|
||
sudo dmidecode -t
|
||
sudo dmidecode -t 9
|
||
sudo dmidecode -t 9 | grep -C 10 "Available"
|
||
ip a
|
||
nm-connection-editor
|
||
git config
|
||
git config --global user.name polarolouis
|
||
git config --global user.email louis.lacoste@hotmail.fr
|
||
git config user
|
||
git config user.signingKey
|
||
git config user.name
|
||
git config --global user.name
|
||
git config --global user.name "Louis Lacoste"
|
||
git config user.name
|
||
ls
|
||
cd Documents/
|
||
ls
|
||
sudo apt install nextcloud-desktop
|
||
sudo apt search nextcloud
|
||
sudo apt version
|
||
sudo apt version nextcloud-desktop
|
||
sudo apt
|
||
sudo apt show nextcloud-desktop
|
||
sudo apt install nextcloud-desktop
|
||
cd
|
||
ls
|
||
ll
|
||
cd .config/
|
||
ls
|
||
cd Nextcloud/
|
||
ls
|
||
nano nextcloud.cfg
|
||
cd ..
|
||
cd
|
||
cd Nextcloud/
|
||
ls
|
||
cd Documents/
|
||
ls
|
||
ll
|
||
cd APT/
|
||
ls
|
||
cd 1A/
|
||
ls
|
||
cd LANGUES/
|
||
ls
|
||
ll
|
||
tree
|
||
cd ~/Nextcloud/
|
||
sudo apt install tree
|
||
tree
|
||
ls
|
||
cd Documents/
|
||
ls
|
||
cd Formations/
|
||
ls
|
||
cd MOOC\ Recherche\ Reproductible/
|
||
ls
|
||
python -i
|
||
python3 -i
|
||
exit
|
||
conda update -n base -c defaults conda
|
||
conda create -n mooc-rr-emacs
|
||
conda activate mooc-rr-emacs
|
||
conda install python numpy matplotlib r r-ggplot2 r-dplyr r-hmisc
|
||
conda install -c anaconda python numpy matplotlib r r-ggplot2 r-dplyr r-hmisc
|
||
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
|
||
chmod +x Miniconda3-latest-Linux-x86_64.sh
|
||
./Miniconda3-latest-Linux-x86_64.sh
|
||
/bin/bash
|
||
q
|
||
exit
|
||
ls
|
||
sudo apt search transmission-remote
|
||
sudo apt install transmission-remote-gtk
|
||
sudo apt upgrade
|
||
sudo apt autoremove
|
||
exit
|
||
ip a
|
||
ip a wlp3s0
|
||
ip wlp3s0
|
||
ip help
|
||
ssh sacha
|
||
sudo apt search jellyfin
|
||
neofetch
|
||
sudo apt update
|
||
cd Programmes/
|
||
ls
|
||
wget https://github.com/jellyfin/jellyfin-media-player/releases/download/v1.7.1/jellyfin-media-player_1.7.1-1_amd64-jammy.deb
|
||
tldr dpkg
|
||
dpkg -l
|
||
dpkg -i jellyfin-media-player_1.7.1-1_amd64-jammy.deb
|
||
sudo dpkg -i jellyfin-media-player_1.7.1-1_amd64-jammy.deb
|
||
tldr dpkg
|
||
ls
|
||
sudo apt-get -f install
|
||
ssh sacha
|
||
ls
|
||
cd ..
|
||
ls
|
||
ll
|
||
git init --bare $HOME/.dotfiles
|
||
ls
|
||
ll
|
||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||
dotfiles checkout
|
||
ls
|
||
cd .dotfiles/
|
||
dotfiles checkout
|
||
git checkout
|
||
ls
|
||
ll
|
||
cd ..
|
||
ls
|
||
git checkout
|
||
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME
|
||
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME
|
||
ls
|
||
cd .dotfiles/
|
||
ls
|
||
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME
|
||
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
|
||
cd ..*
|
||
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
|
||
dotfiles status
|
||
dotfiles add .bashrc
|
||
dotfiles status
|
||
dotfiles .commit
|
||
dotfiles commit -m "First bashrc"
|
||
git status
|
||
dotfiles status
|
||
cat .bash
|
||
cat .bashrc
|
||
vi .bashrc
|
||
ls
|
||
nano .bashrc
|
||
nano .bash_aliases
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
dotfiles
|
||
ls
|
||
dotfiles add .bash_aliases
|
||
dotfiles list
|
||
dotfiles diff
|
||
dotfiles status
|
||
git help
|
||
dotfiles branch anna
|
||
dotfiles diff
|
||
dotfiles status
|
||
dotfiles commit -m "Added .bash_aliases with dotfiles alias"
|
||
dotfiles push
|
||
dotfiles branch
|
||
dotfiles checkout anna
|
||
git diff
|
||
ls
|
||
tldr git merge
|
||
dotfiles merge -e master
|
||
dotfiles history
|
||
dotfiles --help
|
||
tldr git
|
||
tldr git diff
|
||
dotfiles diff HEAD
|
||
dotfiles diff --summary
|
||
git diff --summary
|
||
dotfiles branch -m master main
|
||
dotfiles branch
|
||
dotfiles remote
|
||
dotfiles push
|
||
dotfiles remote add origin https://gitea.polarolouis.fr/polarolouis/dotfiles.git
|
||
dotfiles push -u origin
|
||
dotfiles push -u origin main
|
||
dotfiles push -u origin
|
||
dotfiles branch -a
|
||
dotfiles push -u origin
|
||
dotfiles push -u origin anna
|
||
ll
|
||
cat .bash_aliases
|
||
cat .ssh/id_ed25519.pub
|
||
echo -n 'c0225034b44de83c5b48dd934aaeb7ff9fd90100419d9f8de0109f2fca7ef1df' | ssh-keygen -Y sign -n gitea -f .ssh/id_ed25519
|
||
ssh -T git@gitea.polarolouis.fr:2220
|
||
ssh -T git@gitea.polarolouis.fr -p2220
|
||
ssh -T git@gitea.polarolouis.fr -p 2220
|
||
ssh -T git@gitea.polarolouis.fr -vvv -p 2220
|
||
ssh -T git@gitea.polarolouis.fr -v -p 2220
|
||
ssh -T git@gitea.polarolouis.fr -p 2220
|
||
sudo apt install redshift
|
||
sudo chmod o+x /etc/wireguard/
|
||
sudo chmod o+r /etc/wireguard/
|
||
ip
|
||
ping google.fr
|
||
chmod 600 /etc/wireguard/anna.conf
|
||
sudo apt remove redshift-gtk
|
||
sudo apt autoremove
|
||
ls
|
||
mv Téléchargements/anna.conf /etc/wireguard/anna.conf
|
||
sudo mv Téléchargements/anna.conf /etc/wireguard/anna.conf
|
||
sudo chmod 600 /etc/wireguard/anna.conf
|
||
wg
|
||
sudo mv /etc/wireguard/anna.conf wg0.conf
|
||
ls
|
||
mv wg0.conf /etc/wireguard/
|
||
sudo mv wg0.conf /etc/wireguard/
|
||
CONF_FILE="/etc/wireguard/wg0.conf"
|
||
nmcli connection import type wireguard file "$CONF_FILE"
|
||
nmcli connection show 'Wireguard Connection 1'
|
||
nmcli connection show
|
||
nmcli connection show 'wg0'
|
||
nmcli connection up wg0
|
||
nmcli
|
||
nmcli connection down wg0
|
||
nmcli
|
||
nmcli device show
|
||
nmcli connection show
|
||
dotfiles remote -v
|
||
dotfiles remote set-url ssh://git@gitea.polarolouis.fr:2220/polarolouis/dotfiles.git
|
||
dotfiles remote set-url git@gitea.polarolouis.fr:2220/polarolouis/dotfiles.git
|
||
dotfiles remote set-url git@gitea.polarolouis.fr/polarolouis/dotfiles.git -p 2220
|
||
dotfiles remote set-url git@gitea.polarolouis.fr/polarolouis/dotfiles.git
|
||
dotfiles remote set-url --add origin git@gitea.polarolouis.fr:2220/polarolouis/dotfiles.git
|
||
dotfiles remote -v
|
||
dotfiles push
|
||
dotfiles remote set-url origin git@gitea.polarolouis.fr:2220/polarolouis/dotfiles.git
|
||
dotfiles remote set-url
|
||
dotfiles remote set-url --delete origin
|
||
dotfiles remote set-url --delete origin https://gitea.polarolouis.fr/polarolouis/dotfiles.git
|
||
dotfiles remote -v
|
||
git pull
|
||
dotfiles pull
|
||
dotfiles push
|
||
dotfiles push -v
|
||
dotfiles pull -v
|
||
dotfiles fetch
|
||
dotfiles fetch -v
|
||
dotfiles remote set-url origin git@gitea.polarolouis.fr:2220/polarolouis/dotfiles.git
|
||
dotfiles remote -v
|
||
|
||
dotfiles remote set-url origin git@gitea.polarolouis.fr:2220/polarolouis/dotfiles
|
||
dotfiles remote -v
|
||
dotfiles fetch
|
||
dotfiles remote set-url origin git@gitea.polarolouis.fr:2220/polarolouis/dotfiles.git
|
||
dotfiles remote set-url origin ssh://git@gitea.polarolouis.fr:2220/polarolouis/dotfiles.git
|
||
dotfiles fetch
|
||
dotfiles fetch -v
|
||
dotfiles pull -v
|
||
dotfiles push
|
||
git checkout
|
||
dotfiles checkout
|
||
dotfiles hist
|
||
dotfiles commit history
|
||
dotfiles log main
|
||
dotfiles log origin/main
|
||
dotfiles log anna
|
||
ls
|
||
nano .bashrc
|
||
source .bashrc
|
||
exit
|
||
sudo su -
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
nano .bashrc
|
||
source .bashrc
|
||
dotfiles log
|
||
dotfiles staged
|
||
dotfiles stage
|
||
dotfiles add .bashrc
|
||
dotfiles log
|
||
nano .bashrc
|
||
dotfiles log
|
||
dotfiles log anna
|
||
dotfiles diff
|
||
nano .bashrc
|
||
source .bashrc
|
||
ls
|
||
ll
|
||
nano .bashrc
|
||
cat .bash_aliases
|
||
dotfiles remote -v
|
||
exit
|
||
ping polarolouis.fr
|
||
nmcli down wg0
|
||
nmcli connection down wg0
|
||
ping polarolouis.fr
|
||
exit
|
||
dotfiles pull
|
||
ls
|
||
dotfiles pull
|
||
source .bash_profile
|
||
cd .dotfiles/
|
||
ls
|
||
cd ..
|
||
ls
|
||
exit
|
||
ls
|
||
cd .dotfiles/
|
||
ls
|
||
cd ..
|
||
dotfiles branch
|
||
dotfiles log
|
||
source .bash_profile
|
||
cd .dotfiles/
|
||
ls
|
||
cd ..
|
||
ls
|
||
nmcli
|
||
nmcli disable
|
||
nmcli --help
|
||
nmcli connection --help
|
||
nmcli connection down wg0
|
||
sudo systemctl disable wg-quick@wg0.service
|
||
ssh sacha
|
||
ls
|
||
shutdown -h now
|
||
ping google.Fr
|
||
exit
|
||
ping google.fr
|
||
nmcli connection edit wg0
|
||
alias graph="log --graph --all --oneline"
|
||
dotfiles graph
|
||
alias graph="log --graph --all --oneline"
|
||
graph
|
||
alias graph="dotfiles log --graph --all --oneline"
|
||
graph
|
||
alias dotfiles graph="dotfiles log --graph --all --oneline"
|
||
alias "dotfiles graph"="dotfiles log --graph --all --oneline"
|
||
alias dotfiles-graph="dotfiles log --graph --all --oneline"
|
||
dotfiles-graph
|
||
ls
|
||
exit
|
||
conda
|
||
ls
|
||
dotfiles branch
|
||
conda update -n base -c defaults conda
|
||
conda create -n mooc-rr-emacs
|
||
conda activate mooc-rr-emacs
|
||
ls
|
||
conda install python numpy matplotlib r r-ggplot2 r-dplyr r-hmisc
|
||
conda update --all
|
||
conda update conda -c conda-canary
|
||
conda activate base
|
||
conda update conda -c conda-canary
|
||
conda config --set channel_priority false
|
||
conda activate mooc-rr-emacs
|
||
conda install python numpy matplotlib r r-ggplot2 r-dplyr r-hmisc
|
||
conda remove
|
||
conda -h
|
||
tldr conda
|
||
conda remove --name mooc-rr-emacs --al
|
||
conda remove --name mooc-rr-emacs --alm
|
||
conda remove --name mooc-rr-emacs --all
|
||
conda deactivate
|
||
conda remove --name mooc-rr-emacs --all
|
||
conda create mooc-rr-emacs
|
||
conda create --name mooc-rr-emacs
|
||
conda activate mooc-rr-emacs
|
||
conda update --al
|
||
conda
|
||
conda install python numpy matplotlib r r-ggplot2 r-dplyr r-hmisc
|
||
conda config --set channel_priority false
|
||
conda install python numpy matplotlib r r-ggplot2 r-dplyr r-hmisc
|
||
conda config --set allow_conda_downgrades true
|
||
conda version
|
||
conda install conda=4.6.14
|
||
conda deactivate
|
||
conda install conda=4.6.14
|
||
conda -h
|
||
conda search conda
|
||
conda
|
||
conda -V
|
||
conda list
|
||
conda create --name test-mooc-rr
|
||
conda activate test-mooc-rr
|
||
conda upgrade
|
||
conda upgrade --all
|
||
conda install numpy
|
||
conda config --set channel_priority false
|
||
conda install python numpy matplotlib r r-ggplot2 r-dplyr r-hmisc
|
||
conda install python numpy
|
||
conda deactivate
|
||
conda remove --name test-mooc-rr
|
||
tldr conda
|
||
conda remove --name test-mooc-rr --all
|
||
conda activate mooc-rr-emacs
|
||
conda install python numpy
|
||
conda install python numpy matplotlib r r-ggplot2 r-dplyr r-hmisc
|
||
conda install r r-ggplot2 r-dplyr r-hmisc
|
||
conda install r
|
||
conda install python numpy matplotlib
|
||
du -h -D 1
|
||
du -h -N 1
|
||
du -h --max-depth=1
|
||
conda install r-ggplot2 r-dplyr r-hmisc
|
||
conda install r
|
||
conda install -c conda-forge emacs r-parsedate
|
||
emacs
|
||
conda install -c conda-forge emacs r-parsedate
|
||
emacs
|
||
whereis -b libc_malloc_debug
|
||
export LD_PRELOAD=/usr/lib/libc_malloc_debug.so
|
||
cat /usr/lib/libc_malloc_debug.so
|
||
sudo cat /usr/lib/libc_malloc_debug.so
|
||
whereis
|
||
tldr whereis
|
||
whereis libc_malloc_debug
|
||
whereis libc_malloc_debug.so
|
||
whereis -b libc_malloc_debug.so
|
||
whereis -b libc_malloc_debug
|
||
whereis -b gcc
|
||
which libc_malloc_debug
|
||
cat /usr/lib64/libc_malloc_debug.so.0
|
||
cat /usr/lib
|
||
ls /usr/lib
|
||
reload
|
||
source .bash_profile
|
||
ls
|
||
exit
|
||
ls
|
||
cat /usr/lib64/ld-linux-x86-64.so.2
|
||
sudo apt search gcc
|
||
sudo apt search devel
|
||
sudo apt search base-devel
|
||
sudo apt search base
|
||
sudo apt install build-essential
|
||
whereis -b libc_malloc_debug.so
|
||
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libc_malloc_debug.so
|
||
emacs
|
||
conda activate mooc-rr-emacs
|
||
emacs
|
||
exit
|
||
conda activate mooc-rr-emacs
|
||
emacs
|
||
conda deactivate
|
||
nano .bashrc
|
||
dotfiles add .bashrc
|
||
dotfiles commit -m "Added a quickfix to let EMACS start"
|
||
dotfiles log --oneline
|
||
dotfiles log --graph
|
||
dotfiles log --graph --all --oneline
|
||
dotfiles push
|
||
dotfiles log --graph --all --oneline
|
||
dotfiles pull
|
||
exit
|
||
conda activate mooc-rr-emacs
|
||
emacs
|
||
conda activate mooc-rr-emacs
|
||
conda install emacs
|
||
conda install emacs -c conda-forge
|
||
dotfiles
|
||
dotfiles log
|
||
dotfiles log --all
|
||
ls
|
||
ssh sacha
|
||
systemctl status wg-quick@wg0
|
||
ssh sacha
|
||
ls
|
||
cd Documents/
|
||
ls
|
||
nano colors.sh
|
||
chmod +x colors.sh
|
||
./colors.sh
|
||
ssh sacha
|
||
conda activate
|
||
conda activate mooc-rr-emacs
|
||
emacs
|
||
fg
|
||
exit
|
||
ls -la # ou dir sous Windows
|
||
echo 'org_babel_sh_eoe'
|
||
ping google.fr
|
||
ip a
|
||
nmcli connection down wg0
|
||
cd .local/share/applications/
|
||
ls
|
||
ll
|
||
cd
|
||
conda activate mooc-rr-emacs
|
||
ls
|
||
ll
|
||
cd .emacs.d/
|
||
ls
|
||
ll
|
||
cd ..
|
||
ls
|
||
cat truc~
|
||
cat truc
|
||
rm truc*
|
||
ls
|
||
cd Documents/
|
||
ls
|
||
cat colors.sh
|
||
mkdir MOOC
|
||
mkdir MOOC/RR
|
||
cd MOOC/RR/
|
||
wget https://learninglab.gitlabpages.inria.fr/mooc-rr/mooc-rr-ressources/module2/ressources/rr_org_archive.tgz
|
||
ls
|
||
tldr tar
|
||
tar xvf rr_org_archive.tgz
|
||
ls
|
||
ll
|
||
mkdir -p ~/org/g
|
||
cp rr_org/journal.org ~/org/
|
||
cp rr_org/init.el ~/.emacs.d/
|
||
cd
|
||
dotfiles diff
|
||
dotfiles add .emacs.d/init.el
|
||
dotfiles diff
|
||
dotfiles branch
|
||
dotfiles log
|
||
dotfiles commit -m "Added the RR MOOC Emacs config"
|
||
dotfiles push
|
||
emacs
|
||
tldr git cherry-pick
|
||
dotfiles switch sacha
|
||
dotfiles diff
|
||
dotfiles commit -m "Custom set variables init.el"
|
||
git add .emacs.d/init.el
|
||
dotfiles add .emacs.d/init.el
|
||
dotfiles push
|
||
dotfiles switch sacha
|
||
dotfiles commit -m "Custom set variables init.el"
|
||
dotfiles push && dotfiles switch sacha
|
||
dotfiles log --graph --oneline
|
||
dotfiles log --graph --oneline --al
|
||
dotfiles log --graph --oneline --all
|
||
dotfiles cherry-pick 59326d1
|
||
dotfiles cherry-pick abort
|
||
dotfiles cherry-pick --abort
|
||
cat .emacs.d/init.el~
|
||
clear
|
||
dotfiles log --graph --oneline --all
|
||
tldr git merge
|
||
tldr git rebase
|
||
dotfiles log --graph --oneline --all
|
||
dotfiles rebase -i 963cf00
|
||
dotfiles switch anna
|
||
dotfiles rebase -i 05ab618
|
||
dotfiles rebase --abort
|
||
dotfiles rebase -i 05ab618
|
||
dotfiles log
|
||
dotfiles log --all --graph --oneline
|
||
exit
|
||
thefuck -v
|
||
cat .bash_profile | grep fuck
|
||
sduo apt search python
|
||
fuck
|
||
source .bash_profile
|
||
sduo apt search python
|
||
sudo apt search python
|
||
asciinema -h
|
||
exit
|
||
source .bash_profile
|
||
thefuck -v
|
||
cat .bash_profile | grep fuck
|
||
sduo apt search python
|
||
sudo apt search python
|
||
exit
|
||
sudo apt show texlive-lang-french
|
||
sudo apt install thefuck
|
||
thefuck
|
||
tldr thefuck
|
||
tldr -u
|
||
tldr thefuck
|
||
thefuck -v
|
||
thefuck --help
|
||
sduo
|
||
sduo apt install texlive-lang-french
|
||
source .bash_profile
|
||
sduo apt install texlive-lang-french
|
||
fuck
|
||
thefuck
|
||
nano .bash_profile
|
||
source .bash_profile
|
||
source .bash_profile
|
||
sduo apt install texlive-lang-french
|
||
sudo apt install texlive-lang-french
|
||
sudo apt show asciinema
|
||
sudo apt install asciinema
|
||
asciinema auth
|
||
asciinema rec
|
||
exit
|
||
pdfla
|
||
sudo apt search texlive
|
||
sudo apt search texlive-f
|
||
tldr apt
|
||
sudo apt show texlive
|
||
sudo apt show texlive-minimal
|
||
sudo apt show texlive-lang-french
|
||
tmux
|
||
sudo apt install tmux
|
||
tmux
|
||
dotfiles status
|
||
tldr git init
|
||
cd org/
|
||
git init
|
||
ls
|
||
git push
|
||
fuck
|
||
source ~/.bash_profile
|
||
fuck
|
||
git push
|
||
fuck
|
||
git push --set-upstream origin ssh://git@gitea.polarolouis.fr:2220/polarolouis/journal.git
|
||
tldr git remote
|
||
git remote ssh://git@gitea.polarolouis.fr:2220/polarolouis/journal.git
|
||
git remote add origin ssh://git@gitea.polarolouis.fr:2220/polarolouis/journal.git
|
||
git push
|
||
git branch
|
||
git pull
|
||
git branch
|
||
git stauts
|
||
git status
|
||
git log
|
||
git branch -f master main
|
||
tldr git branch
|
||
git branch -m master main
|
||
git push
|
||
git push --set-upstream origin main
|
||
ls
|
||
git pull
|
||
git push --set-upstream origin/main main
|
||
git -v push --set-upstream origin main
|
||
git push -v --set-upstream origin main
|
||
git push -u origin main
|
||
git remote add origin ssh://git@gitea.polarolouis.fr:2220/polarolouis/journal.git
|
||
git commit -m "Ajout du journal" -a journal.org
|
||
git add journal.org && git commit -m "Ajout du journal"
|
||
git push -u origin main
|
||
git status
|
||
git log -a
|
||
git log -g
|
||
git log -ago
|
||
git log -ago
|
||
git log -ag
|
||
git log -a -g --oneline
|
||
git log -a --oneline
|
||
git log -a --graph --oneline
|
||
git log -a --graph --oneline --decorate
|
||
ls
|
||
wg-quick
|
||
rm /etc/wireguard/wg0.conf
|
||
sudo rm /etc/wireguard/wg0.conf
|
||
conda activate mooc-rr-emacs
|
||
cd .dotfiles/
|
||
cd ..
|
||
conda
|
||
dotfiles branch
|
||
cat .bashrc
|
||
dotfiles log --oneline
|
||
dotfiles log --oneline --graph --all
|
||
ncmli
|
||
nmcli device down wg0
|
||
dotfiles log --oneline --graph --all
|
||
dotfiles branch -f anna 59326d1
|
||
dotfiles switch main
|
||
dotfiles branch -f anna 59326d1
|
||
dotfiles log --oneline --graph --all
|
||
dotfiles pull
|
||
dotfiles log --oneline --graph --all
|
||
dotfiles switch anna
|
||
conda
|
||
cat .bashrc
|
||
source .bash_profile
|
||
conda
|
||
conda activate mooc-rr-emacs
|
||
emacs
|
||
nmcli device
|
||
nmcli device down wg0
|
||
nmcli device up wg0
|
||
nm-connection-editor
|
||
exit
|
||
cd org/
|
||
ls
|
||
git status
|
||
git diff
|
||
git fetch
|
||
git status
|
||
git pull
|
||
cat journal.org
|
||
conda activate mooc-rr-emacs
|
||
emacs journal.org
|
||
emacs journal.org &
|
||
ssh sacha
|
||
git pull
|
||
git log --oneline --all --graph
|
||
git diff
|
||
git commit -am "Ajout des tags et de liens pour les entrée du 16/11"
|
||
git push
|
||
sudo apt search discord
|
||
exitr
|
||
exit
|
||
cd Téléchargements/
|
||
ls
|
||
tldr dpkg
|
||
dpkg -i discord-0.0.21.deb
|
||
sudo dpkg -i discord-0.0.21.deb
|
||
sudo apt upgrade
|
||
sudo apt --fix-broken install
|
||
rm discord-0.0.21.deb
|
||
ls
|
||
rm tor-browser-linux64-11.5.7_en-US.tar.xz
|
||
rm Ijiranaide.Nagatoro-san.S01.MULTi.1080p.WEB.x264-AMB3R.torrent
|
||
exit
|
||
cd Documents/MOOC/
|
||
cd RR/mooc-rr/
|
||
ls
|
||
cd ../rr_org/
|
||
ls
|
||
cd ..
|
||
cd mooc-rr/
|
||
ls
|
||
git pull
|
||
conda activate mooc-rr-emacs
|
||
emacs module2/
|
||
exit
|
||
cd Documents/
|
||
ls
|
||
mkdir -p Programmation/Python
|
||
cd Programmation/Python/
|
||
git clone ssh://git@gitea.polarolouis.fr:2220/polarolouis/polarobot.git
|
||
cd polarobot/
|
||
ls
|
||
ll
|
||
cat LICENSE
|
||
emacs main.py
|
||
sudo apt install emacs
|
||
emacs main.py
|
||
emacs main.py &
|
||
cat
|
||
ls
|
||
git diff
|
||
git status
|
||
conda create -n polarobot
|
||
conda activate polarobot
|
||
pip install discord.py
|
||
conda install pip
|
||
pip install discord.py
|
||
conda activate base
|
||
pip
|
||
conda activate polarobot
|
||
pip install -r requirements.txt
|
||
pip search
|
||
pip search dotenv
|
||
pip -h
|
||
pip install -r requirements.txt
|
||
python main.py
|
||
python -i
|
||
free -h
|
||
python main.py
|
||
mkdir funcs
|
||
ls
|
||
ll
|
||
python main.py
|
||
ll
|
||
python main.py
|
||
pip install -r requirements.txt
|
||
python main.py
|
||
rm -Rf funcs/
|
||
ls
|
||
git status
|
||
git add main.py requirements.txt .gitignore
|
||
cp .env .env.example
|
||
git status
|
||
emacs .env.example
|
||
git add .env.example
|
||
git status
|
||
git commit
|
||
git push
|
||
exit
|
||
dotfiles status
|
||
dotfiles add .emacs.d/init.el .emacs.d/init.org
|
||
dotfiles status
|
||
cat .bash_profile
|
||
dotfiles commit -m "Added Company mode to init.el & added init.org for easier config"
|
||
dotfiles add .bash_profile
|
||
dotfiles diff
|
||
dotfiles diff -h
|
||
dotfiles diff -a
|
||
dotfiles status
|
||
dotfiles commit -m "Added 'fuck' alias for thefuck"
|
||
dotfiles branch
|
||
dotfiles push
|
||
conda activate mooc-rr-emacs
|
||
emacs &
|
||
cd org/
|
||
git diff
|
||
git commit -m "Ajouter l'entrée du 17/11 et l'entrée du 18/11 matin"
|
||
git add journal.org
|
||
git commit -m "Ajouter l'entrée du 17/11 et l'entrée du 18/11 matin"
|
||
git push
|
||
git log --all --oneline --graph
|
||
exit
|
||
conda activate mooc-rr-emacs
|
||
ls
|
||
cd Documents/
|
||
ls
|
||
cd MOOC/
|
||
ls
|
||
cd RR/mooc-rr/
|
||
ls
|
||
git diff
|
||
git pull
|
||
git diff
|
||
emacs module2/exo1/toy_document_orgmode_python_fr.org
|
||
git diff
|
||
git pull
|
||
emacs 1
|
||
emacs &
|
||
grep -E "(?<=:)([a-zA-Z]*)(?=:)" ~/org/journal.org
|
||
grep -E "(?<=\:)([a-zA-Z]*)(?=:)" ~/org/journal.org
|
||
grep -E "(?<=\:)([a-zA-Z]*)(?=\)" ~/org/journal.org
|
||
grep -E "(?<=\:)([a-zA-Z]*)(?=\:)" ~/org/journal.org
|
||
grep -E "(?<=\:)([a-zA-Z]*)(?=\:)" /home/polarolouis/org/journal.org
|
||
cat /home/polarolouis/org/journal.org
|
||
cat /home/polarolouis/org/journal.org | grep -E "(?<=\:)([a-zA-Z]*)(?=\:)"
|
||
cat /home/polarolouis/org/journal.org | grep -P "(?<=\:)([a-zA-Z]*)(?=\:)"
|
||
cat /home/polarolouis/org/journal.org | grep -oP "(?<=\:)([a-zA-Z]*)(?=\:)"
|
||
exit
|
||
conda activa mooc-rr-emacs
|
||
conda activate mooc-rr-emacs
|
||
emacs &
|
||
cd org/
|
||
git add journal.org
|
||
git commit -m "Ajouter : installation autocomplete à la TODO"
|
||
git push
|
||
cd ../Documents/MOOC/RR/mooc-rr/
|
||
sudo apt remove emacs
|
||
sudo apt autoremove
|
||
emacs &
|
||
cd /tmp/
|
||
ls
|
||
cd babel-rTAVwX/
|
||
ls
|
||
ll
|
||
rm figure*.png
|
||
emacs &
|
||
cd ~/Documents/MOOC/RR/mooc-rr/module2/exo2/
|
||
emacs &
|
||
git diff
|
||
git add exercice_python_fr.org images/*
|
||
git status
|
||
git commit -m "Module 2 exo 2"
|
||
git push
|
||
emacs &
|
||
git
|
||
git diff
|
||
git status
|
||
cd ..
|
||
ls
|
||
cd exo4/
|
||
ls
|
||
cp exercice_python_fr.org analyse-journal.org
|
||
git add analyse-journal.org data.csv
|
||
git commit -m "Début de l'analyse du journal pour le Module 2 exo 4"
|
||
git push
|
||
exit
|
||
cd Documents/MOOC/RR/mooc-rr/module2/exo4/
|
||
emacs analyse-journal.org &
|
||
conda activate mooc-rr-emacs
|
||
emacs analyse-journal.org &
|
||
conda install pandas
|
||
git add analyse-journal.org
|
||
git commit -m "Première analyse"
|
||
git push
|
||
exit
|
||
nano .bashrc
|
||
source .bash_profile
|
||
nano .bashrc
|
||
source .bash_profile
|
||
conda install argcomplete
|
||
nano .bash_aliases
|
||
source .bash_profile
|
||
nano .bash_profile
|
||
source .bash_profile
|
||
pkg-config --variable=completionsdir bash-completion
|
||
cat /usr/share/bash-completion/completions/
|
||
cat /usr/share/bash-completion/completions/git
|
||
cat /usr/share/bash-completion/bash_completion
|
||
nano .bash_profile
|
||
source .bash_profile
|
||
complete
|
||
complete | grep git
|
||
complete -h
|
||
complete --help
|
||
nano .bash_aliases
|
||
source .bash_profile
|
||
git graph
|
||
dotfiles graph
|
||
dotfiles graph --all
|
||
nano .bash_aliases
|
||
nano .bash_profile
|
||
source .bash_profile
|
||
conda activate
|
||
conda install argparse
|
||
conda install argcomplete
|
||
conda-env
|
||
conda-env list
|
||
conda activate mooc-rr-emacs
|
||
emacs Documents/MOOC/RR/mooc-rr/module2/exo4/
|
||
emacs Documents/MOOC/RR/mooc-rr/module2/exo4/ &
|
||
cd Documents/MOOC/RR/mooc-rr/module2/
|
||
cd exo5/
|
||
ls
|
||
git add exo5_R_fr.org
|
||
git commit -m "Module 2 Exo 5 fini !"
|
||
git push
|
||
exit
|
||
dotfiles diff
|
||
nano .bashrc
|
||
nano .bash_profile
|
||
source .bash_profile
|
||
nano .bash_profile
|
||
source .bash_profile
|
||
exit
|
||
cd Documents/MOOC/RR/mooc-rr/module3/exo1/
|
||
ls
|
||
rm incidence-PAY-3.csv
|
||
git diff
|
||
git add analyse-syndrome-grippal.org
|
||
git commit -m "Ajout d'une fonction pour se servir du fichier local si présent"
|
||
git push
|
||
ls
|
||
mv analyse-syndrome-grippal.org analyse-syndrome-grippal_fr.org
|
||
git diff
|
||
git add analyse-syndrome-grippal_fr.org
|
||
ls
|
||
git commit -m "Changement du nom pour correspondre au nom du MOOC"
|
||
git push
|
||
mv analyse-syndrome-grippal.org analyse-syndrome-grippal_fr.org
|
||
git diff
|
||
git add analyse-syndrome-grippal_fr.org
|
||
git commit -m "Ajout d'un commentaire expliquant le processus de téléchargement et lecture locale"
|
||
git push
|
||
git remote -v
|
||
cd ..
|
||
git add exo2/exercice_R_fr.org
|
||
git commit -m "Ajout des histogrammes de l'incidence"
|
||
git push
|
||
cd
|
||
dotfiles graph
|
||
cd Documents/MOOC/RR/mooc-rr/
|
||
git graph
|
||
exit
|
||
conda activate mooc-emacs-rr
|
||
conda activate mooc-rr-emacs
|
||
emacs Documents/MOOC/RR/mooc-rr/module3/exo1/analyse-syndrome-grippal.org &
|
||
dotfiles diff
|
||
emacs Documents/MOOC/RR/mooc-rr/module3/exo1/analyse-syndrome-grippal.org &
|
||
cat .emacs.d/init.el | grep leuven
|
||
cat .emacs.d/init.el
|
||
emacs Documents/MOOC/RR/mooc-rr/module3/exo1/analyse-syndrome-grippal.org &
|
||
dotfiles add .emacs.d/init.el .emacs.d/init.org
|
||
dotfiles diff
|
||
dotfiles commit -m "Added the emacs leuven theme"
|
||
git push
|
||
dotfiles graph
|
||
dotfiles graph --all
|
||
dotfiles push
|
||
cd Documents/MOOC/RR/mooc-rr/module3/exo1
|
||
git diff
|
||
cd ../../module4/
|
||
git diff
|
||
git diff
|
||
cd ..
|
||
git add module3/exo1/analyse-syndrome-grippal.org
|
||
git commit -m "Module 3 Exo 1, actualisation du fichier avec les données de jusqu'à 2022"
|
||
git status
|
||
git commit
|
||
git commit -h
|
||
git commit --interactive
|
||
git push
|
||
emacs Documents/MOOC/RR/mooc-rr/module3/ &
|
||
emacs module3/exo2/exercice_R_fr.org &
|
||
git diff
|
||
git add module3/exo1/analyse-syndrome-grippal.org
|
||
git commit -m "Suppression de analyse-syndrome-grippal.org après son renommage"
|
||
git add module3/exo2/exercice_R_fr.org
|
||
git commit -m "Fin de l'exercice 2 Module 3"
|
||
git push
|
||
emacs module3/exo2/exercice_R_fr.org &
|
||
exit
|
||
conda activate mooc-rr-emacs
|
||
ssh sacha
|
||
conda activate mooc-rr-emacs
|
||
emacs Documents/MOOC/RR/mooc-rr/module3/exo3/
|
||
emacs Documents/MOOC/RR/mooc-rr/module3/exo3/ &
|
||
cd org/
|
||
git pull
|
||
git stash
|
||
git graph
|
||
git graph --al
|
||
git graph --all
|
||
git diff
|
||
git status
|
||
git pull
|
||
git stash
|
||
git stash branch notes-lectures
|
||
git diff
|
||
git graph --all
|
||
git add journal.org
|
||
git commit -m "Commencer prise notes lectures article 5 R"
|
||
git graph --all
|
||
git stash pop
|
||
tldr git merge
|
||
git switch main
|
||
git checkout main
|
||
git status
|
||
git diff
|
||
git status
|
||
git switch main
|
||
git add
|
||
git add journal.org~
|
||
ls
|
||
git reset journal.org~
|
||
git status
|
||
git diff
|
||
git commit -m "Prises de notes lectures article 5 R reproductible"
|
||
git switch main
|
||
git pull
|
||
git graph --all
|
||
git stash clear
|
||
git graph --all
|
||
git merge notes-lectures
|
||
git status
|
||
git commit -m "Fusion des branches notes-lecture avec main"
|
||
git push
|
||
git graph --all
|
||
at journal.org
|
||
cat journal.org
|
||
sudo apt search texlive
|
||
sudo apt install texlive-base
|
||
sudo apt install pdflatex
|
||
sudo apt-get install texlive-latex-base
|
||
sudo apt-get install texlive-fonts-recommended
|
||
sudo apt-get install texlive-fonts-extra
|
||
git commit -m "Notes de lectures à compléter articles 5R"
|
||
git add journal.org
|
||
git commit -m "Notes de lectures à compléter articles 5R"g
|
||
git push
|
||
cd org/
|
||
git fetch --all
|
||
git diff
|
||
git status
|
||
git graph --all
|
||
git pull --all
|
||
conda activate mooc-rr-emacs
|
||
emacs journal.org
|
||
git diff
|
||
git add journal.org
|
||
git commit -m "fin de prise de notes sur l'article R5"
|
||
git push
|
||
sudo apt install emacs
|
||
dotfiles graph --all
|
||
dotfiles fetch
|
||
dotfiles graph --all
|
||
dotfiles cherry-pick 5a58f20
|
||
dotfiles graph --all
|
||
emacs
|
||
emacs &
|
||
exit
|
||
dotfiles fetch --all
|
||
dotfiles graph --all
|
||
dotfiles pull --all
|
||
dotfiles graph --all
|
||
cat .emacs.d/init.org
|
||
emacs &
|
||
conda activate mooc-rr-emacs
|
||
emacs &
|
||
emacs .emacs.d/init.org
|
||
ssh sacha
|
||
ssh sacha
|
||
sudo apt update
|
||
sudo apt list --upgr
|
||
sudo apt list --upgradable
|
||
sudo apt upgrade
|
||
exit
|
||
ssh sacha
|
||
sudo apt search prism launcher
|
||
ls
|
||
pidof prismrun
|
||
kill $(pidof prismrun)
|
||
exit
|
||
prism
|
||
kill $(pidof prismrun)
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
sudo apt install cpu-x
|
||
sensors
|
||
htop
|
||
sudo apt install htop
|
||
htop
|
||
dotfiles diff
|
||
dotfiles graph
|
||
dotfiles graph --all
|
||
dotfiles diff
|
||
dotfiles add .emacs.d/init.org .emacs.d/init.el
|
||
dotfiles commit
|
||
dotfiles push
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
sudo apt search performance
|
||
ssh sacha
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
sudo domainname
|
||
domainname
|
||
domainname -h
|
||
domainname -I
|
||
domainname -d
|
||
domainname -A
|
||
exit
|
||
ssh sacha
|
||
sudo apt update
|
||
sudo apt list --upgradable
|
||
sudo apt upgrade
|
||
sudo apt autoremove
|
||
exit
|
||
sensors
|
||
sudo sensors-detect
|
||
sensors
|
||
sudo apt install psensors
|
||
sudo apt install psensor
|
||
psensor
|
||
ssh sacha
|
||
sudo apt search moonlight
|
||
ssh sacha
|
||
exit
|
||
cd Téléchargements/
|
||
ls
|
||
sudo apt install -f ./discord-0.0.22.deb
|
||
exit
|
||
ssh sacha
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
iperf -c 192.168.1.16
|
||
sudo apt install iperf
|
||
iperf -c 192.168.1.16
|
||
ip a
|
||
iperf -s
|
||
iperf -c 192.168.1.16 -r
|
||
sudo apt remove iperf
|
||
exit
|
||
exit
|
||
ssh sacha
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
exit
|
||
ssh sacha
|
||
top -i
|
||
ssh sacha
|
||
ssh sacha
|
||
# update indices
|
||
sudo apt update -qq
|
||
# install two helper packages we need
|
||
sudo apt install --no-install-recommends software-properties-common dirmngr
|
||
# add the signing key (by Michael Rutter) for these repos
|
||
# To verify key, run gpg --show-keys /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
|
||
# Fingerprint: E298A3A825C0D65DFD57CBB651716619E084DAB9
|
||
wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
|
||
# add the R 4.0 repo from CRAN -- adjust 'focal' to 'groovy' or 'bionic' as needed
|
||
sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
|
||
sudo apt install --no-install-recommends r-base
|
||
cd /tmp/
|
||
wget https://download1.rstudio.org/electron/jammy/amd64/rstudio-2022.12.0-353-amd64.deb
|
||
tldr deb
|
||
deb
|
||
tldr dpkg
|
||
sudo dpkg -i rstudio-2022.12.0-353-amd64.deb
|
||
sudo apt deb
|
||
sudo apt deb rstudio-2022.12.0-353-amd64.deb
|
||
sudo apt upgrade
|
||
sudo apt --fix-broken install
|
||
exit
|
||
ping google.fr
|
||
sudo journalctl -rb
|
||
nmcli
|
||
sudo journalctl -rb
|
||
sudo apt update
|
||
sudo apt upgrade
|
||
dotfiles pull
|
||
ping polarolouis.fr
|
||
dotfiles pull
|
||
sudo apt install dvipng
|
||
sudo apt install mosh
|
||
sudo apt autoremove
|
||
exit
|
||
sudo apt install libcurl4-openssl-dev libxml2-dev
|
||
sudo apt install libfontconfig1-dev
|
||
sudo apt install libharfbuzz-dev libfribidi-dev
|
||
sudo apt install libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev
|
||
sudo apt install gfortran
|
||
sudo apt update
|
||
sudo apt upgrade
|
||
sudo apt install dirmngr gnupg apt-transport-https ca-certificates software-properties-common
|
||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
|
||
sudo apt update
|
||
sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
|
||
tldr add-apt-repository
|
||
sudo add-apt-repository --remove 'https://cloud.r-project.org/bin/linux/ubuntu vera-cran40/'
|
||
sudo apt update
|
||
sudo add-apt-repository --remove 'deb https://cloud.r-project.org/bin/linux/ubuntu vera-cran40/'
|
||
sudo apt update
|
||
sudo apt list --upgr
|
||
sudo apt list --upgradable
|
||
sudo apt upgrade
|
||
exit
|
||
sudo umount /dev/sdb
|
||
sudo umount /dev/sdb1
|
||
lsblk
|
||
sudo smartctl -a /media/polarolouis/etc/
|
||
sudo apt install smartmontools
|
||
sudo smartctl -a /media/polarolouis/etc/
|
||
sudo smartctl -a /dev/s
|
||
sudo smartctl -a /dev/sdb
|
||
tldr smartctl
|
||
sudo smartctl --test short /dev/sdb
|
||
sudo smartctl -a /dev/sdb
|
||
tldr smartctl
|
||
sudo smartctl -a /dev/sdb
|
||
sudo smartctl -h /dev/sdb
|
||
sudo smartctl --health /dev/sdb
|
||
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
|
||
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
|
||
sudo apt update
|
||
sudo apt install code
|
||
codee
|
||
code
|
||
ssh sacha
|
||
pip3 install -U radian
|
||
cd Documents/
|
||
ls
|
||
git clone git@github.com:Chabert-Liddell/colSBM.git
|
||
git clone https://github.com/Chabert-Liddell/colSBM.git
|
||
cd colSBM/
|
||
git switch bipartite
|
||
ls
|
||
cd "/home/polarolouis/.config/Code/User"
|
||
radian
|
||
which radian
|
||
sudo usermod -a -G staff polarolouis
|
||
exit
|
||
sudo apt update
|
||
sudo apt list --upgradable
|
||
sudo apt list --upgradable --size
|
||
sudo apt upgrade
|
||
exit
|
||
r
|
||
R
|
||
sudo apt search r-base
|
||
deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/
|
||
sudo apt deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/
|
||
nano /etc/apt/sources.list
|
||
nano /etc/apt/sources.list.d/additional-repositories.list
|
||
sudo nano /etc/apt/sources.list.d/additional-repositories.list
|
||
cat /etc/apt/sources.list.d/vscode.list
|
||
sudo apt update
|
||
sudo nano /etc/apt/sources.list.d/additional-repositories.list
|
||
sudo apt update
|
||
sudo apt list --upgradable
|
||
sudo apt upgrade
|
||
R
|
||
exit
|
||
R
|
||
mosh sacha
|
||
exit
|
||
mosh sacha
|
||
exit
|
||
ssh sah
|
||
ssh sacha
|
||
exit
|
||
cd davs://polarolouis@cloud.polarolouis.fr/remote.php/dav/files/polarolouis/Documents/Jeux/Nope/TamasAwakening-1.0-pc
|
||
python
|
||
cd Nextcloud/Documents/Jeux/Nope/TamasAwakening-1.0-pc/
|
||
chmod +x TamasAwakening.sh
|
||
./TamasAwakening.sh
|
||
ssh sacha
|
||
nextcloud
|
||
cd Documents/
|
||
git clone https://github.com/GrossSBM/sbm
|
||
sudo apt install liblapack-dev libopenblas-dev
|
||
sudo apt search r-sbm
|
||
sudo apt search r sbm
|
||
sudo apt search r-cran sbm
|
||
mosh sacha
|
||
radian
|
||
which radian
|
||
$HOME/.local/bin/radian
|
||
exit
|
||
radian
|
||
ssh sacha
|
||
sensors
|
||
sudo apt install hardinfo
|
||
sudo apt upgrade
|
||
sudo apt autoremove
|
||
sensors
|
||
cd Téléchargements/
|
||
ls
|
||
tldr deb
|
||
tldr -u
|
||
tldr dpkg
|
||
dpkg -i phoronix-test-suite_10.8.4_all.deb
|
||
sudo dpkg -i phoronix-test-suite_10.8.4_all.deb
|
||
tldr -u
|
||
tldr phoronix-test-suite
|
||
phoronix-test-suite
|
||
sudo apt install php-cli php-xml
|
||
sudo apt --fix-broken install
|
||
phoronix-test-suite
|
||
phoronix-test-suite openbenchmarking-login
|
||
phoronix-test-suite
|
||
phoronix-test-suite batch-benchmark
|
||
phoronix-test-suite list all-test
|
||
phoronix-test-suite list-all-tests
|
||
phoronix-test-suite list-all-tests | grep Processor
|
||
phoronix-test-suite install x265
|
||
phoronix-test-suite
|
||
phoronix-test-suite | grep openben
|
||
phoronix-test-suite openbenchmarking-uploads
|
||
phoronix-test-suite openbenchmarking-refresh
|
||
phoronix-test-suite show-results
|
||
phoronix-test-suite show-result
|
||
phoronix-test-suite show-result x265
|
||
phoronix-test-suite show-result git/x265
|
||
exit
|
||
sensors
|
||
sensors-detect
|
||
sudo sensors-detect
|
||
sensors
|
||
exit
|
||
sudo apt update
|
||
sudo apt list --upgradable
|
||
sudo apt upgrade
|
||
sudo apt autoremove
|
||
phoronix-test-suite
|
||
phoronix-test-suite start-result-viewer
|
||
tldr phoronix-test-suite
|
||
tldr -u
|
||
man phoronix-test-suite
|
||
phoronix-test-suite install cad-1.0.1
|
||
phoronix-test-suite show-result
|
||
phoronix-test-suite show-result cad
|
||
phoronix-test-suite show-result cad-1.0.1
|
||
phoronix-test-suite list-tests
|
||
exit
|
||
sudo apt updates
|
||
phoronix-test-suite start-result-viewer
|
||
exit
|
||
sensors
|
||
htop
|
||
cat /proc/cpuinfo
|
||
htop
|
||
sensors
|
||
exit
|
||
sudo nano /etc/default/grub
|
||
sudo update-grub
|
||
exit
|
||
which radian
|
||
ls /home/polarolouis/.local/bin
|
||
pygmentize
|
||
pygmentize -h
|
||
dotfiles diff
|
||
dotfiles status
|
||
sensors
|
||
cat .profile
|
||
cat .bash_profile
|
||
cat .profile
|
||
nano .bash_profile
|
||
exit
|
||
radian
|
||
ls
|
||
echo $PATH
|
||
cd ~
|
||
ls
|
||
nano
|
||
export PATH=$PATH:$PATH
|
||
echo $PATH
|
||
export PATH=$PATH:/usr/bin:/bin
|
||
echo $PATH
|
||
ls
|
||
cat .bash_profile
|
||
cat .bashrc
|
||
exit
|
||
cat $PATH
|
||
echo $PATH
|
||
radian
|
||
$PATH/radian
|
||
echo $PATH
|
||
dotfiles
|
||
dotfiles status
|
||
dotfiles diff
|
||
nano .bash_profile
|
||
dotfiles diff
|
||
dotfiles add .bash_profile
|
||
dotfiles status
|
||
dotfiles graph --al
|
||
dotfiles graph --all
|
||
dotfiles commit -m "Added multiple path to the $PA§
|
||
dotfiles commit -m "Added multiple path to the $PATH"
|
||
dotfiles commit amend
|
||
dotfiles commit
|
||
git commit --amend
|
||
dotfiles commit --amend
|
||
dotfiles push
|
||
code &
|
||
{$PATH}
|
||
${which radian}
|
||
$(which radian)
|
||
which code
|
||
/usr/bin/code
|
||
/k
|
||
/k radian
|
||
/K radian
|
||
radian /K
|
||
conda deactivate
|
||
radian
|
||
sudo apt upgrade
|
||
$HOME/.local/bin/radian
|
||
$(HOME=/.local/bin/radian
|
||
$(HOME)/.local/bin/radian
|
||
$($HOME)/.local/bin/radian
|
||
${HOME}/.local/bin/radian
|
||
${env:HOME}/.local/bin/radian
|
||
${HOME:/home/polarolouis}/.local/bin/radian
|
||
${HOME:-/home/polarolouis}/.local/bin/radian
|
||
${HAME:-/home/polarolouis}/.local/bin/radian
|
||
which R
|
||
x-terminal-emulator
|
||
nano .bashrc
|
||
sensors
|
||
ht
|
||
htop
|
||
sudo shutdown -h now
|
||
ls
|
||
echo $PATH
|
||
echo $VSCODE_CLI
|
||
echo $PATH
|
||
exit
|
||
radian
|
||
radian
|
||
$PATH
|
||
cd ~
|
||
cat .bash_profile
|
||
ls
|
||
echo
|
||
cat
|
||
radian
|
||
exit
|
||
pip3 install -U radian
|
||
radian
|
||
conda activate
|
||
conda deactivate
|
||
pip install jedi
|
||
pip install radian
|
||
radian
|
||
code -v
|
||
code --verbose
|
||
nano .bash_profile
|
||
exit
|
||
echo $VSCODE_CLI
|
||
exit
|
||
sensors
|
||
tldr bash
|
||
help bash
|
||
info bash
|
||
bash -l
|
||
ls
|
||
echo $PATH
|
||
exit
|
||
sudo apt update
|
||
sudo apt list --upgradable
|
||
uname -r
|
||
mosh sacha
|
||
exit
|
||
sudo apt install p7zip-full
|
||
p7zip
|
||
cd Bureau/
|
||
ls
|
||
cd Temp/
|
||
ls
|
||
tldr p7zip
|
||
p7zip -d -k *.7z
|
||
radian
|
||
mosh sacha
|
||
op
|
||
htop
|
||
exit
|
||
rm /home/polarolouis/R/x86_64-pc-linux-gnu-library/4.2/00LOCK-promises
|
||
rm -Rf /home/polarolouis/R/x86_64-pc-linux-gnu-library/4.2/00LOCK-promises
|
||
pidof R
|
||
kill $(pidof R)
|
||
grep MemTotal /proc/meminfo
|
||
sudo apt-get install dmidecode
|
||
dmidecode -t memory
|
||
sudo dmidecode -t memory
|
||
sudo dmidecode -t 16
|
||
sudo dmidecode -t memory
|
||
radian
|
||
exit
|
||
dotfiles status
|
||
dotfiles graph --all
|
||
sudo apt search pyright
|
||
pip3
|
||
tldr pip3
|
||
pip3 search pyrigth
|
||
pip3 search pyright
|
||
pip3 install -U pip3
|
||
pip3 install -U pip
|
||
pip3 search pyright
|
||
pip3 install pyright
|
||
pip3 install -U pyright
|
||
pyright
|
||
exit
|
||
mosh sacha
|
||
mosh sacha
|
||
ping google.fr
|
||
exit
|
||
ping google.fr
|
||
dig google.Fr
|
||
dig google.fr
|
||
dig google.com
|
||
dig google.fr
|
||
dig .
|
||
dig .fr
|
||
dig a.fr
|
||
dig b.fr
|
||
dig zzz.fr
|
||
dig xxx.fr
|
||
exit
|
||
whois 172.19.232.87
|
||
sudo apt install whois
|
||
172.19.232.87
|
||
whois 172.19.232.87
|
||
ping 172.19.232.87
|
||
sudo apt search zenmap
|
||
sudo apt search nmap
|
||
sudo apt install nmap
|
||
sudo apt install liblinear-tools liblinear-dev ncat ndiff zenmap
|
||
sudo apt search ndiff
|
||
sudo apt install ndiff
|
||
ndiff
|
||
ndiff -h
|
||
sudo apt remove ndiff
|
||
sudo apt autoremove
|
||
nmap
|
||
tldr nmap
|
||
nmap -sn 172.19.235.52
|
||
nmap -Pn 172.19.235.52
|
||
sudo nmap -Pn 172.19.235.52
|
||
sudo nmap -A 172.19.235.52
|
||
sudo nmap -PnA 172.19.235.52
|
||
sudo nmap -PnA 172.19.235.105
|
||
exit
|
||
sudo journalctl -rb
|
||
sudo journalctl -b -f
|
||
sudo apt update
|
||
sudo apt list --upgradable
|
||
sudo apt upgrade
|
||
sudo journalctl -b -f
|
||
mosh sacha
|
||
exit
|
||
r.debugger.updateRPackage
|
||
r.debugger.updateRPackage()
|
||
r.debugger.updateRPackage
|
||
sudo apt update
|
||
sudo apt list --upgr
|
||
sudo apt list --upgradable
|
||
sudo apt upgrade
|
||
mosh sacha
|
||
pkill
|
||
tldr pkill
|
||
pidof R
|
||
kill $(pidof R)
|
||
lsblk
|
||
umount /media/polarolouis/Un\ TERRA
|
||
sudo smartctl -a /dev/sdb1
|
||
sudo smartctl -x /dev/sdb1
|
||
sudo smartctl -H /dev/sdb1
|
||
sudo smartctl -i /dev/sdb1
|
||
man smartctl
|
||
sudo smartctl -s on -d scsi /dev/sdb1
|
||
sudo smartctl -a /dev/sdb1
|
||
sudo smartctl -a -T verypermissive /dev/sdb1
|
||
sudo smartctl -s on -d scsi /dev/sdb1
|
||
sudo smartctl --scan /dev/sdb1
|
||
sudo smartctl --scan
|
||
sudo smartctl -a -T verypermissive /dev/sdb1
|
||
tldr smartctl
|
||
sudo smartctl --capabilities /dev/sdb1
|
||
sudo smartctl --capabilities /dev/sdb
|
||
sudo smartctl --capabilities /dev/sdb1
|
||
sudo smartctl --scan
|
||
man smartctl
|
||
sudo smartctl -s on -d auto /dev/sdb1
|
||
sudo smartctl -a -T verypermissive /dev/sdb1
|
||
sudo smartctl -a -T verypermissive /dev/sda1
|
||
sudo smartctl -a -T verypermissive /dev/sda
|
||
sudo cp Téléchargements/Morse\ \(2008\)\ \(Låt\ den\ rätte\ komma\ in\)\ 1080p\ x264\ AC3\ 5.1\ MULTI\ \[NOEX\].mkv /media/polarolouis/azzuro/
|
||
acpi_listen
|
||
tldr acpi_listen
|
||
acpi_listen -h
|
||
acpi_listen
|
||
sudo apt search thinkpad_acpi
|
||
sudo apt search thinkpad
|
||
lsinput
|
||
sudo apt install input-utils
|
||
lsinput
|
||
sudo lsinput
|
||
sudo apt install thinkpad-acpi
|
||
ls
|
||
la
|
||
mkdir .scripts
|
||
cd .scripts/
|
||
nano mutemic.sh
|
||
chmod +x mutemic.sh
|
||
./mutemic.sh
|
||
echo $USER
|
||
echo $HOME
|
||
ls -l /usr/lib/modules/$(uname -r)/kernel/drivers/acpi
|
||
modprobe thinkpad_acpi
|
||
dmesg | grep -i acpi
|
||
acpi_listen
|
||
sudo modprobe thinkpad_acpi
|
||
acpi_listen
|
||
sudo acpi_listen
|
||
dmesg | grep -i acpi
|
||
acpi -i
|
||
sudo apt install acpi && acpi -i
|
||
acpi -i
|
||
acpi
|
||
tldr acpi
|
||
acpi -V
|
||
ls -l /usr/lib/modules/$(uname -r)/kernel/drivers/acpi
|
||
ls -l /usr/lib/modules/$(uname -r)/kernel/drivers/acpi/nfit
|
||
ls -l /usr/lib/modules/$(uname -r)/kernel/drivers/acpi/acpi_pad
|
||
cat /usr/lib/modules/$(uname -r)/kernel/drivers/acpi/acpi_pad.ko
|
||
thikpad.acpi
|
||
echo '12 blink' >/proc/acpi/ibm/led
|
||
sudo echo '12 blink' >/proc/acpi/ibm/led
|
||
sudo su
|
||
echo 1 | sudo tee /sys/class/leds/tpacpi\:\:power/brightness
|
||
echo 1 | sudo tee /sys/class/leds/tpacpi\:\:thinklight/brightness
|
||
echo 1 | sudo tee /sys/class/leds/tpacpi\:\:thinkvantage/brightness
|
||
echo "0 on" | sudo tee /proc/acpi/ibm/led 1> /dev/null
|
||
echo "0 blink" | sudo tee /proc/acpi/ibm/led 1> /dev/null
|
||
echo "0 blink" | sudo tee /proc/acpi/ibm/led 12> /dev/null
|
||
echo "0 blink" | sudo tee /proc/acpi/ibm/led 11> /dev/null
|
||
echo "0 blink" | sudo tee /proc/acpi/ibm/led 10> /dev/null
|
||
echo "0 blink" | sudo tee /proc/acpi/ibm/led 9> /dev/null
|
||
cat /sys/devices/platform/thinkpad_acpi/leds
|
||
cat /sys/devices/platform/thinkpad_acpi/leds/platform\:\:micmute/
|
||
cat /sys/devices/platform/thinkpad_acpi/leds/platform\:\:micmute/brightness
|
||
sudo tee 1 /sys/devices/platform/thinkpad_acpi/leds/platform\:\:micmute/brightness
|
||
echo 1 | sudo tee /sys/devices/platform/thinkpad_acpi/leds/platform\:\:micmute/brightness
|
||
echo 0 | sudo tee /sys/devices/platform/thinkpad_acpi/leds/platform\:\:micmute/brightness
|
||
echo 0 | sudo tee /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:power/brightness
|
||
echo 1 | sudo tee /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:power/brightness
|
||
echo 0 | sudo tee /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:power/brightness
|
||
echo 1 | sudo tee /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:power/brightness
|
||
echo 1 | sudo tee /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:thinklight/brightness
|
||
echo 1 | sudo tee /sys/devices/platform/dock.0/power/runtime_enabled
|
||
echo 1 | sudo tee /sys/devices/platform/dock.0/docked
|
||
sudo apt search tpb
|
||
sudo apt install tpb
|
||
tpb
|
||
sudo tpb
|
||
sudo apt remove tpb
|
||
sudoo apt autoremove
|
||
sudo apt autoremove
|
||
sudo apt update
|
||
sudo apt list --upgr
|
||
sudo apt list --upgradable
|
||
sudo apt upgrade
|
||
kill $(pidof R)
|
||
`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome` --app="https://pikvm.polarolouis.fr:3523/"
|
||
sudo apt install chromium
|
||
exit
|
||
sensible-browser
|
||
nano .bash_profile
|
||
exit
|
||
sensible-browser
|
||
source .bash_profile
|
||
sensible-browser
|
||
echo $BROWSER
|
||
/usr/bin/sensible-browser
|
||
tldr sensible-browser
|
||
cat /usr/bin/sensible-browser
|
||
/usr/bin/sensible-browser
|
||
$BROWSER=/usr/bin/firefox
|
||
BROWSER=/usr/bin/firefox
|
||
/usr/bin/sensible-browser
|
||
xdg-settings set default-web-browser firefox
|
||
xdg-settings set default-web-browser /usr/bin/firefox
|
||
xdg-settings set default-web-browser firefox
|
||
xdg-settings set default-web-browser firefox.desktop
|
||
/usr/bin/sensible-browser
|
||
printenv
|
||
printenv | grep BROW
|
||
xdg-settings get default-web-browser
|
||
xdg open
|
||
xdg-open
|
||
xdg-open https://google.fr
|
||
BROWSER='firefox' xdg-open
|
||
BROWSER="'firefox' xdg-open"
|
||
/usr/bin/sensible-browser
|
||
exit
|
||
sudo apt update
|
||
sudo apt list --upgradable
|
||
sudo apt upgrade
|
||
sudo apt autoremove
|
||
cat /usr/bin/sensible-browser
|
||
Run "${BROWSER}" "$@" && exit "$ret"
|
||
run "${BROWSER}" "$@" && exit "$ret"
|
||
"${BROWSER}" "$@"
|
||
/usr/bin/sensible-browser
|
||
/usr/bin/sensible-browser https://google.fr
|
||
cat /usr/bin/sensible-browser
|
||
gnome-www-browser
|
||
sudo update-alternatives --set gnome-www-browser /usr/bin/firefox
|
||
sudo update-alternatives --set x-www-browser
|
||
sudo update-alternatives --help
|
||
sudo update-alternatives --install
|
||
tldr update-alternatives
|
||
sudo update-alternatives --install /usr/bin/gnome-www-webbrowser firefox /usr/bin/firefox 40
|
||
/usr/bin/sensible-browser https://google.fr
|
||
gnome-www-webbrowser
|
||
sudo update-alternatives --install /usr/bin/gnome-www-browser firefox /usr/bin/firefox 40
|
||
/usr/bin/sensible-browser https://google.fr
|
||
emacs --debug-init
|
||
tldr emacs
|
||
emacs --debug-init
|
||
[ -d $HOME/.emacs.d ] && mv $HOME/.emacs.d $HOME/.emacs.d.bak
|
||
[ -f $HOME/.emacs.el ] && mv $HOME/.emacs.el .emacs.el.bak
|
||
[ -f $HOME/.emacs ] && mv $HOME/.emacs $HOME/.emacs.bak
|
||
git clone https://github.com/syl20bnr/spacemacs $HOME/.emacs.d
|
||
cd ~/.local/share/applications/
|
||
ls
|
||
cat userapp-bash-I6GLZ1.desktop
|
||
cat userapp-python3-ZSLHZ1.desktop
|
||
cat *
|
||
nano spacemacs.desktop
|
||
cd
|
||
ls
|
||
rm \#tmp.R#
|
||
la
|
||
rm -Rf .emacs.d/
|
||
cp .emacs.d.bak/ .emacs.d
|
||
cp -R .emacs.d.bak/ .emacs.d
|
||
git clone https://github.com/syl20bnr/spacemacs $HOME/.emacs.d
|
||
[ -d $HOME/.emacs.d ] && mv $HOME/.emacs.d $HOME/.emacs.d.bak
|
||
[ -f $HOME/.emacs.el ] && mv $HOME/.emacs.el .emacs.el.bak
|
||
[ -f $HOME/.emacs ] && mv $HOME/.emacs $HOME/.emacs.bak
|
||
git clone https://github.com/syl20bnr/spacemacs $HOME/.emacs.d
|
||
cd \$HOME/.emacs.d
|
||
cd $HOME/.emacs.d/
|
||
ls
|
||
cd core/aprilfool/
|
||
ls
|
||
cat zemacs.el
|
||
cd ..
|
||
ls
|
||
cd info/
|
||
ls
|
||
cd ../templates/
|
||
ls
|
||
cd ..
|
||
ls
|
||
cd banners/
|
||
ls
|
||
cd img/
|
||
ls
|
||
spacemacs.png
|
||
show spacemacs.png
|
||
cd ~/.local/
|
||
ls
|
||
cd share/applications/
|
||
ls
|
||
nano spacemacs.desktop
|
||
ls
|
||
la
|
||
pkill emacs
|
||
sudo rm -Rf .emacs.d/
|
||
rm .spacemacs
|
||
cat .spacemacs.env
|
||
rm .spacemacs.env
|
||
[ -d $HOME/.emacs.d ] && mv $HOME/.emacs.d $HOME/.emacs.d.bak
|
||
[ -f $HOME/.emacs.el ] && mv $HOME/.emacs.el .emacs.el.bak
|
||
[ -f $HOME/.emacs ] && mv $HOME/.emacs $HOME/.emacs.bak
|
||
git clone https://github.com/syl20bnr/spacemacs $HOME/.emacs.d
|
||
nano .local/share/applications/spacemacs.desktop
|
||
ls
|
||
la
|
||
dotfiles status
|
||
rm .spacemacs*
|
||
rm -Rf .emacs.d/
|
||
git clone https://github.com/syl20bnr/spacemacs $HOME/.emacs.d
|
||
mv .emacs.d.bak/ .emacs.d.old
|
||
ls
|
||
rm -Rf .spacemacs* .emacs.d/
|
||
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d
|
||
~/.emacs.d/bin/doom install
|
||
doom sync
|
||
nano .bash_profile
|
||
source .bash_profile
|
||
doom sync
|
||
doomscript
|
||
exit
|
||
doom
|
||
cat .emacs.d/bin/doom
|
||
/usr/bin/nano .bash_profile
|
||
source .bash_profile
|
||
exit
|
||
doom
|
||
doom sync
|
||
exit
|
||
cd .doom.d/
|
||
ls
|
||
cd ../.emacs.d
|
||
ls
|
||
cd docs/
|
||
ls
|
||
cd ..
|
||
cat docs/modules.org
|
||
ls
|
||
cd ..
|
||
cd .emacs.d
|
||
ls
|
||
cd bin/
|
||
ls
|
||
exit
|
||
pkill vscode
|
||
pkill code
|
||
exit
|
||
kill $(pidof R)
|
||
ls
|
||
cat 1
|
||
ls
|
||
rm 1
|
||
ls
|
||
la
|
||
cd .emacs.d.old/
|
||
ls
|
||
cd ..
|
||
ls
|
||
rm -Rf .emacs.d/
|
||
mv .emacs.d.old/ .emacs.d.old/
|
||
mv .emacs.d.old/ .emacs.d/
|
||
cd .local/share/applications/
|
||
ls
|
||
rm spacemacs.desktop
|
||
cd
|