Slackware 12 on XFS
Posted: Fri Aug 03, 2007 3:58 am
Hey guys!
To be honest I'm pretty novice with all things *nix but I just had a mate come over and migrate my old xp box to a slackware 12 ssh/apache/ftp/samba server upstairs.
He recommended your suite but we had to roll back the kernel one or two notches so it would actually compile, we did so on (High) security setting and on boot it wouldn't go past a certain stage, something about excess commands and wait 5 minutes (to which there was no recover).
We we had to recompile and it worked on medium setting, my question is, what features have I lost for dropping to medium?
Is medium setting still secure? (or moreso )?
The reason security matters so much to me is I have a static IP which is bound to my dns for gaming purposes, so even on something like logging in to irc, everyone see's it and has a shot at shh and sometimes soon someone is going to get lucky.
Not only that, I also run a ventrilo server.
I noticed running a forkbomb using ){ :|:& };: did not work at first, so I made the following typical scenario in C :
#include <unistd.h>
int main()
{
while(1)
fork();
}
and saved it/ran it and it worked,
however, it would not consume more then around %20 of my cpu, was that your doing?
Or is something in slackware 12 that I'm unaware off auto-limiting the cpu/memory usage?
To be honest I'm pretty novice with all things *nix but I just had a mate come over and migrate my old xp box to a slackware 12 ssh/apache/ftp/samba server upstairs.
He recommended your suite but we had to roll back the kernel one or two notches so it would actually compile, we did so on (High) security setting and on boot it wouldn't go past a certain stage, something about excess commands and wait 5 minutes (to which there was no recover).
We we had to recompile and it worked on medium setting, my question is, what features have I lost for dropping to medium?
Is medium setting still secure? (or moreso )?
The reason security matters so much to me is I have a static IP which is bound to my dns for gaming purposes, so even on something like logging in to irc, everyone see's it and has a shot at shh and sometimes soon someone is going to get lucky.
Not only that, I also run a ventrilo server.
I noticed running a forkbomb using ){ :|:& };: did not work at first, so I made the following typical scenario in C :
#include <unistd.h>
int main()
{
while(1)
fork();
}
and saved it/ran it and it worked,
however, it would not consume more then around %20 of my cpu, was that your doing?
Or is something in slackware 12 that I'm unaware off auto-limiting the cpu/memory usage?