Programmer C++ / Java
November 20, 2008

PT. C & C adalah perusahaan yang bergerak dibidang multimedia
saat ini membutuhkan programmer.

Kualifikasi:
1. Laki-laki/Wanita usia Max. 25 Tahun
2. Min D3 Lulusan Teknik Informatika / Ilmu Komputer / Sistem Informasi
3. Memiliki kemampuan programming C/C++ atau Java
4. Memahami konsep OOP ( Object Oriented Programming )
5. Memiliki kemampuan SQL Query
6. Memiliki pengalaman kerja programming
7. Mampu bekerja sama dalam team
8. Sehat jasmani dan rohani
9. Berdomisili di Jabodetabek

Kirimkan CV anda via email ke: info@rawid.com (info at rawid dot com)
Closing dates 25 November 2008



Spread Firefox Affiliate Button
Bookmark and Share
Page copy protected against web site content infringement by Copyscape



IT-SUPPORT

Sebuah grup perusahaan yang sedang berkembang di Jakarta Pusat membutuhkan
calon tenaga kerja yang potensial untuk ditempatkan pada posisi IT Support,
dengan kualifikasi sebagai berikut:

- Laki-laki, maksimum berusia 25 tahun;
- Memiliki pendidikan minimum Diploma III IT, Computer Science , Computer
Engineering;
- Lancar menggunakan Windows, Network & Hardware trouble shooting;
- Menguasai programing dasar;
- Sigap dan cekatan;
- Penuh inisiatif dan memiliki keinginan belajar yang kuat;

Bagi yang cocok dan berminat dapat mengirimkan surat lamaran dan riwayat
hidup dilengkapi transkrip nilai dan foto paling lambat 25 Desember 2008 via
e-mail ke:

desuin1@gmail. com



Spread Firefox Affiliate Button
Bookmark and Share
Page copy protected against web site content infringement by Copyscape



Trickle Bandwith Shapper

Trickle Bandwith Shapper

Saturday, April 21st, 2007

### Cara Installasi Trickle Bandwith Shapper ###

*** Kebutuhan :
1. libevent-1.3.tar.gz
2. trickle-1.0.6.tar.gz

*** Kompilasi :
1. Terlebih dahulu install packet libevent sebagai berikut :

[root@kaymey]# tar -xvzf libevent-1.3.tar.gz
[root@kaymey]# cd libevent-1.3
[root@kaymey]# ./configure –prefix=/usr/local/libevent
[root@kaymey]# make
[root@kaymey]# make all
[root@kaymey]# make install
[root@kaymey]# make clean

2. Kemudian baru kita mulai install trickle :

[root@kaymey]# tar -xvzf trickle-1.0.6.tar.gz
[root@kaymey]# cd trickle-1.0.6
[root@kaymey]# ./configure –prefix=/usr/local/trickle –with-libevent=/usr/local/libevent

Bila berjalan lancar anda akan menemukan file hasil installasi pada direktori :
/usr/local/trickle

*** Penggunaan :

[root@kaymey]# trickle -u 10 -d 20 sftp

Perintah diatas diterjemahkan : membatasi alokasi bandwith sebesar 10 KB/s untuk upload dan 20 KB/s
untuk download bagi aplikasi sftp

[root@kaymey]# trickled -u 32 -d 128 -s

Perintah diatas diterjemahkan : membatasi alokasi bandwith sebesar 32 KB/s untuk upload dan 128 KB/s
untuk semua aktifitas

atau bisa juga dipergunakan file konfigurasi sebagaimana contoh dibawah ini

contoh konfigurasi : /etc/trickle.conf

[ssh]
Priority = 1 #prioritas aplikasi
Time-Smoothing = 0.1 #waktu burst dalam detik/S
Length-Smoothing = 2 #banyaknya burst dalam KB

[ftp]
Priority = 8
Time-Smoothing = 5
Length-Smoothing = 20

Aplikasi ini cukup sederhana bagi yang memerlukan pengaturan bandwith dengan cara yang tidak terlalu
kompleks.



Spread Firefox Affiliate Button
Bookmark and Share
Page copy protected against web site content infringement by Copyscape



MRTG Generator

Script ini adalah request dari hellcrew666 yang berfungsi untuk generate konfigurasi MRTG pada mesin Linux.

Script :

--------------- copy dibawah ----------- 

#!/bin/sh
# just save this script, and name it “mrtg-gen”
# chmod 755 mrtg-gen
# then just run it : ./mrtg-gen
# this script help us to create MRTG in easy way
# need : APACHE, MRTG, RRD, GD, PEARL, root shell.
# im lack …
# im nothing …
clear
if [ "$1" = "" ]
then
echo | date
echo “”
echo -e “\a”
echo “MRTG Auto Compiler v.2 by rizky.md@gmail.com”
echo “”
echo “———————————————-”
echo “Cara penggunaan :”
echo “$0 snmp — untuk setting snmp ”
echo “$0 config — untuk bikin config file ”
echo “$0 index — untuk generate html file ”
echo “$0 exe — untuk file executor ”
echo “———————————————-”
echo “Tested on Redhat,CentOS,IGOS,FEDORA & RHEL try yours ….”
echo “”
echo “Have a nice day …”
echo -e “\a”
exit
fi

if [ "$1" = "snmp" ]
then
echo “Inputkan community string ( contoh : kentang ) :”
read CM
echo “Inputkan file config snmp ( contoh : /etc/snmp/snmpd.conf ) :”
read SMLOC
echo “Inputkan contact person system ( contoh : Rizky M. Dinata ) :”
read SYC
echo “Inputkan lokasi system ( contoh : Australia 33th Avenue DH BLD 4th floor ) :”
read SYAD
echo “Inputkan identitas system ( contoh : My-BlackboX ) :”
read SYID
echo “rocommunity $CM
syslocation $SYAD
sysname $SYID
syscontact $SYC” > $SMLOC
echo “Service snmp di restart …”
echo “”
/etc/init.d snmpd restart
exit
fi

echo “Inputkan lokasi file MRTG ( contoh : /var/www/html/mrtg ) :”
read GLB
echo “Inputkan community string snmp target ( contoh : public ) :”
read NAMA
echo “Inputkan IP address target ( contoh : 192.168.0.1 ) :”
read ALA
echo “Inputkan lokasi file configurasi MRTG ( contoh : /etc/mrtg ) :”
read KON
echo “Inputkan nama file configurasi MRTG ( contoh : test.cfg ) :”
read CFG

if [ "$1" = "config" ]
then
cfgmaker –global “WorkDir: $GLB” –global “Options[_]: growright,bits” –global “RunAsDaemon:Yes” –global “Interval:5″ –global “Refresh:300″ $NAMA@$ALA > $KON/$CFG
echo -e “\a”
echo “File konfigurasi MRTG telah selesai dibuat.”
echo “lokasi file configurasi anda : $KON/$CFG ”
echo “Lanjutkan dengan membuat index file.”
exit
fi

if [ "$1" = "index" ]
then
indexmaker –columns=1 –show=day –pagetop=MRTG-GEN-V2 –title=Network-Traffic-Analysis –output=$GLB/index.html $KON/$CFG
rm $KON/*.pid
mrtg $KON/$CFG
echo -e “\a”
echo “File index telah selesai dibuat.”
echo “lokasi file index anda : $GLB ”
echo “Proses MRTG telah berjalan.”
exit
fi

if [ "$1" = "exe" ]
then
echo ”
rm $KON/*.pid
mrtg $KON/$CFG ” > /etc/mrtg-run
chmod 755 /etc/mrtg-run
ln -s /etc/mrtg-run /etc/init.d/mrtg-run
echo "/etc/mrtg-run" >> /etc/rc.local
echo -e “\a”
echo “Konfigurasi eksekutor selesai .”
echo “Untuk menjalankan secara manual :”
echo “cukup running script : /etc/mrtg-run”
exit
fi
################################
# The world will never know … #
# and i will never understand #
# losing my grip … slepted away #
# tryin’ to find my way back #
# to the main purposes why GOD create me #
################################

 

---------- akhir copy diatas ----------- 

 

Howto :

1. vi /sbin/mrtg-gen.sh, tekan i pada keyboard, kemudian paste script tersebut diatas (dengan shift insert ), tekan esc kemudian :wq.

2. jadikan file /sbin/mrtg-gen.sh executeable : chmod 755  /sbin/mrtg-gen.sh

3. jalankan script untuk memulai menjalankan MRTG-GEN :  /sbin/mrtg-gen.sh

 

Goodluck bro.... 



Spread Firefox Affiliate Button
Bookmark and Share
Page copy protected against web site content infringement by Copyscape



Lowongan Kerja : Commonwealth Bank
November 18, 2008
GRADUATE DEVELOPMENT PROGRAM (GDP)
GDP is a program that includes several months of comprehensive general banking and product knowledge training and two years of on the job placement. When completed, candidates will have a development path and will be stationed in various functions of the bank.
Positions available for:
Front-liners at Branch (FL)
• Personal Banker Funding
• Relationship Manager Lending
Supporting Departments (SD)
• Credit Analyst
• System & Technology
• Risk Management
• Operations
• Compliance
• Treasury
• Finance
Requirements:
• Male/Female, Max 26 years old
• Bachelor or Master degree, in any education background with an 'outstanding GPA (GPA>=3.25)
• Preferably with 2 years of working experience. Fresh graduates are welcome to apply
• Local and Overseas graduates
• Strong focus on sale's and customers (FL)
• Willing to be stationed at our branches throughout Indonesia
• Computer literate
• Proficient in English (verbal and written communication abilities)
Send your comprehensive CV, academic transcript and
your latest photograph to: gdp@commbank. co.id
(Subject: GDP-your position code on your email subject, e.g. GDP-FL or GDP-SD).
Closing date for the applications: November 28, 2008.


Spread Firefox Affiliate Button
Bookmark and Share
Page copy protected against web site content infringement by Copyscape