Sponsored Content
Operating Systems Linux i want to install linux on my computer, but worried about viruses Post 302366562 by Corona688 on Thursday 29th of October 2009 10:38:11 PM
Old 10-29-2009
Quote:
Originally Posted by JamesByars
hi guys,

I am new to linux. I want to install it on my home computer. I have a few questions.

1) if an exploit is found on linux, how long is it before it gets patched up? My worry is that because there are not many linux users, if a big is found, then it will be a long time before others become aware, leaving my machine vulnerable for a long time
By and large, competently managing your system is far more important than getting the latest greatest updates for everything every five minutes or-else-you'll-die. Security is not first-one-through-the-door wins, Linux has layers of it, many of them.

It's not often I have cause to quote bash.org on this forum. Thanks for the opportunity. Smilie
Quote:
andrewy: linux exploits are like IF THE MOON IS IN FRONT OF VENUS AND YOU ARE LEFT HANDED AND SOMEONE ALREADY HAS LOCAL ACCESS AND YOU HAVE YAEWS (YET ANOTHER EMACS WEB SERVER) INSTALLED IT MIGHT BE POSSIBLE UNDER CERTAIN CONDITIONS TO BECOME ROOT
I have been hacked precisely once, and that only because I was idiotic enough to have a user "testuser" with the password "testuser". The testuser account didn't have su or sudo access, meaning they couldn't get out of the highly limited testuser account, so the damage was almost nonexistent, and all fixed within three commands:
Code:
killall -9 --user testuser
find / -user testuser -exec rm '{}' ';'
userdel testuser

Linux doesn't have malware or spyware or viruses as you know them. Getting exploited to the point where root access is compromised is extremely rare on a properly managed system; more likely to happen is someone finding an exploit in one of your PHP scripts on your webserver and using it to get at files or databases you don't want them to, or breaking into a limited account, downloading a kit, and trying to bruteforce not just your own passwords but those of any other computers it can find over ssh, or copy-pasting an innocent-looking piece of shell code from a "helpful friend" who wants to take the snotty linux user down a peg, or having your computer crash down to a raw command prompt after another "helpful friend" tries to hotrod your system for you. Both those last two happened to a friend of mine... I still shake my head at what some people will do to others, at least it taught her caution real fast.
Quote:
2) what is the recommended free linux for a newbie

3) windows automatically recognises all my hardware. Will linux recognise it too?
Depends on what you want. There's so many kinds because there's so many different ways people want to use it. Ubuntu is the best imitation of Windows you'll find in a linux distro, and among the best hardware detection too, but it's a resource pig, and you won't learn much using it.
Quote:
How about my printer - the CD is for Mac and Windows, what would I do for linux?
linuxprinting.org

Quote:
The one thing to consider is the mindset of "Windows, but free" Which linux is not.
Well said. Linux is horrible at being Windows, but very good at being Linux. Expect to relearn everything -- or, rather, relearn some things, and explore lots of brand-new things.

Last edited by Corona688; 10-29-2009 at 11:55 PM..
 

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
All times are GMT -4. The time now is 04:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy