Sponsored Content
Operating Systems Linux i want to install linux on my computer, but worried about viruses Post 302365531 by pludi on Tuesday 27th of October 2009 10:29:15 AM
Old 10-27-2009
Let's see if I can answer some of your questions:
  1. Depends. Since Linux isn't made by a company, but a whole load of volunteers, there isn't a fixed response time. Generally, you'll have to differ between project/upstream response time (those who write/wrote the software where a bug is found) and distribution response time (time between a fix and it's availability in the repository).

    So far, the most horror stories about break-ins on Linux systems wasn't because there was no fix available, but because the administrator forgot to apply the fix. Notable exception: the Debian OpenSSL/OpenSSH bug, which went unnoticed for quite some time.
  2. For someone used to MS desktops: probably Mint, maybe Kubuntu or Fedora.
    If you aren't afraid of the command line, Ubuntu and a gradual switch to Debian.
    If you want to delve right in, Gentoo, Slackware, or LFS.

    Others might have different suggestions, as it's pretty subjective.
  3. Again, depends. Most hardware should work fine, others might not. You might find "exotic" hardware working out-of-the-box, while "regular" won't. Example: a friend of mine tried to install Ubuntu on an Eeee PC. Wireless didn't work because the Windows driver screwed around with the firmware. Only remedy was to remove the battery, let it sit for a few minutes, re-insert the battery, which reset the wireless controller. After that it worked like a charm.

    The best way to check this is, if available, to download a live-CD of your distribution of choice and start that. If you notice some hardware missing a bit of tweaking might be needed. If it's only your printer you're worried about: any modern Linux spooler (mostly CUPS these days) should have no problems with any printer. If it does, there's always OpenPrinting for drivers.
 

6 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

is there any problem that install windows2000 and unix on one computer

I want to know if there is any problem that install windows2000 and unix or linux on same computer.I partition my harddisk to 4, 3 of 4 are NTFS, 1 is FAT32, I want to install unix or linux on this partition.how should I do??? (6 Replies)
Discussion started by: sw_water
6 Replies

2. Linux

would like to hook up linux system to another computer!

I have desktop with both windows and fedora core 2 installed on it which I have also hooked up to my psion 5mx palm device that is stored in the windows drive... and i just access the files by mounting them onto my linux drive.. now I have a laptop too .. with the same directories as the linux... (7 Replies)
Discussion started by: moxxx68
7 Replies

3. UNIX for Dummies Questions & Answers

Which Linux to get for home computer?

the most popular ones on distrowatch seems to be PCLinuxOS, Ubuntu, openSUSE and Fedora. any tips, suggestions you can give this super newb about choosing something? i'd like to do a dual boot. Unfortuately my laptop's only got a single hard drive and it's only got half a gig of ram. Will... (6 Replies)
Discussion started by: DeuceLee
6 Replies

4. AIX

Should I be worried about my AIX Cluster?

I have a 2-node Power 7 - 16cpu - 32gb RAM - AIX 6L cluster. The production node has 10 physical cpus (40 cores) and 24gb of RAM. The cluster has been live for 6 weeks and I'm seeing some things on the production node that I think could be of concern but wanted to get some opinions. The... (6 Replies)
Discussion started by: troym72
6 Replies

5. Fedora

On Installing Multiple Linux Distros on a Computer

Guys, I was planning to install Ubuntu, Fedora and Backtrack on the same computer (along with Windows 7). My Specifications are: 2.67 Core i5 4GB DDR3 RAM 500 GB HDD I have a system running Windows 7 with 3 partitions (240, 130, 130) GBs. And I was planning on freeing out 30GB of space and... (3 Replies)
Discussion started by: hMeU
3 Replies

6. Windows & DOS: Issues & Discussions

How to run a Windows Setup on a Linux computer?

I am looking to run a Windows utility BitRecover PST Viewer. To help me read a pst file. Can anybody guide me how can I run this Windows utility on Linux. (3 Replies)
Discussion started by: marktux
3 Replies
UUID_COMPARE(3) 						    Libuuid API 						   UUID_COMPARE(3)

NAME
uuid_compare - compare whether two UUIDs are the same SYNOPSIS
#include <uuid/uuid.h> int uuid_compare(uuid_t uu1, uuid_t uu2) DESCRIPTION
The uuid_compare function compares the two supplied uuid variables uu1 and uu2 to each other. RETURN VALUE
Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexigraphically less than, equal, or greater than uu2. AUTHOR
Theodore Y. Ts'o AVAILABILITY
libuuid is part of the util-linux-ng package since version 2.15.1 and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux- ng/. SEE ALSO
uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3) util-linux-ng May 2009 UUID_COMPARE(3)
All times are GMT -4. The time now is 03:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy