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.
Posted by joseph on September 8, 2009 ·
This document provides an introduction to NFS as implemented in the Linux kernel. It links to developers’ sites, mailing list archives, and relevant RFCs, and provides guidance for quickly configuring and getting started with NFS on Linux.
Posted by joseph on September 8, 2009 ·
dig (as known as “domain internet groper”) is a utility that can talk directly to name servers in order to gather detailed domain name related information.
DNS is used to resolve a host name or alias into IP address,so that your computer can find the resource you’re looking for. However, [...]