LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-28-2005, 03:03 PM   #16
berrance
Member
 
Registered: Aug 2004
Location: Hull - England
Distribution: Ubunto and slowly switching to debian
Posts: 308

Rep: Reputation: 30

yes you might not install any old binary but the normal windows user who has just switched to linux probably would?
 
Old 09-28-2005, 03:06 PM   #17
bunnyrage
Member
 
Registered: Sep 2005
Distribution: Fedora Core 2
Posts: 34

Rep: Reputation: 15
yeah but,

do you really think a trusted site is not going to notice a file has been altered???

you dont think someone is going to report it and remove it??

if this is so, tell me why viruses havent flourished in the unix env,

besides the same old, oh because its users are amoung only 5% of the population.

theres more to it. unix is a bad breeding ground for viruses, why??
 
Old 09-28-2005, 03:11 PM   #18
bunnyrage
Member
 
Registered: Sep 2005
Distribution: Fedora Core 2
Posts: 34

Rep: Reputation: 15
well,

i have to say that there is ALWAYS a potential for a binary to infect linux, but its just not as likley

windows is click here for automatic updates,

linux, you have to research somwhere along the line

you dont even know what is going on in the back ground in windows

linux is an openly traceable OS, proccesses, RAM, everything is traceable, you can watch how and what a binary does when executed.

which leads to quicker hardening and more patches or anything else needed
 
Old 09-28-2005, 08:24 PM   #19
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
yes viruses CAN run in the linux world, but as mentioned above there are serveral reasons why there are so few out there.

1. yes Linux is only about 5 - 10% of the total market share around the world. In fact last year in the Asia/Pacific area over 7% of the servers (only servers) sold were Linux. That is just a small area (well 1/4 of the world)

2. most linux users are smart enough NOT to run as root. Most software requires root level access to install.

3. even if the user does install it as user (not as root) then ONLY things that user can modify will be affected. this means it is rather simple to cure. remove that user and start over. make sure you have backed up your data on a consistance basses.

4. with so many different distros out there and each one having a different location for specific directories it would make it extreemly difficult to both install in any one location and or find something to damage.

5. linux users are smarter as a collective then windows users. this is not a slight or a brag, but think about it. most people using linux for more then a few months LEARN how the linux system starts to work. people can use windows since win3.0 until today and still have no clue how to do anything about the computer.

so think about that.
 
Old 09-28-2005, 10:02 PM   #20
primo
Member
 
Registered: Jun 2005
Posts: 542

Rep: Reputation: 34
(Think, I'm gonna repeat but I don't care, as long as FUD is gone)

These days, worms are being marketed as viruses. Worms are possible in both Windows & Unix environments. Unix viruses are a waste of root privileges, and they could be easily detected with one of these Tripwire alikes:

+ Samhain
+ Osiris
+ AIDE
+ Integrit
+ Sentinel

They're called File Integrity Checkers (and you may use them on Windows too!). You don't need to update a lame "virus database". If you're fetishist, use an antivirus, but on Unix we don't need this crap. Clamav's vulnerabilities are reported almost every week. We don't need this even to protect Windows boxes. Just setup a firewall and stop using MS Office and both Internet Explorer and Outlook. Mozilla's better.


We must accept that Unix isn't a breeding ground for viruses. It's a test-and-tried-and-true family of OS's. Our old problems continue to be:

+ Buffer overflows
+ Heap overflows
+ Integer overflows

because they all let unwanted code to be run. Both Unix and Windows suffer the problem that any corrupted image or archive data may crack the system. The solution by now is to reduce the possibility of vulnerability by using the root account for administration only. This way, the problem is contained. With open source and lack of patents we will reach sometime the point where it's mostly impossible to run unwanted code via overflows

Last edited by primo; 09-28-2005 at 10:06 PM.
 
Old 09-29-2005, 10:24 AM   #21
bunnyrage
Member
 
Registered: Sep 2005
Distribution: Fedora Core 2
Posts: 34

Rep: Reputation: 15
i agree with the two above!!

Microsoft keeps people in the dark,

the reason for this is job security, not information security.
which proves Gates as a good buisness man, but a horrible IT Specialist.

He could give a F about your privvy info, he take it hostage.

The only thing i respect about microsoft, is the engineering team, they are responsible for the
development of the server suite that dominates our world.

this is because they have the money to hire huge development teams with deadlines
this produces a tighly unified system an enterprise can depend on.

great, but you are at Bill's mercy because your info is at his scrutiny.

Linux could easily win out if the open source community developed OS'es like Microsoft does.

I could unify everything with LDAP and SNTP and such, but no one would likely pay me to do R&D on linux.

Linux unfortunatly is a Staple

its capable of so much more.

Right noe my project is translation.

I have to get Linux workstations to auth through AD.
It pisses me off that these two OS's run the same protocols but it's sometimes difficult to
get them to talk to eachother.

well im learning Microsoft to be a dependable player on my team
but developing Linux to see that is gets a fighting chance
 
Old 09-29-2005, 10:37 AM   #22
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
Quote:
Originally posted by bunnyrage

I have to get Linux workstations to auth through AD.
It pisses me off that these two OS's run the same protocols but it's sometimes difficult to
get them to talk to eachother.
i am sure you realize that is because the MS vs of those protocols is not RFC standard, but the MS vs of them. both LDAP and SNTP, kerberos, etc... everything that MS runs as "standard" is standard to MS, not to the RFCs that govern those standards for the rest of the world.

that is why you will have a night mare of a time getting windows and other OSs to talk to each other. all of the other OSs follow the RFCs were MS does not. MS does this to make it look like they are upgrading to the world standards, but in realilty they are just continuing with their FUD and trying to force out other options.
 
Old 09-29-2005, 10:44 AM   #23
bunnyrage
Member
 
Registered: Sep 2005
Distribution: Fedora Core 2
Posts: 34

Rep: Reputation: 15
reminds me of AT&T before divestiture

well i going to have to hack at it (not stupid script kiddie crap)
i mean find a work around that i can depend on.

what ever happen to working at somthing, figuring it out on your own

hey its one thing to use other peoples experience or input to figure it out on your own,
but these days people watch too many movies, get a "hacker" alter ego and download someone elses hard work, to destroy things,

it took multiple years to build the WTC, and a lot of hard work,
it took a couple hours to destroy them..... hhmmmm
lets think about this
 
Old 09-29-2005, 10:50 AM   #24
bunnyrage
Member
 
Registered: Sep 2005
Distribution: Fedora Core 2
Posts: 34

Rep: Reputation: 15
question,

does anyone know how to switch from IPv6, back to IPv4

is there a quick fix or do i have to recofigure the kernel,
if i have to reconfigure, any input??

right now id rather work with octets, IPv6 is a project for another day

input??
 
Old 09-29-2005, 03:46 PM   #25
KimVette
Senior Member
 
Registered: Dec 2004
Location: Lee, NH
Distribution: OpenSUSE, CentOS, RHEL
Posts: 1,794

Rep: Reputation: 46
Quote:
Originally posted by bunnyrage
reminds me of AT&T before divestiture

well i going to have to hack at it (not stupid script kiddie crap)
i mean find a work around that i can depend on.

what ever happen to working at somthing, figuring it out on your own

hey its one thing to use other peoples experience or input to figure it out on your own,
but these days people watch too many movies, get a "hacker" alter ego and download someone elses hard work, to destroy things,

it took multiple years to build the WTC, and a lot of hard work,
it took a couple hours to destroy them..... hhmmmm
lets think about this
No offense, but could you please make at least one of your posts coherent rather than a bunch of random ramblings strung together?

Sorry to be so rude , but. . . geez. . . go back and read some of your posts!
 
Old 09-29-2005, 03:49 PM   #26
bunnyrage
Member
 
Registered: Sep 2005
Distribution: Fedora Core 2
Posts: 34

Rep: Reputation: 15
its incoherent because i was replying to a prev. comment, sorry

cant write every single detail out, in a conversation

why repeat my self because you cant follow
 
Old 09-29-2005, 03:50 PM   #27
bunnyrage
Member
 
Registered: Sep 2005
Distribution: Fedora Core 2
Posts: 34

Rep: Reputation: 15
this is a general post on virii is it not???

general posting,

doesnt that mean general conversation???

hmmmm...
 
Old 09-29-2005, 03:54 PM   #28
bunnyrage
Member
 
Registered: Sep 2005
Distribution: Fedora Core 2
Posts: 34

Rep: Reputation: 15
one more thing

i was refering to somthing 2 posts previously,
next time i will name the person i am repling to

will that be better??
 
Old 09-29-2005, 04:51 PM   #29
tomj88
Member
 
Registered: Apr 2005
Location: Wolverhampton, England
Distribution: Ubuntu
Posts: 334

Rep: Reputation: 30
One reason why Windows is a good place to find Viruses is because it has so many different folders and places where they can hide. There is the C:\Windows folder which is cluttered. There is the C:\Windows\System32 folder which is beyond a joke, have you ever looked in there? I nearly fainted when looking for a virus in there before. The registry is also a mess. Alot seems to be repeated in the registry, and as someone has already stated, the registry needs to be perfect for Windows to run smoothly.

Where as Linux, I deleted the /var directory the other week (in a fit of stupidity), and my system still carried on running for another 2 days before I got round to reinstalling everything (might have not been the best method, but was the quickest. I also wanted to clean up and not install as much stuff). I would like to see you get away with deleting a major folder in Windows.

Also, I haven't heard of you being able to hide a process like you can in Windows. I have installed a program before, and it has asked me if you want it to be hidden from the task manager and add/remove programs list!

Hopefully, Microsoft have realised their problems in their OS, as they are, apparently, completely rebuilding Windows for their next release, Windows Vista. I read an article where one of the guys from Microsoft (lead developer or something) told Bill Gates that Longhorn wasn't going to work because there was just way to much to implement. If they take the sensible route and make Windows more clean, then Windows Vista might actually be a stable and secure OS. We can only hope though...
 
Old 09-29-2005, 05:04 PM   #30
bunnyrage
Member
 
Registered: Sep 2005
Distribution: Fedora Core 2
Posts: 34

Rep: Reputation: 15
tom88:

windows lets the system name the system files
so they end up being HKJH78as76df8s7.dll

instead of httpd.conf

linux developers actually wanted you to read a file name and know what it does

whodda thunkit
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
does wine make me vulnerable to windows virii? drigz Linux - General 3 08-03-2004 07:29 AM
Linux Virii and defrag ch4s3r Linux - General 13 03-04-2004 09:52 AM
Win Virii in Linux Joey.Dale General 4 02-13-2004 02:20 PM
Another newbie, thanks to SCOX and virii lordshipmayhem LinuxQuestions.org Member Intro 0 09-28-2003 10:40 AM
Linux Virii ???? qwijibow Linux - Newbie 4 06-25-2003 03:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:28 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration