Fulltext results:
- ZFS Playground @blog:2009
- onfig: NAME STATE READ WRITE CKSUM demo ONLINE 0 0 0 /... fig: NAME STATE READ WRITE CKSUM demo ONLINE 0 0 0 ... fig: NAME STATE READ WRITE CKSUM demo ONLINE 0 0 0 ... fig: NAME STATE READ WRITE CKSUM demo ONLINE 0 0 0
- Travian Map Download Script @z:travian
- population) SELECT DISTINCT w1.aid, w1.alliance, sum(population) FROM ${world}_world w1 GROUP BY w1.ai... , COUNT(DISTINCT w.vid) AS villages , SUM(DISTINCT w.population) AS accountpopulation ... , MIN(v.inactive) AS accountinactive , SUM(v.history_1) AS history_1 FROM ${world}_w
- Dice Roller @blog:2009
- cript shows the individual dice and the resulting sum. For convenience, there is a second form where yo
- Compare a Key with its Certificate @info:cryptography:openssl
- t's easier to compare them if you calculate a MD5 sum: openssl x509 -noout -modulus -in server.crt |
- Compare directories @info:script
- gest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2 > shasums.txt </code