
Shell & Script
Get flash to fully experience Pearltrees
Here is a networking tutorial with what I think are some handy CLI commands to know. Feel free to comment and/or make suggestions. Make sure you know what a command does before issuing it, especially in the security orientated ones.
HOWTO Ubuntu Networking - Ubuntu Forums
B.A-BA de la commande « screen » - Le blog de Michauko
J’explique très succintement quelques commandes majeures de cet outil qui permet de « détacher des sessions shell du terminal où vous les avez lancées ». En clair : lorsque vous avez des outils en mode texte sur lesquels vous devez pouvoir revenir à distance et plus tard, vous lancez vos commandes dans un « screen » et lorsque vous fermez votre terminal (session putty distante, locale dans un xterm etc), la session reste stockée quelque part et vous pourrez la reprendre de manière interactive (clavier) plus tard. C’est pratique pour gérer de lourds transferts FTP en mode texte (genre lftp) et surtout – dans mon cas – pour gérer mes serveurs de jeux onlineTop 25 Best Linux Commands
gtmess - Console MSN client for Linux and other Unix systems
[shell] “reverse i-search” – gagner encore plus de temps qu’avec l’autocomplétion | David Dallet's weblog
Lftp est un client FTP permettant facilement en ligne de commande de faire des transferts de fichiers (par exemple pour mettre à jour votre site Internet modifié localement ou pour faire une sauvegarde sur votre ordinateur). lftp ftp://identifiant:mot_de_passe@site_de_connexion -e "mirror -e -R -x dossier_ignoré -x dossier_ignoré /emplacement_local /emplacement_distant ; quit" Cette commande ne transfère dans l'emplacement distant que les fichiers modifiés dans l'emplacement local et les nouveaux fichiers et efface dans l'emplacement distant les fichiers qui n'existent plus en local.
lftp - Documentation Ubuntu Francophone
Site informatique à propos de Linux et les logiciels libres
Netcat – a couple of useful examples
One of the Linux command line tools I had initially under-estimated is netcat or just nc . By default, netcat creates a TCP socket either in listening mode (server socket) or a socket that is used in order to connect to a server (client mode). Actually, netcat does not care whether the socket is meant to be a server or a client. All it does is to take the data from stdin and transfer it to the other end across the network.[ Project ] [ Download ] [ Contact ] [ SVN ] Netcat 1.10 =========== /\_/\ / 0 0 \ Netcat is a simple Unix utility which reads and writes data ====v==== across network connections, using TCP or UDP protocol. \ W / It is designed to be a reliable "back-end" tool that can | | _ be used directly or easily driven by other programs and / ___ \ / scripts. At the same time, it is a feature-rich network / / \ \ | debugging and exploration tool, since it can create almost (((-----)))-' any kind of connection you would need and has several / interesting built-in capabilities. Netcat, or "nc" as the ( ___ actual program is named, should have been supplied long ago \__.=|___E as another one of those cryptic but standard Unix tools. / In the simplest usage, "nc host port" creates a TCP connection to the given port on the given target host.
Netcat: the TCP/IP swiss army
NetCat tutorial for Linux & Windows, HOWTO, nc | Adam Palmer, Linux, PHP Programmer, MySQL Developer, Website Security Consultant
Friday, November 19, 2010 OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is.

