i hav vista and xp can i install centOS on another partition?


i hav 4 partitions….one partition has vista ultimate..another has xp sp3…and now i wanna work on centOS can i install it on another partition…?? will it interfere with other os’s ??..i mean will it be a prob workin with other windows versions??

I think you would probably be best off installing CentOS http://www.centos.org/ on a virtual machine. I recommend VirtualBox http://www.virtualbox.org/wiki/Downloads I use it for testing countless Linux distros. it is easy to use and very versatile.

LUg.

CentOS


CentOS Install from OSVids

Duration : 0:5:13

Continue Reading…

Technorati Tags: , ,

CentOS 4.4 Live-CD

CentOS is a freely available Linux distribution which is based on Red Hat’s commercial Red Hat Enterprise Linux product. This rebuild project strives to be 100% binary compatible with the upstream product, and within its mainline and updates, to not vary from that goal. Additional software archives hold later versions of such packages, along with other Free and Open Source Software RPM based packagings. CentOS stands for Community ENTerprise Operating System.

At least, on the VMWare Workstation where was running, the boot was very slow; other distros (like BackTrack) boot fast, more fast.

Duration : 0:3:16

Continue Reading…

Technorati Tags: , , , , , ,

When is Red Hat Enterprise Linux 5 and Centos 5 going to be released?

Wikipedia and a couple of news sites say that it was supposed to be released on February 28, 2006.

After reading some news it seems like the new linux 5 will
be going into production soon. Since linux 5 is not in full production right now i would say that it should be in the stores late spring. Here is a site that will explain what is going on with linux 5 right now.

Red Hat currently expects the full production release of RHEL 5 to occur in early 2007.

powered by Yahoo answers

How i can play mp3 and such type of media files in linux? (CentOS)?

I installed real player rpm package. And executed it. It is installed.
But when i click it, it donot opens.

Try VideoLAN
http://www.videolan.org/vlc/

You can get it for different OSs from the above site…

powered by Yahoo answers

How to install Ruby on Rails on Centos 5/ RHEL?

Hello,
how to install & setup ruby on rails on linux..

is there easiest tutorials to do it ?…

Searching..yahoo or google didn't satisfy you?
I think you will get better answer if you
join and ask in linux forum.
http://www.justlinux.com
http://www.linuxquestions.org

powered by Yahoo answers

I’m on Centos 5, I need to remotely connect to my XP box with rdesktop. I installed rdesktop and krdc is inst

I’m on Centos 5, I need to remotely connect to my XP box with rdesktop. I installed rdesktop and krdc is installed but when I rdesktop -a 24 -f 192.168.1.2 it says error, unable to connect. I have allowed port 3389 through the firewall and it is enabled on my XP machine.

you gotta format the RAM and configure the mouse to properly detect thse things

powered by Yahoo answers

How to mount ntfs partition in CentOS 4.4? and can i add permanently in FSTAB?

How to mount NTFS partition in CentOS 4.4?and can i add NTFS partition permanently in FSTAB scripts

mount -t ntfs /dev/whateverpartition /mountpoint

Try man mount for more details - the ntfs module should already be in the stock kernel. If not, you could try modprobe to load it. See /proc/filesystems for a list of what's available.

In fstab, just use the 5th field to set the type to ntfs.

Big caveat - default is read only, best to keep it that way unless you don't care about your data. The write support is not yet 100%, it's experimental only. If you want to share a partition with Windows, use FAT32.

powered by Yahoo answers