Tweeter buttonFacebook buttonLinkedin button

Category: FreeBSD

n2n: a Layer Two Peer-to-Peer VPN

n2n is a layer-two peer-to-peer virtual private network (VPN) which allows users to exploit features typical of P2P applications at network instead of application level. This means that users can gain native IP visibility (e.g. two PCs belonging to the same n2n network can ping each other) and be reachable with the same network IP [...]

Tuesday December 8th, 2009 in FreeBSD, GNU/Linux, Networking, Unix | No Comments »

Scribus – Open Source Desktop Publishing

Scribus is an Open Source program that brings award-winning professional page layout to Linux/UNIX, Mac OS X, OS/2 Warp 4/eComStation and Windows desktops with a combination of “press-ready” output and new approaches to page layout. Underneath the modern and user friendly interface, Scribus supports professional publishing features, such as CMYK color, separations, Spot Colors, ICC [...]

Wednesday September 23rd, 2009 in FreeBSD, GNU/Linux, Software, Unix | No Comments »

What’s shebang?

shebang/hashbang/haspling is…
#!

Tuesday September 22nd, 2009 in FreeBSD, GNU/Linux, Unix | No Comments »

Bandwidth limit

Some times we need to limit the traffic that uses some applications. In my case, when I download big files. So:
If we use wget, It is doted with –limit-rate option that permits set the limit of traffic.
Example:
# wget –limit-rate=50k http://lexo.lx-networks.net/testingfile.gz
This example limits wget to uses 50KBps maximum of download traffic.
But … ¿what’s up when [...]

Saturday June 20th, 2009 in FreeBSD, GNU/Linux, Unix | No Comments »