Compare commits

...

2 Commits

Author SHA1 Message Date
_N3m0 affd997234 lol jsplu 2024-07-25 19:45:17 +02:00
_N3m0 6391c4894b add ssh-save 2024-05-25 01:49:45 +02:00
2 changed files with 3 additions and 2 deletions

1
bashrc
View File

@ -147,6 +147,7 @@ alias dicker="docker"
alias hexdump="hexdump --canonical"
alias p3="python3"
alias shrek="firefox https://www.youtube.com/watch?v=_S7WEVLbQ-Y"
alias ssh-save='eval $(ssh-agent) && ssh-add'
# alias avec parametre
emoji(){ grep -i $1 $OPT_PATH/emoji; }

4
xampp
View File

@ -2,8 +2,8 @@
if [[ $1 == "stop" ]]; then
sudo /opt/lampp/lampp stop
sudo systemctl start apache2
sudo systemctl start lighttpd
else
sudo systemctl stop apache2
sudo systemctl stop lighttpd
sudo /opt/lampp/lampp start
fi