Search This Blog
Thursday, December 8, 2011
How to Make Bold, Italic and Striketrough in Google+ Stream
Google+ allows us to add or modify text in stream
#Bold style
add "*" before and after text
exp : *Google+*
result : Google+
#Italic style
add "_" before and after text
exp : _Google+_
result : Google+
Labels:
articles,
Google,
Google Plus,
how to,
tips n tricks,
tutorial
Thursday, December 1, 2011
How to Solve Nuked BlackBerry (shut down and restart continuously)
#step 1
download BlackBerry OS
#step 2
install BlackBerry OS
*don't forget to delete file "vendor.xml" at "C:\Program Files\Common Files\Research In Motion\AppLoader"
#step 3
run loader.exe at "C:\Program Files\Common Files\Research In Motion\AppLoader"
Labels:
articles,
Blackberry,
how to,
mobile,
system,
tips n tricks,
tutorial
Wednesday, August 10, 2011
How to Restore Lost Grub (Dual Boot/Dual OS)
This tutorial for dual OS user (windows and linux)
When we install windows after linux installation then linux is gone..
Dont worry it's not gone.. You can restore it by following steps bellow..
#step 1
Prepare live CD Ubuntu
#step 2
Enter BIOS then set boot to CD/DVD ROM
#step3
Boot machine with live CD Ubuntu
When we install windows after linux installation then linux is gone..
Dont worry it's not gone.. You can restore it by following steps bellow..
#step 1
Prepare live CD Ubuntu
#step 2
Enter BIOS then set boot to CD/DVD ROM
#step3
Boot machine with live CD Ubuntu
Friday, July 8, 2011
Winamp 5.62
Name : Winamp [ download ] [ help ]
Version : 5.62
Date : 30 June 2011
Size : 12 MB
License : Free
OS : Windows
Category : Tools, Audios
Dev : Winamp
---------------------------------
Desc :
Audio, Music, Video Player
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Monday, July 4, 2011
How to Accelerate Shut Down Process
HKLM - system - currentcontrolset - control
waittokillservicetimeout = change it to lower than 2000
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
Mempercepat Proses Shut Down
HKLM - system - currentcontrolset - control
waittokillservicetimeout = ubah nilai lebih rendah dari 2000
"curiosity is motivation"
"letz share coz i only ask for information"
How to Make Linux Live CD (Suse Studio)
#registration
1. open http://susestudio.com | create account | sign in
2. enter e-mail address | request invitation
3. choose the reasons | send my invitation sooner
4. wait for reply | open e-mail | open the link
5. choose the ID (exp: yahoo) | agree
6. write display name | continue
#making distro
1. choose a base template
2. select architecture | enter name your appliance
3. select software tab | customize your packages
4. select configuration tab | customize
5. general | time zone | users and groups
6. personalize | upload new logo | upload new background | preview
7. go to startup | edit EULA (end user license agreement)
9. select build tab | choose the format
1. open http://susestudio.com | create account | sign in
2. enter e-mail address | request invitation
3. choose the reasons | send my invitation sooner
4. wait for reply | open e-mail | open the link
5. choose the ID (exp: yahoo) | agree
6. write display name | continue
#making distro
1. choose a base template
2. select architecture | enter name your appliance
3. select software tab | customize your packages
4. select configuration tab | customize
5. general | time zone | users and groups
6. personalize | upload new logo | upload new background | preview
7. go to startup | edit EULA (end user license agreement)
9. select build tab | choose the format
How to Install Yahoo! Messenger plus Webcam in Ubuntu
to use Yahoo! Messenger plus webcam we must install "Gyachi".
Let's try the installation steps.. :)
#step 1
edit source.list
$ sudo gedit /etc/apt/source.list
#step 2
$ sudo gedit /etc/apt/source.list
#step 2
add this into source list:
deb http://ppa.launchpad.net/loell/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/loell/ppa/ubuntu karmic main
and add its gpg key
$ sudo apt-key adv -recv-keys -keyserver keyserver.ubuntu.com 0xc23b005d874996dc8d03a3c0d0d3c959db2035a6
deb http://ppa.launchpad.net/loell/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/loell/ppa/ubuntu karmic main
and add its gpg key
$ sudo apt-key adv -recv-keys -keyserver keyserver.ubuntu.com 0xc23b005d874996dc8d03a3c0d0d3c959db2035a6
How to Install VGA Driver (NVIDIA GEFORCE G102M) for Notebook (Asus K40IN) in Ubuntu
#step 1
download driver at NVIDIA
#step 2
enter text mode or press CTRL+ALT+F2
#step 3
log in as root or use sudo command
#step 4
turn off GDM "sudo /etc/init.d/gdm stop"
#step 5
back to driver directory
#step 6
type "sudo sh nama_file_driver.run"
download driver at NVIDIA
#step 2
enter text mode or press CTRL+ALT+F2
#step 3
log in as root or use sudo command
#step 4
turn off GDM "sudo /etc/init.d/gdm stop"
#step 5
back to driver directory
#step 6
type "sudo sh nama_file_driver.run"
How to Activate 3D Cube Desktop in Ubuntu
Select "System > Administration > Synaptic Package Manager" on search field.. type "compizconfig-settings-manager."
#Step 2
Install "compizconfig-settings-manager."
#Step 3
Select System > Preferences > Advanced Desktop Effect Settings
#Step 4
Select "Rotate Cube"
Actually.. there are many options to enhance your desktop effect.. so please.. feel free to explore it.. :)
How to Activate KDE Desktop in Ubuntu (Screenshot)
sudo apt-get install kubuntu-desktop
#code:
root@hans-laptop:~# apt-get install kubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
... ... ...
... ... ...
Need to get 120MB/163MB of archives.
After this operation, 667MB of additional disk space will be used.
Do you want to continue [Y/n]?
"curiosity is motivation"
"letz share coz i only ask for information"
How to Activate Screenlets in Ubuntu
the clock at the top of desktop is one of screenlets
if you want this widget like Windows 7 widget.. add components from screenlets manager..
to activate this application..please.. follow steps bellow..
#step 1
as usual.. update repository
sudo apt-get update
sudo apt-get update
#step 2
install application
sudo apt-get install screenlets
#step 3
config as you want.. finish.. :)sudo apt-get install screenlets
#step 3
How to Check Compiz Compatibility in Ubuntu
Download compiz-check
wget http://blogage.de/files/9124/download -O compiz-check
make it executable
chmod +x compiz-check
run compiz-check
./compiz-check
wget http://blogage.de/files/9124/download -O compiz-check
make it executable
chmod +x compiz-check
run compiz-check
./compiz-check
How to Run Android in Ubuntu (emulation)
since Google announced the release of android .. approximately October 2008, all know .. if this operating system is going to be the best operating system for mobile.
not open source but also because of the rather SDK support helps the developers.
enough for introduction.. to the point just now .. :)
How to Download Youtube Video in Ubuntu
#step 1
go to www.youtube.com
#step 2
choose video that would be downloaded
#step 3
let it finish downloading the entire video
#step 4
open file manager then go to folder "File System\tmp"
#step 5
copy video to video folder.. finish.. :)
How to Change Computer Name in Ubuntu (Hostname)
Open terminal then type the following command bellow
haansspot@haansspot-K40IN:~$ sudo gedit /etc/hostname
next .. text editor will appear containing the name of the computer .. change it as you want .. Do not forget to save .. then exit the editor and the last... restart computer
haansspot@haansspot-K40IN:~$ sudo gedit /etc/hostname
next .. text editor will appear containing the name of the computer .. change it as you want .. Do not forget to save .. then exit the editor and the last... restart computer
Anti Netcut in Ubuntu
download antinetcut application
extract downloaded file
next.. open terminal (Applications - Accessories - Terminal)
log in as root or super user
haansspot@haansspot-K40IN:~$ sudo su
[sudo] password for haansspot:
go to extracted folder
root@haansspot-K40IN:/home/haansspot# cd Downloads/antinetcut
root@haansspot-K40IN:/home/haansspot/Downloads/antinetcut#
to run antinetcut
root@haansspot-K40IN:/home/haansspot/Downloads/antinetcut# ./antinetcut.py start
antinetcut status command
root@haansspot-K40IN:/home/haansspot/Downloads/antinetcut# ./antinetcut.py status
to stop antinetcut
root@haansspot-K40IN:/home/haansspot/Downloads/antinetcut# ./antinetcut.py stop
extract downloaded file
next.. open terminal (Applications - Accessories - Terminal)
log in as root or super user
haansspot@haansspot-K40IN:~$ sudo su
[sudo] password for haansspot:
go to extracted folder
root@haansspot-K40IN:/home/haansspot# cd Downloads/antinetcut
root@haansspot-K40IN:/home/haansspot/Downloads/antinetcut#
to run antinetcut
root@haansspot-K40IN:/home/haansspot/Downloads/antinetcut# ./antinetcut.py start
antinetcut status command
root@haansspot-K40IN:/home/haansspot/Downloads/antinetcut# ./antinetcut.py status
to stop antinetcut
root@haansspot-K40IN:/home/haansspot/Downloads/antinetcut# ./antinetcut.py stop
.zip, .rar, .tar.gz, .tar.bz2 in Ubuntu (Console)
.zip
$ unzip .zip
.rar
if it doesn't work it means rar is not installed yet
install rar with following command bellow.
$ sudo apt-get install unrar
then how to run rar command
$ unrar .rar
.tar.gz
$ tar zxvf file_name.tar.gz
to create tar.gz the command is
$ tar cf .tar.gz file file file …
.tar.bz2
$ tar jxvf .tar.bz2
to create .tar.bz2 the command is
$ tar jcvf .tar.bz2 file file file …
$ unzip .zip
.rar
if it doesn't work it means rar is not installed yet
install rar with following command bellow.
$ sudo apt-get install unrar
then how to run rar command
$ unrar .rar
.tar.gz
$ tar zxvf file_name.tar.gz
to create tar.gz the command is
$ tar cf .tar.gz file file file …
.tar.bz2
$ tar jxvf .tar.bz2
to create .tar.bz2 the command is
$ tar jcvf .tar.bz2 file file file …
How to Run 3D Desktop on Ubuntu
Ubuntu offers a facility that can make the desktop more beautiful sight, namely the 3D Desktop. Desktop 3D facility is similar to features in Windows Vista AERO.
To run this feature, on Ubuntu you can choose the menu System > Preferences > Appereance
After that you can select the Visual Effects tab. Within that tab there are 3 options, namely:
- None - No Desktop Effects (3D Desktop)
- Normal - Run Desktop Effects with simple effects
- Extra - Run Desktop Effects with full effect
How to Make Icon for URL (Favicon)
Favicon is small icon at address bar url, it can be bookmark icon if the downloaded website has favicon, the size of favicon is 16 x 16 pixel
How to add favicon to the website? just upload it to root directory with name "favicon.ico"
or put HTML tag below between header
How to Put YM (Yahoo! Messenger) Status on Website
Displaying the status of YM (Yahoo Messenger) on our website is very important, especially for Web sites that are engaged in the business, use it as a CS (Customer Support), if for community website... can be as a place to chat and so on.
How to make YM status is very easy... just add HTML tag below
How to display (insert) Youtube Video on Website
Did you ever see a website with additional video from youtube? Hmm ... look good right? You can add it by adding an HTML script to embed the video, how?
You go to Youtube.com
1. Search videos you want
2. After that copy the embed code
3. Paste on your web page
Interlace Trick at Adobe Photoshop
#step 1
open object | new layer | new image 1x1pxl (trans) | fill | image | canvas size | new size 1x2 | ctrl+a | edit | define patern
#step 2
return to object | edit | fill | content | use | patern mode | multiply | set opacity layer
How to Root Android Phone
What is root? for linux operating system user of course it's so friendly. Root or super user is account with full authorization to manage operating system so it has right to change, add, or delete system
While.. rooting it self means.. how to change user to super user or root
Here.. we want to share.. how to root android phone on samsung galaxy mini
Saturday, June 25, 2011
How to Backup Windows Activation
#step 1
Find wpa.dbl (c:\windows\system32)
#step 2
Copy or backup file (wpa.dbl) then paste to new windows installation
#step 3 (how to paste wpa.dbl)
Enter safe mode
#Step 4
Open windows explorer then paste file in c:\windows\system32
When confirmation dialog appears click yes to overwrite
#step 5
Restart
Note :
Must be on same machine with no changes in hardware
Thursday, June 2, 2011
4 Tools Application for Handphone Benchmark
#1 video graphic
http://www.dpsoftware.org [ fpcbench ]
#2 color and 3D
http://storage.e398mod.com/java/matraxbench.zip [ matraxbenc ]
#3 LCD
http://thttpd.seclub.org/apps/0/a/4/0a422808c4897064a1896f15bda4cdca/lcd_test.jar
#4 Java Tester
http:///www.brothersoft.com/mobile/midp-sys-info-download-224.html [ midp sys info ]
http://www.dpsoftware.org [ fpcbench ]
#2 color and 3D
http://storage.e398mod.com/java/matraxbench.zip [ matraxbenc ]
#3 LCD
http://thttpd.seclub.org/apps/0/a/4/0a422808c4897064a1896f15bda4cdca/lcd_test.jar
#4 Java Tester
http:///www.brothersoft.com/mobile/midp-sys-info-download-224.html [ midp sys info ]
Thursday, May 26, 2011
Notebook Asus K40IN T6600 (My Property)
#Specifications
Processor : Intel® Core2Duo T6600 2.2 Ghz
RAM : 2 GB DDR2
Screen Display : 14.0"; WXGA HD Clear SuperView LED Backlight TFT display (16:9)
VGA : VIDEO GRAPHIC NVIDIA GFORCE G102M 512 MB DEDICATE
HDD : 320 GB (SATA) with shock absorbers
DVD : SuperMulti Double Layer Drive (DVD ± RW/RAM)
Speaker : Altec Lansing SRS
Connectivity : Wifi, LAN, Modem, Card Reader, No Bluetooth :(
Camera : Built in Web Camera 1,3 MPx
Weight : Starting from 2.12kg
Color : Black Glossy
Monday, May 23, 2011
Vdownloader
Name : Vdownloader [ download ] [ help ]
Version : undefined
Date : undefined
Size : 10.6 MB
License : Free
OS : Windows XP
Category : Tools, Videos, Internet
Dev : -
---------------------------------
Desc :
How to download and convert files from video sharing website
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version : undefined
Date : undefined
Size : 10.6 MB
License : Free
OS : Windows XP
Category : Tools, Videos, Internet
Dev : -
---------------------------------
Desc :
How to download and convert files from video sharing website
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Money
http://www.appgreedy.com [ test the software then get money ]
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://www.appgreedy.com [ uji software dapat duit ]
"curiosity is motivation"
"letz share coz i only ask for information"
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://www.appgreedy.com [ uji software dapat duit ]
"curiosity is motivation"
"letz share coz i only ask for information"
Tools
7 tools for website ranking and measuring
http://www.alexa.com
http://www.siteexplorer.search.yahoo.com
http://www.feedcompare.com
http://www.popuri.us
http://www.technorati.com/blogging
http://www.cubestat.com
http://www.howsociable.com
***
http://www.gadgettrak.com [ notebook location tracker ]
http://adgrok.com [ adwords monitor ]
http://wheremyfriends.be [ facebook friends map locatoion ]
= = = = = = = = = = = = = = = = = = = = = = =
[ indonesia translation ]
7 tools untuk mengukur dan ranking website
http://www.alexa.com
http://www.siteexplorer.search.yahoo.com
http://www.feedcompare.com
http://www.popuri.us
http://www.technorati.com/blogging
http://www.cubestat.com
http://www.howsociable.com
***
http://www.gadgettrak.com [ lacak lokasi notebook ]
http://adgrok.com [ pantau adwords ]
http://wheremyfriends.be [ melihat peta lokasi teman di facebook ]
"curiosity is motivation"
"letz share coz i only ask for information"
http://www.alexa.com
http://www.siteexplorer.search.yahoo.com
http://www.feedcompare.com
http://www.popuri.us
http://www.technorati.com/blogging
http://www.cubestat.com
http://www.howsociable.com
***
http://www.gadgettrak.com [ notebook location tracker ]
http://adgrok.com [ adwords monitor ]
http://wheremyfriends.be [ facebook friends map locatoion ]
= = = = = = = = = = = = = = = = = = = = = = =
[ indonesia translation ]
7 tools untuk mengukur dan ranking website
http://www.alexa.com
http://www.siteexplorer.search.yahoo.com
http://www.feedcompare.com
http://www.popuri.us
http://www.technorati.com/blogging
http://www.cubestat.com
http://www.howsociable.com
***
http://www.gadgettrak.com [ lacak lokasi notebook ]
http://adgrok.com [ pantau adwords ]
http://wheremyfriends.be [ melihat peta lokasi teman di facebook ]
"curiosity is motivation"
"letz share coz i only ask for information"
Misc
http;//modwedding.com [ online wedding announcement ]
= = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translate ]
http;//modwedding.com [ mengumumkan resepsi pernikahan online ]
"curiosity is motivation"
"letz share coz i only ask for information"
= = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translate ]
http;//modwedding.com [ mengumumkan resepsi pernikahan online ]
"curiosity is motivation"
"letz share coz i only ask for information"
News
http://forumjurnalis.com
= = = = = = = = = = = = = = = = = = = = = = = = =
[ indonesia translation ]
http://forumjurnalis.com
"curiosity is motivation"
"letz share coz i only ask for information"
= = = = = = = = = = = = = = = = = = = = = = = = =
[ indonesia translation ]
http://forumjurnalis.com
"curiosity is motivation"
"letz share coz i only ask for information"
BitMate
Name : BitMate [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Networking, Internet
Dev :
---------------------------------
Desc :
Doubling download speed on slow connection
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Networking, Internet
Dev :
---------------------------------
Desc :
Doubling download speed on slow connection
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Easus Partition Master
Name : Easus Partition Manager [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, System
Dev :
---------------------------------
Desc :
all in one partition solution
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, System
Dev :
---------------------------------
Desc :
all in one partition solution
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
AnyCAD Free
Name : AnyCAD Free [ download ] [ help ]
Version : 1.4
Date : 03 03 2011
Size : 16 MB
License : Free
OS : Windows
Category : Tools, Design
-------------------------------
Desc :
Making an efficient 3D model
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version : 1.4
Date : 03 03 2011
Size : 16 MB
License : Free
OS : Windows
Category : Tools, Design
-------------------------------
Desc :
Making an efficient 3D model
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
ooVoo
Name : ooVoo [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Education
Dev : ooVoo
---------------------------------
Desc :
how to make online class room
you might like to visit and try :)
www.ustream.tv
www.stickam.com
www.justin.tv
www.blogtv.com
www.bambuser.com
www.nowlive.com
www.tinychat.com
www.vyew.com
www.ivisit.com
www.palbee.com
www.wengomeeting.com
www.zoho.com
www.tokbox.com
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Education
Dev : ooVoo
---------------------------------
Desc :
how to make online class room
you might like to visit and try :)
www.ustream.tv
www.stickam.com
www.justin.tv
www.blogtv.com
www.bambuser.com
www.nowlive.com
www.tinychat.com
www.vyew.com
www.ivisit.com
www.palbee.com
www.wengomeeting.com
www.zoho.com
www.tokbox.com
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
QTAFI
Name : QTAFI [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Education
Dev :
---------------------------------
Desc :
How to make online questionnaire
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Education
Dev :
---------------------------------
Desc :
How to make online questionnaire
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
earthquake 3D
Name : earthquake 3D [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Sciences
Dev :
---------------------------------
Desc :
How to detect earthquake since the early
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Sciences
Dev :
---------------------------------
Desc :
How to detect earthquake since the early
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
KeyBlaze Typing Tutor
Name : KeyBlaze Typing Tutor [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Educations
Dev :
---------------------------------
Desc :
online typing course
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Educations
Dev :
---------------------------------
Desc :
online typing course
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
CyberSky
Name : CyberSky [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Education
Dev :
---------------------------------
Desc :
How to learn about space from front of computer
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Education
Dev :
---------------------------------
Desc :
How to learn about space from front of computer
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
GooReader
Name : GooReader [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Educations
---------------------------------
Desc :
online magazine and book reader
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Educations
---------------------------------
Desc :
online magazine and book reader
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
PDFrizator
Name : PDFrizator [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Office
Dev :
---------------------------------
Desc :
PDF converter for presentation
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Office
Dev :
---------------------------------
Desc :
PDF converter for presentation
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
MaaS360 Boot Analyzer
Name : MaaS360 Boot Analyzer [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, System
Dev :
---------------------------------
Desc :
Time booting counter, or to know the time of interval at each system restart
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, System
Dev :
---------------------------------
Desc :
Time booting counter, or to know the time of interval at each system restart
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Ref
http://www.differencebetween.com [ explain the difference between two things ]
http://www.psychologytoday.com
http://www.ifixit.com [ pc and gadget repair guide ]
= = = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://www.differencebetween.com [ menjelaskan perbedaan antara dua hal ]
http://www.psychologytoday.com
http://www.ifixit.com [ panduan memperbaiki pc dan gadget ]
"curiosity is motivation"
"letz share coz i only ask for information"
http://www.psychologytoday.com
http://www.ifixit.com [ pc and gadget repair guide ]
= = = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://www.differencebetween.com [ menjelaskan perbedaan antara dua hal ]
http://www.psychologytoday.com
http://www.ifixit.com [ panduan memperbaiki pc dan gadget ]
"curiosity is motivation"
"letz share coz i only ask for information"
Education
http://www.bpwiz.biz [ proposal wizard ]
http://wacana-bahasa.blogspot.com [ indonesian language material ]
http://lagu2anak.blogspot.com [ indonesian kids songs ]
http://www.rawscripts.com [ film scenario/screenplay writing guide ]
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://www.bpwiz.biz [ wizard proposal ]
http://wacana-bahasa.blogspot.com [ materi latihan bahasa indonesia ]
http://lagu2anak.blogspot.com [ lagu-lagu anak-anak indonesia ]
http://www.rawscripts.com [ panduan menulis skenario film ]
"curiosity is motivation"
"letz share coz i only ask for information"
http://wacana-bahasa.blogspot.com [ indonesian language material ]
http://lagu2anak.blogspot.com [ indonesian kids songs ]
http://www.rawscripts.com [ film scenario/screenplay writing guide ]
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://www.bpwiz.biz [ wizard proposal ]
http://wacana-bahasa.blogspot.com [ materi latihan bahasa indonesia ]
http://lagu2anak.blogspot.com [ lagu-lagu anak-anak indonesia ]
http://www.rawscripts.com [ panduan menulis skenario film ]
"curiosity is motivation"
"letz share coz i only ask for information"
Web
add-ons
http://emailformlogix.com [ email form for web ]
http://www.crambu.com [ web to mobile optimizer ]
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
add-ons
http://emailformlogix.com [ membuat form email untuk web ]
http://www.crambu.com [ membuat web tampil optimal di smartphone ]
"curiosity is motivation"
"letz share coz i only ask for information"
http://emailformlogix.com [ email form for web ]
http://www.crambu.com [ web to mobile optimizer ]
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
add-ons
http://emailformlogix.com [ membuat form email untuk web ]
http://www.crambu.com [ membuat web tampil optimal di smartphone ]
"curiosity is motivation"
"letz share coz i only ask for information"
Novel
http://resensinovel.wordpress.com [ reviewer novel translation in Indonesian ]
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://resensinovel.wordpress.com [ resensi novel terjemahan dalam bahasa indonesia ]
"curiosity is motivation"
"letz share coz i only ask for information"
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://resensinovel.wordpress.com [ resensi novel terjemahan dalam bahasa indonesia ]
"curiosity is motivation"
"letz share coz i only ask for information"
Health
http://www.ramuantradisional.com [ traditional concoction/recipes ]
= = = = = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://www.ramuantradisional.com
"curiosity is motivation"
"letz share coz i only ask for information"
= = = = = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://www.ramuantradisional.com
"curiosity is motivation"
"letz share coz i only ask for information"
Business
http://kampungwirausaha.com
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://kampungwirausaha.com
"curiosity is motivation"
"letz share coz i only ask for information"
= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]
http://kampungwirausaha.com
"curiosity is motivation"
"letz share coz i only ask for information"
QTTabBar
Name : QTTabBar [ download ] [ help ]
Version : -
Date : -
Size : -
License : Free
OS : Windows
Category : Tools, Add-ons
Dev :
---------------------------------
Desc :
Add-ons for windows explorer
Serves to display the tab in windows explorer
This application needs Microsoft.NET Framework 3.5
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version : -
Date : -
Size : -
License : Free
OS : Windows
Category : Tools, Add-ons
Dev :
---------------------------------
Desc :
Add-ons for windows explorer
Serves to display the tab in windows explorer
This application needs Microsoft.NET Framework 3.5
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Visual Leak Detector
Name : Visual Leak Detector [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Developers
Dev :
---------------------------------
Desc :
Library for fixing errors in C++ programming language
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Developers
Dev :
---------------------------------
Desc :
Library for fixing errors in C++ programming language
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
SISContents
Name : SISContents [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Mobile
Dev :
---------------------------------
Desc :
SIS file or Symbian file explorer
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Mobile
Dev :
---------------------------------
Desc :
SIS file or Symbian file explorer
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Kanji Sketch Pad
Name : Kanji Sketch Pad [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Educations
Dev :
---------------------------------
Desc :
Step by step how to write kanji (simulation)
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Educations
Dev :
---------------------------------
Desc :
Step by step how to write kanji (simulation)
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Creepy
Name : Creepy [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Internet, Social Media
Dev :
---------------------------------
Desc :
How to find your social networking friends location
You can find your twitter and flickr trough this application
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, Internet, Social Media
Dev :
---------------------------------
Desc :
How to find your social networking friends location
You can find your twitter and flickr trough this application
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
CheckDiskGUI
Name : CheckDiskGUI [ download ] [ help ]
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, System
---------------------------------
Desc :
CHKDSK in GUI version
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
Version :
Date :
Size : MB
License : Free
OS : Windows
Category : Tools, System
---------------------------------
Desc :
CHKDSK in GUI version
Ref :
"curiosity is motivation"
"letz share coz i only ask for information"
HSUPA
High Speed Upload Packet Data
Teknologi protokol telpon genggam 3G dengan kecepatan 5.76Mbps.
"curiosity is motivation"
"letz share coz i only ask for information"
Teknologi protokol telpon genggam 3G dengan kecepatan 5.76Mbps.
"curiosity is motivation"
"letz share coz i only ask for information"
LED
Light-Emiting Dioda
Suatu komponenelektronika dari bahan semi konduktor yang dapat mengeluarkan emisi cahaya dengan keunggulan komsumsi listrik rendah.
Biasa digunakan pada perangkat elektronik seperti ponsel untuk notifikasi dengan varian warna yang beragam.
"curiosity is motivation"
"letz share coz i only ask for information"
Suatu komponenelektronika dari bahan semi konduktor yang dapat mengeluarkan emisi cahaya dengan keunggulan komsumsi listrik rendah.
Biasa digunakan pada perangkat elektronik seperti ponsel untuk notifikasi dengan varian warna yang beragam.
"curiosity is motivation"
"letz share coz i only ask for information"
Hot Swap
Istilah yang digunakan untuk komponen pada sistem yang dapat dilepas atau diganti tanpa proses shutdown atau restart maupun interupsi lain pada sistem.
Sebagai contoh, untuk perangkat yang menggunakan interface USB memungkinkan hot swap adalah mouse, keyboard atau printer
"curiosity is motivation"
"letz share coz i only ask for information"
Sebagai contoh, untuk perangkat yang menggunakan interface USB memungkinkan hot swap adalah mouse, keyboard atau printer
"curiosity is motivation"
"letz share coz i only ask for information"
Wednesday, May 18, 2011
How to Install Windows XP Operating System Using a Flashdisk
SOFTWARE
USB_PREP8 (http://goo.gl/gtJ7N)
PeToUSB (http://goo.gl/S8vHe)
FORMAT FLASH DISK
1.Insert flash disk
2.Double click PeToUSB
3.Click Start then tekan Yes
4.Close after finishing format
COPYING WINDOWS XP TO FLASH DISK
1.Insert Windows CD
2.Double click usb_prep8.cmd from folder usb_prep8
3.Press any key to continue
4.Choose 1 to change Windows source
5.Choose 3 to change Target USB-Drive
6.Choose 4 to copy windows from CD to USB Flash Disk
7.Press Y to format
8.Press any key to continue
9.Press Y to copy temporary files to USB Flash Disk
10.Press any key to finish the process
INSTALLATION
1.Enter BIOS then set boot to USB Flash Disk
2.Choose [TXT Mode Setup Windows XP, Never Unplug USB Drive Until After Logon].
3.Choose [GUI Mode Setup Windows XP, Continue Setup + Start XP] after restarting.
"curiosity is motivation"
"letz share coz i only ask for information"
USB_PREP8 (http://goo.gl/gtJ7N)
PeToUSB (http://goo.gl/S8vHe)
FORMAT FLASH DISK
1.Insert flash disk
2.Double click PeToUSB
3.Click Start then tekan Yes
4.Close after finishing format
COPYING WINDOWS XP TO FLASH DISK
1.Insert Windows CD
2.Double click usb_prep8.cmd from folder usb_prep8
3.Press any key to continue
4.Choose 1 to change Windows source
5.Choose 3 to change Target USB-Drive
6.Choose 4 to copy windows from CD to USB Flash Disk
7.Press Y to format
8.Press any key to continue
9.Press Y to copy temporary files to USB Flash Disk
10.Press any key to finish the process
INSTALLATION
1.Enter BIOS then set boot to USB Flash Disk
2.Choose [TXT Mode Setup Windows XP, Never Unplug USB Drive Until After Logon].
3.Choose [GUI Mode Setup Windows XP, Continue Setup + Start XP] after restarting.
"curiosity is motivation"
"letz share coz i only ask for information"
Saturday, March 5, 2011
Setting OVI Maps for Nokia
#1 register at
- http://www.ovi.com
#2 open with mozilla firefox
- http://maps.ovi.com
- install add-ons
#3 download hp version
- betalabs.nokia.com
- ueropre.nokia.com/explore-services/ovi-maps/downloads-and-services
#4 inserting maps to hp
- maps | options | tools | settings | synchronization | enter login
"curiosity is motivation"
"letz share coz i only ask for information"
- http://www.ovi.com
#2 open with mozilla firefox
- http://maps.ovi.com
- install add-ons
#3 download hp version
- betalabs.nokia.com
- ueropre.nokia.com/explore-services/ovi-maps/downloads-and-services
#4 inserting maps to hp
- maps | options | tools | settings | synchronization | enter login
"curiosity is motivation"
"letz share coz i only ask for information"
Subscribe to:
Posts (Atom)