Weblog Archives
You are currently browsing the archives for the Networking tag.
Published on April 2nd, 2011 by George Notaras - Comments : 10
I recently read that the Free Software Foundation has given the Award for Projects of Social Benefit to the TOR Project. Congratulations! There are indeed some cases that the TOR network can be extremely useful to the societies. On the other hand, the fact that an organization like the FSF gives this award to the [...]
Published on March 28th, 2011 by George Notaras - Comments : 4
It’s been a long time since I last checked the market for WLAN routers. Although I don’t intend buying one right now, I think staying up to date with the latest advancements in the technology used in these devices is a good idea, because I might need to buy one in the near future. And [...]
Published on September 18th, 2010 by George Notaras - Comments : 7
dnsmasq is a lightweight, open-source DNS forwarder and DHCP server. In this article we go through how to prepare the system in order to run dnsmasq and also how to configure the latter as a caching-only DNS server. A configuration file is also provided as a drop-in replacement for the default dnsmasq.conf that ships with [...]
Published on October 30th, 2009 by George Notaras - Comments : 42
I’ve been looking for a pure python implementation of the ping command. Now that I found one, I am not sure if I want to use it, as it has a restriction: only privileged users can ping other hosts. I’ve used the ping command successfully as a normal user on all operating systems I have [...]
Published on February 1st, 2009 by George Notaras - Comments : 2
During the last months, I’ve been experimenting with Xen virtualization. An old computer, equipped with a Pentium III running at 700Mhz, 512MB of RAM and an 160GB IDE HDD runs four installations of my favorite Linux distribution, CentOS, one as a Dom0 and the other three as DomUs with 64MB of memory each.
Published on May 16th, 2008 by George Notaras - Comments : 5
This is mainly a note to myself about two patches, just in case I ever decide to use OpenSSH for networking, in addition to remote administration. First, is the cipler-none patch that adds none as a valid argument to the -c command line option. By using it, the transferred data is not encrypted. Pros: eliminates [...]
Published on May 12th, 2008 by George Notaras - Comments : 22
They say that by disabling IPv6 things get a bit smoother and faster regarding networking. I don’t really know if this is true, but I guess, if you’ve decided to disable this feature, you probably care to do it the Right Way™. As far as I know, trying to disable IPv6 through anaconda during the [...]
Published on September 15th, 2007 by George Notaras - Comments : 4
This article describes how to use the command line download managers wget and curl in order to download files from your Rapidshare Premium account.
Published on March 10th, 2007 by George Notaras - Comments : 0
A while back I had mentioned dircproxy as a solution for an IRC proxy server. Although dircproxy is good and effective, recently I’ve been reading many positive comments about another similar application, BIP. I hope I find some free time in the next days to give it a shot. Judging by its extensive feature set, [...]
Published on February 1st, 2007 by George Notaras - Comments : 2
Yesterday, I wrote about my need to be always connected to an IRC channel in order to keep a log of the chat even when I don’t follow the conversation in real-time. Under the given circumstances and not taking into account the possibility to keep my desktop machine always on, so XChat can log everything, [...]