Forum: Network Security Aug 2nd, 2006 |
| Replies: 114 Views: 174,481 I cant believe no one has said to connect to a remote linux box through xserver and view websites from there.
xserver ports are blocked you say? change the config on your linux server to run... |
Forum: C++ Jul 28th, 2004 |
| Replies: 6 Views: 6,341 you need a semicolon on line 17 and heres a little better version of your code
#include <iostream>
#include <string>
using namespace std; |