Wednesday, August 26, 2009

Setelah sekian lama web ini berbahasa Inggris dengan gramar acak-acakan (maklum nggak begitu bisa berbahasa Inggris) hanya karena ingin berada di puncak searching google dengan keyword StoP DreAminG StarT Action, kini web ini berbahasa Indonesia. Berbahasa Indonsia karena bertujuan untuk menendang artikel utama weblog StoP DreAminG StarT Action agar berada di posisi pertama. Oleh karena itu mohon maaf bagi pembaca yang biasa membaca weblog ini.

Alasan utama berganti bahasa Indonesia karena saya kesulitan untuk melakukan update blog ini, bagaimana tidak orang yang tidak mahir bahasa Inggris diminta menulis artikel berbahasa Inggris. Saya kira dengan pilihan memakai bahasa Indonesia ini memudahkan saya untuk melakukan update blog ini.

Selain itu blog ini juga sudah berhasil berada di posisi pertama SERP google.com dengan keyword tukang nggame, bahkan di yahoo dan bing. Walaupun sayangnya kontes sudah usai. Oleh karena itu dengan bismillah akhirnya berubah berbahasa Indonesia guna mendukung StoP DreAminG StarT Action.

StoP DreAminG StarT Action adalah keyword yang dilombakan dalam pencarian www.google.co.id. Peserta kontes ini sangat banyak mungkin ribuan. Dalam hasil pencaria google.co.id sudah mencapai 25 juta lebih hasil queri dengan kata-kata tersebut.

Saya berharap perubahan bahasa ini dapat membantu saya untuk menjadi juara 1 dalam kontes SEO tersebut. Aamin.

Thursday, August 20, 2009

Alhamdulillah. Tukang nggame blog already several weeks was in the number 1 SERP google.com, yahoo.com and bing.com. But the contest has been finished: (. What Stop Dreaming Start Action also will be in SERP the number 1 ? I hoped won and SERP google.co.id Stop Dreaming Start Action was in the first page and number one.

Although being difficult it is hoped could like that was hoped for by me, that is winning. Currently still tried to do optimize SEO Stop Dreaming Start Action so that my goal is reached. If you give me the support and help certainly I was very happy.

How much time that was needed? I did not know. I only tried. And it is hoped was successful. If you the suggestion to increase SERP then I was very happy if you informed I. Moreover if web Stop Dreaming Start Action was in SERP the number 1 like the tukang nggame. Aamin.

Thursday, August 13, 2009

Tukang nggame news. The person who was estimated "Noordin M Top" in Temanggung is not Noordin M. Top, but Ibrohim. He was florist in the JW Marriott Hotel. Ibrohim really played a role in the JW Marriott bombing and the Ritz Carlton Hotel some time before.


The Ibrohim body that was killed in the raid in Temanggung, Central Java, was buried in the Place of the "Pemakaman Umum Pondok Rangon", Jakarta Timur, on Wednesday (12/8) around 16,00 WIB.

And Air Setiawan and Eko Joko Sarjono was buried in a special funeral in the funeral of Muslim in Kaliyoso, Jetis Karangpung, Kalijambe, Sragen.

ads : Stop Dreaming Start Action

Sunday, August 9, 2009


Tukang nggame news - The person who was estimated Noordin M. Top was killed was shot by Densus 88 in Beji, Kedu, Temanggung, Jawa Tengah (8/8). Blockade after the shoot and compete for 18 hours, the men are killed. However Republic of Indonesia State Police not yet dared to decisive that that was shot this was Noordin M. Top. Police are still awaiting DNA tests of family Noordin M Top.


Now the man in the corpse was brought in to the police hospital in Jakarta shortly after declared dead at blockade Temanggung in Jawa Tengah.

Moreover, Air Kurniawan and his colleague the Eko was killed was penetrated troops's Densus bullets 88 during the raid in their leased house in Puri Nusa Phala Housing, Jati Asih, Kota Bekasi on August 8 2009. They were the network Noordin M. Top.

Ads : Stop Dreaming Start Action

Wednesday, August 5, 2009

Tukang nggame tips. Many ways to perform backups automatically mysql databasee, and can even in the automatic transfer it to the other srver also, here is one of them. This is very simple and just for dummy. :d
SERVER I.
Buat file dump.sh
#!/bin/bash

TheDATE=`date +%Y-%m-%d_`
W=`date +%A`
jamscript=`date +%Hh%Mm`
myfiles="mywebdb_"$TheDATE"_"$jamscript"_"$W".sql"

cd /var/www/bekap

/usr/bin/mysqldump -u myuser --all --password=mypassword mywebdb > $myfiles

if [ -e $myfiles ]; then
gzip -c $myfiles > $myfiles".gz"
fi

if [ -e $myfiles ]; then
rm -f $myfiles
fi

exit 0


Run the script at 06:00 and 18:00.
#chmod 755 dump.sh
#crontab -e
00 6 * * * /home/arisnb/dump.sh
00 18 * * * /home/arisnb/dump.sh


Create a username and password for your web. Example username is arisnb and password mypassword.

#htpasswd -c /var/www/bekap/.htpasswd arisnb


Create a file /var/www/bekap/.htaccess

AuthName "Please Login !!!"
AuthUserFile /var/www/bekap/.htpasswd
Require valid-user


ads : Please support me at Stop Dreaming Start Action :d

SERVER II (BACKUP)
Create a script for download, example download.sh

#!/bin/bash

TheDATE=`date +%Y-%m-%d_`
W=`date +%A`
jamscript="`date +%Hh%Mm`"
myfiles="mywebdb_"$TheDATE"_06h00m_"$W".sql.gz"
myfiles2="mywebdb_"$TheDATE"_18h00m_"$W".sql.gz"

cd /home/arisnb/bekap

if [ "$jamscript" = "06h30m" ]; then
wget -c --http-user=arisnb --http-passwd=mypassword https://10.10.10.1/bekap/$myfiles --no-check-certificate
fi

if [ "$jamscript" = "18h30m" ]; then
wget -c --http-user=arisnb --http-passwd=mypassword https://10.10.10.1/bekap/$myfiles2 -no-check-certificate
fi

exit 0


Run the script at 06:30 and 18:30.
#chmod 755 download.sh
#crontab -e
00 6 * * * /home/arisnb/download.sh
00 18 * * * /home/arisnb/download.sh


Check the backups files at /home/arisnb/bekap directory.

ads: Don't forget support me at Stop Dreaming Start Action