Wadah Belajar Linux, Debian, Mikrotik, Networking, Routing, dan Ilmu Pendukungnya

< Browse > Home /

| Mobile | RSS

Fungsi PHP untuk Menghapus White Space Characters

Ada 4 fungsi PHP yang bisa digunakan untuk menghapus karakter spasi pada awal/akhir sebuah string, yaitu :
1. trim() – Menghapus karakter spasi pada awal dan akhir string.
2. ltrim() – Menghapus karakter spasi pada awal string.
3.  rtrim() – Menghapus karakter spasi pada akhir string.
4. chop() – Sama dengan fungsi rtrim().

[ More ] August 5th, 2009 | 3 Comments | Posted in script |

Cara Menggunakan File ISO Debian Sebagai Repository

- Pertama kali buatlah folder di direktori home Anda, misal jika sudah dibuat adalah /home/useranda/isos/
- Simpanlah semua file ISO hasil download Anda di folder tersebut, rename menjadi debian1.iso debian2.iso debian3.iso
- Buatlah 3 direktori di /home/useranda/isos/, kasih nama iso1, iso2, iso3.

[ More ] August 4th, 2009 | 2 Comments | Posted in Linux, script |

Accessing your POP mail through TELNET

Contoh kasus pengen cek email zulfan@zulfanruri.com, maka telnet aja pop servernya (mail.zulfanruri.com) port 110:
# telnet mail.zulfanruri.com 110
Trying 202.67.10.98…
Connected to zulfanruri.com.
Escape character is ‘^]’.
+OK Hello there.
Kemudian ketik user email :
user zulfan@zulfanruri.com
+OK Password required.
Server sudah bilang “OK, now give me the password”, jadi kasih aja deh passwordnya :
pass xxxxxxxxxx
+OK logged in.

[ More ] August 27th, 2008 | 2 Comments | Posted in Uncategorized, script |

SMTP Check Port 25 with the Telnet Command

Misal kita ingin kirim email ke zulfan@kebo.vlsm.org, maka harus ngerti dulu MX utk domain ini:
# host -t mx kebo.vlsm.org
kebo.vlsm.org mail is handled by 10 kebo.vlsm.org.
# telnet kebo.vlsm.org 25
Trying 202.154.187.9…
Connected to surobuaya.vlsm.org.
Escape character is ‘^]’.
220 howie.eepis-its.edu ESMTP Postfix (Debian/GNU)
Lalu kita sebutkan siapa pengirimnya :
MAIL FROM: <zulfan_hakim@yahoo.com>
250 2.1.0 Ok

[ More ] August 27th, 2008 | No Comments | Posted in Uncategorized, script |

Forget Windows Administrator Password ??

1st Method:
The first thing which you check if you forget login password. When we install Windows, it automatically creates an account “Administrator” and sets its password to blank. So if you have forget your user account password then try this:
Start system and when you see Windows Welcome screen / Login screen, press <ctrl>+<alt>+<del> keys twice [...]

[ More ] August 27th, 2008 | 3 Comments | Posted in Uncategorized |

Create Upto 6 Alias for Your Existing Yahoo! ID

Yahoo! allows you to create upto 6 alias or personal names for your existing Yahoo! ID, so you can have 6 different Yahoo! IDs but can get all your mails in a single account.
You can create alias using any of following 4 methods:
1. Log into your Yahoo! account and goto your Mail Options. Click [...]

[ More ] August 27th, 2008 | No Comments | Posted in Uncategorized |

Install Web Server Debian

Mudah sekali install web server + PHP di debian, cukup 2 langkah saja.
1. Install Web servernya (apache2) :
#apt-get install apache2
2. Install PHP yg support dg apache2 (PHP5)
#apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi
Sudah, gitu tok
Kemudian file2 utk web ditaruh di /var/www

[ More ] August 25th, 2008 | 8 Comments | Posted in Linux |

Upgrading Cacti

Backup the old Cacti database.
shell> mysqldump -l –add-drop-table cacti > mysql.cacti
Note: You will probably have to specify the -u and -p flags for the MySQL username and password. This user must have permission to read from Cacti’s database or you will end up with an empty backup.
Backup the old Cacti directory.
shell> mv cacti cacti_old

Extract the [...]

[ More ] August 25th, 2008 | No Comments | Posted in Linux, Networking |

PHP Whois Script

Pastikan sudah terinstall web server lengkap dengan phpnya, script ini pake jwhois jadi install dulu yah.
#apt-get install jwhois
Trus scriptnya :

[ More ] August 22nd, 2008 | 1 Comment | Posted in script |

Plugin Architecture Cacti 0.8.6i/j

For those who haven’t upgraded yet to Cacti 0.8.7, here’s the plugin architecture 1.1 for Cacti 0.8.6i/j

[ More ] August 22nd, 2008 | No Comments | Posted in Uncategorized |

Kumpulan Novel Islami

Silahkan di download beberapa yg saya punya :
1. Mahkota Cinta
2. Pudarnya Pesona Cleopatra
3. Di Atas Sajadah Cinta
4. Takbir Cinta Zahrana
5. Ketika Cinta Berbuah Surga
6. Nyanyian Cinta

[ More ] August 17th, 2008 | 37 Comments | Posted in novel |

Novel Laskar Pelangi

SIlahkan di download disini

[ More ] August 17th, 2008 | No Comments | Posted in novel |
  • Page 1 of 2
  • 1
  • 2
  • >


View My Stats