Thursday, May 14, 2009

Download official Windows Automated Installation kit for Windows 7

windows7, windows 7, automated installationThe Windows Automated Installation Kit (WAIK) for Windows 7 helps you to install, customize, and deploy the Microsoft Windows 7 and Windows Server 2008 R2 family of operating systems.. So if you wish to automate your Windows 7 installation easy, WAIK is the application for you. basically it is nothing else than a set of tools and documentation that support the configuration and deployment of Windows operating systems. By using Windows WAIK, you can automate Windows installations, capture Windows images with ImageX, configure and modify images using Deployment Imaging Servicing and Management (DISM), create Windows PE images, and migrate user profiles and data with the User State Migration Tool (USMT). Windows AIK also includes the Volume Activation Management Tool (VAMT), which enables IT professionals to automate and centrally manage the volume activation process using a Multiple Activation Key (MAK).

Windows Automated Installation Kit for Windows 7 RC is compatible with Windows Server 2003 R2 SP3, Windows Vista SP1, Windows Server 2008 family, Windows 7 family and Windows Server 2008 R2 family of operating system. Here are its system requirements to make AIK run on your computer:

• Supported Operating Systems: Windows Server 2003 R2 SP3
• Windows Vista SP1
• Windows Server 2008 family
• Windows 7 family
• Windows Server 2008 R2 family

If you wish to download Windows Automated Installation Kit for Windows 7 RC, follow this link.

Thursday, May 7, 2009

Unblock and Access YouTube in China

YouTube has once again been blocked by the Government of China and therefore users in China are unable to access or watch videos on the popular video sharing website.

We have got a couple of hacks which might help users from China in unblocking and accessing YouTube in their region. Some of these hacks and tricks have gone obsolete with time but most of them still do work.

Most effective of all remains the FreedomStick project which is basically a collection of pre-installed software that can be mounted on any USB flash drive and can be used to bypass any sort of firewall.

The FreedomStick project is specially focused towards helping users in China in bypassing the great Internet firewall which filters all traffic and information.

vTunnel, on the other hand, provides an in-browser proxy solution to access YouTube behind any firewall and watch videos. It is highly recommended for its good performance and high-speed streaming.

Also, UltraSurf is another light software proxy client along with some other free tools to bypass Internet firewalls. For quite a different scenario, HotSpot Shield can be used to access Internet over a private VPN.

And if you know the URL of a video on YouTube, simply head over to Keepvid to download a copy of it locally to your computer and watch it without any restrictions.

Related Post:

How to view You Tube in 3D
Watch YouTube Videos In Firefox Sidebar
How to Rip and Download MP3 File from Youtube Videos
How To Deep Link to YouTube Videos
10 ways Download Any Video off the Internet


iPhone OS 3.0 beta 5 & iTunes 8.2 pre-release 2 available

The development of iPhone OS 3.0 has been progressing nicely, and approximately a week after beta 4 was released, Apple has churned out a new beta, along with a new version of iTunes 8.2 pre-release. Gizmodo is reporting a few changes in this new beta, despite initial reports that there were only bug fixes. First and foremost, it is being reported that MMS is no longer available, and the methods used to enable it are now prevented.


To add to this, apparently YouTube is now improved, in that it will stream a higher quality video to users on 3G, the same video that was initially reserved for those on WiFi. Read More here

Windows 7 to feature an ‘XP mode’

Ever wondered what was the biggest issue in Windows XP that kept users and small-business setups under the hesitation of switching or upgrading to Vista? Yes! It was software and hardware compatibility.

Vista required a high-performance machine with full graphics acceleration to run on and that's exactly why most of the applications made for Windows XP do not run natively on Vista. However! a lot is going to change with the release of Windows 7.

Even though Windows 7 won't still be able to natively run Windows XP apps, it will however be able to run them in a coherent mode using virtualization.

According to a new announcement, Windows 7 will feature an 'XP mode' that provides one with the flexibility to run many older productivity applications on a Windows 7 based PC. Means you no longer need to worry about software compatibility while deciding to switch from XP to Windows 7. Here goes a preview of the Pet Lookup app for XP running in Windows 7.


All one needs to do is install a particular application in XP mode while within Windows 7 and the application will be pushed to the Windows 7 desktop. It will make you run older apps just as you would normally.

A beta of Windows XP Mode and Windows Virtual PC for Windows 7 buils will be made available soon by Microsoft.

Wednesday, May 6, 2009

Useful Ubuntu Tips and Tricks

Jaunty Jackalope, the Ubuntu distro that was announced in September last year has finally been released to the masses and its goal is to engage more users into using an OS that is not only free but also secure, stable and reliable.

Valuable tips to making your Ubuntu experience the best it can be!

I would like to express a number of basic Ubuntu tips, which many of you may have heard of before but for the sake of the Ubuntu beginners, bear with me! These tips and tricks which I am going to explain will work practically on most Ubuntu distro’s, but not on all of them.

Right, let’s start. Also, before I commence, if you have any other tips and tricks that would be useful to newcomers, feel free to leave it in the comments below!

Alter the colour of your Ubuntu

In order to change the colour of your Ubuntu, use the following command:

sudo apt-get install gnome-color-chooser

In future you can then discover the colours, under System >> Preferences.

How to convert Ext2/Ext3 file system to Ext4 (in 9.04 Jaunty Jackalope)

- Make sure you have Ubuntu 9.04 installed so that you have an Ext3 file-system

- Back-up all of your valued data.

- To convert the partition, reboot from the real CD, and run this code:

sudo bash
tune2fs -O extents,uninit_bg,dir_index /dev/sda1
e2fsck -pf /dev/sda1

In this case, the partiton you need to convert is /dev/sda1.

- Next, you must change Ext3 to Ext4 quite simply like below,

# /dev/sda1
UUID=XXXXXXXXXXXXXXXXXXXXXX / ext3
relatime,errors=remount-ro 0 1

Change this code to:

# /dev/sda1
UUID=XXXXXXXXXXXXXXXXXXXXXX / ext4
relatime,errors=remount-ro 0 1

No doubt you can tell that all that has changed is Ext3 and Ext4! You now MUST save the changes.

If you are upgrading from ext2 to ext4, when converting the partition use this code instead:

sudo bashtune2fs -O extents,uninit_bg,dir_index,has_journal /dev/sda1
e2fsck -pf /dev/sda1

That should be it for most people, all you need to restart your and voila, you are now running from an Ext 4 file system. However, if you come across the dreaded error 13 when restarting, it might be because it did not like one of the updates. This might help though,

sudo bashmount /dev/sda1 /mnt
grub-install /dev/sda –root-directory=/mnt –recheck

You have now successfully completed the conversion!

Finding valuable system information

To find useful system information:

Applications>> System Tools >> System Monitor

Or


sudo apt-get install sysinfo

How to download YouTube videos, and then convert them from .flv to .avi

sudo apt-get install youtube-dl ffmpeg

- Then use this code to download the video,

youtube-dl -o example.flv “http://www.youtube.com/watch?v=BQyZLehrIUw”

- To convert the video to .avi format

ffmpeg -i example.flv example.avi

Just to let you know, you should edit the name of the video and video link. Mine is just an example, however it is a good video on one of the Britain’s Got Talent shows exposing the new hit wonder, DJ Talent. =)

How to kill processes rapidly

Many users tend to use the conventional kill, ps|aux or killall commands like

sudo killall firefox

However, there is a much better command that is a lot quicker and responsive, PKILL. If PKill searches for “Firefox”, it will amazingly find any process related to Firefox and dispose of it straight away. In addition to PKILL, pstree is a similar command that puts all the processes in a tree-like order, systematized by whoever is the program owner.

Initiate OpenOffice even more briskly

OpenOffice matches Ubuntu perfectly, a cost-free program with great features. Though, it also has the tendency to open very slowly in comparison to other programs; this really does agitate users. To make OpenOffice open faster, all you need to do is go to Start-up manager, well that is what it is called in version 9.04, and in other distro’s it is normally named the Sessions program.

System >> Preferences >> Startup Applications in order to find the program.

Then, add a new entry and in the command field, put in

openoffice -nodefault -nologo

The only thing that required now is to restart your system. It is now cached, so when the Gnome desktop begins, OpenOffice will also start, as it is basically moving it to a start up program and therefore making it start up super-fast.

Professional Ubuntu tricks!

These tips aren't Ubuntu-specific, but they've been tested on Ubuntu, and I can't guarantee they'll work on other distros. You might already know about some or all of them them, but resist the temptation to gloat about this in the comments. You're just extra clever, OK?

With that said, let's start!

1. Open a Superuser Run Programs Dialog

You probably already know that hitting Alt+F2 will cause a "Run Programs" dialog box to appear. Here you can type any program name to run it -- I often use it to run gconf-editor, which hasn't got a menu entry, or example. However, if you type gksu into a terminal window (with nothing following), a similar dialog box appears, but this time it will let you run the program as root (or any other user on the system). You can bind the gksu command to a keyboard shortcut (perhaps Shift+Alt+F2) using System, Preferences, Keyboard Shortcuts, to effectively produce a "superuser" Run Programs dialog.

2. Install Packages Quickly With GDebi

I spent a long time ignoring the GDebi program. To remind you, this is a GUI application that allows the installation of packages you've manually downloaded. It attempts to resolve dependencies using the repositories, which is a very useful feature. However, I've always preferred the good old-fashioned dpkg command. Then one day I tried GDebi at the command line and was shocked to find it also runs in a fuss-free non-GUI mode (i.e. sudo gdebi package.deb), yet still has the ability to resolve dependencies. Give it a try. Once you do, you may never want to use dpkg -i again.

3. CD Tricks

I'm sure that even bash experts occasionally slap themselves on the forehead and say, "Wow! I never knew you could do that!". Recently I learned two tricks for the cd (change directory) command that had passed me by until now. Typing cd on its own will switch you back to your /home directory (i.e. the equivalent of cd ~). Typing cd - will switch you to the last directory you were browsing before you switched to the current one.

4. Add Directories To the Directory Stack With PUSHD

While we're on the subject of directories, let's talk about the directory stack. Quite simply, this is a list of directories stored by bash. The currently-browsed directory always tops the list, but the list is otherwise empty until you add a new directory, which you can do using the pushd command. For example, pushd /usr/bin will add /usr/bin. It will also switch you to that directory, so you could use it instead of cd to navigate (the -n command option will let you add a directory but stay where you are). The dirs command will show the directory list (remember that the currently-browsed directory will always be at the top). popd deletes the topmost entry in the list, and switches you to the next in the list. Give the directory list a try. It can be very useful if you're administering a system and have to leap from directory to directory, and are inclined to forget where important things are.

5. Kill Processes Quickly With PKILL

To kill a process I've always either used top, or the kill or killall commands along with ps|aux to discover process numbers/names. However, the pkill command removes a lot of work -- pkill firefox, for example, will search the list of processes for anything matching firefox, and then kill it (i.e. send a SIGTERM). pstree is also a pretty cool command, and will show all the processes in a family-tree arrangement, organized by who owns them.

6. Customize Gnome With Gnome Control Center

For those who have trouble giving up their Windows cravings, and who want a nice organized Control Panel-like experience, consider using gnome-control-center for your system configuration needs. Adding a desktop shortcut to this program can help newbies get to grips with Ubuntu, giving them a familiar Windows-like experience, and avoid forcing them to explore the scary System menu.

7. Launch OpenOffice.org Faster

If you use OpenOffice.org a lot, you might be frustrated at how long it takes to start each time. To get around this, open the Sessions program (called Startup Manager in Jaunty; whatever the case, click System, Preferences, Startup Applications to find it) and add a new entry. In the Command field, type openoffice -nodefault -nologo. Then reboot. This will cause OpenOffice.org to be cached when the Gnome desktop starts up, so starting any OO.org application in the future will happen in a split second. Effectively, you're moving the OpenOffice.org startup delay to initial boot-up, but you'll hardly notice it.

8. Clear Up Disk Clutter In a Jiffy

Running short of disk space? Try typing sudo apt-get autoremove and then sudo apt-get clean into a terminal window. The first command removes any unused (redundant) dependencies from the system. The second removes all cached package files. Both are harmless. On a well-used system that's been updated a couple of times, you could free-up as much as a gigabyte using these methods. (Compare before and after using the df -h command.)

9. Figure Out Missing File Extensions

Been sent a file without an extension by e-mail? No idea what type of file it is? (Mac users are particularly guilty of the sin of considering file extensions optional.) Try the file command. Just specify the filename straight afterwards. Also, give the strings command a try. This will show any "printable strings" within a binary file (i.e. anything that isn't unprintable, which usually indicates data). The type of file is usually listed right at the top, so it's a good idea to pipe the output of strings into head (i.e. strings filename|head).

10. Don't Forget Your Man Pages

Check out these interesting but not-widely-read man pages: intro -- a beginner's guide to the command-line; hier -- a rundown of the filesystem hierarchy; builtins -- mini man pages for miscellaneous commands that don't have man pages of their own (including pushd, popd and dirs, as discussed above).

Thanks PcWorld

Tuesday, May 5, 2009

Direct Download Links For Windows 7 RC (x86 & x64)

Early today morning we had reported about availability of Windows 7 Release Candidate public download on Microsoft website under Windows 7 RC Customer Preview Program. Windows 7 RC is available for download in 32-bit as well as 64-bit from today till July 2009.

However when you will proceed for Windows 7 RC Download Page on Microsoft website you need to login with your Windows live ID to access download link and Windows 7 RC Activation Product keys in case you don’t have then create one from here.

If you are not interested in creating new Windows Live ID then here direct download links for Windows 7 RC which you can add in your favorite download manager and start downloading.

Direct Download Links for Windows 7 RC

Windows 7 RC 32-bit Direct Download Link

Windows 7 RC 64-bit Direct Download Link

Please Note: If you want to use Microsoft Download Manager then you must access above links in Internet Explorer with Java Run Time installed on your machine.