Compare commits
No commits in common. "affd997234f41b6344ecac7b1d11f689aac01878" and "050559d5b98fe1e4651ba09d9d9331edf98d97a3" have entirely different histories.
affd997234
...
050559d5b9
1
bashrc
1
bashrc
|
@ -147,7 +147,6 @@ alias dicker="docker"
|
||||||
alias hexdump="hexdump --canonical"
|
alias hexdump="hexdump --canonical"
|
||||||
alias p3="python3"
|
alias p3="python3"
|
||||||
alias shrek="firefox https://www.youtube.com/watch?v=_S7WEVLbQ-Y"
|
alias shrek="firefox https://www.youtube.com/watch?v=_S7WEVLbQ-Y"
|
||||||
alias ssh-save='eval $(ssh-agent) && ssh-add'
|
|
||||||
|
|
||||||
# alias avec parametre
|
# alias avec parametre
|
||||||
emoji(){ grep -i $1 $OPT_PATH/emoji; }
|
emoji(){ grep -i $1 $OPT_PATH/emoji; }
|
||||||
|
|
4
xampp
4
xampp
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
if [[ $1 == "stop" ]]; then
|
if [[ $1 == "stop" ]]; then
|
||||||
sudo /opt/lampp/lampp stop
|
sudo /opt/lampp/lampp stop
|
||||||
sudo systemctl start lighttpd
|
sudo systemctl start apache2
|
||||||
else
|
else
|
||||||
sudo systemctl stop lighttpd
|
sudo systemctl stop apache2
|
||||||
sudo /opt/lampp/lampp start
|
sudo /opt/lampp/lampp start
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue