In the user home, define a parent .gitconfig
file for your main account (eg: work account)
[user]
name = John Doe
email = [email protected]
[credential]
helper = store --file /home/johndoe/.git-credentials
In the user home, define a parent .gitconfig
file for your main account (eg: work account)
[user]
name = John Doe
email = [email protected]
[credential]
helper = store --file /home/johndoe/.git-credentials
for item in $(docker ps -aq); do | |
docker stop $item | |
docker rm $item | |
done | |
for item in $(docker images --filter dangling=true -q); do | |
docker rmi $item | |
done |
# Fail2Ban configuration file | |
# | |
# Author: Tom Hendrikx, minor modifications by Amir Caspi | |
# See http://whyscream.net/wiki/index.php/Fail2ban_monitoring_Fail2ban | |
# | |
# $Revision: 1 $ | |
# | |
[Definition] |