Everybody, Somebody, Anybody, and Nobody

This is a little story about four people named Everybody, Somebody, Anybody, and Nobody.

There was an important job to be done and Everybody was sure that Somebody would do it.

Anybody could have done it, but Nobody did it.

Somebody got angry about that because it was Everybody's job.

Everybody thought that Anybody could do it, but Nobody realized that Everybody wouldn't do it.

It ended up that Everybody blamed Somebody when Nobody did what Anybody could have done.

(The above is a short story I accidentally found in an archive of files from long ago. Credits to the original author.)

Share:

HOW-TO: Post YM Status Icon in Forums

I used to trade (mostly sell) stuff online and in forums. And for practicality sake, it is important for me to be reachable most of the time. Giving up your email address online has its pros and cons but face it, you would think twice about giving away your mobile number.

So is there another alternative to getting reached and notifying the buyer you are reachable? YM has been one of the popular chat systems since its inception and it is widely used. And I have been intrigued by forum posts with icons showing the user is online. And I assume you would like to put your own online or offline status just as I am.

This is really simple to do. To get straight to the point, below is the code. On some forums the syntax may be different but the URL is pretty much the same.

[img]http://opi.yahoo.com/online?u=YOUR_YM_ID_HERE&m=g&t=14[/img]


Replace the string "YOUR_YM_ID_HERE" with your Yahoo ID and it will show your YM status as an icon or image on your post.

The images should look like the ones below. First offline:



... then online.



There you go, YM status as icon on your post.

Share:

HOW-TO: dwwin.exe - DLL Initialization Failed

Have you ever noticed this error message pop-up each time you shutdown or reboot your computer? Although shutdown proceeds and the message seems harmless (and in fact it does not give a clue of anything wrong), it is still a nuisance to get such especially on shutdown sequence.

This article will discuss the weird solution to such error message.. I say "weird" because the error message does not give a clue and the solution to it seems unrelated at all. You will get to know it soon. Read on..

I could not capture a screenshot of the pop-up message but since you are here, you might have searched for this cos you might have encountered it and got curious. Don't worry, when I first encountered it we probably shared the same puzzled expression and curiousity.

However, I can share the event message with you. If you take a look at the application event logs of your machine you should be able to see something similar (see screenshot below) -- Event ID: 26. Completely clueless, I went to search in the internet for a possible solution.. And unfortunately, did not find any.



However, a friend has already encountered the same and with his permission I am posting the solution here.

Believe it or not, the error has something to do with Adobe Acrobat Reader. So launch the reader and go to:
"Edit"
--> "Preferences"
----> "Internet"
(untick "Display PDF in browser")




Execution will cause Acrobat Reader to repair itself and the pop-up message will no longer haunt you when executing a reboot or shutdown.

Share:

ARTICLE: Dell Latitude D630 Sleep Hot-Key

I have been a Dell Latitude D630 user for over 3 years now. I have used it in my previous job; I use one personally; and I have been assigned another in my current employment. My experience with this device is what one can reasonably call "extensive" that I have grown to be very comfortable with it.. and even prefer it over other notebooks.

But if there is one thing I did not know about a D630, it is the elusive Sleep button.. You might share this ignorance with me and it is only until recently that I came to realize what or where it is. If it ever was documented in the manual, I have not discovered nor came across it, as I have not read the manual. (The one that came with my personal Dell D630 is still sealed. Hehehe..)

Whenever I configure the power options for my notebook, it has always made me wonder where the "Sleep" button is. Just so we are in the same page, below is "Power Options" panel. And that is the snapshot of how I configure mine.



To get to the above, open "Control Panel" --> "Power Options", in the classic Control Panel; while on the Categorized view, open "Control Panel" --> "Performance and Maintenance" --> "Power Options".

The "Advanced" tab contains the configuration panel similar to the screenshot above. Configure it to your liking.

Closing the lid should be self-explanatory. I set this to "Do Nothing". Again, this is my personal preference. You can go ahead with your own.

The power button is toward the top center of the keyboard. The largest button and should be obvious. I set this to "Standby" when pressed.

And lastly, for the "Sleep" button, I set this to "Hibernate". But there isnt a sleep button on a Dell Latitude D630! It is however a pressing of a combination of keys -- Fn + ESC. The [Fn] key is toward the bottom left, in between the CTRL and WIN keys. Pressing both keys Fn and ESC simulates the pressing of the sleep button and triggers hibernation.

The "Hibernate" option is not available unless "Enable hibernation" is ticked in the Hibernate tab of the Power Options panel.

Speaking of Hibernate, a shortcut can be created with target "rundll32 powrprof.dll, SetSuspendState" (SetSuspendState --> is case-sensitive). This shortcut used to be what I have on the Desktop, which I no longer have any use for. If Hibernation is not enabled, this shortcut executes a Standby instead.

There you go. I hope the discovery of this Sleep button or should I say Sleep Hot-key puts more functionality and more familiarity to your Latitude D630.

Share:

FAQ: Enable AHCI on Intel Chipset (ver 2.0)

"There’s No Such Thing As A Silly Question" -- does the cliche sound familiar? In this part of pimp-my-rig reloaded, technical questions are answered. Mail them to me and I will post the answers here. If you have a better answer, by all means share it with us.

After having been successful in enabling AHCI on my D630s ICH8M chipset way back, I recently got hit by a Virut.NBL virus and had to re-install Windows XP PRO. To my surprise, the 79im05ww.exe (from its IBM resource page) is no longer available. AHCI has been important to me especially native command queuing or NCQ. Is there another workaround to it?

Searching around, it got me to the 79im05ww's upgrade -- the 7zim57ww.exe. Having found the replacement or should I say upgrade, I proceeded to download it.

I outlined the procedure below, as I had enabled AHCI on my Dell Latitude D630.

As outlined in the previous article, extract the file to C:\DRIVERS\WIN\SATA.



Replace every instance of DEV_27C5 with the ones below, depending on your chipset (if you have the ICH7M southbridge or I/O controller, skip this step). The target file is C:\DRIVERS\WIN\SATA\PREPARE\IMSM_PRE.inf:
ICH6R ==> DEV_2652
ICH6M ==> DEV_2653
ICH7R ==> DEV_27C1
ICH7DH ==> DEV_27C1
ICH7M ==> DEV_27C5
ICH8M ==> DEV_2828 or DEV_2829 (Check the value in device manager)


This procedure is similar to the one outlined in the previous article. So after making the necessary changes to the IMSM_PRE.inf file, execute C:\DRIVERS\WIN\SATA\PREPARE\INSTALL.CMD. Reboot the computer after install.cmd executes.

After reboot, do exactly as Step #6 to Step #8 of "Enable AHCI on Intel Chipsets". After the second restart/reboot, AHCI will be enabled.

I hope this post answers queries to the mails regarding the now missing but upgraded 79im05ww.exe.

Share:

Subscribe for Latest Update

Popular Posts

Post Labels

100gb (1) acceleration (1) acrobat (1) adblock (1) advanced (1) ahci (1) airdrop (2) aix (14) angry birds (1) article (21) aster (1) audiodg.exe (1) automatic (2) autorun.inf (1) bartpe (1) battery (2) bigboss (1) binance (1) biometrics (1) bitcoin (3) blackberry (1) book (1) boot-repair (2) calendar (1) ccleaner (3) chrome (5) cloud (1) cluster (1) compatibility (3) CPAN (1) crypto (3) cydia (1) data (3) ddos (1) disable (1) discount (1) DLNA (1) dmidecode (1) dns (7) dracut (1) driver (1) error (10) esxi5 (2) excel (1) facebook (1) faq (36) faucet (1) firefox (17) firewall (2) flash (5) free (3) fun (1) gadgets (4) games (1) garmin (5) gmail (3) google (4) google+ (2) gps (5) grub (2) guide (1) hardware (6) how (1) how-to (45) huawei (1) icloud (1) info (4) iphone (7) IPMP (2) IPV6 (1) iscsi (1) jailbreak (1) java (3) kodi (1) linux (28) locate (1) lshw (1) luci (1) mafia wars (1) malware (1) mapsource (1) memory (2) mikrotik (5) missing (1) mods (10) mouse (1) multipath (1) multitasking (1) NAT (1) netapp (1) nouveau (1) nvidia (1) osmc (1) outlook (2) p2v (2) patch (1) performance (19) perl (1) philippines (1) php (1) pimp-my-rig (9) pldthomedsl (1) plugin (1) popcorn hour (10) power shell (1) process (1) proxy (2) pyspark (1) python (13) qos (1) raspberry pi (7) readyboost (2) reboot (2) recall (1) recovery mode (1) registry (2) rename (1) repository (1) rescue mode (1) review (15) right-click (1) RSS (2) s3cmd (1) salary (1) sanity check (1) security (15) sendmail (1) sickgear (3) software (10) solaris (17) squid (3) SSD (3) SSH (9) swap (1) tip (4) tips (42) top list (3) torrent (5) transmission (1) treewalk (2) tunnel (1) tweak (4) tweaks (41) ubuntu (4) udemy (6) unknown device (1) updates (12) upgrade (1) usb (12) utf8 (1) utility (2) V2V (1) virtual machine (4) VirtualBox (1) vmware (14) vsphere (1) wannacry (1) wifi (4) windows (54) winpe (2) xymon (1) yum (1) zombie (1)

RANDOM POSTS