On Wed, Nov 25, 2015 at 09:25:55AM -0500, Brantley Coile wrote:
> unindented consequences
Is that a class of Python bugs or an awesome name for a Nerdcore band?
On Mon, Dec 01, 2014 at 08:08:04PM -0800, erik quanstrom wrote:
> On Sat, 29 Nov 2014 20:46:08 +0100, Enrico Weigelt, metux IT consult wrote:
>> So, how would a Plan9 solution for these usecases look like ?
>>
>> In fact, I intend to rewrite network-manager to some 9p-based solution,
>> so I'd lik
On Tue, Jan 07, 2014 at 10:16:02PM +, Yoann Padioleau wrote:
> qemu -hda Plan9.qcow2.img -net nic -net user
>
> but from plan9 when I do
>
> rc> ip/ping 10.0.2.2 nothing happens.
The user-mode (SLIRP) network stack in QEMU doesn't support ICMP.
http://wiki.qemu.org/Documentation/Networking
On Thu, Jan 29, 2009 at 01:04:17PM -0700, Randall Bohn wrote:
> I needed to read a loose man file on Linux but couldn't remember how
> to format and display it.
>
> groff -man slig.8 wasn't readable.
>
> So I turned to drawterm.
>
> troff -man /mnt/term/home/bohn/slig.8 | page
>
> Problem solve