Your best source of information and news about windows, BIOS and windows on the internet

September 5th, 2008

You are currently browsing the articles from MS Windows Vista Compatible Software written on September 5th, 2008.

Live Fights from the Queensberry Fight Network in Windows Media Center!

Boxing fans listen up! The Queensberry Fight Network (QFN) will be streaming a series of fights from the UK LIVE on Saturday September 6th, 2008 exclusively to Windows Media Center users in the United States. These fights will be streamed to Windows Media Center users in real-time and is free to anyone in interested. You'll be able to watch the following fights:
  • THE WBO SUPER FEATHERWEIGHT CHAMPIONSHIP- Alex ArthurVS Nicky Cook
  • COMMONWEALTH LIGHTWEIGHT TITLE- Amir KhanVS Breidis Prescott
  • THE ENGLISH SUPER FEATHERWEIGHT CHAMPIONSHIP- Femi FehintolaVS Stephen Foster Jr

The Queensberry Fight Network is a UK-based free Windows Media Center channel available with quite a bit of content for boxing fans to enjoy - not only with fights but press conferences and interviews as well.

To add QFN to Windows Media Center, browse to Online Media and Explore. Under Showcase, you will find The Queensberry Fight Network listed as a tile.

When you click on the tile - you will be taken to QFN in Windows Media Center where you will be required to download the free application to enable the QFN channel and its content. When you click the "Download" button you will be asked by Windows Media Center to open the website.

Download the application and enjoy all the QFN content and Saturday's live fights!

NOTE to Windows Vista 64-bit users: The QFN application required to enable QFN in Windows Media Center should run on 64-bit systems.

This is just the first of possibly many exclusive video content available through Windows Media Center!

(UK users please check your local listings for broadcasts of these fights.)

Written by Brandon LeBlanc on September 5th, 2008 with 1 comment.
Read more articles on Queensberry Fight Network and Media Content and otherSoftware and Windows Media Center and Featured News and Windows Vista.

[Help] Where is Google Chrome Homepage Button, Gone?

"There is no Home page Button, Missing? - Andrew"

You’ve got to love the Minimalistic Design of Google Chrome where Everything was designed as simple as possible.

firefox Firefox

ie Internet Explorer

Don’t worry it is just hidden on your Google Chrome Option Window.

options

Click the little wrench button > Options

basicstab

At the Basics Tab, Go to Home page group and click to check "Show Home Button on the toolbar"

That’s it!

mail Now it’s back!

Read more Google Chrome Tips:

Tips and tricks: Google Chrome Secret Pages Hack!

[Help] Where’s the "Recent Pages" Button in Google Chrome? It’s Gone!

[Help-Files] Find, Edit and Change Google Chrome Download Directory Location

[Direct-Download] What is Google Chrome?

Written by magakos on September 5th, 2008 with 1 comment.
Read more articles on otherSoftware.

More PC Parts More Power Needed

Installing a lot of peripherals on your CPU may not always be feasible especially if you don’t have the proper power to support it. For most people, this is an overlooked aspect especially if you own a desktop that has the default power supply of 400 watts. All power supplies have a certain limit and while you are fond of wanting to have additional parts like TV tuners, separate sound cards or any other card that can fit into the spare PCI slots, be sure to measure the level of power that each card needs.

This is one reason why the need to upgrade to higher capacity power supplies in the market exists. Normally, power supplies can be offered up to 700 watts and you have to wonder why such a high powered wattage is needed. Well, the answer really lies in the fact that provisions for added parts normally require power for them to function.

Depending on the use of a PC, it is common to see these options available anyone especially if you are a techie geek. Apparently all people are concerned about is add-ons, negating the need to provide equal attention towards system requirements that are normally indicated on the box of these extra parts when purchased.

So if one day you find your computer suddenly blacking out with no power, chances are you blew more than a fuse. Either your power supply has given up or some other part (hopefully not the motherboard!) may have been fried. Now that is something you don’t want so just be wise when you add on to your computer. Check out the power requirements.

Written by PC Freak on September 5th, 2008 with no comments.
Read more articles on Chips and Video Cards and otherSoftware and Motherboards and motherboard and power supply.

Windows Vista SP1 at the Basis of the Optimized Desktop

Windows Vista Service Pack 1 is at the basis of Microsoft's vision for the Optimized Desktop.. Of course that the Redmond company is building a comprehensive strategy that involves additional resources and solutions on top of its Windows client.



In this regard, Shanen Boettcher, general manager of Windows Product Management for the enterprise, emphasized the role played by Application Virtualization App-V 4.5."Microsoft is moving forward and delivering on its promise to provide customers with a suite of virtualization, management and licensing options that truly optimize their computing experience by delivering scenarios that strike the right balance of end-user flexibility and productivity and IT Pro management and control," Boettcher stated.

In fact, Microsoft has just released to manufacturing App-V 4.5, formerly SoftGrid Application Virtualization, which will be shipped as an integral part of the Microsoft Desktop Optimization Pack and Microsoft Application Virtualization for Terminal Services. Boettcher indicated that MDOP 2008 R2 would be made available in the next weeks.

"App-V 4.5 epitomizes what the optimized desktop is all about; centrally managed IT providing a seamless, unobtrusive, highly flexible solution for end users. It’s a win-win – IT maintains control over the infrastructure to ensure uptime, performance and end-to-end license compliance, and users have instant access to their application, without worrying about software installs, application management, or potential software conflicts," Boettcher added.

In addition, Microsoft has relaxed its licensing agreement in order to support more customer scenarios. In this context, Companies will be able to permit employees to work with their own computers rather than from standard machines, while also accommodating contract workers, and remote desktop-based employees. And on top of it all, the Redmond company indicated that it was committed to working with other companies for the benefit of their customers.

"Finally, it’s important to note that the Optimized Desktop concept isn’t just a Microsoft initiative. Rather, it’s something that our vast partner community is working towards as well. They know, as do we, that by working together, we’re able to provide the most flexible, complete desktop experience possible," Boettcher said.

Written by Madhukar on September 5th, 2008 with no comments.
Read more articles on otherSoftware and Desktop Search.

Ubuntu Linux Disk Quotas

On large systems with many users, you need to control the amount of disk space a user has access to. Disk quotas are designed specifically for this purpose. Quotas, managed per each partition, can be set for both individual users as well as groups; quotas for the group need not be as large as the aggregate quotas for the individuals in the groups.
When files are created, both a user and a group own them; ownership of the files is always part of the metadata about the files. This makes quotas based on both users and groups easy to manage.

To manage disk quotas, you must have the quota and quotatool packages installed on your system. Quota management with Ubuntu is not enabled by default and has traditionally been enabled and configured manually by system administrators. Sysadmins use the family of quota commands, such as quotacheck to initialize the quota database files, edquota to set and edit user quotas, setquota to configure disk quotas, and quotaon or quotaoff to control the service. (Other utilities include warnquota for automatically sending mail to users over their disk space usage limit.)


Implementing Quotas
To reiterate, quotas might not be enabled by default, even if the quota software package is installed on your system. When quotas are installed and enabled, you can see which partitions have either user quotas, group quotas, or both by looking at the fourth field in the /etc/fstab file. For example, one line in /etc/fstab shows that quotas are enabled for the /home partition:

/dev/hda5 /home ext3 defaults,usrquota,grpquota 1 1

The root of the partition with quotas enabled will have the files quota.user or quota.group in them (or both files, if both types of quotas are enabled), and the files will contain the actual quotas. The permissions of these files should be 600 so that users cannot read or write to them. (Otherwise, users would change them to allow ample space for their music files and Internet art collections.) To initialize disk quotas, the partitions must be remounted. This is easily accomplished with the following:

$ sudo mount -o ro,remount partition_to_be_remounted mount_point

The underlying console tools (complete with man pages) are

• quotaon, quotaoff—Toggles quotas on a partition.

• repquota—A summary status report on users and groups.

• quotacheck—Updates the status of quotas (compares new and old tables of disk usage); it is run after fsck.

• edquota—A basic quota management command.


Manually Configuring Quotas
Manual configuration of quotas involves changing entries in your system’s file system table, /etc/fstab, to add the usrquota mount option to the desired portion of your file system. As an example in a simple file system, quota management can be enabled like this:

LABEL=/ / ext3 defaults,usrquota 1 1

Group-level quotas can also be enabled by using the grpquota option. As the root operator, you must then create a file (using our example of creating user quotas) named quota.user in the designated portion of the file system, like so:

$ sudo touch /quota.user

You should then turn on the use of quotas using the quotaon command:

$ sudo quotaon -av

You can then edit user quotas with the edquota command to set hard and soft limits on file system use. The default system editor (vi unless you change your EDITOR environment variable) will be launched when editing a user’s quota. Any user can find out what their quotas are with

$ quota -v

Source of Information : Ubuntu 7.10 Linux Unleashed

Written by magakos on September 5th, 2008 with no comments.
Read more articles on Ubuntu Linux and otherSoftware.

When will the Microsoft Patches End!

For the novice computer owner, you would wonder when needed patches for Microsoft products end? Was this a loophole that Gates and company overlooked or are they doing it on purpose? As a customer, you are really left with little options since the normal reply given would be “Working to Protect Your Interest”.

Using that note, it is apparent that most people would calm down and understand the situation. A lot of the blame would be pointed towards viruses, spyware and of course the ingenious hackers that are spread in society today. Just like any ordinary company that makes use of technology, the need to update and ensure the level of security is a big must!

Well, generally, you cannot pin the blame entirely on Microsoft business developers. For a system or software to be perfect, security flaws cannot be completely covered at first glance. Like it or not, the current number of threats that are known over the web do their own way of making any Windows environment improve for the better. The only problem is we are being used as bait in the process and if we are not prepared, chances are we will pay dearly for it.

So if you are among the people who hate these constant patch updates, just consider them as protecting your own interest as a certified Microsoft product user. It may seem inconvenient for you at times but you just have to if you don’t want disaster to strike in your various files and computer programs installed.

Written by PC Freak on September 5th, 2008 with no comments.
Read more articles on otherSoftware and Desktops and Windows XP.

« Older articles

No newer articles