**** BEGIN LOGGING AT Fri Apr 18 02:59:59 2014 Apr 18 03:28:29 what are some common websites that someone need to access through a proxy server if his organisation has some kind off restrictions..? I could guess facebook, ebay and what else?? Apr 18 03:29:00 depends on the restriction Apr 18 03:29:10 My employer has a rudimentary filter Apr 18 03:29:18 and random stuff gets blocked. Apr 18 03:29:58 its for my brother, he is offshore, gets internet through a crappy satelite connection and that too with restrictions Apr 18 03:30:15 I am trying to set up proxy servers for him Apr 18 03:30:31 Like, say, a page about PuTTY for "hacking". Yet I rarely run into that when looking for various other stuff that *should* fall under such Apr 18 03:30:47 Use a linux vps, setup ssh Apr 18 03:31:08 PuTTY on the client, setup a tunnel. You can then use it as a socks5 proxy Apr 18 03:31:35 works excellently, is secure, and usually isn't blocked. Plus you can always change the ssh port if needed. Apr 18 03:31:41 well,, they have desktop PCs set there with no admin privileges Apr 18 03:31:51 PuTTY can be run without Apr 18 03:31:58 It's just an app Apr 18 03:32:03 No install needed Apr 18 03:32:06 cat even take a mobile phone with camera in there.. Apr 18 03:32:27 http://www.extremetech.com/computing/93106-escaping-the-firewall-with-an-ssh-tunnel-socks-proxy-and-putty Apr 18 03:32:32 Ir Apr 18 03:32:58 It's probably your best bet - a 1mb file, gotten or hidden somewhere Apr 18 03:33:06 hmm.. let me have a look, I think I was going in the wrong direction.. with Phpproxy and glype Apr 18 03:33:16 and no chance of a MITM attack like with most proxy software Apr 18 03:33:58 Also, this works wonders for lots of stuff. I' Apr 18 03:34:06 I've played Halo over such a tunnel before Apr 18 03:34:48 anyway, bye Apr 18 03:34:59 bye Apr 18 05:25:42 ~ping Apr 18 05:25:43 ~pong Apr 18 09:38:02 bye all. Apr 18 11:51:07 How do i setup SIP-VoIP with my N900? Apr 18 11:54:27 set up* Apr 18 12:10:32 Apic: hm? Apr 18 12:11:13 Apic: according to the config-recommendations of your SIP provider, under "accounts" Apr 18 12:13:41 usualy you want to checkmark "use also for phonecalls" Apr 18 12:19:33 settings -> VoIP and chat accounts -> ([new] -> [SIP]) | [] -> number@sip.provider.net, password, [advanced] -> [x]"use for phonecalls", [x]"loose routng", "keep alive timespan: 1min", ... Apr 18 12:38:06 WARNING: #infobot has forced me to CTCP VERSION the channel! Apr 18 12:38:45 ouch Apr 18 12:38:51 thought as much Apr 18 12:40:21 DocScrutinizer: infobot joined! Apr 18 12:45:31 poor bot Apr 18 12:48:19 sorry Apr 18 12:48:35 I changed bot's config to forbid ~verstat Apr 18 13:20:53 bencoh: could you please try a ~+verstat #maemo Apr 18 13:21:10 ~+verstat #maemo Apr 18 13:21:14 ~verstat #maemo Apr 18 13:21:26 thanks! :-) Apr 18 13:22:01 I'm afraid when I'd try, the bot would obey Apr 18 13:22:10 :) Apr 18 14:56:29 i'd like to know if someone knows something about vmware on nokia n80 Apr 18 15:08:42 ? Apr 18 15:15:45 what is garner vm/ Apr 18 15:46:08 "vmware on nokia n80" .öO(???) Apr 18 16:08:49 I've only heard of VMWare on N900; http://gigaom.com/2010/01/23/nokia-n900-dual-boots-maemo-and-android/ Apr 18 16:27:40 https://www.youtube.com/watch?v=UNo6pn-dnSQ Apr 18 16:27:50 > on one phone Apr 18 16:48:51 sn /join #android Apr 18 16:49:20 Sorry about that guys, messed up my syntax Apr 18 19:56:02 does anyone know why I can't install command line programs in my n900 using x-terminal? But everything works on easydebian, aren't they both debian? Apr 18 19:56:51 *I meant everything works on debian LXDE for the n900 Apr 18 19:59:29 for example if I type "apt-get install fortune" on terminal inside Debian LXDE it works, If I type it on x-terminal (nokia n900) it doesn't work Apr 18 20:05:11 in order for people to be able to help you a few error messages would be useful. Apr 18 20:12:04 I type Apr 18 20:12:08 sudo gainroot Apr 18 20:12:12 ok Apr 18 20:12:48 reading state information.. done Apr 18 20:12:56 package fortune is not available Apr 18 20:13:43 I think it happens for whatever I try to install from x-terminal Apr 18 20:13:51 sorry, I made a mess, I'll explain better Apr 18 20:14:33 after sudo gainroot, I type "apt-get install fortune", and then it says reading state information .. done and it says that the package is not available Apr 18 20:16:54 ori553, well, I would try apt-get update first. then apt-cache search fortune to see whether it actually exists. Apr 18 20:20:32 I updated, I typed "apt-cache search fortune", but it doesn't appear, but, I just tried to install fortune in my lubuntu terminal and it works, is it a repositories problem? (I'm just familiar with linux) Apr 18 20:37:35 perhaps maemo does not have it then in its repos. Apr 18 20:39:05 this means there's no way to use default debian repos in maemo5? Apr 18 21:15:04 repos no, prolly not. But for cmdline programs you often get away with downloading the .deb pkg and installing it via dpkg -i Apr 18 21:15:38 given the architecture fits ;-D Apr 18 21:16:19 you hardly can install ubuntu-x86 packages on a ARM hardware, obviously Apr 18 21:48:00 I get it Apr 18 21:49:09 Once I download the .deb pkg, what exactly should I type if i'm in the same folder of the downloaded file? Apr 18 21:50:09 dpkg -i Apr 18 21:50:17 iirc Apr 18 21:52:17 or - even smarter - dpkg --help Apr 18 21:52:18 ;-) Apr 18 21:53:17 of course after gaining root (cmd 'root' is smarter and shorter than cmd 'sudo gainroot') Apr 18 21:54:26 --help is the best multi-character sequence of keystrokes you can possibly find in whole linux Apr 18 21:55:01 the smartest single "char" keystroke is Apr 18 21:55:40 at least in a decent shell Apr 18 21:57:28 and only when your distro maintainer wasn't lazy with configuring the completion-rules Apr 18 21:58:12 proper completion configs even know about allowed parameters to commands Apr 18 21:58:23 most commands Apr 18 21:59:11 almost as smart as the visualstudio sourcecode editor Apr 18 21:59:17 ;-P Apr 18 22:17:14 thanks Apr 18 22:39:10 DocScrutinizer05: visualstudio sourcecode editor is far more advanced (if you're on ultimate) than anything, but then again moneyz :/ :D Apr 18 23:00:24 :-) Apr 18 23:00:51 I didn't touch it since ~14 years Apr 18 23:01:14 so yep, it might have improved since then **** ENDING LOGGING AT Sat Apr 19 02:59:58 2014