Microsoft to Drop Three-application Limit Of Windows 7 Starter


Windows

The announcement, made on the Redmond, Washington-based companys blog yesterday, eliminates one of the most significant differences between Windows 7 Starter Edition and pricier version of the operating system. Customers will be able to run as many programs simultaneously as they like, Microsoft said.
[...]

Microsofts Windows 7 Test Implies Holiday Launch


Windows

The Windows 7 “release candidate” was made available to a large group of technology-savvy testers Thursday and will be ready for anyone to download and try out starting Tuesday. The release candidate is typically the version used by Microsofts corporate customers to test how the new system will work for them. Software developers, hardware makers [...]

Behind The Scenes With Windows 7


Windows

As a result, every change or new feature in Windows 7 comes with a back story. Here is a sampling of things youll see in the next operating system and explanations of how each came about.
- New feature: You decide the left-to-right order of icons in the task bar at the bottom of your screen.
- [...]

Microsoft Streamlines Windows 7 Options


Windows

But while the Redmond-based company said it will simplify its message, it did not give up the multitiered approach with Windows 7, which is officially expected at the end of January 2010. All told, there will be at least six different versions.
Microsoft said the primary version for consumers will be called Windows 7 Home Premium, [...]

Amazon’s New Window Shopping For Books Games And Movies


Windows

A new service by Amazon will allow people to go window shopping. Visitors are encouraged to use the arrow keys on their keyboards to navigate the site, which features products as vivid rectangles in a checkerboard-like configuration.
Right now, Windowshop includes music, books, video games and movies. You can zoom in on a product to see [...]

Microsoft Patch Turns Windows Background Black


Windows

Even if you bought the windows copy from the store, if its code gets on a list of publicly released ones your screen could turn black. Its not as bad as being iphone bricked, but the desktop image can’t be changed. Many people are also trapped not being able to update their security for a [...]

Windows 7 Will Lag More Than Vista Contain And DRM


Windows

Information coming from beta testers of the new windows 7 operating system have been returning feedback through unofficial channels. Some claim that they are experiencing even more memory hog lag like conditions originally seen in vista. Also digital rights management will check your movies to make sure that you bought the license. As always, we [...]

Netflix Streaming Video Shows Blank Screen


Windows

The media library at Netflix has grown to include instantly viewable titles, but the choice to require internet explorer has brought a few issues. Occasionally after it is configured, the movie begins to play but the screen is dark. Initially setting up the process might require a few steps.
One of the main causes of netflix [...]

Capitalize the First Letter of Every Word – Sh Script


Linux

Linux has powerful text conversion programs built in. Proper name and article title are a few examples of words that should have the first letter capitalized. If this needs to be done with large volumes of text, a shell script can save time.

phrase=”text to be converted here“;
capitals=$(for i in $phrase; do convert=`echo -n “${i:0:1}” [...]

Search for a File in Linux


Linux

Locating any file on a linux operating system can be done quickly from the command line.
Step 1
Index your file system with updatedb. This makes a list of files so that later searches won’t have to look in the entire span of directories each time. The process can later be added to a cronjob and happen [...]