Agus Priyadi and Mafia.Or.ID

blog all about (brains colocations)

Archive for October, 2007

Dari Flock balik ke Firefox

Posted by mafiaid on 30 October 2007

Setelah kurang lebih dua bulan berkutat dengan Flock akhirnya balik juga ke Firefox. Gimana juga addons adblock nya yang bikin aku balik lagi ke Firefox. hehehehehehe….

Posted in ceritaku | 2 Comments »

Mac OS X Leopard GM Final 9A581 Kernel Patch (INTEL/AMD/NO-HPET/NO-NX/SSE2)

Posted by mafiaid on 30 October 2007

Copy Paste lagi http://forum.insanelymac.com/index.php?showtopic=67996

Thanks To Lord.ButtPlug

http://rs180.rapidshare.com/files/65585759/OSx86_Socket_Source_Code_and_581_Kernel_Patcher.zip
http://gudangupload.com/filelink.php?filecode=cecce87f7221436e436d6c6bf8c5ee6d

This file contains NO illegal files or copywrited material and is perfectly acceptable to post here.

Mac OS X Leopard GM Final 9A581 Kernel Patch (INTEL/AMD/NO-HPET/NO-NX/SSE2) and Source Code for OSx86 Hackintosh

This kernel patch will allow you to run the newest leopard build (10.5 final or 9a581) on your (non apple) Intel or AMD pc.

Also included is the source code that was originally written by Lorem (oui, socket), Maxxuss, and Rufus for SSE3 emulation, the CPUID_SET_INFO patch that allows it to run on non Intel, and also several other tweaks and patches that allows all of this to work. This should be open to the world to have, so that others may be able to pick up where they left off and make their own kernels, and not just a few select people to have. The author of the source code has given me permission to post it here.

Tags: ,

Posted in MacOS, bacaan, oprekan | 3 Comments »

Leopard on SSE2 Howto

Posted by mafiaid on 30 October 2007

Copy Paste dari http://forum.insanelymac.com/index.php?showtopic=68077

Thanks to vboyz for great howto

OK folks, this is a quick mini howto on getting Leopard on your SSE2 machine. I got it to work on my Dell 9300.

Not working: System Profiler crashes every time.
Working: almost everything else include Sigmatel sound, Geforce 6800 go with natit, wireless (Atheros), wired (broadcom) internet

OK here it goes.

1. Follow the BrazilMac’s guide to patch the original leopard down to SL DVD. Leave it there once done. Note: this will shrink the DVD size down to single layer DVD. To make it full Dual Layer, if you want, I think you can just edit the script not to remove the files (?) not tested though.
2. Follow this link and download the kernel patcher to bring it down to SSE2. Note: you will need to extract the mach_kernel from your original UNTOUCHED DMG. The patched kernel will be named as “mach_kernel.hacked” rename it to “mach_kernel”
3. Now, you should have a patch dvd and a SSE2 kernel on your desktop (or somewhere else), open a terminal and type: “hdiutil attach -readwrite $path_to_patch_dvd -owners no” (no quotes). This will allows you to mount the iso in writable mode. In terminal, type “cd /Volumes/xxx” where xxx is the label for the patch DVD iso.
4. Now we need to rename the mach_kernel which came from the patched DVD (because it is SSE3 kernel), by typing: “mv mach_kernel mach_kernel.sse3″
5. Then, copy the SSE2 kernel on your desktop to here by typing: “cp /Users/xxx/Desktop/mach_kernel .”
6. Exit out of the terminal, then right click on the mounted DVD ISO and eject it.
7. Burn the DVD, boot and install. Note: during installation, choose your language, then select a drive to install and click Customize and deselect everything.
8. Once installation finished, run the 9a581post-patch.sh however you want (either thru tiger or usb drive).

VERY IMPORTANT here:

9. There are 2 kext from Tiger that you will need: the dsmos.kext and AppleSMBIOS.kext without these you will get Leopard kernel panic.
10. Now boot into single mode of Leopard, copy the dsmos.kext and AppleSMBIOS.kext from tiger partition (or wherever else) to /System/Library/Extensions, overwrite the existing ones (because they are for SSE3 I think)
11. Repair persmision and such and reboot.
12. Now you have Leopard on SSE2 machine.

dsmos

mach_kernel.sse2

Tags: , , ,

Posted in MacOS, bacaan, oprekan | Leave a Comment »

Yahoo Extra Mail: 2 Addresses, 1 Inbox

Posted by mafiaid on 17 October 2007

The rule of thumb to prevent email spam is to maintain two e-mail addresses: one you give only to trusted people, the other you expect to get spammed like public mailing lists.

Yahoo! Mail now lets you create one extra email address alongside the one you already have. The best part is that both the email accounts can be managed from one common interface.

To add another email address to your Yahoo! account, click on Mail Options and choose Mail Addresses. Remember, you can even use a dot inside your email address names.

Email sent to or from this new address will appear in your mailbox with the rest of your mail. You can send from this new address by selecting it from the pull-down menu when you compose.

You can also sign in to your Yahoo! Mail or Yahoo! Messenger using the new email alias and your old password. The new email address can also be set as the default yahoo email address.

Copy Paste dari : http://labnol.blogspot.com/2006/04/yahoo-extra-mail-2-addresses-1-inbox.html

Tags: ,

Posted in bacaan | 1 Comment »

How to build the Mac OS X Package from scratch

Posted by mafiaid on 12 October 2007

Di ambil dari : http://wiki.winehq.org/MacOSX/Building

Installasi manual wine di OS X
Pastikan anda sudah menginstall Xcode dan X11 di mesin anda. Untuk Xcode bisa di ambil dari website nya apple

Download source code Wine. di sini saya download versi 0.9.46

$ wget http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.46.tar.bz2

Ekstrak file tersebut

$ tar -jxfv wine-0.9.46.tar.bz2

maka akan menghasilkan folder wine-0.9.46

Download darwine distribusi dari terminal X11

$cvs -z3 -d:pserver:anonymous:@darwine.cvs.sourceforge.net:/cvsroot/darwine co -P distrib

Jalankan applikasi create_darwine_distrib.sh

$ cd ~/distrib
$ export VERSION=0.9.46
$ ./create_darwine_distrib.sh $VERSION ~/Desktop/wine-$VERSION

Tunggu beberapa saat, dengan TravelMate 4150 dibutuhkan waktu 30menit lebih. setelah proses selesai maka akan di hasilkan file Darwine-0.9.46.dmg

Selesai dan tinggal running file Darwine-0.9.46.dmg

ada baiknya sebelum itu anda juga sudah menginstall fontforge

Tags: ,

Posted in MacOS, oprekan | Leave a Comment »

Installing Wine on Mac OS X

Posted by mafiaid on 12 October 2007

Downloading Wine on Mac OS X

Before downloading Wine you should be aware that the distribution package might be far behind the current state of Wine, in this case it’s better to “build Wine from scratch“. This requires to install XCode from Apple, the development package for MacOS X shipped (but not pre-installed) with your Mac.

Please note that you should use Wine and not Darwine for Intel CPU based Macs.

Downloading The Distribution Package

When you go to the download page of the Darwine’s project home you’ll be confronted with following selection:

Darwine-Download

If you’ve got a new Mac with Intel processor you’ve got to select the middle one (x86). The “(Universal)” only contains some source files that are of no use if you just want to run Windows applications the simple way.

You’ll be redirected to a download site named Sourceforge.net then, this looks like this: Darwine-Download2

Select a file mirror close to your location for getting a fast connection; shortly after you might be asked where to put the downloaded file – take care of it where you put it resp. where your web browser puts it.

Installing Darwine

After downloading you’ve got the following file:

Warning: this is for the SDK not the Darwine Application folder, which should simply be drag&dropped onto the Application folder. Please correct the above if you agree –[[Pidherbemont|Pidherbemont]]

Darwine-dwpkg1 This is an image file of Apple. It contains a copy of a virtual data medium; when you open it, it is mounted like a CD-ROM, therefore you can’t edit its content usually, and it is only available when you have mounted it. – Open it.

Darwine-dwpkg2 This symbol appears on the desktop then for external storage devices – and mounted image files; when you have installed Darwine you might “eject” (unmount) this. But you don’t have to open it normally because when you mount a data medium its content is shown automatically.

Darwine-dwpkg3 Finally this is the package containing Darwine, packed inside of the image file. Simply open it to initiate a setup process you might be used from Windows. The PGK files are the intended standard method of installing software in MacOS X. You will have to accept a license also though, but this is just the GNU Lesser General Public License so you don’t have to worry about.

Darwine will be installed in your Applications folder then, further EXE-Files are assigned automatically to the WINE engine.

Setting Up Darwine

You should first run Wine without executing programs. Go into your Applications folder (you find it in the side list of the Finder Window), and enter the folder “Darwine”. Run “WineHelper.app”. Open the menu entries “WineHelper->Configure Wine…” and “WineHelper->Preferences” without making any changes. Then quit WineHelper (e.g. by pressing Command+Q). – Quitting WineHelper forces to save the settings file.

Darwine-winehelpercfg When opening “Configure Wine…” the first time WineHelper might be busy for some moments. Don’t kill it just because you’re impatient…

Go even deeper in the Darwine folder into “Sample WineLib Applications”. These are not just samples but also tools. You’ll need especially winecfg.exe and regedit.exe to set up Darwine properly. Don’t be irritated by the look of some of those applications – they are not the real applications shipped with Windows but simply freeware imitations, part of the WINE project.

You may also jump at the chance and make your desired settings when running winecfg.exe the first time.

Uninstalling Wine

Wine does not affect your system, it simply uses some harddisk space. For complete removal you’ll have to remove the Darwine folder in the Applications folder, the invisible folder “.wine” in your user folder and “org.wine.winehelper.plist” in your Preferences folder (~/Library/Preferences).

Copy Paste : http://wiki.winehq.org/MacOSX/Installing

Tags: ,

Posted in MacOS, oprekan | Leave a Comment »

Gito Rolies – Cinta Yang Tulus

Posted by mafiaid on 8 October 2007

Cinta Yang Tulus
By Gito Rolies

cinta yang tulus di dalam hatiku
tlah bersemi karena-Mu
hati yang suram kini tiada lagi
tlah bersinar karena-Mu

ooo…ooo…ooo

biarkan hujan membasahi bumi
atau bulan yang tida berseri
namun jangan Kau biarkan cintaku
yang tulus suci hanya pada-Mu

semua yang ada pada-Mu ooo
membuat diriku tiada berdaya
hanyalah bagi-Mu
untuk-Mu Tuhanku
seluruh hidupku…

semua yang ada pada-Mu ooo
membuat diriku tiada berdaya
hanyalah bagi-Mu
untuk-Mu Tuhanku
seluruh hidup dan cintaku

cinta yang tulus di dalam hatiku
tlah bersemi karena-Mu
hati yang suram kini tiada lagi
tlah bersinar karena-Mu

semua yang ada pada-Mu ooo
membuat diriku tiada berdaya
hanyalah bagi-Mu
untuk-Mu Tuhanku
seluruh hidup dan cintaku

Tags:

Posted in lirik | 1 Comment »

Changing Your MAC Address In Window XP/Vista, Linux And BSD

Posted by mafiaid on 4 October 2007

BSD

1) Bring down the interface: “ifconfig xl0 down”

2) Enter new MAC address: “ifconfig xl0 link 00:00:00:AA:AA:AA”

3) Bring up the interface: “ifconfig xl0 up”

Linux

1) Bring down the interface: “ifconfig eth0 down”

2) Enter new MAC address: “ifconfig eth0 hw ether 00:00:00:AA:AA:AA”

3) Bring up the interface: “ifconfig eth0 up”

Windows 2000/XP
Method 1:

This is depending on the type of Network Interface Card (NIC) you have. If you have a card that doesn’t support Clone MAC address, then you have to go to second method.

a) Go to Start->Settings->Control Panel and double click on Network and Dial-up Connections.

b) Right click on the NIC you want to change the MAC address and click on properties.

c) Under “General” tab, click on the “Configure” button

d) Click on “Advanced” tab

e) Under “Property section”, you should see an item called “Network Address” or “Locally Administered Address”, click on it.

f) On the right side, under “Value”, type in the New MAC address you want to assign to your NIC. Usually this value is entered without the “-” between the MAC address numbers.

g) Goto command prompt and type in “ipconfig /all” or “net config rdr” to verify the changes. If the changes are not materialized, then use the second method.

h) If successful, reboot your system.

Method 2:

This should work on all Windows 2000/XP systems

a) Go to Start -> Run, type “regedt32″ to start registry editor. Do not use “Regedit”.

b) Go to “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}”. Double click on it to expand the tree. The subkeys are 4-digit numbers, which represent particular network adapters. You should see it starts with 0000, then 0001, 0002, 0003 and so on.

c) Find the interface you want by searching for the proper “DriverDesc” key.

d) Edit, or add, the string key “NetworkAddress” (has the data type “REG_SZ”) to contain the new MAC address.

e) Disable then re-enable the network interface that you changed (or reboot the system).

Method 3:

Use the program Etherchange from http://ntsecurity.nu/toolbox/etherchange/

Windows 9x

Use the same method as Windows 2000/XP except for the registry key location is “HKEY_LOCAL_MACHINE\System\ CurrentControlSet\Services\Class\Net” and you must reboot your system.

Blogged with Flock

Tags: , ,

Posted in bacaan, oprekan | Leave a Comment »

Pedoman Bagi Bikers Agar Lebih Safety

Posted by mafiaid on 4 October 2007

Pedoman Bagi Bikers Agar Lebih Safety
Langkah Aman Naik Motor



Kemacetan lalu lintas belakangan ini membuat banyak orang
mengalihkan pilihan kendaraan ke sepeda motor. Tapi jangan sembarang
meluncur ke jalan tanpa tahu cara aman berkendara dengan sepeda motor.
Ada baiknya anda simak beberapa langkah dibawah ini.

Peralatan keamanan pastinya penting dipersiapkan. Helm dan jaket
adalah atribut wajib. Selain itu tidak ada salahnya juga menggunakan
sarung tangan agar saat mengatur gas, tangan tidak licin oleh keringat.
Sebelum berangkat, pastikan lampu sen, lampu depan dang belakang serta
klakson kendaraan bisa berfungsi dengan baik. Periksa juga kedua ban,
apakah tekanan anginnya cukup atau perlu ditambah.

Sekarang anda siap turun ke jalan. Yang penting diingat adalah
jangan berpikir kalau pengendara lain selalu melihat anda. Anggap saja
anda tidak terlihat oleh pengendara lain. Berpikiran demikian membuat
anda berkendara lebih hati-hati. Saat ingin mendahului atau memotong
jalan, sebaiknya anda merasa pengendara lain belum tentu melihat anda.

Sisakan jarak aman. Meski kendaraan padat dan macet, pastikan motor
anda tidak terlalu dekat dengan kendaraan lainnya. Ruang ini membuat
pandangan anda lebih jelas dan bisa lebih baik dalam merespon situasi
yang terjadi. Apalagi dalam keadaan kecepatan tinggi, jaga jarak dengan
kendaraan lain sebagai antisipasi jika ada pengereman mendadak.

Antisipasi kecelakaan. Jika berada di belakang truk bermuatan besar
atau bis kota yang ugal-ugalan tetaplah berhati-hati. Antisipasi resiko
yang akan datang ketika berada di dekat dua kendaraan tersebut. Bus
kota sering tidak melihat kanan kiri jika ingin menyalip, pastikan
motor anda tidak berada di tempat yang berbahaya. Begitu juga dengan
truk, jaga jarak sehingga jika terjadi sesuatu anda bisa melakukan
antisipasi tindakan dengan cepat.

Berhati-hati melewati belokan. Seringkali pada sebuah belokan, motor
berada tertutup di belakang mobil sehingga hal ini sangat berbahaya.
Kendaraan dari arah yang berbeda bisa saja tak melihat dan
mengakibatkan kecelakaan. Usahakan agar anda selalu terlihat oleh
pengendara sekitar. Begitu juga saat ada belokan ke kiri, seringkali
motor yang berada di jalur kiri dan mengarah lurus tidak mengantisipasi
mobil yang akan berbelok ke kiri. Selalu perhatikan keadaan sekitar,
jika berada di jalur kiri maka antisipasi kendaraan yang berbelok dan
kendaraan dari arah belokan. Bunyikan klakson dan kedipkan lampu untuk
memberi tanda. Pelankan kendaraan setiap berbelok, kadang anda tidak
bisa melihat apakah ada truk atau lubang besar yang bisa membahayakan
di belokan tersebut.

Stop kebut-kebutan. Dalam cuaca panas, bisa saja keadaan emosi
ikutan panas. Hindari konflik di jalan karena akan mengacaukan pikiran
dan mengurangi konsentrasi. Tetap tenang dan fokus pada tujuan anda.
Jangan mudah terpancing juga pada pengendara lain yang menantang untuk
kebut-kebutan. Jika keadaan sangat emosional, lebih baik berhenti
sebentar. Minum air jika memungkinkan dan lanjutkan perjalanan jika
sudah tenang.

Beri jalan pada kendaraan yang ingin lebih cepat. Jika di belakang
ada mobil yang mengklakson, beri jalan dengan sedikit menempi dan
memperlambat laju motor. Usahakan juga jangan mengekor kendaraan di
depan anda. Jika kendaraan di depan tidak melihat motor anda maka bisa
saja terjadi bahaya jika dia berbelok atau berhenti mendadak.

Hati-hati berkendara di terik matahari karena sering membuat orang
silau. Beberapa helm dilengkapi dengan kaca film untuk mengurangi
teriknya sinar matahari atau gunakan kacamata hitam yang sebisa mungkin
tiak menghalangi pandangan mata. Jika cahaya sangat menyilaukan
sebaiknya anda menepi dahulu untuk melihat situasi. Jika memungkinkan
ubah arah ke tempat yang lebih teduh.

Hindari berkendara di tengah malam terutama di malam Sabtu dan malam
Minggu. Pada kedua malam tersebut, biasanya banyak orang yang baru
keluar dari klub dalam keadaan mabuk. Jika sangat terpaksa, pastikan
lampu motor anda menyala dan gunakan helm berwarna terang yang bisa
menyala dalam gelap.

Terakhir, jangan lupa selalu bawa surat-surat kendaraan untuk
memudahkan jika terjadi masalah di tengah jalan. Seringkali ada razia
yang memeriksa surat-surat kendaraan. Lengkapi juga motor anda dengan
kunci pengaman tambahan apalagi jika anda sering meninggalkan kendaraan
di tempat umum dalam waktu yang cukup lama. Kapasitas motor maksimal
hanya dua orang, jadi jangan membahayakan diri anda dengan mengendarai
motor lebih dari dua orang.

(Sumber : Motorplus-online.com)

Tags:

Posted in Comunity, bacaan, s2w, thunder | Leave a Comment »