Showing posts with label Tips Trick. Show all posts
Showing posts with label Tips Trick. Show all posts

AT Command – Tutorial SMS Based Information System – GSM Modem Gateway

AT Commands

Perintah AT Command digunakan oleh computer untuk berkomunikasi dengan terminal (modem/ phone modem). Penggunaan perintah AT Command digunakan untuk mengetahui kondisi modem, mengirim pesan, membaca pesan, dan sebagainya. AT Command untuk SMS biasanya diikuti oleh data I/O yang diwakili oleh unit-unit PDU (Protocol Data Unit). Tabel di bawah ini adalah beberapa jenis perintah AT Command penting yang berhubungan dengan SMS

Beberapa Perintah AT Command Untuk SMS
Command Fungsi
AT+CMGS Mengirim pesan
AT+CMGR Membaca pesan
AT+CMGD Menghapus pesan
AT+CSCA Alamat dari pusat SMS Servis
AT+CNMI Menampilkan adanya SMS Baru

Contoh penggunaannya :

1. buka hyper terminal isikan nama yang akan digunakan untuk koneksi


atcommand_001
atcommand_001

2. Kemudian pilih port yang akan digunakan (disini aku pakai port USB dan dideteksi sebagai port 8). kemudian klik OK

atcommand_002
atcommand_002
3. Atur setingan koneksi untuk port tersebut. kemudian klik OK

atcommand_003
atcommand_003
4. Setelah masuk ke hyper terminal coba kamu ketikkan ATE1 untuk mengetes apakah sudah terkoneksi, apa bila berhasil akan ditampilkan pesan OK. Dibawah ini ada beberapa contoh perintah yang bisa digunakan untuk mengecek hal-hal lainnya :
atcommand_004
atcommand_004

* AT+CGMI : Mengetahui merk HP
* AT+COPS? : untuk menampilkan operator jaringan
* AT+CSCA? : untuk mendapatkan nomor SMSC (layanan SMS)
* AT+CGSN :untuk mendapatkan nomor IMEI
* AT+GMM : Mengetahui modem yang digunakan

Mungkin ada baiknya kamu mendownload seluruh perintah AT+Command disini :AT_Command_Set_For_Nokia_GSM_And_WCDMA_Products_v1_2_en

sumber :ajidotnet.wordpress.com

Read More...

Install GRUB yang hilang

Mungkin tmen2 pemula pernah mengalami tidak bisa booting krn GRUB error. Nah bagaimana caranya menginstall kembali GRUB yang hilang agar PC kita bisa kembali booting. berikut langkah singkat menginstall grub menggunakan Live CD.

1. Langkah pertama, booting PC menggunakan live CD dan langsung buka terminal.
2. Masuk ke menu GRUB ketik :
$sudo grub atau
#grub
Maka akan muncul prompt grub seperti berikut :
grub>
3. Mulai bekerja dengan prompt grub langsung ketik :
grub>geometry (hd0);


perintah tersebut untuk mengetahui dimana partisi aktif linux yang akan kita install grubnya. Jangan lupa akhiri command dengan tanda titik koma (;).
4. Misalnya partisi linux ada di partisi kedua. Lanjutkan dengan mengetik :
grub>root (hd0,2);
Jangan lupa lagi tanda titik koma.
5. Lanjutkan lagi dengan perintah berikut :
grub>setup (hd0);
6. Tunggu proses selesai kemudian reboot komputer. jangan lupa keluarkan live cd dari drive.
7. Nah udah bisa booting lagi tu dari grub yang hilang.

Read More...

Membuka Docx Microsof Office 2007 di Ubuntu Menggunakan Open Office

File dengan ekstensi docx adalah file dalam format OpenXML, format yang digunakan oleh Microsoft Office terbaru (versi berapa?).
Well, setelah mengalami penentangan, akhirnya Microsoft menggunakannya untuk Office mereka sendiri, dan seperti biasanya, tidak kompatible seperti seharusnya XML.



Bagaimana membuka file ini? Gunakan saja plugin OpenOffice.org XML Translator.

Setelah download, double klik untuk memulai instalasi dan restart OpenOffice.org anda.

Untuk file .rpm cari di google aja ya.....!!!

peace...!!

Read More...

Reset Default Setting Pada Ubuntu Desktop (All Distro)

Reset Setting user (all linux distro)

1. Login Sebagai Root pada terminal dengan perintah
sudo su
2. Ganti Direktory anda menuju ke direktory home
3. Delete semua Direktory yang tesembunyi di direktory tersebut
dengan Perintah



rm -drf .*

4. Reboot Komputer anda dengan perintah

reboot

Selamat Mencoba

Terima Kasih


Read More...

Tweak Bandwidth Ubuntu Lewat Sysctl

Untuk mempercepay koneksi dan memperbesar bandwidth pada buntu hardy dapat menggunakkan perintah :

sudo gedit/etc/sysctl.conf

paste script dibawah pada bagian paling bawah


## increase TCP max buffer size setable using setsockopt()
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
## increase Linux autotuning TCP buffer limits
## min, default, and max number of bytes to use
## set max to at least 4MB, or higher if you use very high BDP paths
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
## don't cache ssthresh from previous connection
net.ipv4.tcp_no_metrics_save = 1
net.ipv4.tcp_moderate_rcvbuf = 1
## recommended to increase this for 1000 BT or higher
net.core.netdev_max_backlog = 2500
## for 10 GigE, use this, uncomment below
## net.core.netdev_max_backlog = 30000
## Turn off timestamps if you're on a gigabit or very busy network
## Having it off is one less thing the IP stack needs to work on
## net.ipv4.tcp_timestamps = 0
## disable tcp selective acknowledgements.
net.ipv4.tcp_sack = 0
##enable window scaling
net.ipv4.tcp_window_scaling = 1

untuk mengaktifkannya ketik perintah

sudo sysctl -p

setelah muncul script dibawah :

kernel.printk = 4 4 1 7
kernel.maps_protect = 1
fs.inotify.max_user_watches = 524288
vm.mmap_min_addr = 65536
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
net.ipv4.tcp_no_metrics_save = 1
net.ipv4.tcp_moderate_rcvbuf = 1
net.core.netdev_max_backlog = 2500
net.ipv4.tcp_sack = 0
net.ipv4.tcp_window_scaling = 1


Maka koneksi internet pada ubuntu akan lebih cepat
hingga 45 %

Terima Kasih


Read More...

Mempercantik desktop Ubuntu dengan Themes

Agar tampilan Dekstop anda tidak monoton, anda bisa mengambil themes dan window decorator dari situs berikut:
Ubuntu (Gnome):
http://www.gnome-look.org/
Kubuntu (KDE):
http://www.kde-look.org/
* Tidak perlu khawatir akan memberatkan system, karena themes ini bukan merupakan aplikasi tambahan atau aplikasi pihak ketiga. themes ini akan mengganti secara langsung. sehingga tidak menambah beban system.
Panduan:


Gnome:
• Untuk tampilan themes secara keseluruhan, masuk ke menu: “GTK 2.X”
• Untuk Window Border pada decorator Metacity (tanpa compiz), pilih menu “Metacity”
• GDM Themes untuk mengganti tampilan Login Ubuntu
• Untuk pengguna Compiz dan Emerald, masuk ke menu “Compiz”
Untuk mengaktifkan Themes, masuk ke “System => Preferences => Appearance”
Untuk mengganti Login Themes, masuk ke “System => Administration => Login Window”
KDE:
• Klik di menu “Themes/Styles” untuk mengganti themes.
• Untuk mengganti Window Decorations, klik pada “Window Decorations”, jika tanpa Compiz, klik pada sub-menu “Native KDE 3.2+”, untuk pengguna KDE 4 klik “Native KDE 4″ dan jika menggunakan Compiz klik pada “Compiz”
• Jika ingin mengganti skema warna pada desktop anda, klik pada “Color Schemes”
• Untuk mengganti Themes pada Login KDE, klik “KDM Themes”
Untuk merubah Themes, masuk ke “KMENU => System Settings”


Read More...

Merubah urutan default pada GRUB

Bagi pengguna Linux pada umumnya tentu tidaklah asing dengan istilah grub. Begitu juga dengan Ubuntu… bagi pengguna 2 (dua) sistem Operasi atau dual boot, setelah Instalasi pilihan pertama alias default akan diarahkan ke kernel Ubuntu. Kadang-kadang pengguna pemula masih ingin defaultnya diarahkan ke Sistem Operasi yang lama. Kenapa ..??? Tanya sama yang punya komputer deh he he .
Ok let’s Rock..
Pertama kita harus mengerti urutan pada menu grub, maksudnya …??? Gini Lho… Untuk menentukan default pada menu grub maka pada pengaturan ditentukan dengan penomoran baris posisi yang mau di boot.


Menu Pilihan Grub
Dimulai dari yang teratas, diberi urutan 0 (nol) Ubuntu, Kernel ….-386 , dari seterusnya urutan berikutnya.. jadi misal saja kita mau mengubah urutan ke Microsoft…… Edition maka urutannya berada di yang ke 4.
Ok Paham khan dengan Urutan..
Berikutnya, edit berkas /boot/grub/menu.lst , misal saja dengan perintah :
sudo nano /boot/grub/menu.lst
cari baris :
….
default 0
…..
Jika sudah ketemu ubah 0 dengan 4 jika kita ingin mengubah default ke Micros…..Edition.
Simpan perubahan yang kita lakukan dan pada boot selanjutnya default booting pada menu grub akan berpindahke Micr….Edition.


Read More...

Seting wireless intel 3945abg Ubuntu 9.40

Memang untuk wireless intel 3945abg kurang bekerja baik di ubuntu 9.04, karena drivernya yang gak supprot. dan itu sejak kernel 2.6.26 sudah mulai gak supprot. Tapi coba aja jalankan perintah dibawah ini, mudah2an bisa membantu...:)


sudo /etc/init.d/NetworkManager restart

kalau gak bisa jg, jlnkan perintah ini :

sudo rmmod -f iwl3945
sudo modprobe iwl3945 disable_hw_scan=1


Read More...

ZIP Password Unlocker v4.0



ZIP Password Unlocker v4.0 | 5.2 MB

ZIP Password Unlocker is to recover WinZIP/ZIP password for you to get into the archive. No matter how long or how complex your password is. This WinZIP/ZIP password recovery tool supports all versions of WinZIP/ZIP archives with powerful functions. In addition to brute-force attack, it also offers a brute-force with mask attack for if you still remember part of the password. It is fully customizable too for you are allowed to create a dictionary file for the program to base on. The program is super easy to use even a new user can get used to the program in less than a minute to recover the WinZIP/ZIP password.


Features:
• Supports all versions of WinZIP/ZIP archives
• Recovers long passwords
• Easy to use for a new user is guaranteed to fully use it in less than a minute
• Fast in speed to recover the password
• Allows to offer password clues to the program to reduce the calculation, saving time
• Allows you to create a dictionary for the program to base on
• Allows you to set the mutation numbers
• Allows to set computer CPU priority for a better performance
• Automatically saves the recovery process every after a period of time
• Supports to resume if accidentally stopped last time
• Automatically shuts down computer after recovery

Supported Versions:
* All WinZIP/ZIP archives are supported.

System Requirements:
* Pentium II 300 or higher CPU
* Windows 2000/NT/XP/2003/Vista/Windows 7
* 64 MB of RAM

Home Page - www.passwordunlocker.com

Download:
http://hotfile.com/dl/23402223/0f378fa/ZIP.Password.Unlocker.v4.0_www.Dl4all.com.rar.html

Read More...

Hack password admin windows

buat hack windows password uda beredar berapa versi dari reset via live cd lewat cmd.. jdi nih ane cuma coba shre aja bro.. kita ingat lagi cara hack windows lewat administrator yang defaullt nya sering di kosongin nah gimana klo password nya di isi oleh orang bro jah gak bisa dah kita masuk jdi orang tertinggi aksesnya.. .. ywda saya coba share aplikasi ini mungkin bisa bantu sodara2..



bisa di unduh di sini..
Code:
http://www.ziddu.com/download/5601470/ChangePassadministrator.exe.html

jangan lupa seblum nya instal framework nya dulu.. kalo make vista dah gak usah lagi di instal framework nya...
Code:
http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en

.. moga bermanfaat
Read More...

BElajar Bom2an dengan Gmail Nyok..:D..

ayo2. belajar yak,, nih khusus newbi aja yak..
nih buat nya pake c#...
ane kasih penggalan code nya...


using System.Net.Mail;


void Bom()
{
MailMessage mail = new MailMessage();
SmtpClient SmtpServer = new SmtpClient("smtp.gmail.com");

mail.From = new MailAddress("your_email_address@gmail.com");
mail.To.Add("to_address@mfc.ae");
mail.Subject = "Test Mail";
mail.Body = "This is for testing SMTP mail from GMAIL";

SmtpServer.Port = 587;
SmtpServer.Credentials = new System.Net.NetworkCredential("username", "password");
SmtpServer.EnableSsl = true;

SmtpServer.Send(mail);
MessageBox.Show("mail Send");

}
Selamat Ber Explore ria...
nih hasilnya...

Read More...

18 Web SEO Collection



1. Advanced PageRank
2. CGI Sitemap Generator
3. Check BackLinks in Google, MSN, Yahoo
4. Check Google PageRank
5. Check PR, BL, Alexa Rank #1
6. Check PR, BL, Alexa Rank #2
7. Check PR, BL, Alexa Rank, MSN Results, Yahoo Results
8. Hub Finder
9. Keyword Generator
10. Keyword Research Tool
11. Link Checking
12. Link Harvester
13. Link Popularity
14. Link Submit
15. Link Suggest
16. Sitemap Generator
17. The Google Suggest Scrape
18. XML Sitemap Generator
Download : http://hotfile.com/dl/18033015/244fee9/LTTS_mayatidoep-go.blogspot.com.zip.html

Read More...

How to Delete Undeletable Files in Windows




Windows 95/98/ME

If you are using Windows 95, 98, or Windows ME, the easiest way to remove an undeleteable file is to boot to a DOS prompt and manually delete the file. Before you do this, you'll want to make a note of the location of the file including the entire path to it. Follow the steps below to delete these types of files.
If you already know the path to the file, please skip to Step 7

1. Click on Start, Find, Files and Folders
2. Type the name of the undeletable file in the Named or Search For box
3. Make sure the Look In box shows the correct drive letter
4. Click on Find Now or Search Now and let the computer find the file
5. Once the file is located, right-click on it and choose properties, make a note of the file location. Usually this is something similar to

c:\windows\system32\undeleteablefilesname.exe
6. Close the search box
7. Locate a boot disk for your version of Windows, if you do not have a boot disk, follow the steps on the link below to create an emergency boot disk.

How to Create an Emergency Boot Disk for Windows

8. Shut down and restart your computer with the boot disk in your floppy drive.
9. The computer will boot to a DOS prompt that will look similar to

c:\

10. Type the following command and press Enter to delete the filer, substituting the phrase with the actual path and file name you discovered in Step 5 above.

del

Example:

del c:\windows\undeleteablefile.exe
11. Remove the boot disk in the floppy drive and restart your computer
12. The file should now be deleted.

Windows XP

In Windows XP, there are a couple ways to remove an undeleteable file, a manual way, and a couple automated ways using some freeware programs. First, I'll show you the manual way.

Manual Method

If you already know the path to the file, please skip to Step 7

1. Click on Start, Search, All Files and Folders
2. Type the name of the undeletable file in the box shown
3. Make sure the Look In box shows the correct drive letter
4. Click Search and let the computer find the file
5. Once the file is located, right-click on it and choose properties, make a note of the file location. Usually this is something similar to

c:\windows\system32\undeleteablefilesname.exe

6. Close the search box
7. Click on Start, Run, and type CMD and Press Enter to open a Command Prompt window
8. Leave the Command Prompt window open, but proceed to close all other open programs
9. Click on Start, Run and type TASKMGR.EXE and press Enter to start Task Manager
10. Click on the Processes tab, click on the process named Explorer.exe and click on End Process.
11. Minimize Task Manager but leave it open
12. Go back to the Command Prompt window and change to the directory where the file is located. To do this, use the CD command. You can follow the example below.

Example: to change to the Windows\System32 directory you would enter the following command and Press Enter

cd \windows\system32

13. Now use the DEL command to delete the offending file. Type DEL where is the file you wish to delete.

Example: del undeletable.exe
14. Use ALT-TAB to go back to Task Manager
15. In Task Manager, click File, New Task and enter EXPLORER.EXE to restart the Windows shell.
16. Close Task Manager
Read More...

Blue Screen Of Dead(BSOD) Instal Sql 2005 Server on windows xp sp2..?




Step 1: Download SQL Server 2005 Express Edition

The SQL Server 2005 Express Edition download page has three separate downloads for you to consider.
1.SQL Server 2005 Express Edition SP1
2.SQL Server 2005 Express Edition with Advanced Services SP1
3. SQL Server 2005 Express Edition with Advanced Services SP1



Step 2: Install database software prerequisites

I mentioned above that there are a number of software prerequisites for SQL Server 2005 Express Edition. Before you can install the database software, you need to take the necessary steps to get these items installed.

Install the following items in order.
Internet Information Server 5 or higher

If your Windows server does not have IIS installed, go to Start | Control Panel | Add or Remove Programs | Add/Remove Windows Components.
.NET Framework 2.0

Download the .NET Framework 2.0 (x86) from here. After downloading, execute dotnetfx.exe and follow the instructions to complete the installation. I'd show a screenshot, but there's really not a whole lot to see!
MSXML6

Download MSXML6 from here. Execute msxml6.msi. This is a quick installation.

step 4 request hotfix :
http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=921337&kbln=en-us

Step 5 Instal Sql Server... enjoy...^_^

Read More...

Visual Studio 2008 Trial To Full


Microsoft Visual Studio 2008 Professional Edition

Visual Studio 2008 delivers on Microsoft's vision of smart client applications by letting developers quickly create connected applications that deliver the highest quality rich user experiences. This new version lets any size organization create more secure, more manageable, and more reliableapplications that take advantage of Windows Vista, 2007 Office System and the Web. By building these new types of applications , organizations will find it easier than ever to capture and analyze information so that they can make effective business decisions.


downoload

http://go.microsoft.com/?linkid=7701859

heres the serial:
XMQ2Y-4T3V6-XJ48Y-D3K2V-6C4WT

AND heres how to use the serial:
http://www.youtube.com/watch?v=qZoT4gkWqDE


Read More...




IP

Followers

 

Copyright © 2009 by ::EXPLORE::