Share eMail Article To a Friend View Printable Version

Action on anger: Defuse the anger triggers

Hi all.... I have always been in control of my temper except while driving.... im not sure about others but i hate it when somebody in front of me is slower and didn't want to let me pass by driving to left lane. If you drive a slower car, please keep left.

But now, Im trying to view it from a different angle. I am trying to understand what if im in their shoes and I wanted to try not to get angry with the situation.

Anger is bad, if it keeps you doing destructive things. I've learnt that now. It is actualy an act of maturity to control one's emotion, which is true. From now on, I will try to control it in order to produce a peace of mind while driving. I will never get easily angry while on the road again.

I'll start with Phase 1 : Anger Defusement while driving:-

1) Don't get angry

2) Don't get angry

3) Don't get angry

4) Don't get angry

hahahah...

read more to read the articles related to this..

Share eMail Article To a Friend View Printable Version

Linkin Park - Leave Out All The Rest


"Leave Out All The Rest"

I dreamed I was missing
You were so scared
But no one would listen
Cause no one else cared

After my dreaming
I woke with this fear
What am I leaving
When I'm done here

So if you're asking me
I want you to know

[Chorus]
When my time comes
Forget the wrong that I've done
Help me leave behind some
Reasons to be missed

And don't resent me
And when you're feeling empty
Keep me in your memory

Leave out all the rest
Leave out all the rest
[End Chorus]

Don't be afraid
I've taken my beating
I've shared what I made

I'm strong on the surface
Not all the way through
I've never been perfect
But neither have you

So if you're asking me
I want you to know

[Chorus]
When my time comes
Forget the wrong that I've done
Help me leave behind some
Reasons to be missed

Don't resent me
And when you're feeling empty
Keep me in your memory

Leave out all the rest
Leave out all the rest
[End Chorus]

Forgetting
All the hurt inside
You've learned to hide so well

Pretending
Someone else can come and save me from myself
I can't be who you are

[Chorus]
When my time comes
Forget the wrong that I've done
Help me leave behind some
Reasons to be missed

Don't resent me
And when you're feeling empty
Keep me in your memory

Leave out all the rest
Leave out all the rest

Forgetting
All the hurt inside
You've learned to hide so well

Pretending
Someone else can come and save me from myself
I can't be who you are
I can't be who you are

Share eMail Article To a Friend View Printable Version Subscribe to 'Dysfunktion CR3W'

My box updated to Slackware 12.1


hello guys... been bz with my work... got the maybank / kwsp4 poc and also a few other projects needs to focus on....

Few things had happen during the last 2 weeks which occupies me with a lot of tasks. I got hold of a new IBM thinkpad R61i laptop with Windows Vista preloaded in it. Its quite stupid for vista 32bit to have limited memory capabilites. At most, you can get only 3GB of detected RAM in vista.

I've planned to install my slackware on my thinkpad because my old dell 610 was sent to uganda for my other cliques. They got a project there. Since the laptop was preloaded with vista, with some thinkpad recovery console, configuring the linux boot might be tedious. Thanks to EasyBCD, vista bcdedit no longer in my way. its a marvelous tool to manage vista bootloader. Grab yourself a copy and try it.

Released bout a month ago, slackware 12.1 has proven to be the best of it releases. The installation is quite straightforward using the good ol' text mode installer. Slackware 12.1 came with kernel 2.6.24.5-smp, and have a lot of compatibility with my new thinkpad. Most of the stuff just work out of box. No need to hassle with extra configurations. Wifi and wired connections works seamlessly and reliable.( My old Dell machine needs ipw2200 wifi driver, but with kernel 2.6.24.5 and later, the drivers are included.) . While in vista, if the wifi disconnected, reconnecting took me about 15 minutes. For whatever reason, vista just hang and not responding to my input. That really beat the shit out of me! . In slackware, bringing it up back took less than a minute!.

Other than that, the thinkpad_acpi just works. For some advanced tasks, scripting and modifying the configuration to match the thinkpad functions can be found at thinkwiki.org. During the installation, there are some configurations that might not be easy for those who just got their hands on linux. But overtime, they will get use to it. the learning curve is there. it is up to them to proceed or not.

this is the screenshot  of my new box. Still in love with Alizee! :P





well a few config on X, i got it running for kdm, touchpad functionalities, the dpi issues. Since my thinkpad has only Intel 965 intergrated chipset, it only produce 1280x800 as the highest screen resolution. This was the minimal setting for running SecondLife on windows. The linux secondlife viewer It doesn't work well with it. you gotta have at least nVidia card.

Copying large number files and sizes in vista will potentially hang ur machine. It did that like more than 10 times to me. Within a month of using Vista, it was shitting me with 2 bluescreens already.


XP is still better than vista, even though it gave me numerous bluescreen. But that's solidly different because i know the main cause, but not this one.. :(
but still, nothing beats my slackware..

Share eMail Article To a Friend View Printable Version Subscribe to 'Dysfunktion CR3W'

Menukar IP Address Windows XP / 2003 secara cepat.

Benda ni bermula apabila aku dah malas nak klik2 network connection, dan taip ip satu2... mcm buang masa ja...
Balik umah nak kena set ip, pegi opis pun nak kene set ip. Pegi client site pun nak kena tuka lagi...
So bila aku duk godek2, dapat la satu cara untuk menukar ip address pc kita dengan cepat.
Basically menukar ip address ni adalah mengunakan command NETSH
Kalau nak set ip statik 192.168.1.105 dan subnet mask 255.255.255.0 command dia mcm ni:netsh int ip set address name="Local Area Connection" source=static addr=192.168.1.105 mask=255.255.255.0
Dia point benda ni melalui nama connection , so korang kena make sure dulu apa connection yg korang nak set.
(ipconfig /all akan menunjukkan maklumat tersebut).

Untuk menukar default gateway address kepada 192.168.1.1, taip command mcm bawah ni:
netsh int ip set address name="Local Area Connection" source=static gateway=192.168.1.1 gwmetric=1
Untuk menukar DNS Server punya ip address kepada 192.168.1.100, taip command dibawah ini:
netsh int ip set dns name="Local Area Connection" source=static addr=192.168.1.1
Kalau korang nak tukar balik untuk retrieve ip drpd DHCP, command dia seperti dibawah
netshint ip set address name="Local Area Connection" source=dhcp
netshint ip set dns name="Local Area Connection" source=dhcp

So untuk run dia secara automatik, korang create la vbs script / batch script untuk tukar ip... so bila kita double klik, dia akan ikut ip yg kita set dlm script... heheh
Tp mmg bila kita dah automate penukaran ip address ni, mmg banyak masa yg xterbuang...

Kalau korang nak tau detail lagi untuk guna command NETSH, taip netsh int ip set address dan Enter.



Download contoh batch script [ changeip.rar ]

# /boot/menu.conf

# /main/
 /home
 /mylife
 /DysfunktionCR3W
 /spaceXploration
 /life, engineered

# /interact/

 /my wishlist!
 /my travel map
 /mediagallery
 /my toolbox
 /syok shout/

# /stuff/

 /hmsecurity
 /n3wb0rn
 /slashdot
 /the broken
 /distrowatch
 /quantum computing
 /kernel

Shout Out~!

My Account





Sign up as a New User
Lost your password?


# /home/yusri/favlink

Slackware Linux
The linux distro i love!



SMK Sultan Badlishah

# /boot/boot.conf




Umbrella Corporation

# /etc/lic

License

Creative Commons License

WTFPL

Waktu Solat

#/adv


tweetshyt!