|
|
|
Ask HN: How to tunnel HTTP(s) through filesystem?
|
|
2 points
by unstuck3958
922 days ago
|
|
My work laptop (Windows) has internet access which goes through my company's VPN, but I also need internet access on a Linux Virtual Machine which I'm hosting through VirtualBox. So, is it possible to set up a shared folder between Windows and Linux guest VM (Debian-based) and to tunnel the internet connection from there? I know it must be possible somehow (for example, see [1]), but would really appreciate some pointers. [1]: https://news.ycombinator.com/item?id=33568994 |
|
> I generally do not connect to web sites from my own machine, aside from a few sites I have some special relationship with. I usually fetch web pages from other sites by sending mail to a program (see git://git.gnu.org/womb/hacks.git) that fetches them, much like wget, and then mails them back to me. Then I look at them using a web browser, unless it is easy to see the text in the HTML page directly. I usually try lynx first, then a graphical browser if the page needs it (using konqueror, which won't fetch from other sites in such a situation).
https://web.archive.org/web/20151228013607/https://stallman....