Install OpenVPN di VPS daxa.net

29 Jan 2010 In: Tips

1. Order minimal paket Intro bisa cek list VPS di sini dan bisa daftar di sini

2. Kalu saya pilih OSnya CentOS 5.2

3. Setelah VPS udah ada download file2 berikut ini :

1
2
#wget http://openvpn.net/release/openvpn-2.0.9.tar.gz
#wget http://openvpn.net/release/lzo-1.08-4.rf.src.rpm

4. Terus install beberapa software berikut ini : More...

Cegah Overload Mysql di Web Server

18 Oct 2009 In: Tips

Edit my.cnf, tambahin variabel ini buat membatasi penggunaan memori oleh mysql, dan
mencegah injeksi perintah infile di sql query, dan hanya izinkan akses
mysql dari localhost.

[mysqld]
max_user_connections = 130
local-infile=0
skip-networking More...

Menghindari Sikap Ceroboh

23 Sep 2009 In: Tips
Salah satu yang jarang kita perhatikan adalah sikap ceroboh. Sering
kita meremehkan hal-hal yang menjadi penyebab kecerobohan. Berapa
banyak masalah yang timbul karena kecerobohan yang kita lakukan. Ketika
memasak misalnya, garam kebanyakan tentu masakan akan jadi asin. Begitu
juga bagi yang keliru meminum obat. Kelebihan dosis karena berpikir
akan cepat sembuh. Contoh lain, tidak hati-hati menyalakan listrik,
kesetrum jadinya. Atau lupa mencabut kunci motor, motor baru bisa
hilang digondol maling.
More...

Searching for Text on VI

6 Sep 2009 In: Tips

To search for the next occurrence of text in the file, use either the slash (/) or the question mark (?)
character. Follow the slash or question mark with a pattern (string of text) to search forward or
backward, respectively, for that pattern. Within the search, you can also use metacharacters. Here
are some examples:
- /hello—Searches forward for the word hello.
- ?goodbye—Searches backward for the word goodbye.
- /The.*foot—Searches forward for a line that has the word The in it and also, after
  that at some point, the word foot.
- ?[pP]rint—Searches backward for either print or Print. Remember that case 
matters in Linux, so make use of brackets to search for words that could have different
  capitalization. More...

Background Commands On Linux

6 Sep 2009 In: Tips
Some commands can take a while to complete. Sometimes you may not want to tie up your shell waiting for a command to finish. In those cases, you can have the commands run in the back- ground by using the ampersand (&). Text formatting commands (such as nroff and troff, described earlier) are examples of com- mands that are often run in the background to format a large document. You also might want to create your own shell scripts that run in the background to check continuously for certain events to occur, such as the hard disk filling up or particular users logging in. Here is an example of a command being run in the background:
1
$ troff -me verylargedocument | lpr & 
Other ways to manage background and foreground processes are described in the section “Managing Background and Foreground Processes” later in this chapter.
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Scirpt sh buat install perl

18 Aug 2009 In: Tips

Gunakan editor favorit anda, terus ketik sbb

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 #!/bin/sh 

perl -e 'use CPAN; install MIME::Base64;' 

perl -e 'use CPAN; install DB_File;' 

perl -e 'use CPAN; install Net::DNS;' 

perl -e 'use CPAN; install Net::SMTP;' 

perl -e 'use CPAN; install Mail::SPF::Query;' 

perl -e 'use CPAN; install Time::HiRes;' 

perl -e 'use CPAN; install Mail::DomainKeys;' 

perl -e 'use CPAN; install IO::Zlib;' 

perl -e 'use CPAN; install Archive::Tar;
 

jangan lupa di save, kalau mau jalankan tinggal ketik sh script_anda.sh 

 

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Memperbaiki Grub Yang Rusak

29 Jul 2009 In: Tips

Jika kita install dual OS linux sama windows, maka akan muncul grub loader yang nampilin pilihan buat booting, mo booting ke linux atau ke windows. Permasalahannya, jika kita install ulang windows kita atau jika kita gunain fix mbr buat balikin boot ke windows, maka grub loader yang nampilin pilihan buat booting ke linux atau windows pasti ilang. Cara buat balikin grub loader yang ilang sebenernya gampang banget, gini nih caranya…

1. Masukin live cd linux apa aja….

2. Di live cd masuk ke terminal terus ketik grub lalu enter…(muncul tampilan kayak gini) More...

PHP AUTHENTICATION AND IIS

15 Jul 2009 In: Tips
If you’re using IIS in conjunction with PHP’s ISAPI module, and you want to use PHP’s HTTP authentication
capabilities, you need to make a minor modification to the examples offered throughout this chapter. The username
and password variables are still available to PHP when using IIS, but not via $_SERVER['PHP_AUTH_USER']
and $_SERVER['PHP_AUTH_PW']. Instead, these values must be parsed from another server global variable,
$_SERVER['HTTP_AUTHORIZATION']. So, for example, you need to parse out these variables like so:
list($user, $pswd) =
explode(':', base64_decode(substr($_SERVER['HTTP_AUTHORIZATION'], 6)));
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Jadwal Sholat

My Quotes ...

Each morning when I open my eyes I say to myself: I, not events, have the power to make me happy or unhappy today. I can choose which it shall be. Yesterday is dead, tomorrow hasn’t arrived yet. I have just one day, today, and I’m going to be happy in it


Sponsors






s

Affiliate



Earn $$ with WidgetBucks!



Get Chitika Premium

Blog Advertising - Advertise on blogs with SponsoredReviews.com

Stats



Add to Google Reader or Homepage
Subscribe in NewsGator Online
Subscribe in Bloglines
Add to fwicki
Subscribe in podnova
Free Page Rank Tool

My Popularity (by popuri.us)


My BlogCatalog BlogRank
TopOfBlogs

blog-indonesia.com
Technology Blogs - Blog Rankings
rank blog indonesia
ping.sg - i ping do u?

Search Engine Optimization




Blogs lists and reviews
Amfibi Web Search & Directory

Support By


Spread Firefox Affiliate Button

bloggerpeduli