04 Sep 2008 @ 4:42 AM 

Google Chrome

Waaaahhh gookil nich, satu lagi terbososan baru dari pamanku setelah browsing browsing akhirnya nemu juga ini, satu inovasi,   pamanku telah memunculkan browser baru dinamakan CHROME keren euyy….lumayan enteng, bisa import settingan bookmark dari browser lain juga, lebar tampilannya, lumayan enteng drpada browser selain ini, mau coba buktikan?? langsung aja baca review kemudian download disini lalu install :)

Hanya saja browser ini masih tidak seperti FF yang bisa menyediakan beberapa pilihan opsi untuk add ons yang mana add ons dari mozilla itu cukup membantu, contohnya seperti ShowIP (melihat ip server situs yang dikunjungi), Webdeveloper(saya gunakan untuk ngintip CSS situs yg saya kunjungi), Password Maker (untuk bikin satu master login dari beberapa login beberapa situs) , Download Helper (kalau sewaktu streaming di youtube bisa saya langsung klik ini maka tersimpanlah file video FLV yang saya buka tadi) itu semua merupakah salah satu contoh kecil saja dan masih banyak yang lainnya , ini sangatlah membantu saya sekali :) bisa mempersingkat yang seharusnya hal tersebut membutuhkan tambahan software laen, sekarang tak perlu repot, bisa dikonfigurasikan dalam satu browser. Hebat Bukan? hehehe…

Yah tapi begitulah masing masing Browser mempunyai kelemahan dan kekurangan nya, seperti kita *manusia-read* nobody’s perfect right??

Ya sudah langsung aja review bisa teman2 dilihat dimari dan dimari untuk melihat mengapa google bikin browser ini.

Semoga membantu yaa…..

Tags Tags: , , , ,
Categories: Download, Reviews
Posted By: dedi
Last Edit: 04 Sep 2008 @ 04 45 AM

E-mailPermalinkComments (15)

wow…. a few days ago, i had this problems, some doman on server have some error like this,

first, i think this is just because some sql service still stuck, i don’t know why…but then after i check on event viewer, i have this error messages “Starting up database ‘ReportServer$SQLExpressTempDB’.”

wolaaa… akirnya dengan terus berusaha mencari beberapa keterangan referensi dari om GooGle[dot]CoM ada beberapa penjelasan yang pada akhirnya cukup menjadi bukti bahwa hal tersebut bukan dikarenakan service mssql yg stuck…Hal tersebut dikarenakan adanya pool koneksi yg berlebih, dimana yang seharusnya tidak boleh terjadi, karena membuka koneksi persisten secara terus menerus, side effect nya pool koneksi jadi penuh sehingga website tersebut tidak bisa diakses dan muncul keterangan error seperti pada judul di atas yaitu “Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool.
This may have occurred because all pooled connections were in use and max pool size was reached.”

-HosH- Finally, resolution is only to closing connection object, thats it.

Fix connection string and destroy the connection object conn.Dispose();
that’s it

or you can follow this link to see how it works….and will help you more to know….

blog msdn how to avoid max pool reached

or this link using connection pool with sql server

hehe…ini kejadian beberapa hari yang lalu…semoga dapat membantu anda smua…akhirnya..setelah diperbaiki, website berjalan dengan normal… tidak ada gangguan apapun.. :)

Regards

 14 May 2008 @ 6:26 PM 

Dengan metode authentikasi ini kita bisa mengenkripsi password login kita ke ssh,caranya yaitu :

Generate dulu public key untuk protocol ssh ato ketik perintah sbb berikut

[dedi@office-dedi ~]$ ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/home/dedi/.ssh/id_dsa):
Created directory ‘/home/dedi/.ssh’.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/dedi/.ssh/id_dsa.
Your public key has been saved in /home/dedi/.ssh/id_dsa.pub.
The key fingerprint is:
81:3a:4f:f7:7b:9d:e5:11:6f:e6:4e:d8:09:b0:35:a6 dedi@office-dedi.ardhosting.com
Nah kalau sudah sampai di sini silahkan check di home dir mu, [dedi@office-dedi ~]$ ls -alh .ssh/id_*
-rw——- 1 dedi root 736 2008-05-13 13:54 .ssh/id_dsa

-rw-r–r– 1 dedi root 621 2008-05-13 13:54 .ssh/id_dsa.pub

id_dsa adalah private key ,dan id_dsa.pub adalah public key-nya, klo sudah ketemu ada file itu di atas brati sudah benar, langkah selanjutnya menuju meng copy public key ke remote server caranya dengan ketik perintah ini $cat .ssh/id_dsa.pub | ssh -l user remote_machine “cat >> .ssh/authorized_keys”

keterangan di atas ganti user = ganti dengan username mu untuk login ke server , dan remote machine isi dengan ip atau hostname servermu.

kemudian selanjutnya login ke servermu lewat shell/ssh periksa direktori .ssh/ apakah sudah benar permission nya menjadi read only ? atau bisa diketik perintah $chmod -R og= $HOME/ .ssh dengan perintah tersebut akan mereplace permission file yg ada di dalam direktory .ssh/ menjadi read only.

Ok welldone beres deh… tinggal coba praktek login menggunakan public key

[dedi@office-dedi ~]$ user@hostname server / ip server
Enter passphrase for key ‘/home/dedi/.ssh/id_dsa’:
Last login: Thu May 15 00:04:11 2008 from 124.15x.xxx.xx
[dedi@hostname-server ~]$

it works…hurray…hurray….hurray….hehe… so simply right ?

Sudah jalan semuanya dengan normal, nah sekarang coba akalin ahh…bikin bash script agar klo login ga perlu panjang lebar ngetik username@hostname-server hohoho ribet euyy

1. bikin file apa aja lalu edit caranya : [dedi@office-dedi ~]$ touch contoh | vi contoh
2. lalu sisipkan saja bash sekrip nya

#!/bin/bash
ssh dedi@hostnameserver-nya

3. save hasil pengeditan tadi, lalu ganti permission file nya agar bisa di eksekusi ketik command $chmod +x contoh

4. beres deh… klo mau jalanin itu file tinggal ketik ./contoh langsung deh dimintain passphrase untuk dsa tadi :D simple kan ? atau klo mo simple tinggal copy saja file contoh itu tadi ke direktori /usr/bin/ jadi lebih simple klo mo running/panggil file contoh tinggal ketik perintah contoh

hanya sedikit tips…saja…oh iya ada tambahan lagi, ketika tadi generate public key itu bisa tanpa diisikan passphrase atau tinggal ketik enter, namun itu tidak jadi masalah jika memasukkan passphrase lagi, supaya lebih aman tentunya :) nah sedikit tips tambahan lagi yg saya sebutkan tadi, ini bagi siapa aja yg udah terlanjur memasukkan passphrase waktu generate public key, bisa diakalin agar tidak memasukkan password dan passphrase lagi dengan cara :

$eval $(ssh-agent)
$ssh-add ~/.ssh/id_dsa
Enter passphrase for key ‘/home/user/.ssh/id_dsa’:
Identity added: /home/user/.ssh/id_dsa (/home/user/.ssh/id_dsa)
$
$ssh-add -l user hostnameserver
$ssh -v user@hostnameserver
….
$exit
$ssh user@hostnameserver
$
Well… thats enough for today…

Tags Tags: , , , , , , , , , , ,
Categories: Celoteh Harian, Reviews
Posted By: dedi
Last Edit: 14 May 2008 @ 06 33 PM

E-mailPermalinkComments (2)
 13 May 2008 @ 2:39 PM 

On a cPanel server, if you need to import a SQL file into a database – here is the command to get this done:

mysql cpanelusername_database < sqlfilename.sql

And, if you want to export the database to a sql file – the command to do this is:

mysqldump cpanelusername_datbase > databasename.sql

That’s it!

Tags Tags: , , , , ,
Categories: Celoteh Harian, Reviews
Posted By: dedi
Last Edit: 13 May 2008 @ 02 39 PM

E-mailPermalinkComments (0)
 28 Apr 2008 @ 6:39 PM 

Install unrar command

Under Debian Linux, you need to type apt-get as follows to install unrar program:

# apt-get install unrar

If you are using Fedora core Linux then use yum command as follows :

# yum install unrar

If you are using FreeBSD, use:

# pkg_add -v -r unrar

If any of above, methods is not working for you, download binary package from official rarlab site:

$ cd /tmp

$ wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz

Untar file

$ tar -zxvf rarlinux-3.6.0.tar.gz

Both unrar and rar commands are located in rar sub-directory. Just go to rar directory:

$ cd rar

$ ./unrar

Now copy rar and unrar to /bin directory:

# cp rar unrar /bin

How to use unrar

unrar command supports various options below are common options that you need to use everyday.

Task: To open rar (unpack) file in current directory type command:

$ unrar e file.rar

Please note that replace file.rar filename with your actual filename.

Task: List (l) file inside rar archive:

$ unrar l file.rar

Task: To extract (x) files with full path type command:

$ unrar x file.rar

(D) To test (t) integrity of archive, file type command:

$ unrar t file.rar

Tags Tags: , , , , ,
Categories: Celoteh Harian, Reviews
Posted By: dedi
Last Edit: 28 Apr 2008 @ 06 42 PM

E-mailPermalinkComments (5)

The phpMyadmin errror “#2002 - The server is not responding (or the local MySQL server’s socket is not correctly configured)” occurs due to many reasons.

1. First check whether mysql is working in the server or not.

2, Check whether there is a symbolic link from mysql.sock to /tmp. If not, create a symlink between /var/lib/mysql/mysql.sock and /tmp/mysql.sock.
~~~~~~~~~
ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
~~~~~~~~~

3. If this doesn’t fix the issue check the file: /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php and make sure the entries are like this:
~~~~~~~~~~~~~~~~
$cfg['Servers'][$i]['socket'] = ‘/var/lib/mysql/mysql.sock’;
$cfg['Servers'][$i]['connect_type'] = ’socket’;
~~~~~~~~~~~~~~~~~

Hope these will help u……

Tags Tags: , , , , , , , , , , ,
Categories: Celoteh Harian, Reviews
Posted By: dedi
Last Edit: 28 Apr 2008 @ 06 30 AM

E-mailPermalinkComments (1)

If you are getting

php: /usr/lib/libmysqlclient.so.14: version `libmysqlclient_14? not found (required by php)

Rebuild your php.
/scripts/easyapache
/scripts/mysqlup –force

That should solve your problem.

That seems to be a common suggestion, but I fail to see how it could ever fix it as the PHP in question being used is cPanel’s backend PHP and not the one used with Apache. At any rate, I caught a lucky break; I replaced /usr/lib/mysql/libmysqlclient.so.14 with /usr/lib/cpanel/libmysqlclient.so.14, re-ran ldconfig, and now it’s working. It hasn’t seemed to have any adverse effect on anything so who knows what the problem is with the one supplied in /usr/lib/mysql.

it sounds like you may be missing mysql-devel.
try “yum install mysql-devel”. That should install any missing mysql libraries.

Cheers!

Tags Tags: , ,
Categories: Celoteh Harian, Reviews
Posted By: dedi
Last Edit: 25 Apr 2008 @ 05 18 PM

E-mailPermalinkComments (0)
\/ More Options ...
Change Theme...
  • Role »
  • Posts »
  • Comments »
Change Theme...
  • VoidVoid (Default)
  • LifeLife
  • EarthEarth
  • WindWind
  • WaterWater
  • FireFire
  • LiteLightweight
  • No Child Pages...
  • No Child Pages...
  • No Child Pages...