[PD] Websocket Client in Pd

patrice colet colet.patrice at free.fr
Fri Jun 24 12:59:45 CEST 2016


that's what I was looking for, thank you Andy


Le 24/06/2016 à 10:50, Andy Farnell a écrit :
> Both iptables and pf let you do some sort of port remapping
> which gives you the advantage of appearing to be on a standard
> port from outside, but the advantage of running as
> an unprivileged user.
>
> iptables -t nat -A PREROUTING -i eth0 -p tcp --dport $srcPortNumber -j REDIRECT --to-port $dstPortNumber
>
>
>
> On Fri, Jun 24, 2016 at 12:20:31AM +0200, patrice colet wrote:
>>
>> Le 24/06/2016 à 00:10, IOhannes m zmölnig a écrit :
>>> On 06/24/2016 12:01 AM, patrice colet wrote:
>>>> Is it possible to run a python http server through pyext without admin
>>>> rights?
>>> sure.
>>> unless you want to run it on a standard port (like 80, or 443; or really
>>> anything below 1024)
>> Oh yes, so if I want to run the http server without admin rights on
>> port 80, the patch has to run through a system service
>>> dmsa
>>> IOhannes
>>>
>>>
>>>
>>> _______________________________________________
>>> Pd-list at lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
>> -- 
>> Patrice Colet
>> fr: 0632660357
>>
>> _______________________________________________
>> Pd-list at lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

-- 
Patrice Colet
fr: 0632660357




More information about the Pd-list mailing list