This file contains 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
$ gem install jekyll | |
ERROR: Error installing jekyll: | |
liquid requires RubyGems version >= 1.3.7. Try 'gem update --system' to update RubyGems itself. | |
$ sudo gem update --system | |
Updating RubyGems | |
Updating rubygems-update | |
Successfully installed rubygems-update-1.8.19 | |
Updating RubyGems to 1.8.19 | |
Installing RubyGems 1.8.19 | |
RubyGems 1.8.19 installed |
This file contains 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
body:before | |
position: absolute | |
top: 0 | |
left: 0 | |
padding: 5px | |
background-color: red | |
+opacity(0.5) | |
+respond-to(handhelds) | |
content: "Handheld" | |
+respond-to(wide-handhelds) |
This file contains 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
servers = ( | |
{ | |
address = "irc.freenode.net"; | |
chatnet = "freenode"; | |
port = "6667"; | |
use_ssl = "no"; | |
ssl_verify = "no"; | |
autoconnect = "yes"; | |
} | |
); |
This file contains 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
-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+-+=+- | |
SDF needs your help - our disk drives are failing | |
We could use 80 to 160 GB SATA (10krpm) drives. Larger are OK too. 1TB | |
SATA drives will go into the MetaArray. Smaller SATA drives will be used | |
in the SDF cluster NFS clients. | |
We could use SCA SCSI drives (15krpm) of at least 147GB in size for the | |
SDF cluster fileserver. |
This file contains 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
<section id="archive"> | |
<h3>This year's posts</h3> | |
{%for post in site.posts %} | |
{% unless post.next %} | |
<ul class="this"> | |
{% else %} | |
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} | |
{% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %} | |
{% if year != nyear %} | |
</ul> |
This file contains 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
[grab] | |
device = /dev/video0 | |
driver = libv4l | |
text = %Y-%m-%d %H:%M:%S | |
fg_red = 255 | |
fg_green = 255 | |
fg_blue = 255 | |
width = 320 | |
height = 240 | |
delay = 5 |
This file contains 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
64 bytes from 173.194.34.137: icmp_seq=423 ttl=56 time=9.035 ms | |
64 bytes from 173.194.34.137: icmp_seq=424 ttl=56 time=11.181 ms | |
64 bytes from 173.194.34.137: icmp_seq=425 ttl=56 time=7.843 ms | |
64 bytes from 173.194.34.137: icmp_seq=426 ttl=56 time=7.412 ms | |
64 bytes from 173.194.34.137: icmp_seq=427 ttl=56 time=7.218 ms | |
64 bytes from 173.194.34.137: icmp_seq=428 ttl=56 time=10.715 ms | |
64 bytes from 173.194.34.137: icmp_seq=429 ttl=56 time=7.077 ms | |
Request timeout for icmp_seq 430 | |
Request timeout for icmp_seq 431 | |
Request timeout for icmp_seq 432 |
This file contains 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
This XML file does not appear to have any style information associated with it. The document tree is shown below. | |
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> | |
<!-- | |
created with Free Online Sitemap Generator www.xml-sitemaps.com | |
--> | |
<url> | |
<loc>https://www.torproject.org/</loc> | |
<lastmod>2014-01-08T16:41:09+00:00</lastmod> | |
</url> | |
<url> |
This file contains 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
64 bytes from 173.194.34.131: icmp_seq=38 ttl=56 time=4.959 ms | |
64 bytes from 173.194.34.131: icmp_seq=39 ttl=56 time=4.859 ms | |
64 bytes from 173.194.34.131: icmp_seq=40 ttl=56 time=6.476 ms | |
64 bytes from 173.194.34.131: icmp_seq=41 ttl=56 time=5.830 ms | |
64 bytes from 173.194.34.131: icmp_seq=42 ttl=56 time=4.913 ms | |
64 bytes from 173.194.34.131: icmp_seq=43 ttl=56 time=5.784 ms | |
64 bytes from 173.194.34.131: icmp_seq=44 ttl=56 time=6.547 ms | |
64 bytes from 173.194.34.131: icmp_seq=45 ttl=56 time=5.212 ms | |
Request timeout for icmp_seq 46 | |
Request timeout for icmp_seq 47 |
This file contains 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
+-------------------+ | |
| DOG | | |
|-------------------| | |
| | | |
| HELLO THIS IS DOG | | |
| | | |
+-------------------+ |
OlderNewer