Arsip di Bulan June, 2011

10 June
2011

Juniper – Virtual Router

Virtual Router Configuration Example Assigning IP Addresses to Interfaces Assign interface IP addresses. In the following example, 192.168.1.1/24 and 172.17.1.1/24 are assigned to the fe-0/0/2 and fe-0/0/3 interfaces, respectively. user@host# set interface fe-0/0/2 unit 0 family inet address 192.168.1.1/24 user@host# set interface fe-0/0/3 unit 0 family inet address 172.17.1.1/24 Creating Virtual Routers and Assigning Interfaces Baca Selengkapnya …
06 June
2011

Juniper SRX – Getting Started

Reference: KB15694 Logging In for the First Time After installing the SRX Series device, log in as the root user. There is initially no password for the root user. After you initially log in as root, the shell prompt (%) appears. Enter cli at the prompt to start the CLI and enter operational mode. The Baca Selengkapnya …
03 June
2011

Konqueror As FTP Client

Several FTP clients for KDE have been either discontinued or their development has been stalled. But the good news is that the most famous FTP client is under constant development and its name is Konqueror. Using Konqueror as an FTP client is a good idea because you can have remote files inside your file manager, Baca Selengkapnya …
03 June
2011

Remove Microsoft Victim Notification

Saat ini Microsoft sudah sangat aktif melakukan pelacakan terhadap pemakai Microsoft Windows bajakan melalu program Windows Update. Yang umumnya terkena dampak yang sangat besar adalah pemakai Microsoft Windows XP bajakan, hal ini membuat komputer yang bersangkutan yang telah terdeteksi oleh program Microsoft WGA (Windows Genuine Advantage) Notification, akan selalu menampilkan pesan notifikasi You may be Baca Selengkapnya …
03 June
2011

Winston Enterprise Linux

logo bootloader Prev Top Next WEL (Winston Enterprise Linux) WEL (Winston Enterprise Linux) adalah 99% cloning dari RHEL (RedHat Enterprise Linux) yang diubah hanyalah logo dan trademark dari RHEL. WEL ini pertama kali dibuat tahun 2004 berdasarkan inspirasi yang muncul setelah melihat WhiteBox Enterprise Linux 3.0 yang dibuat secara personal dari seorang yang bernama John Baca Selengkapnya …
03 June
2011

MySQL First Step Installation On RHEL 5

Install mysql rpm packages $ yum install mysql-server mysql-connector-odbc MySQL-python \ libdbi-dbd-mysql perl-DBD-MySQL php-mysql php-bcmath \ php-cli php-dba php-gd php-imap php-ldap php-mbstring \ php-snmp php-xml php-xmlrpc php php-soap mod_ssl Removing the test databases and anonymous user created by default. This is strongly recommended for production servers. $ mysql_secure_installation Set root user password for the first Baca Selengkapnya …