You've already forked personal-linux-config
							
							Compare commits
	
		
			2 Commits
		
	
	
		
			c53a382a4f
			...
			dc984eb128
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| dc984eb128 | |||
| 5d6c22f1b8 | 
| @@ -8,8 +8,9 @@ alias sshfingerprint='ssh-keygen -lf' | ||||
| alias nocomments='grep -vE "^$|^#|^;"' | ||||
| alias newrepo='bash <(curl -s https://get.bjphoster.com/new-git-repo.sh)' | ||||
| alias newansibleworkspace='bash <(curl -s https://get.bjphoster.com/new-ansible-workspace.sh)' | ||||
| alias infinitenothing='while true; do sleep 1; done' | ||||
|  | ||||
| alias sambaserver='docker run -it --rm --network host -p 137:137 -p 138:138 -p 139:139 -p 445:445 -v `pwd`:/share dperson/samba -n -p -s "sambashare;/share;yes;no;no;shareuser" -w "WORKGROUP"' | ||||
| alias sambaserver='docker run -it --rm -p 137:137 -p 138:138 -p 139:139 -p 445:445 -v `pwd`:/share dperson/samba -n -p -s "share;/share;yes;no;yes" -w "WORKGROUP"' | ||||
| alias acme.sh='docker run -it --rm -v ~/acme.sh:/acme.sh neilpang/acme.sh' | ||||
| alias termbin='nc termbin.com 9999' | ||||
| alias dnsversion='dig txt chaos version.bind' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user