8 step tweaking your win XP +

1. Disabling indexing service

Indexing service is a small program but using about 7% your CPU memory. Sometimes this think can make a litle noise when accessing your hard drive. Another function of indexing services is updating your computer file list to improve your computer speed with system from file indexing. When you’re not use file searching frequently, you can disable it with thi way:

Go to start –> Click Setting –> Control Panel –> Add/Remove Program –> Click Add/Remove Window Component –> Uncheck the indexing service –> click next –> finish

2. Optimize Display Setting

Your Windows XP with a cool desktop display is very interesting, but to much picture and icon will eat your system resource. To disable it follow this step :

Go to Start
Click Settings
Click Control Panel
Click System
Click Advanced tab
In the Performance tab click Settings


Leave only the following ticked:
Show shadows under menus
Show shadows under mouse pointer
Show translucent selection rectangle
Use drop shadows for icons labels on the desktop
Use visual styles on windows and buttons

3. Speedup Folder Browsing

Read More…

TPROXY

requirements

1. latest kernel linux-2.6.18 here

2. tproxy patch for kernel 2.6.18 from here

3. iptables version 1.3.8 from netfilter

4. a pack of cigaretes and a cup of capucinno

5. squid 2.6.STABLE18 from squid-cache.org

Recompile your kernel…..

cd /usr/src

tar -jxvf <your-path-dir>/linux-2.6.18.6.tar.bz2

patch your kernel with tproxy support

tar -zxvf /<path-your-dir>/cttproxy-2.6.18-2.0.6.tar.gz

cd linux-2.6.18.4/

cat /usr/src/cttproxy-2.6.18-2.0.6/patch_tree/01-nat_reservations.patch | patch -p1

cat /usr/src/cttproxy-2.6.18-2.0.6/patch_tree/02-tproxy.patch | patch -p1

cat /usr/src/cttproxy-2.6.18-2.0.6/patch_tree/03-nat_delete.patch | patch -p1

make clean && make mrproper

make menuconfig or make config

under networking –> netowrking options –> netfilter configuration

CONFIG_IP_NF_TPROXY=m
CONFIG_IP_NF_MATCH_TPROXY=m
CONFIG_IP_NF_TARGET_TPROXY=m

contact me for complete .config

make && make install && make modules_install

cp arch/i386/boot/bzImage /boot/System.map-2.6.18

re-write your lilo.conf to load new kernel image at boot time

reload your lilo

reboot your server

—————————————————————————————

patching your iptables….

cd /usr/src

tar -jxvf /<your-path-dir>/iptables-1.3.8.tar.bz2

cd iptables-1.3.8/

cat /usr/src/cttproxy-2.6.18-2.0.6/iptables/iptables-1.3-cttproxy.diff | patch -p1

make KERNEL_DIR=/usr/src/linux-2.6.18/

make install KERNEL_DIR=/usr/src/linux-2.6.18/

make install-devel (optional)

modprobe ipt_tproxy

modprobe iptable_tproxy

if you don’t get any error, you got it!!!

————————————————————————————–

installing squid………….

cd /usr/src/

tar -jxvf /<your-path-dir>/squid-2.6.STABLE18.tar.bz2

cd squid-2.6.STABLE18

./configure ‘–prefix=/usr/local/squid’ ‘–sysconfdir=/etc/squid’ ‘–bindir=/usr/bin’ ‘–sbindir=/usr/sbin’ ‘–enable-FEATURE=yes’ ‘–enable-storeio=ufs,diskd,null’ ‘–enable-icmp’ ‘–enable-delay-pools’ ‘–enable-icap-client’ ‘–enable-kill-parent-hack’ ‘–enable-cachemgr-hostname=indomeya.net.id’ ‘–enable-arp-acl’ ‘–enable-ssl’ ‘–enable-cache-digests’ ‘–enable-x-accelerator-vary’ ‘–enable-stacktraces’ ‘–enable-cpu-profiling’ ‘–with-PACKAGE=yes’ ‘–enable-dependency-tracking’ ‘–enable-gnuregex’ ‘–enable-xmalloc-statistics’ ‘–enable-removal-policies=lru’ ‘–enable-useragent-log’ ‘–enable-referer-log’ ‘–enable-forw-via-db’ ‘–enable-default-hostsfile=/etc/hosts’ ‘–enable-ntlm-fail-open’ ‘–with-pic’ ‘–with-pthreads’ ‘-with-aio’ ‘–with-dl’ ‘–with-large-files’ ‘–enable-http-violations’ ‘–enable-underscores’ ‘–enable-linux-tproxy’ ‘–enable-linux-netfilter’ ‘–enable-htcp’ ‘–enable-leakfinder’ ‘–enable-follow-x-forwarded-for’

at this configure option will put squid.conf at /etc/squid/…

——————————————————————————————

write your squid.conf with your own imagination or contact me if you want to use my squid.conf. All of squid.conf reference is available here.

——————————————————————————————

Make sure you’ve change all permission on proxy cache directory when needed and run your squid as a daemon.

put this iptables command to your iptables init script

iptables -t tproxy -A PREROUTING -s xxx.xxx.xxx.xxx/24 -p tcp -m tcp –dport 80 -j TPROXY –on-port 3128 –on-ip 0.0.0.0

correct me if i’m wrong……… :D

musiconHold

[default]
mode=files
directory=/var/lib/asterisk/mohmp3

;
;[native-random]
;mode=files
;directory=/var/lib/asterisk/mohmp3
;random=yes     ; Play the files in a random order

; =========
; Other (non-native) playback methods
; =========

[manual]
mode=custom
; Note that with mode=custom, a directory is not required, such as when reading
; from a stream.
directory=/var/lib/asterisk/mohmp3
application=/usr/bin/mpg123 -q -r 8000 -f 8192 -b 2048 –mono -s
random=yes

;[ulawstream]
;mode=custom
;application=/usr/bin/streamplayer 192.168.100.52 888
;format=ulaw

; mpg123 on Solaris does not always exit properly; madplay may be a better
; choice
;[solaris]
;mode=custom
;directory=/var/lib/asterisk/mohmp3
;application=/site/sw/bin/madplay -Q -o raw:- –mono -R 8000 -a -12

SIP-ku

[default]
exten => _2XXXX,1,Ringing
exten => _2XXXX,2,Wait,2
exten => _2XXXX,3,Dial(SIP/${EXTEN}|30)
exten => _2XXXX,4,Hangup

;exten => _2XXXX,1,Dial(SIP/${EXTEN})
;exten => _2XXXX,2,Hangup

exten => 123,1,Answer()
;exten => 123,2,MP3Player(/var/lib/asterisk/mohmp3/Ketahuan.mp3)
exten => 123,2,MusicOnhold()

;exten => _99X.,1,Ringing
;exten => _99X.,2,Wait,2
;exten => _99X.,1,Dial(SIP/spa400/${EXTEN}|30)
;exten => _99,1,Dial(SIP/spa400/$(EXTEN))
;exten => _99,2,Wait.4
;exten => _99X.,2,Hangup

;exten => _99*XX,1,Dial(SIP/spa400/${EXTEN}|30)
;exten => _99*XX,2,Hangup

exten => _9,1,Ringing
exten => _9,2,Dial(SIP/spa400/$(EXTEN))
exten => _9,3,Hangup

;ignorepat => 9
;exten => _9X.,1,Dial(SIP/spa400/$(EXTEN))
;exten => _9X.,2,Congestion
;include => default

exten => _9NXX,1,Dial(SIP/spa400/$(EXTEN))
exten => _9NXX,2,Congestion

exten => 6000,1,Answer
exten => 6000,2,MusicOnhold()

;[from-trunk]
;include => from-pstn
;…

;[from-pstn]
;include=> from-pstn-custom
;…

;[from-pstn-custom]
;exten=>spa400,1,Goto(ext-local,88,1)

Become Indispensable!

If you’ve met some of the people that repair computers for a living, you might be shocked at their diversity of knowledge, experience, and behavior. Some are hands-down great technicians, but many seem like unprepared and ignorant kids who you wouldn’t trust your toaster to, let alone something as critical to your life or business as your PC.

An outstanding technician is one who with professionalism and courtesy solves all the problems a user has without introducing new stresses or worries. These tips are written to aid technicians in following a path that is bound to put them above the pack and become indispensable to their clients and business. Every one of these tips can be taken as a matter of habit and will certainly boost your confidence as a technician and the money you bring into your business. Read More…

About Satellite!!

Satellite AKA satelit last known as “gorengan” made from wheat, mixing with some vegetables like carrot, etc…. let’s find out more….

What is VSAT?

VSAT stands for Very Small Aperture Terminal.

The word “Terminal” in this case refers to the satellite dish on the customer premisis.

There is no commonly accepted agreement on exactly how small a satellite dish must be to qualify as a “Very Small” terminal. The term VSAT is applied to dishes up to 2.4 meters in diameter.

Most VSAT implementations are fixed satellite service. Some industry sources reserve the term VSAT for only FSS implementations, while others also use the term VSAT for mobile satellite services.

Yet another point of contention is the type of data carried on VSAT systems. Some industry analysts use the term VSAT to include broadcast television systems, while other analysts exclude broadcast television from the VSAT definition.

What is Fixed Satellite Service?

Fixed Satellite Service (FSS) refers to a satellite service which uses fixed terrestrial terminals.

In other words, FSS is any satellite service where the ground station does not change locations frequently.

Consumer satellite television is the most popular application of Fixed Satellite Service.

The opposite of FSS is Mobile Satellite Service (MSS).

What is Mobile Satellite Service?

Mobile Satellite Service (MSS) is a satellite system which uses portable terrestrial terminals. MSS terminals may be mounted on a ship, an airplane, or an automobile. MSS terminals may even be carried by an individual.

The most promising application of Mobile Satellite Service is portable satellite telephones which will enable phone service anywhere on the globe.

The opposite of Mobile Satellite Service is Fixed Satellite Service (FSS).

Read More…

Shutdown Win XP QoS

Default Windows XP Membatasi 20% Bandwidth (QoS). Berapapun cepatnya koneksi internet maupun network pada komputer dengan Windows XP akan dibatasi dengan 20% untuk default koneksi network dari windows XP. Tujuannya adalah menyisakan bandwidth untuk paket-paket penting. Apakah paket penting itu?

Paket penting itu kan harusnya yang menentukan kita sebagai pemakai komputernya to? bukan Windowsnya to? grrr….. OS yang aneh…. Yang jelas, kalau di Indonesia ya kecepatan koneksi network ya harus maksimal, udah internetnya lelet, koneksinya dibatasi lagi, KAYAK MANA TUH!!!! (kata si butet)

Matiinnya gampang kok….

1.    Start –> Run –> “gpedit.msc” –> ENTER

2.    Masuk setting Administrative Templates –> Network –> QoS packet scheduler

3.    Klik “limit reservable bandwidth” –> klik radio button enable –> matikan bandwidth limit dalam % menjadi “0″ (NOL)

4.    Klik Apply –> restart Windows

Just another 4 step from me…..using this tips is your own risk!!! (biasanya orang kalau dikasih tulisan kaya gini trus gak berani mencoba :p )

Losing my friend

I don’t know where to start for looking at my old friend. Our last contact is about 15 years ago. Her name is Martanti Dwi Kusworo, my friend at junior high school. she’s a smart and smooth girl. she’s already have a husband right now, might be.

She left ambarawa at 3th junior high school, and stay with her two parent at jambi. i lost her home address to. Anyone who can tell me where she is, if a girl, will be my girlfriend and if a boy.. i will just say thanks :p

Yen ing Tawang ono Lintang

Doing some project with my companion, build wireless network at wonogiri. here is one of side unforgetable moment at some place call karangtengah.

midle-rock

there is a civilization at the 750 m from the sea surface. and also goverment made a organitation call kecamatan there.

me

in my way there, i meet a pretty gals with her daddy i think, she’s on the way home from ger school.

gels

my repeater tower is on 950 m from sea surface with about 100 kph wind loading.

miipmdpmdf

good view huh???

installing network here is really drain my energy, i have much trouble with weak signal etc etc. it cause by the fuckin hill.

ertghj

i’m so tired and to take a rest now….

Check IMAP etc.

telnet localhost 143

Trying 192.168.1.10…
Connected to 192.168.1.10.
Escape character is ‘^]’.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS] Courier-IMAP ready. Copyright 1998-2003 Double Precision, Inc. See COPYING for distribution information.
a login postmaster@mydomain.com my_password
a OK LOGIN Ok. (successful login!)
a logout (logs you out)
* BYE Courier-IMAP server shutting down
a OK LOGOUT completed
Connection closed by foreign host.

root@slackbox:/# telnet localhost 106
Trying 127.0.0.1…
Connected to localhost.
Escape character is ‘^]’.
200 courierpassd v0.30 hello, who are you?
user postmaster@qmailrocks.org
200 Your password please.
pass my_password
(don’t be a dumbass. Put your own password here)
200 Your new password please.
newpass my_new_password
(don’t be a dumbass. Put your new password here)
200 Password changed, thank-you.
quit
200 Bye.
Connection closed by foreign host.
root@slackbox:/#