File size: 16,547 Bytes
a01128b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 |
<!DOCTYPE html>
<html>
<head>
<style>
.highlight { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
/* A modified default Jekyll theme
/*
/* Improvements include:
/*
/* 1. Responsive Template: Added media-queries so that it works well
/* on a wide-range of screens.
/*
/* (Slightly modified further by Kevin Purdy (github.com/kevinpurdy), mostly with custom needs and Typeplate tweaks)
The MIT License (MIT)
Copyright (c) 2013 Kashyap
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/
/* Global Reset */
* {
margin: 0;
padding: 0;
}
html, body { height: 100%; }
body {
background-color: #fcfcfc;
font-size: 120%;
font-family: 'Merriweather', Georgia, serif;
font-weight: 400;
line-height: 1.6;
padding: 0 2em;
text-rendering: optimizeLegibility;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
color: #38313b;
}
h1, h2, h3, h4, h5, h6 {
color: #38313b;
font-family: 'Oswald', 'Helvetica Neue', sans-serif;
font-weight: 400;
text-transform: uppercase;
text-rendering: optimizeLegibility;
}
h1 {
font-size: 300%;
margin-top: 1em;
margin-bottom: 0.5em;
line-height: 1.6em;
}
h2 {
font-size: 200%;
margin-top: 1em;
margin-bottom: 0.5em;
line-height: 1.6em;
}
h3 {
font-size: 150%;
margin-top: 2.0em;
margin-bottom: 0.5em;
line-height: 1.6em;
}
p { margin-bottom: 1.5em;}
a { color: #0058a1; }
a:hover { color: #1b202e; }
a:visited { color: #5b2b61; }
blockquote {
padding: 0.1em 1.3em;
background: #fafafa;
border-left: 5px #81E26D solid;
color: #666;
}
hr {
color: #8f9a9c;
background-color: #8f9a9c;
margin-top: 2em;
margin-bottom: 2em;
}
ul {
list-style-position: inside;
}
li {
margin-bottom: 0.6em;
}
li p {
display: inline;
}
/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/
.site {
margin: auto;
max-width: 33.875em;
padding: 0 1em;
# color: #111;
}
.site img.left {
max-width: 50%;
float: left;
margin-right: 30px;
}
.site img.right {
max-width: 50%;
float: right;
margin-left: 30px;
}
div.header {
margin-bottom: 2em;
word-wrap: normal;
# display: inline-table;
}
.site .header a {
font-weight: bold;
text-decoration: none;
font-family: 'Oswald', 'Helvetica Neue', sans-serif;
text-transform: uppercase;
}
.site .header h1.title {
# display: inline-block;
font-size: 300%;
}
.site .header h1.title a {
color: #f05a35;
font-weight: 400;
text-transform: uppercase;
}
.site .header h1.title a:hover {
color: #000;
}
.site .header a.extra {
color: #686169;
margin-left: 1em;
font-weight: 400;
font-size: 110%;
}
.site .header a.extra_first {
color: #686169;
margin-left: 0em;
font-weight: 400;
font-size: 110%;
}
.site .header a.extra:hover {
color: #000;
}
.site .meta {
color: #8f9a9c;
}
.site .footer {
font-size: 80%;
color: #655f66;
border-top: 4px solid #8f9a9c;
margin-top: 2em;
overflow: hidden;
word-wrap: normal;
}
.site .footer .contact {
float: left;
margin-right: 3em;
margin-top: 2em;
}
.site .footer .contact a {
color: #8085C1;
}
.site .footer .rss {
margin-top: 1.1em;
margin-right: -.2em;
float: right;
}
.site .footer .rss img {
border: 0;
}
pre {
font-family: Consolas, "Inconsolata", "Courier New", monospace;
overflow: auto;
margin: 1em auto;
}
code {
font-family: Consolas, "Inconsolata", "Courier New", monospace;
font-size: 110%;
}
/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
ul.posts {
list-style-type: none;
margin-bottom: 2em;
}
ul.posts li {
line-height: 1.75em;
margin-bottom: 1em;
}
ul.posts span {
color: #616678;
font-family: 'Merriweather', serif;
font-size: 80%;
display: list-item;
}
div.posts {
list-style-type: none;
margin-bottom: 2em;
}
div.posts span {
color: #616678;
font-family: 'Merriweather', serif;
font-size: 80%;
line-height: 1.75em;
}
div.posts img {
max-width:50%;
margin: 10px;
}
div.posts p {
margin: 0;
}
div.tweet {
border: 1px solid;
border-radius: 10px;
}
/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/
/* standard */
.post pre {
border: 1px solid #ddd;
background-color: #eef;
line-height: 1em;
padding: 0.2em 0.5em;
}
.post img {
max-width: 100%;
}
.post ul, .post ol {
margin-left: 1.35em;
}
.post code {
border: 1px solid #ddd;
background-color: #eef;
font-size: 110%;
}
.post pre code {
border: none;
}
/* terminal */
.post pre.terminal {
border: 1px solid #000;
background-color: #333;
color: #FFF;
}
.post pre.terminal code {
background-color: #333;
}
.post {
text-align: justify;
}
.post img {
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
/* Read/subscribe buttons/links */
/*
div.meta {
margin-bottom: 1.5em;
color: #8f9a9c;
vertical-align: text-bottom;
}
div.meta a {
text-decoration: none;
}
*/
div.addthis_default_style {
margin-bottom: 1.5em;
}
/************************************************************************/
/* Media Queries
/*
/************************************************************************/
@media screen and (max-width: 1000px) {
body {
font-size: 110%;
padding: 0 4em;
}
.post code {
font-size: 80%;
}
}
@media screen and (max-width: 800px) {
body {
font-size: 100%;
padding: 0 1.5em;
}
}
@media screen and (max-width: 500px) {
body {
font-size: 100%;
padding: 0 0.5em;
}
.footer {
text-align: center;
padding: 1em;
}
.contact {
width: 100%;
}
}
@media screen and (max-width: 320px) {
body {
font-size: 100%;
padding: 0;
}
}
/********************************************************************/
/* Additions from TypePlate:
* URL ............ http://typeplate.com
* VERSION ........ 1.1.1
* Github ......... https://github.com/typeplate/typeplate.github.io
* AUTHORS ........ Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
* LICENSE ........ Creative Commmons Attribution 3.0
* LICENSE URL .... http://creativecommons.org/licenses/by/3.0
/********************************************************************/
/**
*
* =======================================================================
Hyphens
* =======================================================================
*/
abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
/* Accepted values: [ none | manual | auto ] */ /* http://meyerweb.com/eric/thoughts/2012/12/17/where-to-avoid-css-hyphenation */
-webkit-hyphens: none; /* Safari 5.1 thru 6, iOS 4.2 thru 6 */
-moz-hyphens: none; /* Firefox 16 thru 20 */
-ms-hyphens: none; /* IE10 */
-o-hyphens: none; /* PRESTO...haha LOL */
hyphens: none; /* W3C standard */
}
/**
*
* =======================================================================
Pull Quotes
* =======================================================================
*/
/**
* Pull Quotes Markup
*
<aside class="pull-quote">
<blockquote>
<p></p>
</blockquote>
</aside>
*
* Extend this object into your custom stylesheet.
*
*/
.pull-quote {
position: relative;
padding: 1em;
}
.pull-quote:before,
.pull-quote:after {
height: 1em;
opacity: 0.15;
position: absolute;
font-size: 4em;
color: #dc976e;
}
.pull-quote:before {
content: '“';
top: 0;
left: 0;
}
.pull-quote:after {
content: '”';
bottom: 0;
right: 0;
}
/**
*
* =======================================================================
Unicode Ampersand
* =======================================================================
*/
@font-face {
font-family: "Ampersand";
src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
unicode-range: U+0026;
}
@font-face {
font-family: "Ampersand";
src: local("Georgia");
unicode-range: U+270C;
}
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZJ.ttf) format('truetype');
}
</style>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title>
Excitery at the Ubuntu Farm
</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<meta content="Kevin Purdy, the writer who lives in Washington, D.C." name="description">
<!-- syntax highlighting CSS -->
<!-- Custom CSS -->
<!-- Typeplate CSS - modified -->
<!-- Google Fonts -->
<!-- RSS Feed -->
</head>
<body>
<div class="site">
<div class="header">
<h1 class="title">
<a>
[NAME REDACTED]
</a>
</h1>
<a class="extra_first">
home
</a>
<a class="extra">
work
</a>
<a class="extra">
bio
</a>
<a class="extra">
contact
</a>
</div>
<h2>
Excitery at the Ubuntu Farm
</h2>
<p class="meta">
16 Oct 2007
</p>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_inline_share_toolbox">
</div>
<div class="post">
<p>
<img alt="purdman_ubuntu_crop" src="rick.jpg">
<em>
Colors I can never wear, but love to have on my desktop
</em>
</p>
<p>
Over at Lifehacker, I took
<a>
a screenshot tour
</a>
through installing the latest release from Ubuntu, 7.10, or “Gutsy Gibbon,” as it’s code-named. I plan to offer a few more comments here on what’s still missing from the most popular/buzz-worthy Linux distribution, but overall, I’m pretty satisfied.
</p>
<p>
The official release drops Thursday, and anybody can try out the system without touching a thing on their computer by downloading a “Live CD” at
<a>
Ubuntu.com
</a>
. Pop the CD in your drive, restart your computer and see what works, what doesn’t, and why Digg is always
<a>
yakkin’ about the ‘buntu
</a>
.
</p>
<p>
It might not generate the same kind of heat as the next OS X release, but for open source fans, it’s a twice-a-year scene, and it totally freaks us out.
</p>
<p>
<img alt="Ubuntu 7.10 - Coming soon" height="164" id="countdownimage" src="rick.jpg" width="199">
</p>
</div>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_inline_share_toolbox">
</div>
<!-- SubToMe button -->
<div style="margin-bottom: 1.5em;">
<input onclick="(function(){var z=document.createElement('script');z.src='https://www.subtome.com/load.js';document.body.appendChild(z);})()" type="button" value="Subscribe">
</div>
<div class="footer">
<div class="contact">
<p>
[NAME REDACTED]
<br>
</p>
</div>
<div class="contact">
<p>
<a>
@[NAME REDACTED]
</a>
<br>
<a>
github.com/[NAME REDACTED]
</a>
<br>
</p>
</div>
</div>
</div>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
</body>
</html>
|