|
Tips and Tricks
|
Sunday, 06 July 2008 22:55 |
|
Wednesday, February 27, 2008 by Kaushik Security , Software , Windows The problem with Windows XP is it runs all programs with an elevated user privileged. The first user account that Windows XP creates after a fresh install is automatically given administrator status. All applications that are run inside an administrator account runs with admin privileged, which means that they are allowed to make changes to the registry and system files, creating, deleting and modifying files at will. If a virus or spyware happens to get into such a computer, the virus gets admin status too bringing destruction to the usually inaccessible system files. One way to prevent this is to create a separate limited account for day to day use. This limited account has lower privileged and is not allowed to bring changes to system files and registry. If a virus manage to get into such an account, it wouldn't be able to do much damage. But the limited account is in fact, very limited. It doesn't allow to make many customization to your computer and most importantly it doesn't allow software installation. This makes it almost useless for daily use.
A Microsoft employee named Michael Howard has created an application to address this issue. He has created a program called SetSAFER using which you can force a program to run with lower privileged thereby minimizing the chances of the program doing any damage to your system.
Download SetSAFER from the author's website. Now open Notepad and copy paste the following into it and save with the name setsafer.xml
<?xml version="1.0" encoding="UTF-8"?> <safer> <app comment="Internet Explorer" path="C:\Program Files\Internet Explorer" user="true" /> <app comment="Microsoft Office 2003" path="C:\Program Files\Microsoft Office\OFFICE11" user="true" /> <app comment="MSN Messenger" path="C:\Program Files\MSN Messenger\msnmsgr.exe" user="true" /> </safer>
You can add as many programs as like to this file, that you wish to run with lower privileges. The "app comment" defines the name of the program as it would appear in the program window and the "path" points to the location of the application. You will require .NET Framework 2.0 to run this tool. After the XML file is set, copy it to the same folder as SetSAFER and run the program.
 http://www.instantfundas.com/2008/02/how-to-run-applications-as-non-admin-in.html |
|
|
Sunday, 06 July 2008 22:52 |
|
Saturday, June 28, 2008 by Kaushik Tutorials n Tips , Windows Usually, when you buy any hardware the drivers come along with it on a disc. If you lose the driver disc you can always download the necessary drivers from the manufacturer's website. But what do you do when you are not sure of the manufacturer of the hardware? This is quite a possible situation and blogger Vinod Chandramouli provides an excellent trick to deal with it. Every device has a Vendor and Device id associated with it. If you can find this ID, you can find the manufacturer. In Windows it's easy to find the vendor and device id. - Open Device Manager (Control Panel>System>Hardware>Device Manager)
- The hardware whose drivers are missing will appear as Unknown device, so it's easier to locate the device.
- Right click on the unknown device and click on Properties.
- Under the Properties window click on Details tab and select Device Instance Id from the drop down box.
- You should see a code similar to this
PCI\VEN_8086&DEV_27DC&SUBSYS_30868086 &REV_01\4&1E46F438&0&40F0
- The portion of the code highlighted in RED is the Vendor ID and the portion highlighted in GREEN is the Device ID. In this example:
Vendor ID = 8086 Device ID = 27DC
- Once you have obtained both the IDs, proceed to PCI Database. There you can either search for the vendor from the vendor ID or directly get information about the device along with the vendor name by searching with the device ID.
Great isn't it? Now you will never have to go hunting for correct drivers. http://www.instantfundas.com/2008/06/how-to-find-drivers-for-unknown-devices.html |
|
Friday, 04 July 2008 15:02 |
|
I used to be a big fan of RAID5, but lately, and for certain circumstances, especially home servers, I've become more of a fan of mirroring. Here's why. - Both instances of major data corruptions I've had in the last 10 years or so have been caused by my CERC RAID (Dell re-branded Megaraid EIDE) controller!
- If/when that controller dies, the RAID is useless and the data inaccessible. With a software mirror, a) there is no controller and b) either disk Just Works stand-alone.
- The 1u servers I've been using lately have room for 2 disks (minimum for a mirror) but not 3 disks (minimum for RAID5).
- Software mirroring is cheaper in that you don't need a controller. It's arguably more expensive since you lose half your disk space instead of N-1 as in RAID5, but with disks so large and cheap these days, the added flexibility and reduced complexity of a mirror is more than worth it.
- It's possible to "clone" a system by yanking one of the mirrored disks and installing it elsewhere, then adding new blank drives to both systems and allowing the mirror to rebuild.
- If you move software mirrored disks into a new server they should Just Work. The same is true when using n external controller (until it dies), but that's not the case if using a motherboard-based controller, so watch out for that. When the MB dies you can lose the board and your data.
- Fewer drives cause less heat and power consumption.
- Software mirroring is faster on writes than software RAID5, and possibly even hardware RAID5, depending on the controller, since RAID requires doing some math while mirroring is just sending the same plain or write to two places.
Now, having said all of that I don't think RAID5 is bad or inappropriate or anything. I'm just saying that a software mirror is a really handy thing to use, especially at home. I've also completely ignored RAID10, 01, 6, etc. Those are all great for heavy duty production environments, but for home use these days I don't think you can beat a software mirror on Linux + LVM. Also note that any/all RAID, including mirroring, simply provides disk failure tolerance. It is not a substitute for proper and tested backups! I like BackupPC but there's a lot of great backup software out there. See also: http://www.backupcentral.com/. |
|
|
Sunday, 29 June 2008 09:58 |
|
By Don Lipper, Download free software for even greater productivity 06/20/2006 Microsoft is vigorously backing its tablet PC initiative with a slew of free software designed to entice users to switch to tablets. Here are a few of our favorite programs:
The Microsoft Experience Pack for Tablet PC includes six programs for productivity and media management. Though you might not use them all, this pack is worth downloading for the Snipping Tool alone. It lets you use the stylus to select and copy a portion of a Web site, PDF, document (whatever's on the screen), add your own comments (for example, "I love this image! Can we get permission to use it?"), and paste the whole thing into a document or e-mail. Also noteworthy in the Experience Pack is the Ink Desktop, which lets you write notes directly on your desktop without launching an application (good for jotting down a phone number or reminders).
The Microsoft Education Pack has five programs designed for students, some of which are useful in business settings, too. If you work with numbers or complex formulas, use the Equation Writer to convert handwritten math equations into neatly typewritten images. GoBinder Lite, a day-planner and note-taking program, lets you integrate notes and deadlines for multiple simultaneous projects. And the Send to Microsoft Office OneNote 2003 program circumvents a ton of cutting and pasting, letting you send almost anything--including Web pages or files--into OneNote for annotation.
Microsoft offers a handful of applets, similar to Apple's dashboard widgets, called Power Toys, for tablets including a dictionary tool, a Web search tool, a calculator, and a font creation tool. There are also a number of free OneNote templates for calendars and planners, business tip itineraries, meeting minutes, and more.
Other free software These programs will get you off to a great start, but if you work in a specialized industry or have other specific needs, you should browse through the many third-party applications that are available for the tablet PC. You can find many of them at CNET Download.com. http://help.cnet.com/Laptops/9602-12576_39-0.html?messageID=2504938&tag=tip-2504938&kw=Laptops&nodeId=3121 |
|
|
|
|
|
Copyright © 2008 www.pantug.org. All Rights Reserved.
|