Search This Blog

Tuesday, October 9, 2012

Open BTS

From SpeedyWiki

OpenBTS (Open Base Transceiver Station) is a software-based GSM base stations, allowing the phone to call without using a GSM network service provider. OpenBTS is known as the first open source implementation of the GSM industry standard protocols.

The estimated price is about Rp. 15-25 million/piece, well below the usual Cellular base stations are usually spend hundreds of millions or Billion dollars.


The main fear is usually not in the technology but rather in regulation (sad indeed).

so, for further information about OpenBTS please read or download the article here

ref :
http://opensource.telkomspeedy.com/wiki/index.php/OpenBTS


= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]


OpenBTS (Open Base Transceiver Station) adalah sebuah BTS GSM berbasis software, yang memungkinkan handphone GSM untuk menelepon tanpa menggunakan jaringan operator selular. OpenBTS dikenal sebagai implementasi open source pertama dari protokol standard industri GSM.

Perkiraan harga sekitar Rp. 15-25 juta / buah, jauh di bawah BTS Selular biasa yang biasanya dalam orde ratusan juta hingga beberapa Milyard rupiah.

Ketakutan utama biasanya bukan di teknologi tapi justru di regulasi (menyedihkan memang).

Maka, untuk informasi lebih lanjut silahkan baca atau download artikel disini

ref :
http://opensource.telkomspeedy.com/wiki/index.php/OpenBTS


"curiosity is motivation"
"letz share coz i only ask for information"

Sunday, April 1, 2012

How to Send Email Using PHP (Source Code)

#1 function
mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]])

#2 example 01
<?
mail("admin@domainanda.com", "Hallo Dunia!", "Halo admin \n Apa Kabar \n Anda hari ini?" , , "From: Web <webmaster@domain-kirim.com>");
?>

#3 example 02
<? 
$kepada = "admin@domainanda.com";        //email tujuan 
$subject = "Hallo Dunia!";           //judul email 
$pesan = "Halo admin \n Apa Kabar \n Anda hari ini?";   //pesan 
$dari = "webmaster@domain-kirim.com";     //email account anda 
$from = "From: $dari"; 
     
mail($kepada,$subject,$pesan,$from);    //fungsi untuk kirim email 
?>

How to Make SMS Gateway Using Gammu and Wammu in Ubuntu

Gammu and Wammu. Gammu is Command line utility which allows to use all libGammu features and Wammu is GUI program to manage contacts, todos, calendar and messages in your phone.

#1 Gammu installation
type this command to install
sudo apt-get install gammu

#2 Gammu configuration
open terminal then type this command to detect the phone
dmesg

*result :

[ 807.511755] cdc_acm 5-1:1.0: ttyACM0: USB ACM device
[ 807.514290] usbcore: registered new interface driver cdc_acm
[ 807.514296] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters

the port is ttyACM0

and then type
gammu-config

Friday, March 30, 2012

How to Prepare Linux for Daily Activities

#step 1
Create and Configure User Account
*suggest users to make complicated password at least 8 characters  
*enable shadow to avoid storing password in text mod
*do not use chsh command to modify /bin/false (it will prevent hacker to control system by default account for login)
*make sure that there is no account using ID nol and prevent login access remotely without password (configure file .rhost or /etc/host.equiv)

#step 2
Secure Root Access
*login without root
*use root access for administration only
*edit /etc/security and add # in the beginning of rows
*disable telnet
*edit /etc/ssh/sshd_config to prevent SSH login
*set umask root to 077 (read, write, execute just for root) or 022 (for user)

 Read more »

How to Enter Bootloader Mode for Pocket PC or Smartphone

Charmer (DON’T KNOW MODELS, IF YOU KNOW MAY YOU ADD IT)
[Record] + [Power] + [Soft reset]

Prophet (I-mate JamIn, Qtek S200, XDA neo, dopod 818pdo)
[Camera] + [Soft reset]
Typhoon (SP3, SP3i, SPV C500, qtek8010, qtek8020, dopod )
Hold [Camera] and Plug in USB cable

Hurricane (SP4, SP4m, SPV C550)
Hold [Camera] and Plug in USB cable

Tornado (SP5, SPV C600 )
Hold [Camera] and Plug in USB cable

Wallaby (O2 XDA, T-Mobile MDA, Qtek 1010, Qtek 1020, Siemens SX-56)
[Power] + [Soft reset]

Monday, March 26, 2012

How to Change Day into Night in Pictures Using Photoshop

#step 1
open file

#step 2
Duplicate Layer
*Layer > Duplicate Layer

#step 3
rename the new layer
*bridge2

#step 4
on the second layer (bridge2).. click Image > Adjustment > Desaturate or you can play the shortcut (CTRL+SHIFT+U)
now.. you are seeing the new color (black and white) but it's not night color

#step 5
Curves Application
click Image > Adjustment > Curves to change light direction
*raise the position of curves to give more light effect on the picture.. this will make certain parts become brighter
*otherwise.. lowering the position of curves.. it will make certain parts become darker

Read more »

Saturday, March 10, 2012

How to Install Flash Player for Samsung Galaxy Mini and Young

#1 Without Root

step 1
download apk file here

step 2
extract file then copy apk file to sd card

step 3
don't forget to check unknown resources at setting > application

step 4
use your file manager to find apk file

step 5
choose apk file then confirm it to begin installation process

step 6
when installation is completed do not open flash player but restart the phone

Friday, March 2, 2012

14 Steps To Accelerate Web Access


There is a way to speed up your web pages. This method has been tested in several popular sites on the Internet and managed to reduce the response time is 25-50 percent faster times.

The best trial is the realization of 10-20 percent in order to reduce the response time of the end of the HTML document in the browser. You need to focus on the 80-90 percent if you want to make the page more quickly. This can only be the fastest way if the server and your browser is already optimal. Server and 80-90 percent of the browser role your Web access speed.

Thursday, February 16, 2012

9 Android Widgets That Will Make iPhone Users Jealous


One of the biggest advantages of Android over iPhone is widgets. Here are 9 of the best widgets available for Android, updated for 2012 and selected by haansspot.

Friday, February 10, 2012

HJSplit


Name : HJSplit [ download ] [ help ]
Version : 3.0
Date : -
Size : 200 KB
License : Free
OS : Windows
Category : Tools, Utilities
Dev : Freebyte.com
---------------------------------
Desc :
File spliter and joiner

Ref :

"curiosity is motivation"
"letz share coz i only ask for information"

Thursday, February 9, 2012

How to Install and Add Hebrew, Arabic and Unsupported Language Fonts to Android Phone


#step 1
Download DejaVu fonts from http://sourceforge.net/projects/dejavu/files/

#step 2
Unpack the package to retrieve DejaVuSans.ttf font file, inside the ttf folder.

#step 3
Rename the DejaVuSans.ttf to exactly DroidSansFallback.ttf


Saturday, February 4, 2012

How to Make Short URL for Google Plus Profile


as we know that google plus has long url for profile address.. so how make short url for google plus..
you can try my short url.. click this url http://gplus.to/haanssim

so.. follow the instructions below..

#step 1
open your browser then type this address http://gplus.to

#step 2
enter your nickname
exp :
haanssim (it will be your nickname after short url - http://gplus.to/haanssim)

Thursday, February 2, 2012

SmadAV 8.9


Name : SmadAV [ download ] [ help ]
Version : 8.9
Date : -
Size : 738.65 KB
License : Free
OS : Windows
Category : Security, Anti Virus, Tools
Dev : smadav.net
---------------------------------
Desc :
Anti virus

Ref :


"curiosity is motivation"
"letz share coz i only ask for information"

Monday, January 30, 2012

Trace and Anti Trace



[trace]
flexyspy [ http://adf.ly/58BtH ]
desc : call, sms
prc : 150 uer

voxtrack personal [ http://adf.ly/58Bue ]
desc : call, install on hp
prc : 14,95 uer

Sunday, January 29, 2012

How to Install and Use PayPal Icon to Receive Payments on Your Site


#step 1
Open the front page of the PayPal site, click the link Log in

#step2
Click the Merchant Services tab

#step 3
Once the page is open, you can choose the desired features like PayPal Shopping Chart, Buy Now Buttons, Other Leading Charts, Subscriptions & Recurring Payments, Donations, Gift Certificates and others.

Wednesday, January 18, 2012

Flash Player for Android 10.1 armv6


Name : Flash Player [ download ] [ help ]
Version : 10.1
Date : 20120119
Size : 3.90 MB
License : Free
OS : Android
Category : Addons, Tools
Dev : Adobe
---------------------------------
Desc :
Flash player (swf)

Ref :
http://adf.ly/4qcJ4
http://adf.ly/4qcKb

"curiosity is motivation"
"letz share coz i only ask for information"

USB Tethering and Wireless Functions on Android OS (Part 2)

for part 1.. haansspot has shared about how to alter android phone into a modem.. now.. haansspot will share about how to alter android phone into a hotspot

please.. follow the instructions bellow..

#step 1
Choose Settings > Wireless & networks > Tethering & Portable hotspot > Portable Wi-Fi hotspot settings > Configure Wi-Fi hotspot


#step 2
fill the form as follows
exp:
SSID : haansspot
Security : WPA2 PSK
Password : 123456789
and then save

USB Tethering and Wireless Functions on Android OS (Part 1)

Now..  haansspot will share about how to maximize USB Tethering and Wireless functions on Android OS to alter it into a modem

and now follow the instructions bellow..

#step 1
before going to next step.. please make sure that OS version on handphone is 2.2 (froyo) or higher

#step 2
connect your handphone to your notebook with data cable

#step 3
Choose Settings > Wireless & Networks > Tethering & Portable hotspot

How to Alter a Notebook into a Hotspot

#step 1
download connectify here (http://adf.ly/4p3qJ)

#step 2
install this application on your windows
follow the steps through the image bellow


Saturday, January 14, 2012

How to Change Facebook Profile View to Timeline


Welcome to the new look of your facebook profile
According to the statement of Mark Zuckerberg (facebook developer) that timeline can tell us about all our story in one page and it looks like a blog.

Interestingly.. We can see all our stories by clicking button at the right side of page. But we have 7 days to design our timeline before the public see this new look

Now.. let's do the steps to change our old facebook profile view

#step 1
go to http://www.facebook.com/about/timeline

#step 2
scroll to the bottom of the page and click "Get Timeline"

#step 3
click "Change Cover" to change background cover or image
Related Posts Plugin for WordPress, Blogger...