hi,
I just now ported my language "brace" to netbsd (thanks Prudhvi) and freebsd
(thanks Alastair).
Thanks guys for letting me ssh into your boxen!
Now, who has an openbsd or OS X box? :)
Sam
I revamped the pi homepage slightly, to make it a bit prettier!
http://nipl.net/
The html is now generated from this text file:
http://nipl.net/index.txt
I am working on a "chatback" program, to add to my homepage, so that people can
chat directly to me on yahoo messenger from my homepage. Should be nice.
Sam
On Tue, Dec 01, 2009 at 03:09:22AM +1100, Sam Watkins wrote:
> In order to keep up with these other servers having more disk space, I
> mounted an extra 10GB (for starters) from another server onto pi, via sshfs
> and an ext3 loop device. It works very fast, there's not much difference
> from the normal file system.
I wrote a page about how this works in detail, please have a look if you are
interested. I think it can be very useful - I found disk is the limit that is
reached first with a small vps.
http://sam.nipl.net/vps-disk.html
Sam
On Mon, Nov 30, 2009 at 11:48:04PM -0600, Prudhvi Krishna Surapaneni wrote:
> How much bandwidth per month is allowed on PI. Because, a file move from
> sshfs to local disk would be costly in terms of bandwidth.
80GiB + they guy actually said I can use as much as I like and he'll tell me
if it's too much
On Mon, Nov 30, 2009 at 11:28:57PM +0530, Anurag wrote:
> What service are you using for this cheap disk storage?
It's a shell server called galactus, Pratyush gave me a login on it. But there
are lots of cheap web/shell servers with large or unlimited disk.
Sam
Irgendwann am Tue, Dec 01, 2009 an 03:09:22AM +1100, schrieb Sam Watkins:
> galactus has a 3.7TB /home partition with 640GB free so I don't think they'll
> miss a few gigabytes.
>
> fun fun, how to extend your little vps's disk with cheap disk from elsewhere
:)
Hi Sam!
What service are you using for this cheap disk storage?
Anurag
--
Liebe Gruß, Anurag
http://web.gnuer.org/
On Thu, Nov 26, 2009 at 05:44:00AM -0000, A wrote:
> I have a new server "gamma" on the Internet.
:) good stuff :)
In order to keep up with these other servers having more disk space, I mounted
an extra 10GB (for starters) from another server onto pi, via sshfs and an ext3
loop device. It works very fast, there's not much difference from the normal
file system. I am using a loop device, so I can make directories for any user
in it:
sshfs#samwatkins@galactus:/home/samwatkins /n/galactus fuse defaults,noauto 0
1
/n/galactus/pi-ext.img /ext ext3 defaults,loop,noauto 0 2
galactus has a 3.7TB /home partition with 640GB free so I don't think they'll
miss a few gigabytes.
fun fun, how to extend your little vps's disk with cheap disk from elsewhere :)
Sam
Hi Al and all ;)
I tried to sign up and I won't be albe :S
Thanks for this new hello Al, stay in contact and please tell me if I can
register.
Btw, amimusa.net is still alive :)
Thanks and hugs,
·_- manou
===========================================================================
El que vive en su pasado está muerto,
pues es imposible construir un futuro sin vivir el presente.
-- Amimusa MAN U [http://www.amimusa.net]
===========================================================================
--- El jue, 26/11/09, A <alastairpoole@...> escribió:
> De: A <alastairpoole@...>
> Asunto: [freecomunity] New Free Internet Server
> Para: freecomunity@yahoogroups.com
> Fecha: jueves, 26 de noviembre, 2009 06:44
> I have a new server "gamma" on the
> Internet.
>
> It has 1GB of RAM and 40GB hard disk space.
>
> You are all free to sign up - the account activation
> process is free, however you need a token and that is
> "NIPLFREE".
>
> I hope some of you can get some usage out of the server.
>
> The token will remain for 7 days, until next Thursday,
> please do not distribute this to your friends, it is for
> this group only.
>
> The URL of the site for registration is: http://haxlab.net.
>
> Happy hacking!
>
> Al
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
> freecomunity-fullfeatured@yahoogroups.com
>
>
>
Irgendwann am Thu, Nov 26, 2009 an 05:44:00AM -0000, schrieb A:
> I have a new server "gamma" on the Internet.
>
> It has 1GB of RAM and 40GB hard disk space.
>
> You are all free to sign up - the account activation process is free, however
you need a token and that is "NIPLFREE".
>
> I hope some of you can get some usage out of the server.
>
> The token will remain for 7 days, until next Thursday, please do not
distribute this to your friends, it is for this group only.
>
> The URL of the site for registration is: http://haxlab.net.
Hello Al! I just signed up with haxlab server, it was effortless and
fast! I have one suggestion though. While sending an email from the
shell, the mail server is using anurag@gamma as the sender email
address. Maybe you can update the /etc/mailname to reflect the correct
fqdn.
Anurag
--
Liebe Gruß, Anurag
http://web.gnuer.org/
I have a new server "gamma" on the Internet.
It has 1GB of RAM and 40GB hard disk space.
You are all free to sign up - the account activation process is free, however
you need a token and that is "NIPLFREE".
I hope some of you can get some usage out of the server.
The token will remain for 7 days, until next Thursday, please do not distribute
this to your friends, it is for this group only.
The URL of the site for registration is: http://haxlab.net.
Happy hacking!
Al
I wrote:
> Nice idea to have a javascript web interface to a unix box, for when you
> can't download putty. It could use SSL and be authenticated I guess.
>
> http://en.wikipedia.org/wiki/Web-based_SSH
>
> I might set up something like that if I get bored one day.
Apparently I did get bored, no javascript but I now have two java ssh applets,
a java vnc viewer and I wrote a CGI shell (runs over https) with ansi colors.
They are linked from http://nipl.net/ for access to the server.
I am using a vnc applet on my page about brace. Brace is my version of C that
looks like python, also know as the "Not Insane Programming Language" (that's
where "nipl" comes from) at http://sam.nipl.net/brace/
The applet did have a terminal on it until someone attempted to abuse it, now
it is showing a presentation about brace which I gave at an un-conference in
Melbourne. It uses quite a lot of bandwidth so better not leave it running!
Brace is probably a bit more insane than it should be, needs some tidying up.
I hacked my web server tachyon to do logging nicely, to allow access inside
inside zip files, to do recursive directory listings, and a few other things.
I still need to fix CGI POST support which is weird and wrong at the moment.
blah blah whatever.!!!
Sam
There's several Javascript interfaces that give you direct pipe to a shell. But I don't think that was the idea with teh interface on cb.vu. I think he just intended it to be a novel method of accessing web content. I've seen similar folder/file based web interfaces on some of the old haxworx affiliates.
What I think is really cool there though, is his Unix Toolbox documentation. This in a small printed format could be really nice for an admin that bounces between different Unix-like systems.
On Mon, Oct 26, 2009 at 4:37 PM, Sam Watkins <sam@...> wrote:
On Mon, Oct 26, 2009 at 05:30:05PM +0000, Henning Brunzel wrote:
> Hi folks!
>
> Do we still exist?
>
> I just found a tiny, but very impressive variant of freecommunity:
>
> http://cb.vu/
hi Henning,
well, sort of! only 15 users on the server though :)
That site cb.vu is impressive but I think it is a more of a joke. For example,
there is no grep, awk, sed, wc, wget...! It is not an interface to a real
system, it's a fake unix in javascript; but it is possible to have an interface
to a real system in javascript (with some server support).
Nice idea to have a javascript web interface to a unix box, for when you can't
download putty. It could use SSL and be authenticated I guess.