Pages

Wednesday, December 28, 2011

CyanogenMod7 227 nightly cutomized by crystal.cloud


taken from: http://www.kaskus.us/showthread.php?t=10130700&page=116

Originally Posted by crystal.cloud View Post
mau share nih rom cm7 base racikan gw sendiri dr cm 227 nightly < gingerbread 2.3.7
untuk yang newbie dan bingung cari rom yang stabil



fitur :

- optimised rom size for improove perfomance < gw kurangin file yang ga perlu >
- fully functional a2sd & swap
- included youtube & standard task killer dari rom standard froyo bawaan

- sanggup buka lebih dari 10 aplikasi sekaligus

- changed default boot animation to custom < pict di bawah>
Spoiler for boot animation:





donload

Code:
rom >>>>   http://www.media*fire..com/?re48sc0stpte66v

market , a2sdgui dan script >>> http://www.media*fire..com/?03nj39xsol3v4ol
Spoiler for screenshoot:







cara partisi sdcard pake partition wizard :

1. partisi 1>> fat32 set as primary
2. partisi 2>> ext4 set as primary < cluster size 4kb >
3. partisi 3>> swap set as pimary





aturan pakai :

1. install rom via boot recovery
2. setelah selesai jangan diapa2in dulu , reboot lg masuk ke boot recovery trus install dtapps2sd < darktermor >

3. kalo udah install a2sdgui kemudian set swap 90 , trus move dalvik to sd ext
tunggu sampai reboot

4. kalo udah masuk ke setting >> cyanogen setting :

- vm heapsize 48m
- compcache 26%

5. untuk yang mau install market bisa diinstall via boot recovery



kalo ada yang ga ngerti bisa pm g yaa
pengennya sih mau custom statusbar pake punya miui tp sayang nya msh blom ada waktu
ditunggu reviewnya yaa

Friday, December 23, 2011

Using ZTE MF 651 Modem on Ubuntu 11.10

Alhamdulillah.. after a week trying to connect my new ZTE MF 651 modem on Ubuntu 11.10, at last i found the how-to.
At first, my modem was only detected by lsusb. It shows like this:

Bus 002 Device 004: ID 19d2:0146 ONDA Communication S.p.A.

Next, i installed usb-modeswitch and create config file:
vi /etc/udev/rules.d/zte_mf651.rules
then fills it with:
SYSFS{idVendor}=="19d2", SYSFS{idProduct}=="0146", RUN+="/usr/bin/eject %k", OPTIONS+="last_rule"
save, and reboot.

voila! After rebooting, my modem was detected!! Just as simple as that...


ref:
http://askubuntu.com/questions/45841/which-usb-modeswitch-d-file-do-i-need-to-use

Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 how-to

https://forums.oracle.com/forums/thread.jspa?threadID=2301639&tstart=0

Wednesday, December 7, 2011

ZTE Blade References


http://ptspts.blogspot.com/2011/04/how-to-install-cyanogenmod-to-zte-blade.html

Elite Blade ROM (can it be use for gen2?):
http://forum.xda-developers.com/showthread.php?t=1310050

Flashing firmware guide
http://android.modaco.com/topic/339048-guide-flashing-firmware-to-bladelibra-via-windows/

Monday, November 14, 2011

Installing Zend Server CE

Here's the steps:
1. Extract the tarball
2. Run install.sh script
3. Choose target installation path
4. thats it!


root@aslam-VGN-SZ79GN-C:~/Downloads/ZendServer-5.5.0_Tarball_M42-php5.3.7RC4-linux-glibc23-x86_64# ./install.sh
Welcome to Zend Server installation script!
Please specify an installation path [/usr/local]:
/opt/zend/
Extracting files to /opt/zend/zend...
Starting Zend Server 5.5.0 ..

httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
/opt/zend/zend/bin/apachectl start [OK]
spawn-fcgi: child spawned successfully: PID: 9700
Starting Zend Server GUI [Lighttpd] [OK]
[14.11.2011 09:51:31 SYSTEM] watchdog for lighttpd is running.
[14.11.2011 09:51:31 SYSTEM] lighttpd is running.

Zend Server started...
========================== INSTALLATION SUMMARY ===================================================

Zend Server was installed to /opt/zend/zend
The End User License Agreement [EULA] can be viewed under /opt/zend/zend/doc/EULA.txt
See the README in /opt/zend/zend/doc/README more information

To change the GUI password run /opt/zend/zend/bin/gui_passwd.sh
Apache is up and running on port 10088!
To control Zend Server, please use /opt/zend/zend/bin/zendctl.sh
To enable the Java bridge, please run /opt/zend/zend/bin/setup_jb.sh
Web interface is accessible from https://localhost:10082/ZendServer

=============================== ENJOY Zend Server ===============================================

Friday, November 11, 2011

4 Easy Ways To Get Yourself Out Of a Ubuntu Crash


1. Force quit freeze apps
use System Monitor or kill syntax

2. Restart 'X'
Ctrl + Alt + Backspace

3. MagicSys Keys
Alt + SysRQ + K ... this'll kill all process

4. MagicSys Key Combination
If all the three process failed..
Alt + SysRQ .. and press R, E, I, S, U, B

and this is what R E I S U B means:
R: Switch the keyboard from raw mode to XLATE mode
E: Send the SIGTERM signal to all processes except init
I: Send the SIGKILL signal to all processes except init
S: Sync all mounted filesystems
U: Remount all mounted filesystems in read-only mode
B: Immediately reboot the system, without unmounting partitions or syncing

refs:

add:

Monday, October 3, 2011

Install PHP 4 - Apache on Ubuntu 11.04

1. gunzip apache_xxx.tar.gz
2. tar -xvf apache_xxx.tar
3. gunzip php-xxx.tar.gz
4. tar -xvf php-xxx.tar
5. cd apache_xxx
6. ./configure --prefix=/www --enable-module=so
7. make
8. make install
9. cd ../php-xxx

apt-get install flex

apt-get install zlib1g-dev

apt-get install libjpeg8-dev

apt-get install libpq-dev

root@aslam-VGN-SZ79GN-C:~/Downloads/php-4.4.9# ./configure --with-apxs2=/opt/httpd-2.0.64/bin/apxs --with-pgsql=/usr/lib64/postgresql/8.4/bin --with-gd2 --with-jpeg-dir --with-zlib-dir --with-png-dir

12. make
(you should now have an httpd binary which you can copy to your Apache bin d
ir if
it is your first install then you need to "make install" as well)

13. cd ../php-5.x.y
14. cp php.ini-dist /usr/local/lib/php.ini

15. You can edit /usr/local/lib/php.ini file to set PHP options.
Edit your httpd.conf or srm.conf file and add:
AddType application/x-httpd-php .php

Example 2-3. Example commands for restarting Apache
1. Several Linux and SysV variants:
/etc/rc.d/init.d/httpd restart

2. Using apachectl scripts:
/path/to/apachectl stop
/path/to/apachectl start

3. httpdctl and httpsdctl (Using OpenSSL), similar to apachectl:
/path/to/httpsdctl stop
/path/to/httpsdctl start

4. Using mod_ssl, or another SSL server, you may want to manually
stop and start:
/path/to/apachectl stop
/path/to/apachectl startssl

Wednesday, September 28, 2011

Force shutdown of one Linux guest xenserver 5.6

Webmaster@dawnet.net wrote:

===================
I've found the resolution through my other thread. Here's what you need to do.

1 - "xe vm-list" to get the uuid of the VM that is hung

2 - "list_domains" to list the domain uuid's so you can determine
the domain # of the VM above by matching the uuids from this output with
the uuid for your VM from the previous command.

3 - "/opt/xensource/debug/destroy_domain -domid XX" where XX is the domain number from the previous command

4 - "xe vm-reboot uuid=XXXX --force" where XXXX is the uuid from the first vm-list command for your VM. (name-label may work but didn't work this time for me so I used the uuid)

Your VM will be back up running now in most cases. (I use this for my HVMs that hang so I don't have to reboot the host server)
=====================

Friday, September 23, 2011

Set ZTE AC2726 modem on Ubuntu

Mainly there are two files to download, one for the modem driver and the other is the application interface.

Go: http://www.ztemt.com/ennewzte/service/ziliao.action

And these links are for further reading:
http://gadgetz4all.blogspot.com/2010/11/modem-usb-zte-ac2726-smart-pada-ubuntu.html
http://mopheatid.blogspot.com/2010/08/modem-zte-ac2726-untuk-mandriva-fedora.html
http://yanname.blogspot.com/2010/03/aplikasi-modem-smart-evdo-zte-ac2726-di.html?showComment=1316785849604#c8170839067319597998

Monday, August 22, 2011

How to check Memory Utilization by each process

If you use top in batch mode you get a list of all processes:
top -b -n 1 > list_of_processes

Before that, if you want the output sorted by memory usage you can do the following:
top
M (this sorts the output on the screen by memory usage)
W (this writes the sort settings to a configuration file ~/.toprc; this settings are used when you then start top in batch mode as described above)



http://www.unix.com/suse/112679-how-check-memory-utilization-each-process.html

Perkembangan Aplikasi Web dan Mobile saat ini

World Wide Web (Web) adalah sebuah teknologi yang memungkinkan setiap orang yang terhubungan dengan jaringan internet untuk dapat saling bertukar informasi.

Aplikasi web adalah aplikasi yang berjalan di web. Pada generasi awalnya, web hanyalah berfungsi sebagai halaman informasi yang bersifat statis dan satu arah. Namun perkembangan teknologi web membuat aplikasi yang tadinya hanya bisa dijalankan pada desktop, kini dapat dijakankan pula via web. Saat ini orang sudah bisa menyimpan data, melihat video, mendengarkan radio bahkan menonton tv via web streaming. Google misalnya, telah menciptakan aplikasi web, seperti: maps, excel, dan word dengan fungsi yang nyaris mendekati aplikasi desktop aslinya.

Dengan adanya aplikasi-aplikasi web yang semakin berkembang ini seiring dengan perkembangan infrastrukturnya yang amat cepat, diprediksi suatu saat dunia akan beralih dari aplikasi desktop yang banyak memakan resource di client ke aplikasi web yang cukup diakses dengan menggunakan browser dan dukungan jaringan yang memadai.

Aplikasi mobile adalah aplikasi yang berjalan pada perangkat mobile, seperti handphone dan tablet. Aplikasi ini biasanya didesain untuk penggunaan yang mengoptimalkan potensi dibalik keterbatasan yang ada pada perangkat mobile, biasanya dengan ukuran layar yang relatif kecil (dibawah 10") dan dilengkapi dengan fasilitas multi-touch screen.

Seiring dengan maraknya penggunaan perangkat mobile, tentu permintaan pembuatan aplikasi mobile terus meningkat. Mulai dari aplikasi office, PIM, multimedia, sampai game. Satu lagi aplikasi yang saat ini lagi nge-trend adalah aplikasi yang menggabungkan teknologi web dengan teknologi mobile. Seperti facebook, twitter, gmaps, dll.

Perkembangan teknologi yang pesat ini semakin memberikan tantangan pagi para pengembang aplikasi web & mobile untuk terus mengupdate teknologi, dan menyesuaikan diri dengan perkembangan yang ada. Saat ini banyak tools yang mempermudah pengambangan aplikasi web dan mobile. Bila digunakan dengan optimal, tools tersebut tidak hanya dapat mempercantik aplikasi, namun juga dapat semakin mempercepat learning curve pengembangnya dan mempermudah maintenance-nya.

Thursday, August 11, 2011

Bandwidth robot protection

http://wordpress.or.id/mencegah-robot-menghabiskan-bandwidth.html

add on .htaccess...

for hotlink images:

  • RewriteEngine On
  • RewriteCond %{HTTP_REFERER} !^http://(.+\.)?domainanda\.com/ [NC]
  • RewriteCond %{HTTP_REFERER} !^$
  • RewriteRule .*\.(jpe?g|gif|bmp|png)$ http://tinypic.com/images/404.gif [L]

  • for robots:

    1. SetEnvIfNoCase User-Agent "^Black Hole" bad_bot
    2. SetEnvIfNoCase User-Agent "^Titan" bad_bot
    3. SetEnvIfNoCase User-Agent "^WebStripper" bad_bot
    4. SetEnvIfNoCase User-Agent "^NetMechanic" bad_bot
    5. SetEnvIfNoCase User-Agent "^CherryPicker" bad_bot
    6. SetEnvIfNoCase User-Agent "^EmailCollector" bad_bot
    7. SetEnvIfNoCase User-Agent "^EmailSiphon" bad_bot
    8. SetEnvIfNoCase User-Agent "^WebBandit" bad_bot
    9. SetEnvIfNoCase User-Agent "^EmailWolf" bad_bot
    10. SetEnvIfNoCase User-Agent "^ExtractorPro" bad_bot
    11. SetEnvIfNoCase User-Agent "^CopyRightCheck" bad_bot
    12. SetEnvIfNoCase User-Agent "^Crescent" bad_bot
    13. SetEnvIfNoCase User-Agent "^Wget" bad_bot
    14. SetEnvIfNoCase User-Agent "^SiteSnagger" bad_bot
    15. SetEnvIfNoCase User-Agent "^ProWebWalker" bad_bot
    16. SetEnvIfNoCase User-Agent "^CheeseBot" bad_bot
    17. SetEnvIfNoCase User-Agent "^Teleport" bad_bot
    18. SetEnvIfNoCase User-Agent "^TeleportPro" bad_bot
    19. SetEnvIfNoCase User-Agent "^MIIxpc" bad_bot
    20. SetEnvIfNoCase User-Agent "^Telesoft" bad_bot
    21. SetEnvIfNoCase User-Agent "^Website Quester" bad_bot
    22. SetEnvIfNoCase User-Agent "^WebZip" bad_bot
    23. SetEnvIfNoCase User-Agent "^moget/2.1" bad_bot
    24. SetEnvIfNoCase User-Agent "^WebZip/4.0" bad_bot
    25. SetEnvIfNoCase User-Agent "^WebSauger" bad_bot
    26. SetEnvIfNoCase User-Agent "^WebCopier" bad_bot
    27. SetEnvIfNoCase User-Agent "^NetAnts" bad_bot
    28. SetEnvIfNoCase User-Agent "^Mister PiX" bad_bot
    29. SetEnvIfNoCase User-Agent "^WebAuto" bad_bot
    30. SetEnvIfNoCase User-Agent "^TheNomad" bad_bot
    31. SetEnvIfNoCase User-Agent "^WWW-Collector-E" bad_bot
    32. SetEnvIfNoCase User-Agent "^RMA" bad_bot
    33. SetEnvIfNoCase User-Agent "^libWeb/clsHTTP" bad_bot
    34. SetEnvIfNoCase User-Agent "^asterias" bad_bot
    35. SetEnvIfNoCase User-Agent "^httplib" bad_bot
    36. SetEnvIfNoCase User-Agent "^turingos" bad_bot
    37. SetEnvIfNoCase User-Agent "^spanner" bad_bot
    38. SetEnvIfNoCase User-Agent "^InfoNaviRobot" bad_bot
    39. SetEnvIfNoCase User-Agent "^Harvest/1.5" bad_bot
    40. SetEnvIfNoCase User-Agent "^Bullseye/1.0" bad_bot
    41. SetEnvIfNoCase User-Agent "^Mozilla/4.0 (compatible; BullsEye; Windows 95)" bad_bot
    42. SetEnvIfNoCase User-Agent "^Crescent Internet ToolPak HTTP OLE Control v.1.0" bad_bot
    43. SetEnvIfNoCase User-Agent "^CherryPickerSE/1.0" bad_bot
    44. SetEnvIfNoCase User-Agent "^CherryPicker /1.0" bad_bot
    45. SetEnvIfNoCase User-Agent "^WebBandit/3.50" bad_bot
    46. SetEnvIfNoCase User-Agent "^NICErsPRO" bad_bot
    47. SetEnvIfNoCase User-Agent "^Microsoft URL Control - 5.01.4511" bad_bot
    48. SetEnvIfNoCase User-Agent "^DittoSpyder" bad_bot
    49. SetEnvIfNoCase User-Agent "^Foobot" bad_bot
    50. SetEnvIfNoCase User-Agent "^WebmasterWorldForumBot" bad_bot
    51. SetEnvIfNoCase User-Agent "^SpankBot" bad_bot
    52. SetEnvIfNoCase User-Agent "^BotALot" bad_bot
    53. SetEnvIfNoCase User-Agent "^lwp-trivial/1.34" bad_bot
    54. SetEnvIfNoCase User-Agent "^lwp-trivial" bad_bot
    55. SetEnvIfNoCase User-Agent "^Wget/1.6" bad_bot
    56. SetEnvIfNoCase User-Agent "^BunnySlippers" bad_bot
    57. SetEnvIfNoCase User-Agent "^Microsoft URL Control - 6.00.8169" bad_bot
    58. SetEnvIfNoCase User-Agent "^URLy Warning" bad_bot
    59. SetEnvIfNoCase User-Agent "^Wget/1.5.3" bad_bot
    60. SetEnvIfNoCase User-Agent "^LinkWalker" bad_bot
    61. SetEnvIfNoCase User-Agent "^cosmos" bad_bot
    62. SetEnvIfNoCase User-Agent "^moget" bad_bot
    63. SetEnvIfNoCase User-Agent "^hloader" bad_bot
    64. SetEnvIfNoCase User-Agent "^humanlinks" bad_bot
    65. SetEnvIfNoCase User-Agent "^LinkextractorPro" bad_bot
    66. SetEnvIfNoCase User-Agent "^Offline Explorer" bad_bot
    67. SetEnvIfNoCase User-Agent "^Mata Hari" bad_bot
    68. SetEnvIfNoCase User-Agent "^LexiBot" bad_bot
    69. SetEnvIfNoCase User-Agent "^Web Image Collector" bad_bot
    70. SetEnvIfNoCase User-Agent "^The Intraformant" bad_bot
    71. SetEnvIfNoCase User-Agent "^True_Robot/1.0" bad_bot
    72. SetEnvIfNoCase User-Agent "^True_Robot" bad_bot
    73. SetEnvIfNoCase User-Agent "^BlowFish/1.0" bad_bot
    74. SetEnvIfNoCase User-Agent "^JennyBot" bad_bot
    75. SetEnvIfNoCase User-Agent "^MIIxpc/4.2" bad_bot
    76. SetEnvIfNoCase User-Agent "^BuiltBotTough" bad_bot
    77. SetEnvIfNoCase User-Agent "^ProPowerBot/2.14" bad_bot
    78. SetEnvIfNoCase User-Agent "^BackDoorBot/1.0" bad_bot
    79. SetEnvIfNoCase User-Agent "^toCrawl/UrlDispatcher" bad_bot
    80. SetEnvIfNoCase User-Agent "^WebEnhancer" bad_bot
    81. SetEnvIfNoCase User-Agent "^TightTwatBot" bad_bot
    82. SetEnvIfNoCase User-Agent "^suzuran" bad_bot
    83. SetEnvIfNoCase User-Agent "^VCI WebViewer VCI WebViewer Win32" bad_bot
    84. SetEnvIfNoCase User-Agent "^VCI" bad_bot
    85. SetEnvIfNoCase User-Agent "^Szukacz/1.4" bad_bot
    86. SetEnvIfNoCase User-Agent "^QueryN Metasearch" bad_bot
    87. SetEnvIfNoCase User-Agent "^Openfind data gathere" bad_bot
    88. SetEnvIfNoCase User-Agent "^Openfind" bad_bot
    89. SetEnvIfNoCase User-Agent "^Xenu's Link Sleuth 1.1c" bad_bot
    90. SetEnvIfNoCase User-Agent "^Xenu's" bad_bot
    91. SetEnvIfNoCase User-Agent "^Zeus" bad_bot
    92. SetEnvIfNoCase User-Agent "^RepoMonkey Bait & Tackle/v1.01" bad_bot
    93. SetEnvIfNoCase User-Agent "^RepoMonkey" bad_bot
    94. SetEnvIfNoCase User-Agent "^Zeus 32297 Webster Pro V2.9 Win32" bad_bot
    95. SetEnvIfNoCase User-Agent "^Webster Pro" bad_bot
    96. SetEnvIfNoCase User-Agent "^EroCrawler" bad_bot
    97. SetEnvIfNoCase User-Agent "^LinkScan/8.1a Unix" bad_bot
    98. SetEnvIfNoCase User-Agent "^Keyword Density/0.9" bad_bot
    99. SetEnvIfNoCase User-Agent "^Kenjin Spider" bad_bot
    100. SetEnvIfNoCase User-Agent "^Cegbfeieh" bad_bot
    101. <Limit GET POST>
    102. order allow,deny
    103. allow from all
    104. Deny from env=bad_bot
    105. Limit>