Sponsored Content
Full Discussion: Hackers!!!!!
Special Forums UNIX Desktop Questions & Answers Hackers!!!!! Post 25181 by R34P3R on Thursday 25th of July 2002 06:18:23 PM
Old 07-25-2002
Data ..............

Well that kinda helped...do you suggest any books that hackers use so i can try to anticipate what they are gonna do or what not? also...what is a real good firewall?
 

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 04:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy