Sponsored Content
Full Discussion: Hackers!!!!!
Special Forums UNIX Desktop Questions & Answers Hackers!!!!! Post 25185 by merlin on Thursday 25th of July 2002 07:42:19 PM
Old 07-25-2002
Why so worried? Just a home system? No real need to have it air tight really. Work system? Well different story then.

As RTM said do a search on google or another search engine. Go to the distro's website and read up there. Try www.linuxtoday.com they have some ok stuff.

Look you'll never make a system that is on the net or has access to the outside world 100% safe. If someone wants in on a system they will get in on a system if they want it bad enough and know what they are doing.

There are no books that hackers use and learn from on how to hack. Yeah sure books are used, but no one book that will teach you how to become a hacker. Books can help on teaching you how to become a hacker? Well here's a few types of books I would read if I were to learn;
C++
Programming of all sorts (Perl, CGI, C, C++ and so on) whateva I needed to know.
Security books
O/S book , like Solaris books if I wanted to hack Solaris,
Expliot text found on the net about O/S's
Hacking books like hacking exposed they can be ok to get a few idea's from

The list goes on and on. Man hacking isn't something youn learn over night. Takes years to become a pro. Ok you want to stop them, but to stop them you have to think like a hacker. Man it takes practise and lots of it. Playing around with systems, courses, teaching yourself and so on. There's alot that you put into to become a hacker.
And you want to stop hackers? Well you got to be at least one step ahead of a hacker at all times to stop them.

Look if it's just for a basic home system don't bother to much about it, unless you want to learn. Me personally, I run a simple firewall at home (Zone alarm) and don't bother. Ok systems on 24/7 but I got nothing much I don't mind loosing on there. It's only a home system.
As for work different story man. I can't access net from desk computer only certain computers. The network I work on has no access to the out side world the only way to stuff it is to be on that network.
merlin
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Paranoid about hackers

Hi all I noted something strange on my server. The get mesages on my terminal even when I am not logged on. What does this mean? I don;t remember the excact message but it looked like messages from my /var/log/messages. "Can't locate mod probe!" or something like that. I am trying to get the... (4 Replies)
Discussion started by: skotapal
4 Replies

2. UNIX for Advanced & Expert Users

any hackers? i need someones help

to get into an telephone account online :confused: (4 Replies)
Discussion started by: jackie8
4 Replies

3. Cybersecurity

on how to protect your website against hackers

Hi! Looking for some feed back on this tutorial... Thank you for checking out this thread. I'm working on some killer videos right now that will explain in detail how you can protect your website against hackers. The first part of the video series is live right now and it covers Cross-Site... (2 Replies)
Discussion started by: Arne1983
2 Replies
CHEATMAKE(1)							  [FIXME: manual]						      CHEATMAKE(1)

NAME
cheatmake - fool make into not rebuilding certain files SYNOPSIS
cheatmake [hidechangefile] [show] [whyfile] DESCRIPTION
cheatmake is used to save time when recompiling. It can fool make into skipping files that haven't changed in a meaningful way. This can be used for instance when you change a comment in a file but none of the actual code. This utility is part of the KDE Software Development Kit. OPTIONS
hidechange file Hides the fact that file was changed by setting the timestamp into the past. Use with care! show Lists what files make currently needs to rebuild why file Explains why make must rebuild file ENVIRONMENT
One of the following variables (but not both) should be set if the source directory is different from the build directory. If the build directory is simply a subdirectory of the source directory, the simpler variable OBJ_SUBDIR should be used. OBJ_SUBJDIR Indicates that the build directory is in the given subdirectory of the source directory. For instance, if the source directory is kdesdk and the build directory is kdesdk/obj-i386-linux, then OBJ_SUBDIR should be set to obj-i386-linux. OBJ_REPLACEMENT A sed expression that is used to transform the source directory into the build directory. For instance, if the source directory is kdesdk/obj-i386-linux, then OBJ_REPLACEMENT should be set to s#kdesdk#kdesdk-obj#. SEE ALSO
make(1) AUTHORS
cheatmake was written by David Faure<faure@kde.org>. This manual page was prepared by Ben Burton<bab@debian.org> for the Debian GNU/Linux(R) system (but may be used by others). [FIXME: source] March 8, 2003 CHEATMAKE(1)
All times are GMT -4. The time now is 01:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy