LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-17-2014, 07:47 AM   #1
J.Doran
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Rep: Reputation: Disabled
What anti-virus/firewall/security software do you need for Linux?


Sorry if the answers to this question are obvious, but I'm very new to Linux, so please don't assume I know anything, whoever basic or commonplace about Linux and it's programs.

What I'm wondering is, what security software should I be running on Linux, please? On Windows I use Avast! Anti-virus, Malwarebytes Anti-malware, and Zone Alarm (a firewall), and all are very good (and free!). What are the equivalents on Linux, please, and what would you recommend?

So far I've tried the live DVD distributions of Mint 15 and Knoppix 7.0 (they are both great, by the way), do these have the (best) security software built in, and if not, how do I install the programs into a Linux distribution? On Windows you just double-click the .exe file, but on Linux I've heard you have to use the command prompt, is that true? And if so, what are the commands, please.

Thanks for any answers.
 
Old 04-17-2014, 09:05 AM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
https://www.linuxquestions.org/quest...5/#post5154327
 
Old 04-17-2014, 09:46 AM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,537

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
Avast has or a Linux version. You might try an online search for 'antivirus for Linux' to get some info on others.

Almost all Linux distributions come with a built-in firewall.

As a new user, Mint would be a better choice than Knoppix. Knoppix was designed to be used as a Live CD and although it can be installed to a hard drive, if you go to their site you will see that they recommend doing that only if you are a 'Linux Expert', their words.

Most of the major Linux distributions have their own repositories from which you download software. This as opposed to going to unknown third party sites which may or may not be what they claim.

Quote:
but on Linux I've heard you have to use the command prompt, is that true?
No.
 
Old 04-17-2014, 12:55 PM   #4
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,671
Blog Entries: 4

Rep: Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945
Also ... remember that the fundamental security principles that apply to Windows also apply to Linux and vice-versa. The most important thing, I think, is to make sure that you maintain "forget-about-it" continuous backups, and that every user of the system adheres to the "principle of least privilege," with strong passwords, meaningful and separate user-roles and so on.

Most security intrusions are pure-and-simply "crimes of opportunity." The computer is out there, running completely butt-naked as far as security is concerned, and all that you (the black-hat guy) have to do is to by random chance find him. You find that you are able to pass easily through his firewall because he treats "the Internet at large" as though it were his own personal network, and because he hasn't thought to secure his router. You find that he doesn't have a password on his (of course, Administrator-level) account. And so on.
 
Old 04-17-2014, 01:43 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
also Knoppix 7.0 is a VERY OLD live cd
that was ONLY!!! distributed in a magazine
and technically not a real Knoppix OS ( unofficial version)

7.1 and the current Knoppix 7.2.0 are

if you are going to use a live OS like knoppix , you really will want to use the CURRENT version

Knoppix 7.2.0
http://www.knopper.net/knoppix-mirrors/index-en.html
( though there is another magazine ONLY version 7.3 )

live cd's do not need any AV software
they only run in the ram of the computer( not installed to the computer) and changes can NOT be made to the cd so no virus can install on the live cd

now the Knoppix 7.2.0 cd "can" be installed , but it is not a good installed os , it is a GREAT live cd ( or usb) .

Quote:
but on Linux I've heard you have to use the command prompt, is that true?
i take it you are to young to have used Windows 1,2,3,3.1, win95 , win98

in XP Microsoft KILLED OFF a very GOOD and GREAT and one of the BEST TOOLS in THE WHOLE WIDE WORLD!!!

##### The Terminal!!!!! ####
( cmd.exe on xp SUCKS BIG TIME )


now Microsoft in windows7 did include a "new" enhanced terminal that mostly adds back in the functions that "Windows for workgroups" had back in the early 90's

" use the terminal Luke , may the terminal be with you "



as to installing software
every major Linux distribution ( distro ) has a package manager
redhat based systems like
rhel
fedora
cent
Scientific linux
use "yum" for the package manager

Debian systems like
Debian
Ubuntu
Mint
use " apt-get"

Opensuse is an "odd ball" as it NORMAL for SUSE
we use " zypper" as a package manager even though it uses RPM's like redhat
 
Old 04-18-2014, 09:57 AM   #6
J.Doran
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for the great advice, everyone.

And yes, I did get Knoppix some time back, on a cover disc (though I downloaded Linux Mint).

Quote:
Originally Posted by John VV View Post
live cd's do not need any AV software
they only run in the ram of the computer( not installed to the computer) and changes can NOT be made to the cd so no virus can install on the live cd
I understand, but I take it Knoppix has a virus killer (for Windows viruses) for when people use it to fix Windows based PCs? I know some people use Linux boot CDs/USB sticks to sort out malware-drenched Windows PCs, so I'd imagine a (good) virus killer would be essential in these circumstances, even though it's detecting and killing viruses aimed at a different OS from the one it's running on (the Linux boot CD/USB stick)?
 
1 members found this post helpful.
Old 04-18-2014, 03:45 PM   #7
chilibowl
Member
 
Registered: Sep 2002
Location: woodstock-kingston ,ny usa
Distribution: Started out w/Redhat 6.0,7.3,then Suse 8.2 , 9.2 ,10.open suse , KNOPPIX 2.73 &5.1 & Puppy
Posts: 164

Rep: Reputation: 15
Hmm -responding to John VV -m who seems to have an ICredible amount of posts!!!!!?????

I still have Knoppix 5.1.1.0 DVD from magazine --- still boots up OK - I did a install of it yesterday ona 160 gb Harddrive --- had no performance issues //// its just that That Knoppix distro is SOOOOO Loaded with apps/programs that I get lost!!!!!! Indecision??!!


Just want to let you know.


regards ,chilibowl
 
Old 04-18-2014, 04:44 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by chilibowl View Post
Hmm -responding to John VV -m who seems to have an ICredible amount of posts!!!!!?????

I still have Knoppix 5.1.1.0 DVD from magazine --- still boots up OK - I did a install of it yesterday ona 160 gb Harddrive --- had no performance issues //// its just that That Knoppix distro is SOOOOO Loaded with apps/programs that I get lost!!!!!! Indecision??!!


Just want to let you know.


regards ,chilibowl
Knoppix 5.1.1 was released in 2007, which means that you now have 7 years of unfixed security holes on that machine. I strongly recommend to never connect that machine to the Internet.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Security in OpenSuse: anti-virus and firewall configuration Lead Expression Linux - Newbie 5 01-05-2007 05:12 AM
Boot virus or Anti-Virus? AVG Free Anti-Virus Software problems SparceMatrix Linux - Security 9 08-02-2004 02:35 PM
Internet security - firewall & anti virus bobirt Linux - Security 2 12-20-2001 08:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:31 PM.

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