Showing posts with label software. Show all posts
Showing posts with label software. Show all posts

Monday, March 1, 2010

Instal Unreal IRCD Linux

Menginstal unreal sebenarnya mudah saja, bahkan menurut saya fitur2 nya lebih lengkap di bandingkan jenis IRCD yg lainnya, berikut saya berikan sedikit tutorial menginstal IRCD lewat ssh dengan Unreal versi 3.2.8 :

- masuk ke shells user account anda, kemudian berikan command :
[user@kill-9] wget http://jatimcom.uni.cc/irc/linux.tgz

- extract file tersebut :
[user@kill-9] tar zxvf linux.tgz;rm -f linux.tgz

-masuk ke direktory unreal :
[user@kill-9] cd Unreal

- lakukan proses configurasi :
[user@kill-9/Unreal] ./Config
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _ | | | | | / | | / _ |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|

Configuration Program
for Unreal3.2.8

This program will help you to compile your IRC server, and ask you
questions regarding the compile-time settings of it during the process.
regarding the setup of it, during the process.

If you have problems regarding the setup & compile, read Unreal.nfo to get
more information on where to get help. Please, before running this setup,
read the documentation in the "doc" folder. Docs are also avail online @
http://www.unrealircd.com/unreal32docs.html

[Enter to continue] Enter

Installing 17% <-- tekan enter seterusnya sampai 100% terdapat beberapa pilihan : ==[ ADDITIONAL INFO ]== * See ChangeLog [Enter to continue] Do you want to enable the server anti-spoof protection? [No] -> enter
What directory are all the server configuration files in?
[/usr/local/username/Unreal/] -> enter
What is the path to the ircd binary including the name of the binary?
[/usr/local/username/Unreal/src/ircd] -> enter
Would you like to compile as a hub or as a leaf?
Type Hub to select hub and Leaf to select leaf.
[Hub] -> enter
What is the hostname of the server running your IRCd? -> enter
What should the default permissions for your configuration files be? (Set this to 0 to disable)
It is strongly recommended that you use 0600 to prevent unwanted reading of the file
[0600] - > enter
Do you want to support SSL (Secure Socket Layer) connections?
[No] -> enter
Do you want to enable IPv6 support?
[No] -> enter
Do you want to enable ziplinks support?
[No] -> enter
Do you want to enable remote includes?
[No] -> enter
Do you want to enable prefixes for chanadmin and chanowner?
This will give +a the & prefix and ~ for +q (just like +o is @)
Supported by the major clients (mIRC, xchat, epic, eggdrop, Klient, PJIRC, etc.) with the notable exceptions of irssi, KVIrc and CGI:IRC.
This feature should be enabled/disabled network-wide.
[No] -> enter
What listen() backlog value do you wish to use? Some older servers
have problems with more than 5, others work fine with many more.
[5] -> enter
How far back do you want to keep the nickname history?
[2000] -> enter
What is the maximum sendq length you wish to have?
[3000000] -> enter
How many buffer pools would you like?
This number will be multiplied by MAXSENDQLENGTH.
[18] -> enter
How many file descriptors (or sockets) can the IRCd use?
[1024] -> enter
Would you like any more parameters to configure?
Write them here:
[] -> enter

setelah tahapan diatas, akan muncul :
Now all you have to do is type 'make' and let it compile. When that's done, you will receive other instructions on what to do next.
_______________________________________________________________________
| |
| UnrealIRCd Compile-Time Config |
|_______________________________________________________________________|
|_______________________________________________________________________|
| |
| Now all you have to do is type 'make' and let it compile. When that's |
| done, you will receive other instructions on what to do next. |
| |
|_______________________________________________________________________|
|_______________________________________________________________________|
| - The UnrealIRCd Team - |
| |
| * Stskeeps stskeeps@unrealircd.com |
| * codemastr codemastr@unrealircd.com |
| * Syzop syzop@unrealircd.com |
|_______________________________________________________________________|

-maka ketik :
[user@kill-9/Unreal] make
__________________________________________________
| Compile is now complete. |
| You should now read the documentation and learn |
| how to configure your IRCd. |
| |
| If you really like UnrealIRCd, and would like to |
| make a donation, please read the Donation file in|
| this archive. :) |
| |
| Thanks for using Unreal IRCd! If you are in need |
| for any kind of help regarding the IRCd please |
| read the Unreal.nfo file. |
|__________________________________________________|

proses instalasi akan berjalan, untuk menyempurnakan proses compile ircd, lanjutkan dengan menjalankan perintah :
[user@kill-9/Unreal] make install
__________________________________________________
| Compile is now complete. |
| You should now read the documentation and learn |
| how to configure your IRCd. |
| |
| If you really like UnrealIRCd, and would like to |
| make a donation, please read the Donation file in|
| this archive. :) |
| |
| Thanks for using Unreal IRCd! If you are in need |
| for any kind of help regarding the IRCd please |
| read the Unreal.nfo file. |
|__________________________________________________|

- seeep, skrg tinggal mengedit file unrealircd.conf nya, lakukan perintah :
[user@kill-9/Unreal] pico unrealircd.conf

lakukan proses edit, bagian admin, server, connetc serta opernya, akan lebih mudah mengedit menggunakan program winscp.

-baiklah, saya anggap sudah selesai di edit, skrg tinggal menggunakan jurus run :
[user@kill-9/Unreal] ./unreal start
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.8
using TRE 0.7.5 (LGPL)

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------

DONE GOOD JOB :D

pada intinya commandnya hannya
./Config
make
make install
./unreal start

Ctt.
hanya berjalan pada linux dan keluarga UNIX lainya
proses penginstalan dapat dilakukan meskipun tidak lewat ssh atau hanya lewat r57/c99/c100 atau gak harus root user biasa pun bisa
progam di atas hanya install server irc saja belom termasuk servicesnya


Copyright @ KILL-9
read more...

Monday, August 10, 2009

sharing aplikasi chating buat handphone

read more...

Sunday, August 9, 2009

lebih dekat dengan Google Chrome 3.0.197.11 Beta

Dibandingkan browser lain, Chrome terkesan sepi atau polos. Tidak banyak embel-embel apa pun yang terlihat menjejali toolbar, sidebar aplikasi yang bersangkutan.

Pengguna awal mungkin akan kebingungan mencari lokasi penempatan opsi-opsi untuk melakukan personalisasi browser. Bahkan tombol Back dan Next hanya diwakili oleh panah sederhana. Demikian pula tombol Refresh. Tidak ada tombol Home di sini. Pengaturan hanya dapat dilakukan lewat dua tombol kontrol di sudut kanan.

Kalau dibanding browser versi sebelumnya yang dirilis sekitar sembilan bulan lalu, kinerja Chrome 2.0 sudah lebih baik, utamanya dalam mengeksekusi JavaScript.

Dari sisi fitur, tab-tab yang ada pada Google Chrome menarik dan lengkap. Contoh, kalau kita membuka tab baru dari tab yang sedang dikunjungi, tab-tab baru itu juga bisa ditutup kembali lewat tab asalnya. Jika sedang ingin fokus ke tab yang sedang kita buka, kita juga bisa tutup seluruh tab kecuali tab yang sedang kita tonton. Bisa juga tutup satu tab yang ada di sebelah kanan tab yang aktif (sedang kita lihat). Sayangnya, ketika secara tidak sengaja browser tertutup, tidak ada fitur Session Restore yang otomatis membuka tab-tab situs yang sedang kita jelajahi terakhir kali.

Kini Google Chrome juga sudah memiliki kemampuan layaknya browser-browser lainnya yakni mendukung modus Full screen dan Form autofill. Pada browser seperti IE atau Firefox fitur ini sudah ada sejak lama, tetapi di Chrome 2.0 kehadirannya cukup membantu pengguna yang sering melalukan registrasi di internet atau ingin menjelajah dengan tampilan penuh. Sayangnya lagi, masih ada yang kurang pada dua fitur baru tersebut.

Saat PCplus uji coba modus Full screen, tidak seperti pada Firefox atau Internet Explorer, ketika kursor mouse digerakkan ke bagian paling atas layar, maka informasi URL ataupun tab-tab yang sedang dibuka bisa dilihat. Ini serupa dengan fitur Full screen milik Opera, meski masih lebih baik dibanding Safari yang tidak mendukung modus full screen.

Demikian pula untuk Autofill. Pada IE atau Firefox, Anda bisa menyimpan profil Autofill di mana Anda dapat mengisi form umum seperti nama, alamat, atau email secara otomatis dengan satu klik. Namun pada Chrome 2.0, fitur Autofill masih cukup primitif. Anda perlu memilih setiap kolom secara manual, lalu memilih konten autofill dari menu drop-down yang ada.

Satu tambahan lain yang disediakan Google pada browser ini adalah kemampuan untuk menghapus satu per satu thumbnail situs yang pernah Anda kunjungi. Seperti diketahui, secara default, jendela awal Google Chrome adalah history penjelajahan Anda di dunia maya dalam bentuk thumbnail. Nah, Anda hapus bekas-bekas kunjungan Anda ke situs tertentu supaya tidak terlihat Anda pernah mengunjungi situs yang bersangkutan. Lumayan kan?

kelebihan: Ringan, manajemen tab yang memudahkan, hapus history individual
kekurangan: Fitur autofill masih manual, tidak ada session restore

sumber: pcplus

download disini kalo mau coba google chrome

read more...

Monday, July 27, 2009

Membuat gambar ASCII dengan ASCII Chart Generator


ASCII Art Generator merupakan text art generator. Dengan menggunakan software tersebut Anda dapat meng-convert image menjadi text style — baik full color atau hitam putih — dengan mudah dan cepat. Anda tinggal memilih image yang akan Anda convert (bisa image full color atau image hitam putih), tentukan format output yang Anda inginkan dan klik Conversion.

Homepage: http://www.ascii-art-generator.com/
Download: IN HERE

semoga membantu
read more...