<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: ubuntu</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/ubuntu.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2021-02-26T20:31:52+00:00</updated><author><name>Simon Willison</name></author><entry><title>How to secure an Ubuntu server using Tailscale and UFW</title><link href="https://simonwillison.net/2021/Feb/26/tailscale/#atom-tag" rel="alternate"/><published>2021-02-26T20:31:52+00:00</published><updated>2021-02-26T20:31:52+00:00</updated><id>https://simonwillison.net/2021/Feb/26/tailscale/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://tailscale.com/kb/1077/secure-server-ubuntu-18-04"&gt;How to secure an Ubuntu server using Tailscale and UFW&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
This is the Tailscale tutorial I’ve always wanted: it explains in detail how you can run an Ubuntu server (from any cloud provider) such that only devices on your personal Tailscale network can access it.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/security"&gt;security&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/dogsheep"&gt;dogsheep&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tailscale"&gt;tailscale&lt;/a&gt;&lt;/p&gt;



</summary><category term="security"/><category term="ubuntu"/><category term="dogsheep"/><category term="tailscale"/></entry><entry><title>How can I download a web server's directory and all subdirectories with one command?</title><link href="https://simonwillison.net/2012/Jan/15/how-can-i-download/#atom-tag" rel="alternate"/><published>2012-01-15T18:55:00+00:00</published><updated>2012-01-15T18:55:00+00:00</updated><id>https://simonwillison.net/2012/Jan/15/how-can-i-download/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/How-can-I-download-a-web-servers-directory-and-all-subdirectories-with-one-command/answer/Simon-Willison"&gt;How can I download a web server&amp;#39;s directory and all subdirectories with one command?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Use wget (you can install it with apt-get install wget)&lt;/p&gt;

&lt;p&gt;$ wget --recursive &lt;span&gt;&lt;a href="http://example.com"&gt;http://example.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;That will create a directory called &lt;span&gt;&lt;a href="http://example.com"&gt;example.com&lt;/a&gt;&lt;/span&gt; and put the mirrored downloaded files in the right sub-directories inside it.&lt;/p&gt;

&lt;p&gt;If you just want to download a subdirectory, do this:&lt;/p&gt;

&lt;p&gt;$ wget --recursive &lt;span&gt;&lt;a href="http://example.com/subdirectory"&gt;http://example.com/subdirectory&lt;/a&gt;&lt;/span&gt; --no-parent&lt;/p&gt;

&lt;p&gt;The --no-parent option ensures wget won't follow links up to parent directories of the one you want to download.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/http"&gt;http&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linux"&gt;linux&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="http"/><category term="linux"/><category term="ubuntu"/><category term="quora"/></entry><entry><title>Why exactly isn't TextMate available for other platforms like Ubuntu?</title><link href="https://simonwillison.net/2011/Jan/23/why-exactly-isnt-textmate/#atom-tag" rel="alternate"/><published>2011-01-23T17:55:00+00:00</published><updated>2011-01-23T17:55:00+00:00</updated><id>https://simonwillison.net/2011/Jan/23/why-exactly-isnt-textmate/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/Why-exactly-isnt-TextMate-available-for-other-platforms-like-Ubuntu/answer/Simon-Willison"&gt;Why exactly isn&amp;#39;t TextMate available for other platforms like Ubuntu?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Because it was written in Objective-C using the Cocoa framework, which is only available on OS X. Porting it would not be at all easy.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/textmate"&gt;textmate&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="textmate"/><category term="ubuntu"/><category term="quora"/></entry><entry><title>Setting up Munin on Ubuntu</title><link href="https://simonwillison.net/2010/Sep/1/munin/#atom-tag" rel="alternate"/><published>2010-09-01T14:05:00+00:00</published><updated>2010-09-01T14:05:00+00:00</updated><id>https://simonwillison.net/2010/Sep/1/munin/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.darkcoding.net/software/setting-up-munin-on-ubuntu/"&gt;Setting up Munin on Ubuntu&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Useful guide to setting up my favourite graphing/monitoring tool for personal projects.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ops"&gt;ops&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sysadmin"&gt;sysadmin&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/recovered"&gt;recovered&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/munin"&gt;munin&lt;/a&gt;&lt;/p&gt;



</summary><category term="ops"/><category term="sysadmin"/><category term="ubuntu"/><category term="recovered"/><category term="munin"/></entry><entry><title>Running Processes</title><link href="https://simonwillison.net/2010/Mar/2/running/#atom-tag" rel="alternate"/><published>2010-03-02T09:55:18+00:00</published><updated>2010-03-02T09:55:18+00:00</updated><id>https://simonwillison.net/2010/Mar/2/running/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://dustin.github.com/2010/02/28/running-processes.html"&gt;Running Processes&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I’ve been searching for a good solution to this problem (“run this program, and restart it if it falls over”) for years. I’m currently using god which works pretty well, but according to this article I should be learning upstart instead. It never ceases to amaze me how difficult this is, and how obtuse the tools are.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/god"&gt;god&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linux"&gt;linux&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/processes"&gt;processes&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/unix"&gt;unix&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/upstart"&gt;upstart&lt;/a&gt;&lt;/p&gt;



</summary><category term="god"/><category term="linux"/><category term="processes"/><category term="ubuntu"/><category term="unix"/><category term="upstart"/></entry><entry><title>Why toppcloud will not be agnostic</title><link href="https://simonwillison.net/2010/Feb/12/toppcloud/#atom-tag" rel="alternate"/><published>2010-02-12T09:21:32+00:00</published><updated>2010-02-12T09:21:32+00:00</updated><id>https://simonwillison.net/2010/Feb/12/toppcloud/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.ianbicking.org/2010/02/10/why-toppcloud-not-agnostic/"&gt;Why toppcloud will not be agnostic&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Ian Bicking’s toppcloud aims to offer deployment with the ease of use of AppEngine against a standard, open source Ubuntu + Python 2.6 + mod_wsgi + Varnish stack. Here he explains why he’s not going to vary the required components: keeping everything completely standardised means everyone gets the same bugs (and the same fixes).


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/deployment"&gt;deployment&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django"&gt;django&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google-app-engine"&gt;google-app-engine&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ian-bicking"&gt;ian-bicking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/modwsgi"&gt;modwsgi&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/toppcloud"&gt;toppcloud&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/varnish"&gt;varnish&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/wsgi"&gt;wsgi&lt;/a&gt;&lt;/p&gt;



</summary><category term="deployment"/><category term="django"/><category term="google-app-engine"/><category term="ian-bicking"/><category term="modwsgi"/><category term="python"/><category term="toppcloud"/><category term="ubuntu"/><category term="varnish"/><category term="wsgi"/></entry><entry><title>last.fm for television</title><link href="https://simonwillison.net/2010/Jan/7/tv/#atom-tag" rel="alternate"/><published>2010-01-07T19:28:40+00:00</published><updated>2010-01-07T19:28:40+00:00</updated><id>https://simonwillison.net/2010/Jan/7/tv/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://dalelane.co.uk/blog/?p=1176"&gt;last.fm for television&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Dale Lane’s neat hack to visualise his television watching habits. An Ubuntu / vdx home theatre stores TV events in SQLite, and graphs are generated using Python and Open Flash Chart 2. The really clever bit: the back-end captures nearby bluetooth IDs’ allowing events to be filtered by the people watching based on the presence of their mobile phones.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/dalelane"&gt;dalelane&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/graphs"&gt;graphs&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/lifetracking"&gt;lifetracking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sqlite"&gt;sqlite&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tv"&gt;tv&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/vdx"&gt;vdx&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/visualisation"&gt;visualisation&lt;/a&gt;&lt;/p&gt;



</summary><category term="dalelane"/><category term="graphs"/><category term="lifetracking"/><category term="python"/><category term="sqlite"/><category term="tv"/><category term="ubuntu"/><category term="vdx"/><category term="visualisation"/></entry><entry><title>MySQL, Python and MacOS X 10.6 (Snow Leopard)</title><link href="https://simonwillison.net/2009/Sep/25/snowleopard/#atom-tag" rel="alternate"/><published>2009-09-25T22:14:12+00:00</published><updated>2009-09-25T22:14:12+00:00</updated><id>https://simonwillison.net/2009/Sep/25/snowleopard/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.some-abstract-type.com/2009/09/mysql-python-and-mac-os-x-106-snow.html"&gt;MySQL, Python and MacOS X 10.6 (Snow Leopard)&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I gave up on compiling things when I upgraded to Snow Leopard—I’m back to running Ubuntu in a VMWare instance, mounted over Samba so I can still use TextMate.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/macos"&gt;macos&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mysql"&gt;mysql&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/samba"&gt;samba&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/snowleopard"&gt;snowleopard&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/textmate"&gt;textmate&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/vmware"&gt;vmware&lt;/a&gt;&lt;/p&gt;



</summary><category term="macos"/><category term="mysql"/><category term="python"/><category term="samba"/><category term="snowleopard"/><category term="textmate"/><category term="ubuntu"/><category term="vmware"/></entry><entry><title>Ubuntu brings advanced Screen features to the masses</title><link href="https://simonwillison.net/2009/Apr/28/screen/#atom-tag" rel="alternate"/><published>2009-04-28T21:52:50+00:00</published><updated>2009-04-28T21:52:50+00:00</updated><id>https://simonwillison.net/2009/Apr/28/screen/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://arstechnica.com/open-source/news/2009/04/ubuntu-brings-advanced-screen-features-to-the-masses.ars"&gt;Ubuntu brings advanced Screen features to the masses&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Ubuntu 9.04’s screen-profiles package adds a taskbar to screen and emulates the gnome panel. You can even add a widget showing the cost of your current EC2 session.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ec2"&gt;ec2&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linux"&gt;linux&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/screen"&gt;screen&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="ec2"/><category term="linux"/><category term="screen"/><category term="ubuntu"/></entry><entry><title>Installing CouchDB from source on OS X</title><link href="https://simonwillison.net/2009/Apr/17/hublog/#atom-tag" rel="alternate"/><published>2009-04-17T16:22:41+00:00</published><updated>2009-04-17T16:22:41+00:00</updated><id>https://simonwillison.net/2009/Apr/17/hublog/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://hublog.hubmed.org/archives/001845.html"&gt;Installing CouchDB from source on OS X&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
So far I’ve just been playing with it in an Ubuntu virtual machine.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/building"&gt;building&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/couchdb"&gt;couchdb&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/macos"&gt;macos&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="building"/><category term="couchdb"/><category term="macos"/><category term="ubuntu"/></entry><entry><title>Development virtual machines on OS X using VMWare and Ubuntu</title><link href="https://simonwillison.net/2009/Mar/24/development/#atom-tag" rel="alternate"/><published>2009-03-24T14:31:25+00:00</published><updated>2009-03-24T14:31:25+00:00</updated><id>https://simonwillison.net/2009/Mar/24/development/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://intranation.com/entries/2009/03/development-virtual-machines-os-x-using-vmware-and/"&gt;Development virtual machines on OS X using VMWare and Ubuntu&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Bradley Wright provides detailed instructions for getting the JeOS (VM optimised) flavour of Ubuntu running with VMWare tools so you don’t need to run samba just to share your desktop.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/bradley-wright"&gt;bradley-wright&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jeos"&gt;jeos&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/virtualisation"&gt;virtualisation&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/vmware"&gt;vmware&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/vmwarefusion"&gt;vmwarefusion&lt;/a&gt;&lt;/p&gt;



</summary><category term="bradley-wright"/><category term="jeos"/><category term="ubuntu"/><category term="virtualisation"/><category term="vmware"/><category term="vmwarefusion"/></entry><entry><title>Introducing the Karmic Koala, our mascot for Ubuntu 9.10</title><link href="https://simonwillison.net/2009/Feb/21/koala/#atom-tag" rel="alternate"/><published>2009-02-21T17:19:18+00:00</published><updated>2009-02-21T17:19:18+00:00</updated><id>https://simonwillison.net/2009/Feb/21/koala/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2009-February/000536.html"&gt;Introducing the Karmic Koala, our mascot for Ubuntu 9.10&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Ubuntu 9.10 will have a strong focus on cloud computing, including tools for easily creating EC2 AMIs and Eucalyptus, an open-source system for running an EC2-compatible cloud in your own data centre.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://blog.gardeviance.org/2009/02/happiness-is-koala.html"&gt;Simon Wardley&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/cloud-computing"&gt;cloud-computing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ec2"&gt;ec2&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/eucalyptus"&gt;eucalyptus&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/karmickoala"&gt;karmickoala&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linux"&gt;linux&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mark-shuttleworth"&gt;mark-shuttleworth&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="cloud-computing"/><category term="ec2"/><category term="eucalyptus"/><category term="karmickoala"/><category term="linux"/><category term="mark-shuttleworth"/><category term="ubuntu"/></entry><entry><title>The Django and Ubuntu Intrepid Almanac</title><link href="https://simonwillison.net/2009/Feb/14/comprehensive/#atom-tag" rel="alternate"/><published>2009-02-14T15:42:58+00:00</published><updated>2009-02-14T15:42:58+00:00</updated><id>https://simonwillison.net/2009/Feb/14/comprehensive/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://lethain.com/entry/2009/feb/13/the-django-and-ubuntu-intrepid-almanac/"&gt;The Django and Ubuntu Intrepid Almanac&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Will Larson’s impressively comprehensive guide to configuring and securing an Ubuntu VPS from scratch to run Django, using PostgreSQL and Apache/mod_wsgi behind nginx.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/apache"&gt;apache&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django"&gt;django&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/modwsgi"&gt;modwsgi&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/nginx"&gt;nginx&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/postgresql"&gt;postgresql&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sysadmin"&gt;sysadmin&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/vps"&gt;vps&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/will-larson"&gt;will-larson&lt;/a&gt;&lt;/p&gt;



</summary><category term="apache"/><category term="django"/><category term="modwsgi"/><category term="nginx"/><category term="postgresql"/><category term="sysadmin"/><category term="ubuntu"/><category term="vps"/><category term="will-larson"/></entry><entry><title>Ubuntu and Debian AMIs for Amazon EC2</title><link href="https://simonwillison.net/2008/Dec/8/ubuntu/#atom-tag" rel="alternate"/><published>2008-12-08T18:04:09+00:00</published><updated>2008-12-08T18:04:09+00:00</updated><id>https://simonwillison.net/2008/Dec/8/ubuntu/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://alestic.com/"&gt;Ubuntu and Debian AMIs for Amazon EC2&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Exactly what it says on the tin.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/amis"&gt;amis&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/debian"&gt;debian&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ec2"&gt;ec2&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linux"&gt;linux&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="amis"/><category term="debian"/><category term="ec2"/><category term="linux"/><category term="ubuntu"/></entry><entry><title>Ubuntu JeOS 7.10 released</title><link href="https://simonwillison.net/2007/Nov/18/ubuntu/#atom-tag" rel="alternate"/><published>2007-11-18T00:22:50+00:00</published><updated>2007-11-18T00:22:50+00:00</updated><id>https://simonwillison.net/2007/Nov/18/ubuntu/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://lists.ubuntu.com/archives/ubuntu-announce/2007-November/000106.html"&gt;Ubuntu JeOS 7.10 released&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
JeOS = “Just enough Operating System”—a minimal Ubuntu image designed for creating “virtual applications” that are embedded in a VMWare (or similar) virtual machine.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/jeos"&gt;jeos&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linux"&gt;linux&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/virtualisation"&gt;virtualisation&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/vmware"&gt;vmware&lt;/a&gt;&lt;/p&gt;



</summary><category term="jeos"/><category term="linux"/><category term="ubuntu"/><category term="virtualisation"/><category term="vmware"/></entry><entry><title>Ubuntu -- python-django</title><link href="https://simonwillison.net/2007/Aug/11/ubuntu/#atom-tag" rel="alternate"/><published>2007-08-11T08:47:04+00:00</published><updated>2007-08-11T08:47:04+00:00</updated><id>https://simonwillison.net/2007/Aug/11/ubuntu/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://packages.ubuntu.com/gutsy/python/python-django"&gt;Ubuntu -- python-django&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Sweet, Django 0.96 is packaged for Ubuntu Gutsy.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/django"&gt;django&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/gutsy"&gt;gutsy&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="django"/><category term="gutsy"/><category term="python"/><category term="ubuntu"/></entry><entry><title>Python, Mac OS X, and Readline</title><link href="https://simonwillison.net/2007/Jun/30/bbum/#atom-tag" rel="alternate"/><published>2007-06-30T22:24:40+00:00</published><updated>2007-06-30T22:24:40+00:00</updated><id>https://simonwillison.net/2007/Jun/30/bbum/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.friday.com/bbum/2006/03/06/python-mac-os-x-and-readline/"&gt;Python, Mac OS X, and Readline&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
This worked for me, though you need to already have gcc and svn installed. It’s crap like this that made me switch to Ubuntu on Parallels for most of my Python development.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/macos"&gt;macos&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/parallels"&gt;parallels&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/rant"&gt;rant&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/readline"&gt;readline&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="macos"/><category term="parallels"/><category term="python"/><category term="rant"/><category term="readline"/><category term="ubuntu"/></entry><entry><title>Dell to Offer Ubuntu</title><link href="https://simonwillison.net/2007/May/1/dell/#atom-tag" rel="alternate"/><published>2007-05-01T18:39:44+00:00</published><updated>2007-05-01T18:39:44+00:00</updated><id>https://simonwillison.net/2007/May/1/dell/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.ubuntu.com/news/dell-to-offer-ubuntu"&gt;Dell to Offer Ubuntu&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
That right there is why I find Flex more interesting than Silverlight.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/dell"&gt;dell&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/flash"&gt;flash&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/flex"&gt;flex&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linux"&gt;linux&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/silverlight"&gt;silverlight&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="dell"/><category term="flash"/><category term="flex"/><category term="linux"/><category term="silverlight"/><category term="ubuntu"/></entry><entry><title>Full Java Stack In Ubuntu</title><link href="https://simonwillison.net/2007/Apr/20/simon/#atom-tag" rel="alternate"/><published>2007-04-20T00:37:08+00:00</published><updated>2007-04-20T00:37:08+00:00</updated><id>https://simonwillison.net/2007/Apr/20/simon/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blogs.sun.com/webmink/entry/full_java_stack_in_ubuntu"&gt;Full Java Stack In Ubuntu&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
JDK6, Glassfish, NetBeans and Java DB are all available in the Multiverse repository for Ubuntu 7.04.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/java"&gt;java&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/simon-phipps"&gt;simon-phipps&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="java"/><category term="simon-phipps"/><category term="ubuntu"/></entry><entry><title>Ubuntu Screencasts</title><link href="https://simonwillison.net/2007/Jan/15/ubuntu/#atom-tag" rel="alternate"/><published>2007-01-15T01:41:48+00:00</published><updated>2007-01-15T01:41:48+00:00</updated><id>https://simonwillison.net/2007/Jan/15/ubuntu/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://doc.ubuntu.com/screencasts/"&gt;Ubuntu Screencasts&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Fantastic resource—exactly what Ubuntu (and desktop Linux in general) needs.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/linux"&gt;linux&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/screencasts"&gt;screencasts&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="linux"/><category term="screencasts"/><category term="ubuntu"/></entry><entry><title>Ubuntu sugar cookies</title><link href="https://simonwillison.net/2007/Jan/11/cookies/#atom-tag" rel="alternate"/><published>2007-01-11T14:49:12+00:00</published><updated>2007-01-11T14:49:12+00:00</updated><id>https://simonwillison.net/2007/Jan/11/cookies/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.josephhall.com/2006/11/sugar-cookies.html"&gt;Ubuntu sugar cookies&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Different coloured dough is used to bake the Ubuntu logo in to the cookies themselves, kind of like making sushi rolls.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://www.nedbatchelder.com/blog/200701.html#e20070111T090133"&gt;Ned Batchelder&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/cookies"&gt;cookies&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/cooking"&gt;cooking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="cookies"/><category term="cooking"/><category term="ubuntu"/></entry><entry><title>Cory Doctorow switching to Ubuntu</title><link href="https://simonwillison.net/2006/Jun/30/cory/#atom-tag" rel="alternate"/><published>2006-06-30T12:43:25+00:00</published><updated>2006-06-30T12:43:25+00:00</updated><id>https://simonwillison.net/2006/Jun/30/cory/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.boingboing.net/2006/06/29/mark_pilgrims_list_o.html"&gt;Cory Doctorow switching to Ubuntu&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Another high profile defector.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/cory-doctorow"&gt;cory-doctorow&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linux"&gt;linux&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;



</summary><category term="cory-doctorow"/><category term="linux"/><category term="ubuntu"/></entry><entry><title>Enter the hedgehog</title><link href="https://simonwillison.net/2005/Apr/8/hedgehog/#atom-tag" rel="alternate"/><published>2005-04-08T09:49:46+00:00</published><updated>2005-04-08T09:49:46+00:00</updated><id>https://simonwillison.net/2005/Apr/8/hedgehog/#atom-tag</id><summary type="html">
    &lt;p&gt;The &lt;a href="http://www.ubuntulinux.org/"&gt;Ubuntu&lt;/a&gt; community have released Hoary Hedgehog, otherwise known as Ubuntu 5.04. If you haven't tried Ubuntu yet, it's an excellent Linux distribution based on Debian with a strong focus on desktop usability. Unlike most Linux distros, Ubuntu comes with just one desktop manager (Gnome) and one obvious default application for each of the essentials: Firefox for browsing, OpenOffice for office work, Evolution for mail.&lt;/p&gt;

&lt;p&gt;That's not to say that other applications aren't available. Ubuntu's package management inherits from Debian, with the Synaptic package manager making downloading and installing new software as easy as searching for what you want and hitting a button. The key thing is that you don't have to start your journey with Linux by making random decisions (Gnome v.s. KDE for example). Ubuntu has more in common with Python's philosophy (There should be one-- and preferably only one --obvious way to do it) than Perl's.&lt;/p&gt;

&lt;p&gt;Best of all, Ubuntu has a Live CD similar to Knoppix which allows you to try out the distribution without installing a thing - just drop the live CD in to the drive on a x86 PC and reboot.&lt;/p&gt;

&lt;p&gt;You can grab Ubuntu from &lt;a href="http://www.ubuntulinux.org/download/"&gt;a regional mirror&lt;/a&gt;. Torrent files are available for both the install and Live CDs.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/hoary"&gt;hoary&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linux"&gt;linux&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/open-source"&gt;open-source&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="hoary"/><category term="linux"/><category term="open-source"/><category term="ubuntu"/></entry></feed>