» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Netcat + networking

Entity Crisis: Cool Unix Tools

"On my local machine: nc -l -p 1979 | bunzip2 | psql database_name ... On the remote machine: pg_dump database_name | bzip2 | nc my_local_ip 1979 ... or ... ssh -C remote-machine pg_dump database_name | psql database_name"

Netcat: del.icio.us tag/netcat

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<sep/>

Netcat: del.icio.us tag/netcat

Quick File Distribution Challenge

Shell-script solutions to distributing files with netcat | tee | ssh

Netcat: del.icio.us tag/netcat

Using netcat and tar for network file transfer | Screenage

you are on lan party or on the road and quickly want to transfer a file or directory to another computer. Both computer owners are just to lazy to setup something like ftp, smb, nfs.

Netcat: del.icio.us tag/netcat

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<sep/>

Netcat: del.icio.us tag/netcat

Rambo's blog - Quick ones

client/server logging proxy using netcat

Netcat: del.icio.us tag/netcat

Page 1 | Next >>