TCP/UDP port list
Reading @holmahenkel tweets, I found there another really interesting information :
http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
More information than a ‘cat /etc/services’.
Reading @holmahenkel tweets, I found there another really interesting information :
http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
More information than a ‘cat /etc/services’.
![]() |
I am a network engineer, but in a small company you are able to do lot of things. I am in charge (in same time as network job) to developp second generation of customer managment tool. I have choiced to developp it in ext.js. I am in an early prototyping and evaluate this framework. It is pretty awesome !! A little tip to load data with extjs in a form : |
|---|---|
Ext.getCmp('your-form').getForm().load({url: "load.php", params: {do: "cmd"}}); it is your friend. But you must now that your json answer must be as : { success: true, data: { clientName: "Fred. Olsen Lines", portOfLoading: "FXT", portOfDischarge: "OSL" } } You have more information to read there. |

No more things to say except to : “Happy new year 2011!”

Merry christmas :)
If you must have an Apache2 webserver which is not buffering (realtime printf) transaction, you must remove ‘deflate’ :
root@plop~# a2dismod deflate
Module deflate disabled.
Run '/etc/init.d/apache2 restart' to activate new configuration!
root@plop~# /etc/init.d/apache2 restart
Restarting web server: apache2 ... waiting .
root@plop~#
It can be really useful such as :
J’ai mis en place cette version d’EasyGallerie pour pluxml afin de publier quelques photos.
Si vous voulez faire la même chose, je vous conseille cette page web pour mettre en place ce plusgins : http://www.mypluxml.com/article10/easygallery-revisite
Bonne continuation ;)