J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.
5174 links
Un tutoriel sur Git en français.
Des vélos cargos et autres à fabriquer soi-même ou à acheter. Plans en licence creative commons.
Vélo "couché" à fabriquer soi-même
PHP permet la connexion et l'envoi de requêtes sur un annuaire LDAP, c'est-à-dire un serveur permettant de stocker des informations de manière hiérarchique. Un serveur LDAP est conçu pour être capable de gérer les opérations suivantes : établir la...
Des icones en css. Via Yome
The example in the previous section can be expanded to build a basic data transfer model. Any information input into one end of the connection is output to the other end, and input and output can be easily captured in order to emulate file transfer.
Start by using nc to listen on a specific port, with output captured into a file.
On a given machine, start listening over any port (any port over 1024 without needing su privileges). Here we arbitrarily chose port 1120:
$ nc -l -p 1120 > filename.out
The -l tag says we want to listen and the -p tag specifies the port.
Using a second machine, connect to the listening nc process, feeding it the file which is to be transferred.
On another machine connected to the same local network, connect to the first machine. If the first machine’s hostname is “second” we do:
$ nc second 1120 < filename.in
or
$ nc host.example.com 1120 < filename.in
After the file has been transferred, the connection closes automatically.
Vraiment excellent !
Trop bien fait ! :o
Weeeeeed...
Le numérique pour tous
Encore cette merde de sécuritAY au détriment de la vie privée.
Tout est dans le titre
Pour régénérer des piles alcalines, car oui, c'est possible.
Si la lecture d'un dvd ne fonctionne pas.