This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dd if=/dev/zero of=zero.file bs=1M count=8k | |
8192+0 records in | |
8192+0 records out | |
8589934592 bytes (8.6 GB) copied, 30.8781 s, 278 MB/s | |
** HIGH LOAD: [email protected] ** | |
$ dd if=zero.file of=/dev/null | |
16777216+0 records in | |
16777216+0 records out | |
8589934592 bytes (8.6 GB) copied, 98.0553 s, 87.6 MB/s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import networkx | |
import glob | |
import os.path | |
def get_subgraphs(regionset_path): | |
graph = networkx.Graph() | |
graph.add_nodes_from(get_nodes(regionset_path)) | |
add_node_edges(graph) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ipxe | |
echo | |
echo Booting UbuntuVM | |
set menu-default ubuntu | |
chain --replace --autofree default.pxe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c.b.a.root |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ASRock Z77 Pro3 LGA 1155 Intel Z77 HDMI SATA 6Gb/s USB 3.0 ATX Intel Motherboard | |
http://www.newegg.com/Product/Product.aspx?Item=N82E16813157297 | |
Intel Core i7-3770 Ivy Bridge 3.4GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770 | |
http://www.newegg.com/Product/Product.aspx?Item=N82E16819116502 | |
(2x) G.SKILL Ripjaws X Series 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600 (PC3 12800) Desktop Memory Model F3-12800CL9D-8GBXL | |
http://www.newegg.com/Product/Product.aspx?Item=N82E16820231428 | |
EVGA 02G-P4-2678-KR GeForce GTX 670 FTW 2GB 256-bit GDDR5 PCI Express 3.0 x16 HDCP Ready SLI Support Video Card |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HIT: afy.me | |
HIT: ahz.me | |
HIT: aih.me | |
HIT: akf.me | |
HIT: akq.me | |
HIT: akv.me | |
HIT: aky.me | |
HIT: aqg.me | |
HIT: aqh.me | |
HIT: aqn.me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
BASE_URL=http://example.com | |
SITEMAP_PATH=/sitemap.xml | |
TMP_URL_FILE=sitemap-urls.txt | |
curl -s "${BASE_URL}${SITEMAP_PATH}" | \ | |
xpath /dev/stdin '/urlset/url/loc/text()' 2>/dev/null | \ | |
sed 's~http:~\nhttp:~g' > "$TMP_URL_FILE" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test (in-process): 46044 [ms] | |
Test (single thread): 44425 [ms] | |
Test (2 threads): 27837 [ms] | |
Test (4 threads): 49647 [ms] | |
Test (8 threads): 43913 [ms] | |
Test (16 threads): 56567 [ms] | |
Test (single proc): 49173 [ms] | |
Test (2 procs): 25880 [ms] | |
Test (4 procs): 13424 [ms] | |
Test (8 procs): 11163 [ms] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# The author of the original script is unknown to me. The first entry I can | |
# find was posted at 2010-03-21 09:50:09 on Arch Linux Forums (doesn't mean the | |
# poster is the author at all): | |
# | |
# https://bbs.archlinux.org/viewtopic.php?pid=728932#p728932 | |
# | |
# I, Yu-Jie Lin, made a few changes and additions: | |
# | |
# -p, -R, and -C |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orff | |
belk | |
nert | |
phat | |
tyrr | |
rool | |
roon | |
crex | |
cres | |
crea |