Sponsored Content
Operating Systems Linux Clean Install of Linux on Laptop Post 302912462 by npandith on Friday 8th of August 2014 11:37:26 AM
Old 08-08-2014
I would suggest to create a separate partition on your windows machine and install linux on that partition to be on safer side(chose linux boot when you get windows boot list). You can try it out for couple of days, if everything works out then i guess you should be able to erase windows completely and do a fresh install of linux or just allocate the space to your linux.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Linux graphics on a laptop

I'm trying to setup Redhat 7.0 on a Dell Latitude C600/C610. Only thing I can't get to work is the damn graphics resolution. It's all configured correct apart from that. What it is when I type 'startx' the resolution is huge. Shows about a quater of the screen resolution because of this. ... (1 Reply)
Discussion started by: merlin
1 Replies

2. UNIX for Dummies Questions & Answers

Install linux in laptop

Dear expert I want to install a linux on laptop and it will be the only os on that laptop I checked many sites to checked that but i worry about somthings. first the model of the laptop it is Toshiba Satellite 440CDX and its sepecification is 1.8 GB hard disk P1 133MH with MMX technology... (1 Reply)
Discussion started by: RuDe_BuT_CoOoL
1 Replies

3. News, Links, Events and Announcements

HP has new Linux Laptop

Newfactor Cnet story HP Web Site It's cool that they offer it. But it comes with XP Pro. Change that to XP Home and you save $50. Change that to Linux and it costs the same as XP Home. They are not passing the savings to the consumer. (1 Reply)
Discussion started by: Perderabo
1 Replies

4. Solaris

I want to install x386 on my laptop

All, I want to install x386 Solaris 10 on my laptop. Is there a tool avaialable to see if my laptop's hardware components are supported? Thanks in advance, Max (2 Replies)
Discussion started by: m@dm@x
2 Replies

5. Solaris

can't install solaris 10 on toshiba laptop

i had a toshiba laptop ( satellite L20 - 100) and i'm trying to install solaris 10 ...but it doesn't complete the setup from the very first begining it gives me this msg: unable to reset device //pci@0,0/pci1179,ff31@1d,2 can anybody help me installing solaris on the pc??? also can the... (2 Replies)
Discussion started by: slimydoom
2 Replies

6. Linux

HDD not recognised while trying to install Linux enterprise on HP laptop

Hi, Can anyone give me the clue to my problem which is hdd not recognised when l tried to install linux enterprise edition on my laptop HP compaq nc6320 centrino. thanxs (6 Replies)
Discussion started by: kayode
6 Replies

7. Ubuntu

Connect 2 laptops with RJ45 cable (Ubuntu 10.10 laptop with Windows 7 laptop)

Hi to all, I have the problem that a laptops with windows XP cannot startup even in safe mode nor using last good known configuration. I have a Ubuntu 10.10 Live CD and booting from it I can read the Hard Drive. I need to do a backup the Hard Drive from XP laptop and I want to connect this... (5 Replies)
Discussion started by: cgkmal
5 Replies

8. Red Hat

Install hangs on laptop

I have an older laptop the "management" wants me to use instead of buying something that works. Not an antique but a couple years old. An HP with Turion AMD CPU, ATI video. When I try to install in graphical mode, it hangs after package selection. Doesn't matter whether I select server or... (6 Replies)
Discussion started by: RocketGuy
6 Replies
Linux::Distribution(3pm)				User Contributed Perl Documentation				  Linux::Distribution(3pm)

NAME
Linux::Distribution - Perl extension to detect on which Linux distribution we are running. SYNOPSIS
use Linux::Distribution qw(distribution_name distribution_version); if(my $distro = distribution_name) { my $version = distribution_version(); print "you are running $distro, version $version "; } else { print "distribution unknown "; } Or else do it OO: use Linux::Distribution qw(distribution_name distribution_version); my $linux = Linux::Distribution->new; if(my $distro = $linux->distribution_name()) { my $version = $linux->distribution_version(); print "you are running $distro, version $version "; } else { print "distribution unknown "; } DESCRIPTION
This is a simple module that tries to guess on what linux distribution we are running by looking for release's files in /etc. It now looks for 'lsb-release' first as that should be the most correct and adds ubuntu support. Secondly, it will look for the distro specific files. It currently recognizes slackware, debian, suse, fedora, redhat, turbolinux, yellowdog, knoppix, mandrake, conectiva, immunix, tinysofa, va-linux, trustix, adamantix, yoper, arch-linux, libranet, gentoo, ubuntu, scientific, oracle enterprise linux and redflag. It has function to get the version for debian, suse, fedora, redhat, gentoo, slackware, scientific, oracle enterprise linux, redflag and ubuntu(lsb). People running unsupported distro's are greatly encouraged to submit patches :-) EXPORT None by default. TODO
Add the capability of recognize the version of the distribution for all recognized distributions. AUTHORS
Alexandr Ciornii <alexchorny@gmail.com>, <http://chorny.net> Alberto Re, <alberto@accidia.net> Judith Lebzelter, <judith@osdl.org> COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2012-03-18 Linux::Distribution(3pm)
All times are GMT -4. The time now is 04:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy