|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<style> |
|
.highlight { background: #ffffff; } |
|
.highlight .c { color: #999988; font-style: italic } |
|
.highlight .err { color: #a61717; background-color: #e3d2d2 } |
|
.highlight .k { font-weight: bold } |
|
.highlight .o { font-weight: bold } |
|
.highlight .cm { color: #999988; font-style: italic } |
|
.highlight .cp { color: #999999; font-weight: bold } |
|
.highlight .c1 { color: #999988; font-style: italic } |
|
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } |
|
.highlight .gd { color: #000000; background-color: #ffdddd } |
|
.highlight .gd .x { color: #000000; background-color: #ffaaaa } |
|
.highlight .ge { font-style: italic } |
|
.highlight .gr { color: #aa0000 } |
|
.highlight .gh { color: #999999 } |
|
.highlight .gi { color: #000000; background-color: #ddffdd } |
|
.highlight .gi .x { color: #000000; background-color: #aaffaa } |
|
.highlight .go { color: #888888 } |
|
.highlight .gp { color: #555555 } |
|
.highlight .gs { font-weight: bold } |
|
.highlight .gu { color: #aaaaaa } |
|
.highlight .gt { color: #aa0000 } |
|
.highlight .kc { font-weight: bold } |
|
.highlight .kd { font-weight: bold } |
|
.highlight .kp { font-weight: bold } |
|
.highlight .kr { font-weight: bold } |
|
.highlight .kt { color: #445588; font-weight: bold } |
|
.highlight .m { color: #009999 } |
|
.highlight .s { color: #d14 } |
|
.highlight .na { color: #008080 } |
|
.highlight .nb { color: #0086B3 } |
|
.highlight .nc { color: #445588; font-weight: bold } |
|
.highlight .no { color: #008080 } |
|
.highlight .ni { color: #800080 } |
|
.highlight .ne { color: #990000; font-weight: bold } |
|
.highlight .nf { color: #990000; font-weight: bold } |
|
.highlight .nn { color: #555555 } |
|
.highlight .nt { color: #000080 } |
|
.highlight .nv { color: #008080 } |
|
.highlight .ow { font-weight: bold } |
|
.highlight .w { color: #bbbbbb } |
|
.highlight .mf { color: #009999 } |
|
.highlight .mh { color: #009999 } |
|
.highlight .mi { color: #009999 } |
|
.highlight .mo { color: #009999 } |
|
.highlight .sb { color: #d14 } |
|
.highlight .sc { color: #d14 } |
|
.highlight .sd { color: #d14 } |
|
.highlight .s2 { color: #d14 } |
|
.highlight .se { color: #d14 } |
|
.highlight .sh { color: #d14 } |
|
.highlight .si { color: #d14 } |
|
.highlight .sx { color: #d14 } |
|
.highlight .sr { color: #009926 } |
|
.highlight .s1 { color: #d14 } |
|
.highlight .ss { color: #990073 } |
|
.highlight .bp { color: #999999 } |
|
.highlight .vc { color: #008080 } |
|
.highlight .vg { color: #008080 } |
|
.highlight .vi { color: #008080 } |
|
.highlight .il { color: #009999 } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* { |
|
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 { |
|
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%; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
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; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.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; |
|
} |
|
|
|
|
|
.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; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.addthis_default_style { |
|
margin-bottom: 1.5em; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@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; |
|
} |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
abbr, |
|
acronym, |
|
blockquote, |
|
code, |
|
dir, |
|
kbd, |
|
listing, |
|
plaintext, |
|
q, |
|
samp, |
|
tt, |
|
var, |
|
xmp { |
|
|
|
-webkit-hyphens: none; |
|
-moz-hyphens: none; |
|
-ms-hyphens: none; |
|
-o-hyphens: none; |
|
hyphens: none; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.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; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@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"> |
|
|
|
|
|
|
|
|
|
|
|
</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> |
|
|
|
<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> |
|
|
|
<div class="addthis_inline_share_toolbox"> |
|
</div> |
|
|
|
<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> |
|
|
|
</body> |
|
</html> |
|
|