Search:
Type: Posts; User: wrightmf; Keyword(s):
Search:
Search took 0.01 seconds.
-
Well ... here's what I would do.
Start out by being rediculously late. Come in around 9:30 or 10:00 and say "boy, traffic was hell". Sit down at your desk and pretend like you were right on...
-
ACK! Avoid JavaScript if you can. I'm serious ... use php. Look at the site you're on right now. Check out the address bar. See the little ".php" in there? PHP has an entire function class just for...
-
I must say ... if I JUST want to do a portscan, I use nmap. It's quick and easy and gives a good report. Tells me just what I want to know. If I'm doing a full vulnerability report, I use Nessus (god...
-
The following URL gives another great example of configuring a wireless card on RedHat 8.0. They use the pre-installed GUI tools that ship with RedHat 8.0 ... so there's no crazy scripting or...
-
-
-
Got this from a friend some time ago ... works wonders!
IPT="/sbin/iptables"
$IPT -N ICMP
$IPT -A ICMP -p icmp --icmp-type echo-reply -j ACCEPT
$IPT -A ICMP -p icmp --icmp-type...
-
You'll also want to go edit /etc/inittab and where it says:
id:5:initdefault:
change it to
id:3:initdefault:
This will make RedHat boot into terminal mode without starting X. That way,...
-
I don't think this really surprised anyone. MS has really been pushing DirectX lately. I seriously doubt that MS joined the OpenGL team to contribute. More likely, they joined for discovery purposes....
-
Well, first post for me anyway.
I'm a systems architect that wants to begin focusing more on security. I've used Linux almost exclusively for the past 5 years or so and enjoy the open-source...
|
|