Sponsored Content
Operating Systems Linux Clean Install of Linux on Laptop Post 302908716 by pfaloney on Wednesday 9th of July 2014 10:57:31 PM
Old 07-09-2014
Clean Install of Linux on Laptop

I have not been a Windows user at home since the first Intel Macs came out and I am thinking of moving to Linux and putting either Fedora or Ubuntu on a laptop as a clean install.

However, I am hearing horror stories of those who have attempted the same thing with laptops with Windows 8.1 installed on it (something to do with the Bios).

What would you recommend in purchasing a Laptop for installing Linux on.

I am also thinking of doing a Desktop/Server probably using CentOS but I will be building that from scratch (something I have not done in decades) so I will not have the Windows issues (hopefully)
 

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
DateTime::TimeZone::Local::Win32(3)			User Contributed Perl Documentation		       DateTime::TimeZone::Local::Win32(3)

NAME
DateTime::TimeZone::Local::Win32 - Determine the local system's time zone on Windows VERSION
version 1.63 SYNOPSIS
my $tz = DateTime::TimeZone->new( name => 'local' ); my $tz = DateTime::TimeZone::Local->TimeZone(); DESCRIPTION
This module provides methods for determining the local time zone on a Windows platform. HOW THE TIME ZONE IS DETERMINED
This class tries the following methods of determining the local time zone: o $ENV{TZ} It checks $ENV{TZ} for a valid time zone name. o Windows Registry When using the registry, we look for the Windows time zone and use a mapping to translate this to an Olson time zone name. o Windows Vista and 2008 We look in "SYSTEM/CurrentControlSet/Control/TimeZoneInformation/" for a node named "/TimeZoneKeyName". If this exists, we use this key to look up the Olson time zone name in our mapping. o Windows NT, Windows 2000, Windows XP, Windows 2003 Server We look in "SOFTWARE/Microsoft/Windows NT/CurrentVersion/Time Zones/" and loop through all of its sub keys. For each sub key, we compare the value of the key with "/Std" appended to the end to the value of "SYSTEM/CurrentControlSet/Control/TimeZoneInformation/StandardName". This gives us the English name of the Windows time zone, which we use to look up the Olson time zone name. o Windows 95, Windows 98, Windows Millenium Edition The algorithm is the same as for NT, but we loop through the sub keys of "SOFTWARE/Microsoft/Windows/CurrentVersion/Time Zones/" AUTHOR
Dave Rolsky <autarch@urth.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Dave Rolsky. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2013-10-28 DateTime::TimeZone::Local::Win32(3)
All times are GMT -4. The time now is 05:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy