rss feed blog search engine
 
Search rss blog search engine
 
ComStories : The Stories of Computer  
Released:  4/11/2008 2:04:23 AM
RSS Link:  http://comstories.blogspot.com/rss.xml
Last View 8/25/2008 8:01:29 PM
Last Refresh 8/29/2008 8:03:05 PM
Page Views 181
Comments:  Read user comments (0)
Save It Add to Technorati Add to Del.icio.us Add to Furl Add to Yahoo My Web 2.0 Add to My MSN Add to Google Add to My Yahoo! ComStories : The Stories of Computer



Description:



Tip Computer, IT News, PC News, Linux News, Mac News, Recommend Software, Recommend Website


Contents:

Change My Blog
To visit my new blog go to http://wsc.siamfreehost.com


Portable ASCII Generator dotNET 0.9.6


Ascii Generator dotNET (ascgen2) is an application to convert images into high quality ASCII art - text that accurately represents the original image. The first program of its kind to support variable width fonts, and real-time output adjustment.




Run Downloads in Firefox Instead of Saving Them

One of the things that has always bugged me about Firefox is that when you go to download a file it will only let you save it to your computer. Some other browsers, such as Internet Explorer, also give you an option to “run” the file. The difference is that a file you run is downloaded and stored in a temporary folder that is periodically emptied by the operating system as opposed to being placed in a directory of your choosing.

It’s nice being able to run a file immediately because as soon as it is done downloading I know that it will be opened in the default application. Often times I only want to use a file just once, and so I don’t really need it cluttering up one of my other folders.

If you feel the same way as me you’ll want to checkout the OpenDownload extension for Firefox. All it does is add a Run option to the dialog that appears when you go to download a file (as seen in the screenshot above). Who would have thought that something so simple could make me so darn happy!

Note: This does work fine in Firefox 3 even though it is not shown to be compatible.




Reinstall Ubuntu Grub Bootloader After Windows Wipes it Out
If you run a dual-boot system with Linux and Windows, this has happened to you. You had to do your monthly reinstall of Windows, and now you don't see the linux bootloader anymore, so you can't boot into Ubuntu or whatever flavor of linux you prefer.

Here's the quick and easy way to re-enable Grub.

1) Boot off the LiveCD

2) Open a Terminal and type in the following commands, noting that the first command will put you into the grub "prompt", and the next 3 commands will be executed there. Also note that hd0,0 implies the first hard drive and the first partition on that drive, which is where you probably installed grub to during installation. If not, then adjust accordingly.

sudo grub

> root (hd0,0)

> setup (hd0)

> exit

Reboot (removing the livecd), and your boot menu should be back.

Only read below if Windows is now missing from the boot menu

If you installed Ubuntu before you installed Windows, then Ubuntu will not have anything in the grub configuration for Windows. This is where you'll have to do a bit of manual editing to the grub boot menu file.

If you open the file /boot/grub/menu.lst with the following command:

sudo gedit /boot/grub/menu.lst
You'll see a sample section for Windows, which you'll want to uncomment and add to the boot menu list in whatever position you want it in. (uncomment by removing the #'s)
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
Note that you should also verify that hd0,0 is the correct location for Windows. If you had installed Windows on the 4th partition on the drive, then you should change it to (hd0,3)


Portable Reshade 1.41


Need more control and better quality from your image resizer? Now you can have both. Reshade offers its innovative image enlargement technology in a new stand-alone application. Easy to use automatic settings make Reshade the perfect choise for beginners and experts alike. This allows accurate, high quality and realistic enlargements at any zoom factor.




Fix Problems With Copying Large Files in Windows Vista
If you've been having problems copying large files over mapped drives, network disconnects, or having to reboot your router a lot more often than normal, then you can try out this fix to solve the problem.

The problem stems from the new auto-tuning network, which changes the receive window on the fly. Thankfully we can easily turn it off from an administrative mode command prompt.

Open Administrative Mode Command Prompt

Either type cmd into the start menu and use Ctrl+Shift+Enter or right-click the Command Prompt shortcut and choose Run as Administrator.

Turn Off Auto-Tuning

netsh int tcp set global autotuninglevel=disabled

You'll have to reboot your system, but once you do, the problems should be resolved. If they are not you can always turn auto-tuning back on.

Turn On Auto-Tuning

netsh int tcp set global autotuninglevel=normal




Firefox 3.0 Beta 5 faster on Mac OS X than Safari 3.1
Safari 3.1 was the fastest browser for the Mac OS X but today Firefox 3.0 Beta 5 changes that.

Using the SunSpider JavaScript benchmark test my testing shows that Firefox 3.0 Beta 5 holds a 7% lead over Safari 3.1.



Firefox 3.0 is shaping up to be a fine browser.


What is svchost.exe And Why Is It Running?

You are no doubt reading this article because you are wondering why on earth there are nearly a dozen processes running with the name svchost.exe. You can't kill them, and you don't remember starting them… so what are they?

So What Is It?

According to Microsoft: "svchost.exe is a generic host process name for services that run from dynamic-link libraries". Could we have that in english please?

Some time ago, Microsoft started moving all of the functionality from internal Windows services into .dll files instead of .exe files. From a programming perspective this makes more sense for reusability… but the problem is that you can't launch a .dll file directly from Windows, it has to be loaded up from a running executable (.exe). Thus the svchost.exe process was born.

Why Are There So Many svchost.exes Running?

If you've ever taken a look at the Services section in control panel you might notice that there are a Lot of services required by Windows. If every single service ran under a single svchost.exe instance, a failure in one might bring down all of Windows… so they are separated out.

Those services are organized into logical groups, and then a single svchost.exe instance is created for each group. For instance, one svchost.exe instance runs the 3 services related to the firewall. Another svchost.exe instance might run all the services related to the user interface, and so on.

So What Can I Do About It?

You can trim down unneeded services by disabling or stopping the services that don't absolutely need to be running. Additionally, if you are noticing very heavy CPU usage on a single svchost.exe instance you can restart the services running under that instance.

The biggest problem is identifying what services are being run on a particular svchost.exe instance… we'll cover that below.




Is Ubuntu becoming the generic Linux distro?
Has anyone else noticed an increasing number of Linux newbies who seem to think that Ubuntu is Linux and Linux is Ubuntu?

Over the past year or so I’ve noticed an increasing number of newbies (a term which I use affectionately) interested in taking Linux for a spin - for example, the number or emails I’m getting on the subject from zero a year ago to several dozen a week. The reasons for their interest in Linux are many and varied, as is the level of commitment to making the switch from Windows or Mac. However, one thing stands out from all the conversations - the number of people who seem to confuse Ubuntu for Linux. I can tell because they will either use both terms interchangeably or be using the name Ubuntu in a generic sense. Moreover, it seems to be confined to Ubuntu. I’ve not seen the name of another distro used in the same way.

I have to admit that I like Ubuntu. Like it a lot. I’ve handled dozens of Linux distros over the past year to eighteen months and I always come back to Ubuntu. While I don’t put myself into the Linux n00b category, I know that I’m not a million miles away from that camp so Ubuntu’s friendliness and simplicity isn’t lost on me. But another appeal of Ubuntu is the clear development cycle that the developers follow, along with the fact that each version I try turns out to be a significant improvement over the previous release. There’s real momentum in the project. Whether the same level of development will happen once the basics have been nailed down remains to be seen, but for now, development seems to be moving on at a fair pace.

I’m of the opinion that the evolution of Ubuntu into the generic Linux distro isn’t a bad thing. My opinion is that when it comes to a beginner entering the world of Linux, the staggering array of distros available is off-putting (I know that many disagree with me on this point and claim that choice is a good thing, but no one can show me evidence that new users embrace the huge number of distros with ease). A single distro offers those wanting to dabble in Linux a place to start and if Ubuntu is all; they need from Linux, great, otherwise there’s a whole world of Linux distros to experiment and play with.

Ubuntu upcoming release, codenamed Hardy Heron, will be one of the easiest distros for newbies to try out thanks to the addition of the umenu loader and Wubi installer, both of which make installing Ubuntu alongside Windows easy. This will no doubt help make Ubuntu even more popular with Linux newbies.

Thoughts? Do you think that Ubuntu is becoming the generic Linux distro? Is this a good thing? Is Ubuntu the best distro for beginners? If not, what do you suggest?




Tip : Disable Favicons in Firefox
If you are the type of person that dislikes those little site specific icons, then this tip is for you. Favicons can be disabled completely in Firefox with a simple config change.

Just type about:config into the address bar, and then filter by browser.chrome. You should see something similar to this

:

Set the value of these two preferences to false by double-clicking on them.

browser.chrome.favicons

browser.chrome.site_icons

You'll have to restart Firefox, but the favicons will be gone entirely.

Personally, I love favicons, but this article was a request.





Portable UltraISO Premium Edition v9.1.2 Build 2463
UltraISO is an ISO CD/DVD image file creating/editing/converting tool and a bootable CD/DVD maker, it can directly edit the CD/DVD image file and extract files and folders from it, as well as directly make ISO files from your CD/DVD-ROM or hard disk. At the same time, you can maintain the ISO bootable information, thus creating your own bootable CD/DVDs. You now have the power to make and edit your own ISO files, and then burn them to CD/DVD for your own needs.




Yet Another Mac OS X Infection Spotted in the Wild
Mac OS X has always been regarded as a secure operating system which cannot be attacked by viruses, Trojan horses, malware or other infections since
most of them are focused on compromising Microsoft's Windows. However, it may seem like the rogue security products have evolved a little bit and are now attempting to trick Mac OS X users into buying fake security software which is actually useless.

Just like the Windows-based infections, the Trojan horse identified by Sophos as Troj/MacSwp-B displays fake security warnings, encouraging users to buy the full version of the program. Obviously, acquiring such a product is useless since the alerts are nothing more than fakes...

"Windows users are no stranger to scareware like this, but it is rarer on the Apple Macintosh. Nevertheless MacSwp-B's discovery does follow fast on the heels of other malware that has been identitifed on the Mac OS X platform in recent months," said Graham Cluley, senior technology consultant for Sophos.

"Cybercrime against Mac users may be small in comparison to Windows attacks, but it is growing. Apple Macintosh users need to learn from the mistakes made by their Windows cousins in the past and ensure that they have defenses in place, are up-to-date with patches and exercise caution about what they run on their computer."

What's interesting is that more and more threats are now targeting Mac computers, although most of them are based on users' naivety. Remember that DNS-changer malware spotted some months ago? It was somehow a similar threat because it required users' authorization in order to deploy its files on the affected Mac. Although the damages caused by the malware were quite ignorable (it changed the DNS settings and obviously damaged the network connections), it was a clear sign that extra-care is recommended even when using a Mac.


DeepFreeze Stardard Edition v6.30.020.1875
Deep Freeze is a "reboot to restore" protection software created by Faronics software company of San Ramon, CA.

Apart from the System Restore function in Windows, there used to be no other way to completely restore a bug free configuration of your PC after a major problem hit. What's more, System Restore only enables you to go back a maximum of a few days to a previous clean configuration. Deep Freeze, on the other hand, enables you to protect and preserve clean computer configurations so that you can always restore your PC in the event of a major crash. No matter what changes you make to your computer, you can simply restart to eradicate all changes and reset the computer to its original state. The program is useful for anyone who has suffered software conflicts, operating system corruption and virus attacks.

After the simple installation procedure, you are asked whether you want to activate Deep Freeze, which will run a quick scan to "freeze" the computer in that state. You can then use the computer as you would normally but every time it is turned off, it will be returned to its original state. If at a later date you decide you want to make a permanent change you can temporarily disable Deep Freeze. The positive side of Deep Freeze is that it doesn't impede the use of your computer in anyway. You can mess around with your PC as much as you want, installing and reinstalling programs and even deleting essential Windows files without worrying about the consequences. The downside is that if you forget to deactivate it, any work you've done or any essential changes you have made will be lost for good. It's therefore advisable to save essential files or documents on an external drive when Deep Freeze is activated. You can also save to a special "thawed" section of your hard drive that is exempt from restoration.

Whilst useful for those who share a computer or administer a network of computers, Deep Freeze is somewhat impractical on a lone PC. However, if you like to save all your data to external sources, it's a pretty solid assurance that your PC won't be rendered useless by a major crash.




The Need To Wipe Windows XP
A number of PC owners feel the need to wipe Windows XP from their computer units because of the disadvantages they encounter while using this highly popular operating system.

Windows XP is actually a product line of operating systems created by Microsoft for home and business desktop computers, media centers and notebook computers. The letters "XP" stands for eXPerience. The Windows XP Home edition is designed for home users while the Windows XP Professional is created for use by business clients and power users. This operating system is widely recognized as more stable and more efficient compared to the earlier nine versions of Microsoft Windows.

It is also observed to be more user-friendly compared to its previous versions. It is also the first Windows version with product activation feature to circumvent software piracy. Some of the new features introduced with Windows XP that are not available in the earlier Windows versions are faster hibernation and start-up sequence, more user-friendly desktop interface, faster user switch ability, remote desktop functionality as well as its ability to support wireless network connections and modems.

Despite the widespread popularity of this Microsoft product, it is also heavily criticized for its security vulnerability as well as its tendency to succumb to glitches and other time-wasting processes. Some of the Windows XP irritations identified by frustrated PC users are turtle-pace Windows boot process, unavailability of a back-up utility, and inability to get rid of temporary files that may ultimately clog the Temp folder. In addition, some security setbacks are also commonly encountered by Windows XP users such as the need to reinstall software due to a hard drive crash and to made changes in some user account settings. Those who find these snafus bothersome are now switching to Mac and Linux. Moreover, these people are advocating the superiority of these Windows alternatives.

If you want to use an entirely new operating system other than Windows XP, there is a need to reformat the hard drive. This process will prepare the disk storage utility to accept and store new data. In addition, this can be undertaken to remove errors or viruses that compromise overall computer efficiency. However, there might be a need to make use of certain applications like WipeDrive to permanently get rid of unnecessary Windows XP data. A simple hard drive reformat does not guarantee permanent deletion of data. In fact, the deleted files can be recovered even after reformatting.

The need to wipe Windows XP before doing a reformat on a hard drive is also proven to be an effective way for a PC owner to protect himself against identity theft. Reformatting merely erases the address tables of your data. This makes the deleted data and information still prone to serious hacking by the experienced infiltrators all over the web. There are actually a lot of disk wipe programs that you can choose from in the market right now. For the most part, these programs are also available for purchase and download online. This makes access all the more easier for the many computer users who are in need of such programs. By performing a disk wipe before installing a new operating system, you can guarantee complete and efficient deletion of all files and folders that were once in your possession.



Home  
 


Link to us




RSS Feed of new blogs                                                   Home        Feed Map        Submit Feed      Link to Us       Contact