Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
9 results tagged port  ✕
Porting Guide · RIOT-OS/RIOT Wiki · GitHub https://github.com/RIOT-OS/RIOT/wiki/Porting-Guide
Fri Feb 19 22:26:05 2021 archive.org
QRCode
thumbnail

RIOT - The friendly OS for IoT. Contribute to RIOT-OS

riot port cpu guide
gradle: change default port from 5005 - Stack Overflow https://stackoverflow.com/questions/53344114/gradle-change-default-port-from-5005
Sat Sep 5 04:00:32 2020 archive.org
QRCode
thumbnail
gradle address port debug
anbox/anbox: Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system https://github.com/anbox/anbox
Mon Jun 3 18:00:27 2019 archive.org
QRCode
thumbnail

Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu. In other words: Anbox will let you run Android on your Linux system without the slowness of virtualization.

android linux port anbox
How to Forward PORT to LXC container [quick tip ] | ComputersnYou https://www.computersnyou.com/3047/forward-port-lxc-container-quick-tip/
Wed Mar 8 20:08:34 2017 archive.org
QRCode
thumbnail

sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to [DestinationIP:PORT]

lxc container route port
A basic implementation of a PHP WebSocket server (RFC 6455) https://github.com/srchea/PHP-Push-WebSocket/
Wed Nov 26 00:04:27 2014 archive.org
QRCode
thumbnail

Pas mal cette implémentation de websocket en PHP.

avec Nginx version

et la configuration suivante :
location /hello/ {
proxy_pass http://localhost:5001;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}

J'ai juste changé le code pour se connecter à la socket dans front.html comme suit :
var ws, url = 'wss://"domain"/hello/';

et hop ça roule ! ;)

Du coup je fais du websocket en php sous https avec le même port (443) ;) merci nginx.

Il faut juste penser à lancer le "serveur" php via :
php -q ppws_server.php

Testé sous la dernière version de firefox

websocket php nginx firefox https port
Porting Source to Linux - Porting Source to Linux.pdf https://developer.nvidia.com/sites/default/files/akamai/gamedev/docs/Porting%20Source%20to%20Linux.pdf
Fri Apr 5 23:20:51 2013 archive.org
QRCode

LA VACHE !! Nvidia publie une présentation expliquant comment et pourquoi porter ses jeux sous linux oO !!

Cool !! ENFIN !! (je suis SUR que c'est l'effet "steam")
En même temps avec Microsoft qui choisi de ne pas porter les versions de directx sur XP puis les prochaines sou seven etc... ils découpent leur cibles...

Tant mieux !!

nvidia good linux port howto why
How to Quickly Forward Ports on Your Router from a Desktop Application - How-To Geek http://www.howtogeek.com/122227/how-to-quickly-forward-ports-on-your-router-from-a-desktop-application/
Wed Aug 22 20:20:35 2012 archive.org
QRCode
thumbnail

Un tuto sympa sur un logiciel très utile, qui permet de configurer simplement les redirections de ports sur les routeur Upnp ;)

upnp redirection port routeur
Trouver le processus qui utilise un port réseau sur linux – Le Blog Note d'Olivier Legras http://www.croc-informatique.fr/2008/09/trouver-le-processus-qui-utilise-un-port-rseau-sur-linux/
Wed Jul 11 17:40:01 2012 archive.org
QRCode
thumbnail

ca m'a été très utile sur mon NAS ;)

nas routeur port netstat ecouter trouver processus
jQuery UI Multiple Select Widget | Eric Hynds http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/
Fri Oct 21 19:07:25 2011 archive.org
QRCode
thumbnail
jquery ui multiselect successor port my original jQuery MultiSelect Plugin UI widget While both actively be maintained highly recommend youjquery
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn