Oracle and more – Amardeep Sidhu

My experiences with technology…

Archive for the ‘Windows’ tag

Restart in 5 4 3 2 1 minutes

with 2 comments

restart

Why the hell it keeps on uttering this non-senseĀ  every 5 minutes ? No way to shut it up :(

Written by Sidhu

December 28th, 2008 at 10:17 am

Posted in General

Tagged with

Manually booting an OS from GRUB

with 2 comments

One of my friend today asked me about removing Linux partitions & GRUB (from a dual boot system) and return back to windows alone. Removing Linux involves just formatting/removing the partitions. Now to remove GRUB either do fdisk /mbr from a Windows 98 bootable CD or do fixmbr after booting into repair mode with Windows XP CD. But if you have none then to remove GRUB you will need some utility like this one and if you reboot before doing that it might make GRUB unable to boot into Windows. It will get stuck at GRUB> prompt only. So there is an option: to manually boot the OS you want (ie Windows). A quick search gave link to this thread. It involves few commands on the GRUB prompt:

grub> rootnoverify (hd0,0)
grub> makeactive
grub> chainloader +1
grub> boot

It will load the NTLDR where your Windows is installed in Partition 1 on HDD 1.

Written by Sidhu

December 14th, 2008 at 7:28 pm

Posted in Unix/Linux,Windows

Tagged with , ,

Unxutils for Windows

without comments

If you are used to work in Unix enviroment and then sometime, in between have to sit on Windows and tail -f alert_DB.log, its a real pain. There is a small bundle of utilities, called Unxutils which can make you feel at home in Windows too. These are the exe’s of all major commands in Unix like more, less, ls, grep etc…
To use it just download the zip file from the link above, extract it to some folder and add the path of exe’s to your Windows PATH. Restart your machine and you are done.
Happy more’ing…less’ing…

Written by Sidhu

April 10th, 2008 at 9:57 pm

Get rid of your copy paste woes in Windows

with 3 comments

I was copying some data from a DVD and it stopped in between due to some error with some file. Then I was reminded of Total Copy (A small alternate utility to Windows copy) but even thats is not much stable and you have to right click & drag for copy/paste.

I googled a bit and came across another small utility called Tera Copy. Its just 1 MB download and replaces Windows copy/paste. It provides many options like skipping a file, resuming copy and some other stuff. A must have for all Windows users. There is a pro version too.

Written by Sidhu

March 23rd, 2008 at 10:19 pm

Posted in Windows

Tagged with ,