M@M@T BLOG

Hanya sebuah catatan kecil.

Rooting & Unrooting Galaxy Young CDMA – SCH-i509

Download Bahan :

ROOTING

*) pilih file update_galaxy_y_cdma_flespj.zipupdate_galaxy_y_cdma_flespj.zip simpan di SD card

*) Matikan HP

*) Hidupkan HP setelah keluar logo samsung pencet tombol volume UP sampai masuk ke recovery mode

*) pilih apply update from sd card, gunakan tombol volume utk pilih2 dan tombol home untuk “ok”.

*) pilih file update.zip yang tadi

*) klo udah selesai, bakal balik lagi ke menu utama, dan pilih reboot now

*) cek di list applikasi, udah ada app superuser blum, klo sudah ada, galye agan berhasil di Root

UNROOTING :

*) Download bahan dan pilih file update-unroot_galaxy_y_cdma_flespj.zipupdate-unroot_galaxy_y_cdma_flespj.zip simpan di sd card

*) Ulangi langkah ke 2 sampai terakhir

Source : kaskus.us

12 January 2012 at 05:24

FTP Unix Command

DESCRIPTION

Ftp is the user interface to the Internet standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site.

Options may be specified at the command line, or to the command interpreter.

Continue reading “FTP Unix Command” »

5 December 2011 at 12:11

Disable Log Kloxo / Lxadmin

Bila anda mengalami disk full pada kloxo/lxadmin, coba check log filenya, pertama hapus aja dulu log filenya.. biasanya ukurannya 100mb an per file.. bisa sampe 50 log.. jadi bikin HD server kita full.. akhirnya web kaga bisa jalan..

cek dengan command

du -hs *

Biasanya.. log file ada di

/home/user/__processed_stats

setelah itu masuk kloxo trus..

domain home -> stats configuration >> pilih Remove Processed Logs trus klik update

Klo mo lebih ampuh pake script ini :

find / -type f -size +20000k -exec ls -lh {} \; 2> /dev/null | awk ‘{ print $NF “: ” $5 }’

Hati-hati jangan sampe salah hapus yah… :)

14 March 2011 at 01:40

Backup Restore Kloxo / LxAdmin

Backup/Restore is a core part of Kloxo. You can take backup of your entire hosting and you can trivially restore it exactly on another server. In a cluster setup, you can take backup in one cluster configuration, and when restoring, you can tell Kloxo to re-arrange the resources on different servers.

Backup/Restore is also an extremely important aspect of web-hosting, and delivers peace of mind, and in fact, one of the main advantages of having a control Panel on your server. Continue reading “Backup Restore Kloxo / LxAdmin” »

25 February 2011 at 00:13

Cara cepat instal paket RPM di CentOS

Jika di Ubuntu ada tasksel atau paket meta, maka di CentOS Anda punya cara yang hampir sama, yaitu menggunakan yum groupinstall. Tulisan ini akan mengajak Anda berkenalan lebih jauh dengan cara menginstal paket RPM dari repositori menggunakan yum groupinstall.

Suatu ketika mungkin Anda ingin menginstal aplikasi dari sources di linux CentOS Anda. Cara instalasi dari source biasanya membutuhkan proses kompilasi aplikasi. Yang berarti Anda harus menginstal paket compiler seperti gcc, gcc-c++, autoconf, automake dan lainnya. Continue reading “Cara cepat instal paket RPM di CentOS” »

24 November 2010 at 00:26

Create SSL with LxAdmin

Create a SSL with LxAdmin

Create a SSL with LxAdmin

Kloxo 2048-Bit SSL Setup.

Kloxo Currently does not support creating 2048-bit CSR’s via the Planel. So we will need shell into the system to create the CSR. 
Continue reading “Create SSL with LxAdmin” »
20 October 2010 at 05:29