RTFM

[Read This Fine Material] from Joshua Hoblitt

Preventing git nonfastforward (–force) pushes

| 0 comments

Per discussion in the git book and on stackoverflow: http://stackoverflow.com/questions/1754491/is-there-a-way-to-configure-git-repository-to-reject-git-push-force http://git-scm.com/book/en/Customizing-Git-An-Example-Git-Enforced-Policy Set these values on the git repo you want to protect: git config receive.denyNonFastforwards true git config receive.denyDeletes true This may also be set as a system wide default … Continue reading

the best traceroute ever

| 0 comments

I’m just speechless. [jhoblitt@leonid ~]$ traceroute 216.81.59.173 traceroute to 216.81.59.173 (216.81.59.173), 30 hops max, 60 byte packets 1 192.168.255.1 (192.168.255.1) 3.096 ms 2.852 ms 2.618 ms 2 10.34.180.1 (10.34.180.1) 20.496 ms 26.311 ms 26.090 ms 3 70.169.76.142 (70.169.76.142) 25.857 ms … Continue reading