Special Sponsor

Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts

Friday, July 11, 2008

convert batch script to exe file

Setelah bersusah payah mengooglekan diri akhirnya berjaya juga aku menambah pengetahuan. Rupanya batch (.bat or .vbs) script boleh di compile menjadi .exe file. Bende tu pun tak perlu download program, dalam windows sendiri dah ada toolsnya.

caranya



1. sediakan dulu batch script ko dulu (ini penting la…)
2. bukak explorer
3. pergi ke C:\WINDOWS\system32
4. carikan program nama iexpress.exe dan klik dua kali
5. select “create new self extraction directive file” klik next
6. “Extract files and run an installation command” then klik next
7. Package title (letak ikut kesesuaian). Next
8. “No. Prompt” Next
9. “Do Not display License” (yang ni bergantung, kalau nk femes letak la license agreement nama ko… wahaha
10. Add batch script yang step 1 kat atas. Next
11. Install program [klik dan select file tadi]. Next
12. Show Window [default] or hidden bergantung pada kesesuaian skrip . Next
13. No message . Next
14. Browse , yang ni untuk save file yang sudah siap di .exe kan… save kat desktop je
15. Options, “Hide file extracting progress animation from user”. Next
16. “No restart” . Next
17. “Don’t Save” . Next
18. Next… Finish… tepuk2 tangan… hureey…

Wednesday, May 7, 2008

blogging using celcom3g and my k530i

I've just switch my xpax prepaid to celcom postpaid + 3G (D68 plan). So far when i connected my compaq c738 with my phone it works well and speed i got in puchong area around 300kbps... quite good and really fast. Now i blog using celcom3g since this area don't have any wifi or hotspot.



Doing internet connection via k530i is easy because i just using sony Ericsson's mobile networking wizard and the setting is simple.



That my sony ericsson connected with laptop using USB cable



speed connected... what.. 921.6kbps... huhu

Thursday, March 27, 2008

Dx10 for winXP

I got this patch to make my windows xp's directX become DirectX 10 that only come with vista.



see this screenshot

Wednesday, March 12, 2008

Command to get MAC address

How to get the MAC address of a network card by IP address or Computer Name by using the GETMAC command.


To use this command…

1. Open a command prompt with administrator priveleges.

2. You can use one of the following commands

GETMAC /s computername - Get MAC by Computer Name

GETMAC /s 192.168.1.1 - Get MAC by IP Address

For other ways to use this command you can visit the Microsoft Documentation on GETMAC.

GETMAC /?

NOTE: You must have administrator rights on the machine you are getting the IP address for.

Friday, February 8, 2008

Enable back your task manager

Simple tips for today:
Enable back your task manager...


1. klik Start ---> Run ---> Regedit
2. dlm Registry Key masuk : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
3. klik kanan di tempat kosong dan pilih New ---> Data Type: DWORD Value dan namakan Value Name: DisableTaskMgr
Value Data: [0 = Enabled (Default) / 1 = Disabled]

4. keluar dan LogOff atau restart komputer

related Enable back registry editor in windows

Monday, February 4, 2008

Mount USB device in Linux/Unix

Today, as the growing of portable disk USB many of us carry a data in it. I found out a little trouble to using it in older Linux/unix operating system that have USB port but when i plug the usb, the OS cannot detect the disk. The using 'pakcik Google', I found a solution in My digital life blog.

To manually mount a USB disk or USB drive or USB device in Linux or UNIX:

1. Login as root. You can use the su command to switch to root user.
2. Create a folder /mnt/USB with the command: mkdir /mnt/USB
3. Add the following line in the file /etc/fstab (fstab is the file that tells Linux where to mount the various devices,

and thus simplying the mount command):

/dev/sda1 /mnt/USB auto noauto,owner,kuzu 0 0

Note: The “auto” on the above line means auto detection of filesystem. If your system unable to determine the

filesystem type, change it accordingly to the USB drive’s filesystem (e.g. vfat or ntfs or ext2 or ext3).
4. Mount the USB storage device with the following command: mount /dev/sda1

Without the need modifying fstab (step 3), you can also straight away issue the mount command (step 4) with the following

syntax:

mount /dev/sda1 /mnt/USB

If you know the filesystem of the USB drive or the system unable to determine the correct filesystem, the -t option can be

used to the filesystem type of the USB device:

mount -t vfat /dev/sda1 /mnt/usb (for vFAT filesystem)
mount -t ntfs /dev/sda1 /mnt/usb (for NTFS filesystem)

Sometimes, the USB drive or USB storage device is detected by the system but been assigned a different device name from sda1.

If so, the correct device name need to be determined by viewing and OS log file. Usually the Linux and UNIX boot and log

message is stored in /var/log/messages, and you can view the log messages with the following commands:

tail -f /var/log/messages

or

dmesg

Check for the name of the device that appears after operating system detects the USB devices.

After using the USB disk, remember to unmount the USB drive with the following command to avoid any possible loss to the data

or changes and risk messing up your partition.

umount /mnt/USB

Sunday, January 27, 2008

Useful terminal command linux

Its been a long time I not write anything in this blog. Yes, ive been busy with work and at home I don't have an internet connection (3.5G or streamyx). Today I want to share a bit useful command in linux.


Show some computer stats

lspci

Access a dictionary through terminal (must have a working internet connection)
Note: Replace ‘word’ with whatever you’d like to search for (without quotes)

curl dict://dict.org/d:word

Check system temperature and battery charge

acpi -t

See a list of all running processes

ps aux

View the current time, date, and year

date

Show a simple calendar

cal

See what programs are running with the path names

ps -aux

See your current IP address

ifconfig -a

See what your system is doing at startup

dmesg

Show information about the computer users

finger -l

Show current Ubuntu version

cat /etc/issue

System Recovery

Backup xorg.conf

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup

Replace current xorg.conf with a previously made backup

sudo cp /etc/X11/xorg.conf_backup /etc/X11/xorg.conf

Delete auto xorg.conf backups

sudo rm /etc/X11/xorg.conf.2007*

Use nano to edit xorg.conf (works in “terminal-only” mode)

sudo nano /etc/X11/xorg.conf

Monday, December 31, 2007

Change Document and Setting from C to D

This method bassicly move your documents and settings from C drive to another drive example D. So do it with your own risk.

1.At the Run Command box, type “regedit”

2.Locate “My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft \Windows NT\CurrentVersion\ProfileList”. Modify “%SystemDrive%\Documents and Settings” to “d:\Documents and Settings”. Exit from Registry Editor when done.



3.Create (DO NOT COPY from C drive) a new folder “d:\Documents and Settings”.

4.Copy folder “C:\Documents and Settings\All Users” into “d:\Documents and Settings”

Done....

Monday, December 24, 2007

Enable back Hibernation in Vista

Got problem la after using disk cleanup wizard in windows vista which is 'disappear' the hibernate option. Hey Microsoft go and fix the bug. After going work today, doing some google and found the solution.


Here the step for enable back hibernation option in Windows Vista

goto run>cmd (you must in administrator account) or else run as administrator (ctrl+shift+Enter).

type the following code....
'powercfg /hibernate on' (without the quote) then ENTER.

restart vista.... Walla... the hibernation is back.



Tuesday, December 18, 2007

Change User password in Windows

Changing a user password especially administrator account is easier with command line. It can be done without any problem and can be done without logout the current user. Here how to do it. Tested and work in Windows 2000 SP4, Windows XP SP2, Windows Vista Home Basic (but have a problem to run as user).

First open windows command shell (cmd)
Then type hostname
Type runas /user:’hostname’\administrator cmd (we want to run cmd with root[very powerful user] privilege)



Then system will prompt password for current user.. Just enter the current one.
The new cmd windows will comeout
Then type net user administrator * (note: * for the password not visible)
Type new password.

Re-type the password back then enter.



For verify the passwd change or not use runas /user:’hostname’\administrator cmd
Enter the new password, if the cmd windows comeout then success.

Thursday, December 13, 2007

hacking a Mac notebook

I not sure the video is real or fake but it seem that WEP key can be hack using Ubuntu(Linux). All you need is Ubuntu and a laptop with wireless card.

Ubuntu (IPA pronunciation: /u’buntu/) is a Linux distribution offering an operating system predominantly targeted at desktop computers. Based on Debian GNU/Linux, Ubuntu concentrates on usability, freedom from restriction of use, regular releases, and ease of installation. Ubuntu is sponsored by Canonical Ltd., by South African Mark Shuttleworth; the name of the distribution comes from the African concept of ubuntu (roughly, “humanity towards others”).





See the video bellow.


Thursday, December 6, 2007

Belaja UNIX command


Fuh dah dekat 1 minggu lebih aku belajar command Unix ni. FYI command unix dengan command pada windows (CMD) tak banyak beza punya la. Di antara command Unix yang basic seperti yang aku tunjuk di bawah ini. Untuk banyak lagi command sila guna en. Google untuk mendapat maklumat lain.

  • *cat - for creating and displaying short files
  • *cd - change directory
  • *rm - remove a file
  • *touch - make a file
  • *vi - text editor but very susah one sbb x de mouse, not user-friendly
  • *more - use to read files
  • *man - display manual file for specific command
  • *grep - search file
  • *ls - see what files you have
  • *pwd - know current directory that you browsing
  • *mv - for moving and renaming files
  • *mkdir - make directory
  • *mount - mount something to local directory
  • *ftp - connect to a remote machine to download or upload files
  • *date - display date, time
  • *uname - display detail about OS
  • *id - display id machines
  • *reboot, boot - reboot
  • *tar xvf - uncompress tar files
  • *rmdir - remove directory
  • *telnet - log in to another machine
  • *cp - for copying files
sebenarnya banyak lagi ni, cuma kena rajin la. betul x?

Tuesday, November 13, 2007

The secret of notepad

There are lot of trick or secret Microsoft product that we can reveal by typing a code. For those of you using Windows, do the following:
1.) Open an empty notepad file
2.) Type "Bush hid the facts" (without the quotes)
3.) Save it as whatever you want.

4.) Close it, and re-open it.


Can someone translate what it means??

Sunday, November 4, 2007

Enable back registry editor (regedit)

When some virus(es) attack your Windows, it can disable the registry editor also known as regedit. You will get a message like this “Registry Editing Has Been Disabled By Your Administrator" . So what will you do? format the OS? NO, with simple steps you can re-enable it back.
1. Download the instruction codes here doenlod

2. Copy (ctrl+c) the codes

3. click start>run and paste (ctrl+v) the codes



4. click OK and then you can smile because you get back windows registry editor.


tips by : bloganything

Saturday, November 3, 2007

Repair CD with Microwave


Repair CDs With A Microwave!!! - Click here for more home videos


















After looking at the video I laugh a lot.
How can a microwave have the 'repair cd' button...

Saturday, October 27, 2007

Tips pantas menyemak video asal atau disunting


Tips ini dibawakan khas kepada anda oleh greenboc dan Multidimid

Untuk menyemak sesebuah video klip berkenaan sahih atau telah disunting, kita bleh menganalisa 20 atau 30 sampel frame video klip berkenaan dan melihat samada ianya pernah diganggu/disunting atau pun tidak.


Bagi seseorang yang pernah mengunakan perisian mengedit video (windows movie maker, ulead video studio, jahshaka, namakan saja apa perisiannya....) akan biasa dengan skrin berikut:



Dengan teknik memisahkan imej-imej dari video klip berkenaan dengan kadar 30 frame sesaat kita akan memperolehi jawapan samada sesebuah video klip itu pernah disunting atau pun tidak dengan melihat samada wujud tindanan atau keterhentian imej.



Dengan semakan yang dilakukan ke atas video klip terhangat masa kini, (terdapat di youtube atau boleh search pada torrent, limewire, rapidshare link, direct download dan segala media yang mampu menayangkan video termasuklah iPod ternyata tidak wujud sedetik pun di dalam imej-imej yang dipisahkan dengan kadar 30 frame sesaat itu menunjukkan sebarang tanda ia pernah disunting atau diubah.


Lihat berita di bawah ini.

Wednesday, October 24, 2007

TCP patch for vista

VistaTCPPatch, A vista utility to patch Windows Vista TCP connection half open outbound connection limit on Vista OS. It is a GUI based utility to patch remove the connection limit restriction placed by Microsoft on tcpip.sys in order to limit potential damage when the system is infected by malicious virus.

By applying this patch your uploading and downloading speed transfer will be optimized on Windows Vista. It will help stream P2PTV like TVants, PPStream and PPLive more smoothly and enchancing viewing movie or soccer match experience.

This patch is GUI (graphic user interface) version for tcpip.sys autopatcher batch script.

Instruction


1. Run command prompt with administrator right
2. Enter the following command and then press Enter:
VistaTcpPatch /n X
where X is the new TCP connection limit that you want to use in Vista. For example, “VistaTcpPatch /n 512″ will set the concurrent outbound half open TCP connection limit to 512.
3. Restart computer.




Download : VistaTCPipPatch1.0.7.3

source: techmixer

Sunday, October 21, 2007

Meebo on Firefox Add-On

Web-based instant messaging (IM), Meebo that can run accross all major IM network like MSN, Yahoo! Messenger, Google Talk and AIM now have add-on on Mozilla Firefox. It stay on browser sidebar for easy IM on your contact.


With add-on on Firefox, its easier to contact your friends while browsing the internet. The sidebar give visual notification when your contact IM you. It also support drag and drop links and images from the web right onto your contacts.


Get a sidebar with all of your buddies visible while you're browsing. Get visual notifications when your friends IM you. Drag and drop links and images from web pages right onto your friends!

Wednesday, October 17, 2007

Set Filter pada Wireless AP

Hari raya ni semua orang cuti, jadi ramai la balik kampung. So biasalah memasing bawak balik gajet-gajet diorang. Laptop, henfon, PSP dan macam-macam bende yang boleh akses internet guna wifi. Di sebabkan rumah aku ada sebijik Wireless AP (Access Point) dan disambung ke modem TMNET yang biru tu semua orang dengan 'FREE' nye boleh mengakses.

Jadi situasinya jadi macam ni, aku limitkan 6 user ( maknanya 6 IP je la) je boleh guna dan masuk kat dalam network. Jadi dah terlampau banyak dicampur dengan jiran-jiran sekali sampai pc aku, laptop abg ipar aku kene 'tendang' dari network terpaksalah aku meng"ON" kan function filter mac address untuk akses pada Wireless AP aku. So disinilah tutorial akan ditunjukkan dengan menggunakan Wireless AP Linksys WAP11, Mozilla Firefox 2.0 dan Windows XP SP2.

1. Buka web browser dan tulis 192.168.1.251. Lepas tu enter



2. Login window. Letak Username dan Password untuk Wireless AP tu, kalau tak tahu tengok dalam buku manual atau CD yang ada dalam kotak.



3. Bila dah berjaya kat login window di atas tadi paparan macam kat bawah ni akan muncul. Biarkan saja dan klik pada Advanced.




4. Filtered Mac Address : Enabled.
Only allow PCs with MAC listed below to access device.
Letak MAC address yang dikehendaki (maknanya yang di benarkan sahaja) untuk akses Wireless AP tu. Lepas tu klik Apply.



Macam mana nak tahu MAC address kita? kalau guna windows senang je, klik run > cmd > ipconfig /all .



Lepas je aku buat bende ni, puh internet terus jadi laju. Dah tak de lembab-lembab lagi dah. Pc aku pun dapat je connect. Kesihan pada orang-orang yang dapat internet "FREE" aku selama ni sekarang dah tak bleh access melainkan kalau dia mintak izin atau dia nak hack MAC address dia. hohoho

Friday, September 28, 2007

W32.Imaut.BA

W32.Imaut.BA propagates through messaging applications such as Yahoo! Instant Messenger, AOL Instant Messenger, Windows Live Messenger and Windows Messenger.

W32.Imaut.BA will

* Set the main start page of internet explorer to following address http://eyejuice.net
* Create and run svchost32.exe it when user try to launch Yahoo! Instant Messenger
* Buzz ym user and tell to go to following address http://eyejuice.net
* Disable Windows Task Manager
* Disable Registry Editor Tools



How to remove

1. Restart the computer using the Windows Recovery Console

After starting in Recovery Console. Proceed with these commands:

a) Type cd windows
b) Type del system\svchost32.exe
c) Press Enter
d) Type del system\cmd.exe
e) Press Enter
f) Type del system\svchost.exe
g) Type exit
h) Press Enter. The computer will now restart automatically.it


2. After the computer restart, temporarily Disable System Restore (Windows Me/XP).
3. Update the virus definitions.
4. Reboot computer in SafeMode
5. Run a full system scan and disinfect all infected files.
6. Delete/Modify any values added to the registry.


Navigate to and delete the following registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Run
\"Task Manager" = "%Windir%\system\svchost.exe"

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Run
\"Yahoo Messenger" = "%Windir%\system\svchost32.exe"

Navugate to and restore the following registry entries to their original values, if required:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\
Main\"Start Page" = "http://eyejuice.net/"

HKEY_CURRENT_USER\Software\Yahoo\pager\View\YMSGR_buzz\
"content url" = "http://eyejuice.net/"

HKEY_CURRENT_USER\Software\Yahoo\pager\View\
YMSGR_Launchcast\"content url" = "http://eyejuice.net/"

HKEY_CURRENT_USER\Software\Policies\Microsoft\
Internet Explorer\Control Panel\"Homepage" = "1"

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\System
\"DisableTaskMgr" = "1"

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\System
\"DisableRegistryTools" = "1"

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer\"NoRun" = "1"