Y
Hacker News
new
|
ask
|
show
|
jobs
by
anawar
3557 days ago
Also, a few of the live demos have networking enabled.
1 comments
JosephRedfern
3557 days ago
But they're not internet connected, are they? I tried `ping 8.8.8.8` from each of them without any luck.
link
benjamincburns
3557 days ago
Not to detract from Copy's work (it's really quite impressive), but if you're really hard up to have a browser running in your browser, have a look at
http://www.jor1k.com
link
rahkiin
3557 days ago
I pinged successfully from the linux 3 machine. You need to run a command first though, it says so two lines above where the shell begins
link
JosephRedfern
3556 days ago
Oops, I missed those lines! All working now. Thanks.
link
randyrand
3557 days ago
Same Origin Policy will prevent most network access from a browser tab.
You'd need to run chrome with SOP off.
link
Narishma
3557 days ago
I pinged google.com from the linux3 machine after enabling networking and it worked fine.
link