Security Question
What do I do?
Tweet
#1
Posted 31 March 2005 - 05:18 PM
My question is what about security when running Linux?
I wouldn't dream of running under Windows XPpro without a firewall and a GOOD AV program running. What about when running Linux? Do you need these programs running and if so, could you please reccomend some that I should use?
I am just about ready to download some distros and give them a try.....
Gee..will this be like trying to learn DOS was so many years ago??
Thanks for any help you might be willing to offer.
Jim
#2
Posted 01 April 2005 - 12:00 AM
Most popular distros come witha fire wall built in. You will just need to enable it.
#3
Posted 01 April 2005 - 06:29 AM
Quote
hmmmm, I can't relate to that comparison, as I never learned DOS...Since most window managers (kde, gnome, etc. etc. ) act somewhat like Windows you'll be relatively comfortable doing things in a graphical environment just like in Windows but command line is really where the power is at in linux...so to answer the question....No, it won't be like learning DOS, it'll be like learning linux command line...meaning BETTER...lol
#4
Posted 01 April 2005 - 03:36 PM
This sets my mind to rest.
Onwards!!!
#5
Posted 04 April 2005 - 10:27 PM
jimras, on Apr 1 2005, 01:36 PM, said:
This sets my mind to rest.
Onwards!!!
Good luck with it:-) Just make sure as shanenin said that you enable your firewall when you install your distro. Without a firewall enabled you can be hacked in Linux.
#6
Posted 05 April 2005 - 07:07 AM
So, if you wanted to automate the process of getting email to your local server before you even see the main screen it should be simple enough task, try doing that with windows....
Some basic linux commands for your command line interface,
cd : change directory (same as dos)
ls : list directory (dos dir)
ps ux : list all processes of your logged in user
su - : change to root
passwd : change password
bash/csh/tsh.. : change shell
vi / pico : text editors
kill : kill a pidnumber from ps ux
kill -9 : force kill a process pid number
top : a bit like windows task manager
Pierce
#7
Posted 05 April 2005 - 07:45 AM
Pierce, on Apr 5 2005, 04:07 AM, said:
Indeed. One line in your crontab.
This post has been edited by jcl: 05 April 2005 - 08:19 AM
#8
Posted 05 April 2005 - 05:05 PM
Pierce, on Apr 5 2005, 12:07 PM, said:
So, if you wanted to automate the process of getting email to your local server before you even see the main screen it should be simple enough task, try doing that with windows....
Some basic linux commands for your command line interface,
cd : change directory (same as dos)
ls : list directory (dos dir)
ps ux : list all processes of your logged in user
su - : change to root
passwd : change password
bash/csh/tsh.. : change shell
vi / pico : text editors
kill : kill a pidnumber from ps ux
kill -9 : force kill a process pid number
top : a bit like windows task manager
Pierce
you for got pkill to kill a process by name
and add -HUP to p/kill it will kill and restart the process with the saem pid so other programs will not know it died..
#9
Posted 05 April 2005 - 08:34 PM
iccaros, on Apr 5 2005, 02:05 PM, said:
Huh. Never noticed pkill on Linux before; I always use killall. Vaguely remember using it on Solaris though.
Quote
SIGHUP terminates the target process by default. The process has to install an appropriate signal handler to get the reload/restart behavior.
This post has been edited by jcl: 05 April 2005 - 08:34 PM
#10
Posted 06 April 2005 - 11:12 AM
iccaros, on Apr 5 2005, 10:05 PM, said:
I have always used killall to kill a process by name.
edit added later/
jcl, darn you beat me by 8 hours

Sign In »
Register Now!
Help


Back to top
MultiQuote