Posted by joseph on December 11, 2011 ·
GSLB is short for Global Server Load Balancing, and is a tried and tested way of improving the availability and speed of Internet-based services. GSLB enables distribution of traffic across multiple sites, manages disaster recovery, and ensures that applications are consistently accessible.
Posted by joseph on July 30, 2011 ·
When running in promiscuous mode, all traffic the network card receives can be read. This configuration is useful for us to do network monitoring, like for a network intrusion detection system.
Posted by joseph on April 8, 2010 ·
By default OpenVZ is using VENET as network device. It does packet switching based on IP header, which makes it look like a point-to-point connection between VPS and the physical host. An alternative device is Virtual Ethernet device (a.k.a. VETH).
Posted by joseph on December 30, 2009 ·
Warning – this post was original created by Jason Dixon some yrs ago, its copyright is fully held by samag.com. I copied it here for a track record, If there’s any issue, please let me know. As the pictures in this post had lost already, it’s suggested to check its PDF version here.
Firewalls [...]
Posted by joseph on December 13, 2009 ·
Your computer has two timepieces; a battery-backed one that is always running (a.k.a. the hardware, BIOS, or CMOS clock), and another that is maintained by the operating system currently running, it’s called system clock. This document explains how to set your system clock, your timezone, and other [...]
Posted by joseph on December 9, 2009 ·
I have some web servers running for productive purpose, and they all have to send out mails. So a problem comes, how can I config mail forwardings for these servers with only internal network to send out mails to the public network?
Luckily it’s easy to implement with the help of either sendmail [...]
Posted by joseph on November 25, 2009 ·
The 13th international workshop on HPTS held at October 25-28, 2009, Pacific Grove, CA. It’s all about real systems problems for real systems builders! The papers are listed at its official website. These papers are really really very informative, it’s suggested to have a read!
Every two [...]
Posted by joseph on September 11, 2009 ·
Network is the basis of the communication to your customers, page viewers. without network, computers are of no usage at all, arent they? But most of the guys always pay very little attention to the health of their networks. Generally, there are some type of networks issues should special pay attention:
Posted by joseph on September 8, 2009 ·
Wget is one of my favorite tools in Linux/Unix world. Sometimes, you want to download all the rpm, deb, iso, or tgz files and save them into a directory. Sometimes you need to use it to check your web server status. Here are some of my favorite wget usage examples:
$ wget -i filename.txt
Put the URLs [...]
Posted by joseph on September 8, 2009 ·
This article will guide you on creating a client-2-server OpenVPN instance. Our goal is to redirect all client traffic to VPN server. That means VPN server would serve as a gateway for local traffic. It’s useful to bypass some STUPID National firewalls,or to test IP-restricted applications.