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
desktop_color_depth(3alleg4)					  Allegro manual				      desktop_color_depth(3alleg4)

NAME
desktop_color_depth - Finds out the desktop color depth. Allegro game programming library. SYNOPSIS
#include <allegro.h> int desktop_color_depth(); DESCRIPTION
Finds out the currently selected desktop color depth. You can use this information to make your program use the same color depth as the desktop, which will likely make it run faster because the graphic driver won't be doing unnecessary color conversions behind your back. Under some OSes, switching to a full screen graphics mode may automatically change the desktop color depth. You have, therefore, to call this function before setting any graphics mode in order to retrieve the real desktop color depth. Example: allegro_init(); ... if ((depth = desktop_color_depth()) != 0) { set_color_depth(depth); } RETURN VALUE
Returns the color depth or zero on platforms where this information is not available or does not apply. SEE ALSO
get_desktop_resolution(3alleg4), set_color_depth(3alleg4), set_gfx_mode(3alleg4) Allegro version 4.4.2 desktop_color_depth(3alleg4)
All times are GMT -4. The time now is 09:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy