Archive for May, 2009

virtual host on ubuntu server

#cd /etc/apache2/
#create directory vhost
#nano seseorang.conf
#paste text below
NameVirtualHost *:80
<VirtualHost *:80>
ServerName seseorang.org
ServerAlias www.seseorang.org
ServerAdmin admin@seseorang.org
DocumentRoot /home/seseorang/public_html/seseorang.org/public
<Directory /home/seseorang/public_html/seseorang.org/public>
AllowOverride All
Options All

create domain on ubuntu server

#cd /etc/bind/
#nano named.conf.local
#paste text below
zone “ya-gitu.de” {
type master;
file “/etc/bind/zones/ya-gitu.de.zone”;
};
zone “0.168.192.in-addr.arpa” {
type master;
file “/etc/bind/zones/rev.0.168.192.in-addr.arpa”;
allow-query { any; };
};
#save

install squid as proxy server

to install squid as proxy server just follow this instruction:

wget http://www.squid-cache.org/Versions/v2/2.5/squid-2.5.STABLE10.tar.gz
cp squid-2.5.STABLE10.tar.gz /usr/src/
cd /usr/src/
tar xvzf squid-2.5.STABLE10.tar.gz
cd squid-2.5.STABLE10
/configure
make
make install
rm -f /usr/local/squid/etc/squid.conf
pico /usr/local/squid/etc/squid.conf, and fill it, such as under the ago save this

Credit Card Articles

Your credit report–a type of consumer report–contains information about where you work and live and how you pay your bills. It also may show whether you’ve been sued [...]

investment guide online

The InvestingValue.com listing of investment articles online by professional investors, business experts and investing enthusiasts.
The Investing articles are categorized by subject and by author. Topics focus on investing in stocks, real estate and more, but also cover different [...]

Google
Web seseorang.org