LITTLEBLACKDOG.COM Forum Index LITTLEBLACKDOG.COM

 
LWD LWD   FAQ FAQ   Memberlist Memberlist   Usergroups Usergroups   Active Topics Active Topics   Register Register  
  Profile Profile   Log in to check your private messages Log in to check your private messages   Log in Log in  
  Who is Online Who is Online   Image Gallery Image Gallery   Chat Chat   Search Search  
  LWDGear       LBDGear  

View next topic
View previous topic
Post new topic     Reply to topic   LITTLEBLACKDOG.COM Forum Index -> Operating Systems » OS - Linux
Author Message
squito
Moderator
Moderator


Joined: 05 Dec 2000
Posts: 5941
Location: USA

Post Posted: Tue Oct 02, 2001 10:03 am   Post subject: Reply with quote Back to top  

Are there any simple Linux security tutorials out there ... the little I know revolves around ZoneAlarm and that other OS ... just want to surf, check e-mail, and game like I'm used to in that other OS ... for now ...


September 11, 2001

Edited by - squito on 10/03/2001 00:55:06

_________________
Answers for Atheists and Agnostics
View user's profile Send private message Send e-mail
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Tue Oct 02, 2001 10:58 am   Post subject: Reply with quote Back to top  

Bastille on mandrake(and maybe on redhat too)

it is an hardening script. You call it as root with
#InteractiveBastille

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
squito
Moderator
Moderator


Joined: 05 Dec 2000
Posts: 5941
Location: USA

Post Posted: Tue Oct 02, 2001 8:54 pm   Post subject: Reply with quote Back to top  

Quote:
Bastille on mandrake(and maybe on redhat too)

it is an hardening script. You call it as root with
#InteractiveBastille
Thank's csign ... don't recall installing it (Mandrake 8.1) ... will check it out ...


September 11, 2001

_________________
Answers for Atheists and Agnostics
View user's profile Send private message Send e-mail
squito
Moderator
Moderator


Joined: 05 Dec 2000
Posts: 5941
Location: USA

Post Posted: Tue Oct 02, 2001 10:42 pm   Post subject: Reply with quote Back to top  

I gave the Firewalling in the Mandrake Control Center a go ... it installed the packages it needed (Bastille this and that) ... configured (not running any servers) and saved it ... I'm secure now (seems too easy) ... Question Question Confused:


September 11, 2001

_________________
Answers for Atheists and Agnostics
View user's profile Send private message Send e-mail
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Wed Oct 03, 2001 7:55 am   Post subject: Reply with quote Back to top  

Security is more a state of mind than anything else. So do as little as root as possible, don't run any services you don't need(drakxservices or ls /etc/rc5.d/S*), check what you install(where did you get it from and with rpm's did you checksum them),

and as user don't click on everything(although on *nix this is not as defestating as on windows)

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
squito
Moderator
Moderator


Joined: 05 Dec 2000
Posts: 5941
Location: USA

Post Posted: Wed Oct 03, 2001 9:42 am   Post subject: Reply with quote Back to top  

Quote:
Security is more a state of mind than anything else. So do as little as root as possible, don't run any services you don't need(drakxservices or ls /etc/rc5.d/S*), check what you install(where did you get it from and with rpm's did you checksum them),

and as user don't click on everything(although on *nix this is not as defestating as on windows)
... only root when need arises ... checksums good ... will check running services ... thank you for your time ...


September 11, 2001

_________________
Answers for Atheists and Agnostics
View user's profile Send private message Send e-mail
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Wed Oct 03, 2001 10:03 am   Post subject: Reply with quote Back to top  

And something important i forgot. keep up with the security updates. That means running Mandrake Update ones a day/week.

Mandrakesoft has also an mail-alert list

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
squito
Moderator
Moderator


Joined: 05 Dec 2000
Posts: 5941
Location: USA

Post Posted: Wed Oct 03, 2001 8:22 pm   Post subject: Reply with quote Back to top  

I'm pretty good with the security updates ... didn't know about that mail-alert list though ... that would save me some surfin'time ... [Very Happy]


September 11, 2001

_________________
Answers for Atheists and Agnostics
View user's profile Send private message Send e-mail
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Thu Oct 04, 2001 9:03 am   Post subject: Reply with quote Back to top  

Quote:

I'm pretty good with the security updates ... didn't know about that mail-alert list though ... that would save me some surfin'time ... [Very Happy]


September 11, 2001

You don't have to surf, just run MandrakeUpdate and it will ask for an ftp site where it should get the updates from. After that every time you will start MandrakeUpdate it will look at that ftp site and if it finds update it will let you know and ask you if you want to download them. If you say yes than it will get them, check there checksum if they are really from Mandrakesoft and install them.
The only problem is kernel, That is advised to be done by hand because a borged kernel is something really nasty.
In that case download the rpm, do rpm --checksig kernel-2.4.***rpm and than install it with rpm -ivh kernel-2.4.***rpm.(MandrakeUpdate does an rpm -Uvh, that will throw the old kernel away)

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
squito
Moderator
Moderator


Joined: 05 Dec 2000
Posts: 5941
Location: USA

Post Posted: Thu Oct 04, 2001 10:04 am   Post subject: Reply with quote Back to top  

Quote:
You don't have to surf, just run MandrakeUpdate and it will ask for an ftp site where it should get the updates from. After that every time you will start MandrakeUpdate it will look at that ftp site and if it finds update it will let you know and ask you if you want to download them. If you say yes than it will get them, check there checksum if they are really from Mandrakesoft and install them.
The only problem is kernel, That is advised to be done by hand because a borged kernel is something really nasty.
In that case download the rpm, do rpm --checksig kernel-2.4.***rpm and than install it with rpm -ivh kernel-2.4.***rpm.(MandrakeUpdate does an rpm -Uvh, that will throw the old kernel away)
... won't be doing anything 'till our cable is back up ... will check this out ... never got MandrakeUpdate to work well in 7.2 or 8.0 ... things are better in 8.1 ... Confused:


September 11, 2001

_________________
Answers for Atheists and Agnostics
View user's profile Send private message Send e-mail
Neuralfx
Toilet Drinker
Toilet Drinker


Joined: 31 Jan 2001
Posts: 209
Location: USA

Post Posted: Sat Oct 06, 2001 7:33 am   Post subject: Reply with quote Back to top  

the Linux System Admin HOWTO, has lots of useful info on security, and jus regular usage, check it out at http://www.linuxdoc.org , or a number of other places, good luck ..
-neural
View user's profile Send private message Send e-mail
squito
Moderator
Moderator


Joined: 05 Dec 2000
Posts: 5941
Location: USA

Post Posted: Sat Oct 06, 2001 11:25 am   Post subject: Reply with quote Back to top  

Quote:
the Linux System Admin HOWTO, has lots of useful info on security, and jus regular usage, check it out at http://www.linuxdoc.org , or a number of other places, good luck ..
-neural
Thanks neural ... guess I should of went there first (d'oh) ... those how-to's are great ... already figured out how-to enable my identity (so I can get into the chatroom) ... wBig SmileBig Smilef !!!


September 11, 2001

_________________
Answers for Atheists and Agnostics
View user's profile Send private message Send e-mail
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Sat Oct 06, 2001 1:29 pm   Post subject: Reply with quote Back to top  

The howto-html-rpm should contain them(reasonable uptodate)

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
Dave
Toilet Drinker
Toilet Drinker


Joined: 23 Sep 2001
Posts: 170
Location: Canada

Post Posted: Sat Oct 06, 2001 2:20 pm   Post subject: Reply with quote Back to top  

security??
I connect through a hardware firewall.Also I'm under the impression nothing gets done till there is a userid and pass entered. Am I wrong, or wide open?
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Sat Oct 06, 2001 4:12 pm   Post subject: Reply with quote Back to top  

A firewall is as secure as what it allows tru. It is the most secure if it doesn't let pass anything but than it would be cheaper to just cut the connection. But with security it is often wise to have safety build in. So in this case you should set your machine so up that it wouldn't need a firewall and than add the firewall as backup

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic     Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
phpBB SEO
All times are GMT - 8 Hours

Help us keep advertisements off this site. Donate today!