Monday, December 27, 2010

Flash n900 dengan linux Debian

Mau tau caranya flash n900 dengan linux? ikutin panduan dibawah ini:

Pertama download tools flash untuk linux
Flasher debian paket dari Nokia:
TKP
cari file dengan nama: maemo_flasher-3.5_2.5.2.2_i386.deb
lalu install caranya login sebagai root ke shell lalu jalankan perintah # dpkg -i maemo_flasher-3.5_2.5.2.2_i386.deb <-- nama file bisa beda

Kedua download firmware / image OS untuk n900 terbaru:
TKP
disinih masukan IME n900 tanpa tanda /
Pastiin pilih region Global agar tidak terjadi konfilk dengan type keybord yang kita gunakan.

Ketiga lakukan installasi caranya login sebgai root dan ketik dibawah ini (jgn enter dulu)
# /usr/bin/flasher-3.5 -F home/ade/Dekstop/RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin -f -R
* untuk home/ade/downloads/ <-- sesuaikan dengan folder dimana kita download file image tadi.
* RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin adalah PR. 13, MR0 untuk region global

Keempat matiin hape lalu colok dengan kabel USB sambil teken huruf u tunggu beberapa saat sampai
hape terdiam dengan logo nokia dan dipojok kanan ada icon usb.lalu kembali ke tahap ketiga ke shell yang sudah kita ketik lalu tekan enter.
selesai deh.

warning:
* resiko tanggung diri yah :D
* sim cabut dulu aja kalo mau flash
* data2 image dan lagu tidak akan terhapus koq jika flash image Os :)
* batree pastiin lagi bagus cash dulu aja jgn sampe ngedrop saat flash.

carauntuk.com

Thursday, December 23, 2010

List Compatible Game 3D N900

Berikut ini list file game2 berextenison .deb yang Compatible pada n900 ( Versi: 20.2010.36-2 )

descrarAngryBirdsAllLevel-deb
descrarNeed_For_Speed-deb
descrarNOVA-Deb
descrarHeroOfSparta-deb
descrarJurassic_3D_Rollercoaster_Rush-Deb
descrarMonopoly-deb
descrarSim3-deb
descrarLetsGolfHD-deb
descrarBounceHD-deb

Jika ada game diatas yang bisa selain itu bersyukur lah Gan heehe

carauntuk.com

Download game WebOS n900 full version

Mau mainkan game WebOS untuk basis OS Palm silakan didonwload gan ini listnya lengkap dengan linknya
http://www.filecrop.com/n900-deb.html
formatnya sudah .deb gan jadi bisa langsung diinstall pada N900 tanpa harus installa emulator preenv lagi
jadi tidak perlu buat symlink lagi deh gan gak perlu jalankan game via shell udah tau kan cara install .deb Gan? jiiah masa belum tahu saya pandu deh :toast

1. Download game tersebut.
2. copy ke N900 tepatnya pada folder /MyDocs/game <-- buat dulu aja foldernya
3. masuk ke shell jalankan perintah $ sudo gainroot <-- buat jadi root tanpa password
4. jalankan perintah # dpkg -i /MyDocs/game/monopoly.deb <-- ini contoh gan namanya bisa apa aje, tunggu sampe proses selesai dengan tanda blink2 dengan #
5. mainkan gamenya gan masa diliatin doang :D,

Eits gak semua game bisa dimaenin gan hehe aye kasih inpo kapan2 buat list gamenya, makanya ke sinih gan biar gak kuper :D

carauntuk.com

About Nokia N900

About nokia n900

Kesan saat mengunakan n900 seperti meyimpan semua keperluan dalam kantong kita

Pertama adalah digital camera 5mp camera ini saat dibandingkan dengan kamera lain yang sama2 5mp antra x2 dengan xperia 10 mini pro masih ungul n900 karena hasil ketajaman gambar yang didapat cukup clean tidak ada noies hanya saja jika mefoto dalam area indor harus pinter2 memainkan cahaya.

Kedua adalah fungsi dari dvd portabel disinih bukan artinya kita bisa memasuk disk dvd kedalam n900 karena memang tidak muat hehe,, n900 sudah mengenali beberapa media player seperti .mp4 .avi dan .mkv (untuk .mkv kita perlu aplikasi 3rd party lain) dengan kualitas video HD dan saya bandingkan dengan dikomputer kecepatan y sama artinya frame cukup stabil dalam memainkan video.

* untuk memainkan format .mkv kita harus settingan delay audi dan subtitlenya karena sedikit miss adapun aplikasi yang digunakan adalah sib.



Ketiga adalah mp3 player n900 mempunyai dua sepeker aktif dengan type speker 3D seperti layaknya nokia n73 saya mebandingkan suara yang dihasilkan dari kedua handphone sama namun ada sedikit perbedan yaitu n73 musik edition sedikit agak nyaring bunyinya dan untuk n900 sedikit lebih clean dari n73.

Keempat adalah notebook kenapa saya bilang dapat menikmati fungsi notebook din900? Karena n900 terdapat banyak apilikasi baik berbasis office atau programing seperti python dan editor seperti vim atau pengolahan data seperti MC koq aplikasinya linux? Yah karena memang OSnya linux hehe.

Kelima multitasking ini sangat amat penting bagi saya karena saya biasanya menegerjakan ap2 dalam satu waktu,,contoh menulis artikel ini + smsan + degerin .mp3 atau maen game + smsan tidak ada masalah sama sekali tidak ada aplikasi yang confilk satu sama lain saat di jalankan bersaman, dan n900 dapat menjalankan 33 aplikasi secara bersaman.

keenam adanya fungsi screenshot pada layar tanpa mengunakan aplikasi lain dengan menekan ctrl+shift P secara bersaman pada keybord
dan gambar disimpan pada folder /home/usr/MyDocs/.images/Screenshots/

Segitu dulu yak hehehe.

carauntuk.com

Saturday, December 18, 2010

Contoh .htaccess untuk opencart di MWN

*Aplikasi web berada pada folder root

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess

# For any support issues please visit: http://www.opencart.com

#Options +FollowSymlinks

# Prevent Directoy listing
#Options -Indexes

# Prevent Direct Access to files

Order deny,allow
Deny from all


# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]

contoh .htaccess untuk wordpress di MWN

*Aplikasi web berada pada root directory bukan pada folder lain

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


# END WordPress

contoh .htaccess untuk magento di MWN

*Aplikasi web berada pada root directory bukan pada folder lain

############################################
## uncomment these lines for CGI mode
## make sure to specify the correct cgi php binary file name
## it might be /cgi-bin/php-cgi

# Action php5-cgi /cgi-bin/php5-cgi
# AddHandler php5-cgi .php

############################################
## GoDaddy specific options

# Options -MultiViews

## you might also need to add this line to php.ini
## cgi.fix_pathinfo = 1
## if it still doesn't work, rename php.ini to php5.ini

############################################
## this line is specific for 1and1 hosting

#AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .php

############################################
## default index file

DirectoryIndex index.php



############################################
## adjust memory limit

# php_value memory_limit 64M
php_value memory_limit 128M
php_value max_execution_time 18000

############################################
## disable magic quotes for php request vars

php_flag magic_quotes_gpc off

############################################
## disable automatic session start
## before autoload was initialized

php_flag session.auto_start off

############################################
## enable resulting html compression

#php_flag zlib.output_compression on

###########################################
# disable user agent verification to not break multiple image upload

php_flag suhosin.session.cryptua off

###########################################
# turn off compatibility with PHP4 when dealing with objects

php_flag zend.ze1_compatibility_mode Off




###########################################
# disable POST processing to not break multiple image upload

SecFilterEngine Off
SecFilterScanPOST Off




############################################
## enable apache served files compression
## http://developer.yahoo.com/performance/rules.html#gzip

# Insert filter on all content
###SetOutputFilter DEFLATE
# Insert filter on selected content types only
#AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript

# Netscape 4.x has some problems...
#BrowserMatch ^Mozilla/4 gzip-only-text/html

# Netscape 4.06-4.08 have some more problems
#BrowserMatch ^Mozilla/4\.0[678] no-gzip

# MSIE masquerades as Netscape, but it is fine
#BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

# Don't compress images
#SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary

# Make sure proxies don't deliver the wrong content
#Header append Vary User-Agent env=!dont-vary





############################################
## make HTTPS env vars available for CGI mode

#SSLOptions StdEnvVars





############################################
## enable rewrites

#Options +FollowSymLinks
RewriteEngine on

############################################
## you can put here your magento root folder
## path relative to web root

RewriteBase /

############################################
## workaround for HTTP authorization
## in CGI environment

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

############################################
## always send 404 on missing files in these folders

RewriteCond %{REQUEST_URI} !^/(media|skin|js)/

############################################
## never rewrite for existing files, directories and links

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

############################################
## rewrite everything else to index.php

RewriteRule .* index.php [L]




############################################
## Prevent character encoding issues from server overrides
## If you still have problems, use the second line instead

AddDefaultCharset Off
#AddDefaultCharset UTF-8



############################################
## Add default Expires header
## http://developer.yahoo.com/performance/rules.html#expires

ExpiresDefault "access plus 1 year"



############################################
## By default allow all access

Order allow,deny
Allow from all

############################################
## If running in cluster environment, uncomment this
## http://developer.yahoo.com/performance/rules.html#etags

#FileETag none

Contoh .htaccess untuk joomla di MWN

*Aplikasi web berada pada root directory bukan pada folder lain

##
# @version $Id: htaccess.txt 5973 2006-12-11 01:26:33Z robs $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
#
# Only use one of the two SEF sections that follow. Lines that can be uncommented
# (and thus used) have only one #. Lines with two #'s should not be uncommented
# In the section that you don't use, all lines should start with #
#
# For Standard SEF, use the standard SEF section. You can comment out
# all of the RewriteCond lines and reduce your server's load if you
# don't have directories in your root named 'component' or 'content'
#
# If you are using a 3rd Party SEF or the Core SEF solution
# uncomment all of the lines in the '3rd Party or Core SEF' section
#
#####################################################

##### SOLVING PROBLEMS WITH COMPONENT URL's that don't work #####
# SPECIAL NOTE FOR SMF USERS WHEN SMF IS INTEGRATED AND BRIDGED
# OR ANY SITUATION WHERE A COMPONENT's URL's AREN't WORKING
#
# In both the 'Standard SEF', and '3rd Party or Core SEF' sections the line:
# RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
# May need to be uncommented. If you are running your Joomla!/Mambo from
# a subdirectory the name of the subdirectory will need to be inserted into this
# line. For example, if your Joomla!/Mambo is in a subdirectory called '/test/',
# change this:
# RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
# to this:
# RewriteCond %{REQUEST_URI} ^(/test/component/option,com) [NC,OR] ##optional - see notes##
#
#####################################################


## Can be commented out if causes errors, see notes above.
#Options +FollowSymLinks

#
# mod_rewrite in use

RewriteEngine On


# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla!/MamboDirectory (just / for root)

RewriteBase /


########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteRule ^(content/|component/) index.php
#
########## End - Joomla! core SEF Section



########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule (.*) index.php
#
########## End - 3rd Party SEF Section



########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a