![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Which Linux to get for home computer? | DeuceLee | UNIX for Dummies Questions & Answers | 6 | 01-05-2008 08:37 AM |
| Linux on Windows with Lina - Australian Personal Computer | iBot | UNIX and Linux RSS News | 0 | 06-26-2007 07:00 PM |
| would like to hook up linux system to another computer! | moxxx68 | Linux | 7 | 09-06-2004 11:22 AM |
| is there any problem that install windows2000 and unix on one computer | sw_water | UNIX Desktop for Dummies Questions & Answers | 6 | 11-11-2002 05:20 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
i want to install linux on my computer, but worried about viruses
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 2) what is the recommended free linux for a newbie 3) windows automatically recognises all my hardware. Will linux recognise it too? How about my printer - the CD is for Mac and Windows, what would I do for linux? thanks |
|
|||||
|
Let's see if I can answer some of your questions:
|
|
||||
|
many thanks for your detailed reply - it is most helpful.
i do have one more quick question - my printer comes with its own software, which lets you do fancy stuff. If I was to use linux, I will not be able to use this software. The same is true of my digital camera. I am just curious, are companies going to start writing software that will be able to run on all the different flavours of linux? thanks |
|
||||
|
Probably not. Some of your software may work in WINE, which is "not an emulator" but can run some native windows software in Linux, with some success.
Companies, right now, do not often have the resources or inclination to hit the single % market that desktop Linux users have. The one thing to consider is the mindset of "Windows, but free" Which linux is not. There are plenty of programs to do the things that you can do with the software that came with your printer and digital cameras. However, they may not be the exact same thing you are familiar with. Also, there are really no "viruses" for Linux. Linux CAN get a virus from a wine install, but it will only screw up the wine install and applications inside that. The designs of a secure system prevent a properly managed one from being compromised. It would be best to not run scripts you are not familiar with and not run as the root administrative user unless absolutely necessary and if you are familiar with how to do so. I would suggest you try OpenSUSE. It is relatively easy, and has enough familiarity with a good community as well. You can, if you like, use a virtual machine (creates a virtual computer that is really a program on your current computer) to try it out if you choose. |
|
|||||
|
Quote:
It's not often I have cause to quote bash.org on this forum. Thanks for the opportunity. ![]() Quote:
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:
Quote:
Quote:
Last edited by Corona688; 10-29-2009 at 10:55 PM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|