LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices

Reply
 
LinkBack Search this Thread
Old 04-18-2004, 08:18 PM   #1
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 69
Classic example of Linux security myths


I just stumbled onto this book by following a link in another post. Always being interested about security, I decided to check out one of the security questions in the FAQ section of the security section of the book (http://www.icon.co.za/~psheer/book/n...00000000000000)

I was not entirely surprised at the answer to the question:
I have heard that LINUX does not suffer from virus attacks. Is it true that there is no threat of viruses with UNIX systems?

Here are some excerpts from the answer:
Quote:
A virus is a program that replicates itself by modifying the system on which it runs. It may do other damage. Viruses are small programs that exploit social engineering, logistics, and the inherent flexibility of a computer system to do undesirable things.
Right away the author is incorrect in his definition of a virus. Technically, a virus is any malicious code that can attach to another file and execute when the "host" file is opened or executed.

Quote:
Because a UNIX system does not allow this kind of flexibility in the first place, there is categorically no such thing as a virus for it. For example, UNIX inherently restricts access to files outside the user's privilege space, so a virus would have nothing to infect.
Well this certainly flies in the face of everything I've been told about UNIX-like operating systems; It's not flexible, that's news to me! Usually Linux advocates won't stop talking about how much more flexible Linux is than other OSs. Besides, just because ordinary users cannot alter system files does not mean that their data can't be destroyed by a virus, and it can propagate as far as their privileges. For example, many novice Linux users often log in and run commands as "root", which would of course allow unrestricted access to all files!

Additionally, modern Windows OSs have a concept of rights and ordinary users are not allowed to modify the system unless they have "administrator" rights, so the UNIX concept of privileges is not unique. In fact, NTFS (the modern Windows file system) has more granular access controls than most file systems for UNIX-like systems (not that I'm saying NTFS is a better file system, I'm just pointing out that these concepts are far from being unique to Linux like the author seems to claim).

Quote:
However, although LINUX cannot itself execute a virus, it may be able to pass on a virus meant for a Windows machine should a LINUX machine act as a mail or file server. To avoid this problem, numerous virus detection programs for LINUX are now becoming available. It's what is meant by virus-software-for-LINUX.
Wrong again. If a user opens or executes an infected file, it absolutely will execute the malicious code. There's nothing about Linux that prevents this behavior (if there was, the Linux kernel would have telepathic powers, which I'm fairly sure I would have heard about). Not all Linux virus scanners are restricted to scanning mail and file shares. Many companies that have deployed Linux systems wisely install virus scanners for the local system as well (being much wiser and less arrogant than the author of this book!).

Quote:
On the other hand, conditions sometimes allow an intelligent hacker to target a machine and eventually gain access. The hacker may also mechanically try to attack a large number of machines by using custom programs. The hacker may go one step further to cause those machines that are compromised to begin executing those same programs. At some point, this crosses the definition of what is called a "worm." A worm is a thwarting of security that exploits the same security hole recursively through a network.
More incorrect definitions (clearly, the author is not familiar with InfoSec). A worm is malicious code that can execute and spread on it's own, without a need for the user to open/execute it's "host" program, indeed worms do not have "hosts", because by definition they're self-propagating.

Quote:
At some point in the future, a large number of users may be using the same proprietary desktop application that has some security vulnerability in it. If this were to support a virus, it would only be able to damage the user's restricted space, but then it would be the application that is insecure, not LINUX per se.
Sheer propaganda (coincidentally, the author's name is Sheer). Proprietary applications are not the only apps to have flaws, open apps can just as easily have flaws, so the first sentence is a red herring. Then the author goes on to admit that viruses could damage a user's data, so I guess now he has reversed course and agreed that a virus could exist that works against Linux! The dancing around semmantics of "applications that is insecure, not Linux" is pure silliness. Nearly all exploits for other OSs are exploits against the applications (not the OS itself), too. The fact that those apps were bundled with the OS doesn't make them part of the OS. On the other hand, flaws have existed, do exist, and will exist for the Linux kernel, which is "The Linux", so this distinction is meaningless and is once again just trying to mislead the reader.

Quote:
Remember also that with LINUX, a sufficient understanding of the system makes it possible to easily detect and repair the corruption, without have to do anything drastic, like reinstalling or buying expensive virus detection software.
That's nearly equally true of any OS. It's that administrator that makes by far the most difference in how secure your system is. An expert Windows admin can build a far more secure system than the average Linux user. Trying to qualify a viewpoint of "Linux is more secure" by saying "as long as the administrator understands everything" is like saying "anyone can blow up the world, as long as they know how to make a nuclear bomb".

I won't bore everyone by posting the rest of the security sections, but they're equally as ridiculous as the one above. This is what I mean when I say that Linux advocates are doing their would-be users a huge disservice by giving a warped view of Linux security and they're just setting people up for huge disappointments when they realize that Linux is not the virtual Fort Knox that they were lead to believe.

This is especially true of people who write in publications, and especially books! If you don't want a huge backlash against Linux in 5 years like there has been against Windows, don't lie and distort the facts! Everyone would be a lot better off if they stopped bickering about which OS is more secure and instead spent more time on educating people on how to secure their systems, since no system is completely secure out of the box (although OpenBSD is pretty close--OK, I just couldn't resist that). Oh, and one final thing: If you're not an expert on Information Security, don't give advice about it, and especially don't give advice in an authoritative manner, like writing a book or article about it.

Last edited by chort; 04-18-2004 at 08:29 PM.
 
Old 04-18-2004, 09:04 PM   #2
Capt_Caveman
Senior Member
 
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658

Rep: Reputation: 57
I was actually thinking about getting that book . Kind of frightening, considering that I see people recommend it all the time. Though I noticed they did get one thing correct:

"Another issue is that LINUX servers are often installed by lazy people who do not take the time to follow the simplest of security guidelines, even though these guidelines are widely available and easy to follow. Such systems are sitting ducks and are often attacked."
 
Old 04-18-2004, 09:32 PM   #3
witeshark
Member
 
Registered: Jan 2004
Location: Miami FL
Distribution: Mac OS X 10.4.11 Ubuntu 10.10
Posts: 424

Rep: Reputation: 30
Extremely interesting! Completely baffling how pro writers can be so misinformed! Too bad such a book isn't a periodical so you could post this in a letter to editors in an upcoming issue!
 
Old 04-19-2004, 07:44 AM   #4
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Mandriva 2008 Spring
Posts: 623

Rep: Reputation: 31
Re: Classic example of Linux security myths

Quote:
Originally posted by chort
[Additionally, modern Windows OSs have a concept of rights and ordinary users are not allowed to modify the system unless they have "administrator" rights, so the UNIX concept of privileges is not unique. In fact, NTFS (the modern Windows file system) has more granular access controls than most file systems for UNIX-like systems (not that I'm saying NTFS is a better file system, I'm just pointing out that these concepts are far from being unique to Linux like the author seems to claim).



[/B]
I have Windows XP home edition and when I set up a non-admin's account yesterday it said that you can not install some programs without admin rights (ie you can install some) so I don't think that the restriction is the same as for Linux.
I maybe wrong and also with pro edition it could be different.
Another difference is that in Linux normal users can use almost all programs but in Windows XP last time I tried non-admin could not use Opera !
If you have people living with you (like I have) who are very computer iliterate this is a big security problem as it is harder to stop them doing something stupid with Windows. Particulary if they are 15 and like downloading spyware.

The rest of the article was great though.
 
Old 04-19-2004, 01:02 PM   #5
jcookeman
Member
 
Registered: Jul 2003
Location: London, UK
Distribution: FreeBSD, OpenSuse, Ubuntu, RHEL
Posts: 417

Rep: Reputation: 33
Quote:
Right away the author is incorrect in his definition of a virus. Technically, a virus is any malicious code that can attach to another file and execute when the "host" file is opened or executed.
The original author is more correct in his explanation, although somewhat blurred. A virus does not have to attach to another file. Webopedia has the best virus def that I've read:

"A program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes. Viruses can also replicate themselves...."

Quote:
Because a UNIX system does not allow this kind of flexibility in the first place, there is categorically no such thing as a virus for it. For example, UNIX inherently restricts access to files outside the user's privilege space, so a virus would have nothing to infect.
I think that the author was grossly oversimplifying such things. Settings like maxprocs and maxchildren, can stunt or render certain types of virii significantly less viral or completely ineffective, depending on their goal.

I completely disagree with the fact that there is no virii for Linux because few exist. However, Linux due to its architecture makes virus development significantly more difficult and the life cycle shorter.
 
Old 04-19-2004, 11:41 PM   #6
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Original Poster
Rep: Reputation: 69
Quote:
"A program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes. Viruses can also replicate themselves...."
No, that is the definition of malware in general. Webopedia is hardly an authoritative source on such matters. Read something published by security experts instead. It's exactly as I explained: a virus is malware that needs a host file to attach to, a worm is self-propagating.

Quote:
from davholla
I have Windows XP home edition and when I set up a non-admin's account yesterday it said that you can not install some programs without admin rights (ie you can install some) so I don't think that the restriction is the same as for Linux.
It's not literally the same, and I didn't say it was. What I said is that you can accomplish more granular restrictions with NTFS than you can with most file systems for UNIX-like OSs, and that you do have non-admin users on Windows (which you just confirmed).

Quote:
Another difference is that in Linux normal users can use almost all programs but in Windows XP last time I tried non-admin could not use Opera !
If you have people living with you (like I have) who are very computer iliterate this is a big security problem as it is harder to stop them doing something stupid with Windows.
How is not being able to use a certain browser a security problem? By the way, the reason you cannot use that program is most likely becuase you're trying to use it with a different user than the one that installed it (there could be a variety of reasons, but basically the permissions are set in a way that you don't understand).

Quote:
Particulary if they are 15 and like downloading spyware.
Spyware can just as easily exist for Linux, it's just not widely spread right now because it's not worth it. Any scammer, malware writer, spammer, or any type of other malicious person who relies on social engineering to accomplish their aim will always choose the largest possible audience so they have the biggest possible return on investment. Why would you write malware for an OS with less than 5% of the desktop market (probably less than 1%, actually)? You're going to write it for the biggest target, which is Windows. Take Mac OS, for example. It has around 5% of the desktop market, and it's far from immune to malware, yet almost none is written for Mac OS, why? Same reason malware is generally not written for Linux: Windows is an exponentially bigger target.
 
Old 04-20-2004, 01:38 AM   #7
unSpawn
Moderator
 
Registered: May 2001
Posts: 21,610
Blog Entries: 47

Rep: Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413
If you're not an expert on Information Security, don't give advice about it, and especially don't give advice in an authoritative manner, like writing a book or article about it.
Maybe there's someone with time on their hands willing to correct Sheer?
 
Old 04-20-2004, 04:51 AM   #8
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Mandriva 2008 Spring
Posts: 623

Rep: Reputation: 31
Quote:
[
It's not literally the same, and I didn't say it was. What I said is that you can accomplish more granular restrictions with NTFS than you can with most file systems for UNIX-like OSs, and that you do have non-admin users on Windows (which you just confirmed).



How is not being able to use a certain browser a security problem? By the way, the reason you cannot use that program is most likely becuase you're trying to use it with a different user than the one that installed it (there could be a variety of reasons, but basically the permissions are set in a way that you don't understand).



[/B]
It is true that you do have non-admin users on Windows.
However there are two problems with it (a) as non admin I can install some programs and (b) when I created the account it said that you can not use some programs as non-admin user, which as far I know that is not true
for Linux (are there any programs you have to use as root ?? Feel free to correct if I am wrong).

Not being able to use a certain browser in itself is not a security problem.
However if you want to let non computer literate people use your computer, there is a security problem if they need to be administrator/root to use some programs. It is not my opinion that some programs need to be run as admin in XP home edition, that is what I was told when I created the account.

The other problem is that the default with XP seems to be run as admin (or at least that is how manufactures in the UK sell windows machines, perhaps not in the US). As far I know most versions of Linux by default tell you not to run as root by default and with Suse 8.2 I don't think you can even use a browser as root.

I agree with you that spyware could exist for Linux and probably does.
However surely wouldn't you need to be root to install it ?
I thought that you could not install programs as a normal user or is that wrong ? (I will try when I have time).

Are you sure that the reason why there are less linux/unix viruses is because there are less machines ? After all there are a lot of servers using unix/linux out there and a worm hitting them would be devestating.
 
Old 04-20-2004, 06:07 AM   #9
scheidel21
Senior Member
 
Registered: Feb 2003
Location: CT
Distribution: Debian PPC/i386/AMD64 5.0(Lenny), Vista, XP , WIN7, Server 03/08
Posts: 1,164

Rep: Reputation: 77
Ok let's look at this whole thing for a second. In some ways everyone here is correct. To begin, One of the major reasons that Virii and other things such as spyware are not prevelant in Linux, and other unix based OSs is that they, as a desktop enviroment take up a tiny portion of systems. It is correct that many Servers, a good portion run Unix variants, however, Most productions servers are admined by professionals with knowledge and experience that assist them in avoiding contraction of things such as worms and virii. In addition, Production servers, often have limited user accounts on them, either few, or in cases such as mail servers, they are not full fledged shell accounts. Now, it is possible to create and install programs as a user on unix variants, however, it is only in that users space and will not affect the overall system. Some applications do require root access to install and run. Many applications such as, CD-writer sofware often, needs to be run as root, and because of this applications like sudo exists to allow special groups run things with root privelages. So it easily feasible that someone could, or has written malicious code which could exploit these things. Unix variants do have things working for them, like the reduced number of desktops running them. In addition though since many application run on unix variants are open source, the life cycle of aplications tend to be reduced, and therefore, things such as exloits when found can be corrected faster. Because not only does the author have the ability to correct flaws, but anyone with programming knowledg can correct the flaw. No software is perfect none ever will be exloits always come along. It is inherent Security measures, such as restricted user space, in addition to fast changes in code, and knowledge that make linux more secure overall. Admittedly, many first time linux users run their systems under root, however, a vast majority of users are not first time computer users. Unfortunately, becuase Oss like windows and mac have for so long done so much for many users, many converts are unaware of the severe damage that can be done running under root. Is any OSs bullet proof? No. Are there reasons to think Linux is more secure? Yes. But no Os will ever be perfect or ever be right for evveryone.

Alex
 
Old 04-20-2004, 06:57 AM   #10
jcookeman
Member
 
Registered: Jul 2003
Location: London, UK
Distribution: FreeBSD, OpenSuse, Ubuntu, RHEL
Posts: 417

Rep: Reputation: 33
Quote:
No, that is the definition of malware in general. Webopedia is hardly an authoritative source on such matters. Read something published by security experts instead. It's exactly as I explained: a virus is malware that needs a host file to attach to, a worm is self-propagating.
I hate to correct you again on this, but the DoD does not see it your way. Symantec security does not see it your way. A virus is simply a program that alters the operation of a computer without *permission* and is self replicating. It DOES NOT have to infect a host file.

From Symantec.com:
Quote:
A computer virus is a small program written to alter the way a computer operates, without the permission or knowledge of the user. A virus must meet two criteria:

It must execute itself. It will often place its own code in the path of execution of another program.
It must replicate itself. For example, it may replace other executable files with a copy of the virus infected file. Viruses can infect desktop computers and network servers alike.
http://service1.symantec.com/SUPPORT...99041209131106

From McAfee.com:
Quote:
A computer program file capable of attaching to disks or other files and replicating itself repeatedly, typically without user knowledge or permission. Some viruses attach to files so when the infected file executes, the virus also executes. Other viruses sit in a computer's memory and infect files as the computer opens, modifies or creates the files. Some viruses display symptoms, and some viruses damage files and computer systems, but neither symptoms nor damage is essential in the definition of a virus; a non-damaging virus is still a virus.
http://us.mcafee.com/virusInfo/defau...s_glossary.asp

Looks like Webopedia, McAfee, Symantec and the DoD agree with each other.

I think we all agree that the original author has a lot of wrong points, but it's silly to argue about the definition of a virus when it is very well known.

Last edited by jcookeman; 04-20-2004 at 07:00 AM.
 
Old 04-21-2004, 02:20 AM   #11
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Original Poster
Rep: Reputation: 69
Quote:
from RFC1135
Defining "worm" versus "virus"

A "worm" is a program that can run independently, will consume the
resources of its host from within in order to maintain itself, and
can propagate a complete working version of itself on to other
machines.

A "virus" is a piece of code that inserts itself into a host,
including operating systems, to propagate. It cannot run
independently. It requires that its host program be run to
activate it.

In the early stages of the helminthiasis, the news media popularly
cited the Internet worm to be a "virus", which was attributed to
an early conclusion of some in the computer community before a
specimen of the worm could be extracted and dissected. There are
some computer scientists that still argue over what to call the
affliction. In this RFC, we use the term, "worm".
The incorrect usage today can be attributed to the mass-public's fundamental misunderstanding of the difference between a virus and a worm, and the tendency to call any and all malware a "virus". It's analogous to the acceptence of slang into modern dictionaries. I, however, am a purist.
 
Old 04-21-2004, 02:40 AM   #12
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Original Poster
Rep: Reputation: 69
Quote:
Originally posted by davholla
It is true that you do have non-admin users on Windows.
However there are two problems with it (a) as non admin I can install some programs and (b) when I created the account it said that you can not use some programs as non-admin user, which as far I know that is not true for Linux (are there any programs you have to use as root ?? Feel free to correct if I am wrong).
a) this is true of UNIX-like OSs as well (some times--although not always--you can install programs as a user that other uesrs may access, but you can certainly install your own private copy; Windows has similar restrictions)
b) It depends on the distribution. There are many setuid programs that users really shouldn't be allowed to use (to restrict the possibility of privilege escalations via buffer overflows), and indeed some distributions and/or some security tools do enforce those limits (msec on Mandrake, for instance).

Quote:

Not being able to use a certain browser in itself is not a security problem.
However if you want to let non computer literate people use your computer, there is a security problem if they need to be administrator/root to use some programs. It is not my opinion that some programs need to be run as admin in XP home edition, that is what I was told when I created the account.
XP Home has less user restrictions than the Pro version, because it tries to be more user-friendly (which also makes it less secure).

Quote:

The other problem is that the default with XP seems to be run as admin (or at least that is how manufactures in the UK sell windows machines, perhaps not in the US). As far I know most versions of Linux by default tell you not to run as root by default and with Suse 8.2 I don't think you can even use a browser as root.


That's true, but it's not strictly an OS insecurity, it's an insecurity with the default configuration. Linux and UNIX OSs have had plenty of problems with this too, such as early versions of Red Hat, many versions of Solaris, etc.

Quote:

I agree with you that spyware could exist for Linux and probably does.
However surely wouldn't you need to be root to install it ? I thought that you could not install programs as a normal user or is that wrong ? (I will try when I have time).
Incorrect. See above, users may install local copies of anything (this is the most common misconception, i.e. that users cannot install anything so Spyware would have to run as root, which is completely untrue).

Quote:

Are you sure that the reason why there are less linux/unix viruses is because there are less machines ? After all there are a lot of servers using unix/linux out there and a worm hitting them would be devestating.
Most servers are deployed at corporations, and corporations generally have much tighter security controls than home users (where Windows dominates). The other reason is that, although there are many systems deployed with UNIX or UNIX-like OSs, often the same vulnerabilities do not affect all of them because they don't share enough of a common code-base. If you were to try to attack all the UNIX-like OSs with a worm, you would potentially have to write hundreds of versions. With Windows you only need to consider 3 or 4 variants (Win9x, WinNT, Win200x/WinXP)
 
Old 04-21-2004, 03:20 AM   #13
J.W.
Guru
 
Registered: Mar 2003
Location: Milwaukee, WI
Distribution: Mint
Posts: 6,642

Rep: Reputation: 67
Like it or not though, the meaning of a word really depends on the public's perception of it. Even if the experts want to draw distinctions between worms and virii, the bottom line is that to Joe Sixpack, it doesn't matter -- calling any kind of malware a "virus" is pretty much standard practice. Let's face it, every specialized industry has its own jargon, but if the "official" terms you prefer to use are incomprehensible to the general public, nobody is going to understand what you're trying to say, and in this case, I think that a computer "virus" is much more well understood than a computer "worm". As an analogy, suppose you know very little about cars, but you've noticed that the car has been "surging" or "lurching" when it's accelerating. Now, if you were a mechanic, you may recognize that as a possible problem with the vacuum modulator, but trying to describe that to the man in the street, you'd probably be met with a puzzled look and a comment to the effect of "whatever you say". If you instead said something more generic, such as "You need a tuneup", that would (probably) instantly make sense to Joe Sixpack. Similarly, describing a virus as an unauthorized program that runs without the user's permission seems OK to me. Certainly the point is made. -- J.W.
 
Old 04-21-2004, 04:10 AM   #14
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Mandriva 2008 Spring
Posts: 623

Rep: Reputation: 31
Quote:
b) It depends on the distribution. There are many setuid programs that users really shouldn't be allowed to use (to restrict the possibility of privilege escalations via buffer overflows), and indeed some distributions and/or some security tools do enforce those limits (msec on Mandrake, for instance).
But those are programs that should not be used. However I can not think of any programs that user could use safely which they need to be root to use. Unlike Win XP which means that people have to be root when they don't need to need be.

Quote:
Most servers are deployed at corporations, and corporations generally have much tighter security controls than home users (where Windows dominates).
That is true although a lot of company MS servers were affected by Msblast, so obviously a worm (I agree with your definitions) like that attacking Unix servers could be devestating. I think there are a lot of corporations with poor security ie according to computer weekly at least 40% of websites in the UK that are a front end for a database are vulnerable to sql injection. I would guess that many of those are corporate websites.
It could be different in the US but I doubt it.

Quote:
The other reason is that, although there are many systems deployed with UNIX or UNIX-like OSs, often the same vulnerabilities do not affect all of them because they don't share enough of a common code-base. If you were to try to attack all the UNIX-like OSs with a worm, you would potentially have to write hundreds of versions. With Windows you only need to consider 3 or 4 variants (Win9x, WinNT, Win200x/WinXP)
True, although one could say that is a good reason why high security eg power stations should use a UNIX-like OS.
 
Old 04-21-2004, 04:24 AM   #15
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Mandriva 2008 Spring
Posts: 623

Rep: Reputation: 31
Quote:
Originally posted by chort
The incorrect usage today can be attributed to the mass-public's fundamental misunderstanding of the difference between a virus and a worm, and the tendency to call any and all malware a "virus". It's analogous to the acceptence of slang into modern dictionaries. I, however, am a purist.
I have to say that I agree with Chort that we should use the correct terms.
If for example we call Msblast a virus as opposed to a worm it confuses people who say well I did not download it or click on an attachment so how did I get it.
But if you say it is a worm and your machine got it because it had a fault with it then they can understand the problem more.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
help needed in security ,vonarabilities ,loopholes in linux security haseebnazar Linux - Security 2 11-23-2005 07:16 PM
Myths about Linux (and my responses) aysiu General 15 08-08-2005 09:03 AM
Freecom classic USB drive with Linux. atis Linux - Hardware 9 02-28-2005 06:45 AM
Freecom classic USB drive with Linux. atis Mandriva 1 07-20-2004 09:51 AM
FYI: Malware Myths and Misinformation (SF article) unSpawn Linux - General 5 06-03-2003 12:51 PM


All times are GMT -5. The time now is 05:23 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration