Sn00zE
Senior Member
Anyone got a Linux home server setup? Im looking at building my own and are busy playing around with some setups.. Anyone got tips and tricks for such a setup?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
For a firewall, I would suggest Smoothwall Express v3. I have 6 at various client sites.
NOTICE:
THIS IS NOT A RANT, I HAVE MY WHITE FLAG UP ALL THIS TIME. This just a friendly observation of something that has bothering me for a while now.
I know I'm going to stick my head into a bee's nest here, by why are people so afraid to just learn Linux?
We learn Ubuntu, Fedora, Gentoo and whatnot, but not Linux. How is that possible you ask?
Now I'm installing Smoothwall, a whole new distro just to do what a few strands of input form a console would have done via IPTables.
Just see what this has done? I have been using various flavours of Linux since 1998 I think it was, and have used nothing but Linux on by own PC's since 2002/3, but here we are, I cannot help on an Ubuntu installation, it is Ubuntu, not "Linux", they have added their own flair and taste to Linux.
Nothing wrong with that, choice is the driving factor of Linux, but put the same Ubuntu user on Slackware?
He did not learn Linux, he learnt Ubuntu, if you catch my drift.
Same with the rest, I'm searching for a GUI to do what a few keystrokes in a terminal would accomplish in double quick time. Most of the time it is the GUI that fails us, not the application, that will remain rock solid.
For me a server should not have X, just command line, cuts down on resources and is very, very responsive and fast. You cut down on hardware, no keyboard, mouse, monitor needed, only a nic or KVM switch for the initial installation.
There is NOTHING you can do with a GUI that CLi can't do 10 times better and faster.
I'm not shouting from a soap box here, I'm just trying to motivate you people to really try and get your hands dirty. Have some fun!
See what is the bare minimum that you can get away with on server, in the past I got my server under 200MB.
I no longer use home servers as I do not have a use for them, but experiment people, use Linux, get to the roots, the "grease in your nails" attitude! Where possible use CLi and toss out the GUI so that you can learn yourself Linux!
The old "hackers" of Linux is a dying breed, the ones who could whip out a terminal and make your head spin in so many directions you needed a GPS while sitting still. Yea I know I'm moving on in years, and we tend to get nostalgic, but man those were the days...
![]()
Because we are all inherently lazy and want to do things the easy way...
Right on.
A GUI is so much easier, just point and click.
If something borks, then it's the SSH session![]()
NOTICE:
THIS IS NOT A RANT, I HAVE MY WHITE FLAG UP ALL THIS TIME. This just a friendly observation of something that has bothering me for a while now.
I know I'm going to stick my head into a bee's nest here, by why are people so afraid to just learn Linux?
....
Same with the rest, I'm searching for a GUI to do what a few keystrokes in a terminal would accomplish in double quick time. Most of the time it is the GUI that fails us, not the application, that will remain rock solid.
For me a server should not have X, just command line, cuts down on resources and is very, very responsive and fast. You cut down on hardware, no keyboard, mouse, monitor needed, only a nic or KVM switch for the initial installation.
There is NOTHING you can do with a GUI that CLi can't do 10 times better and faster.
I'm not shouting from a soap box here, I'm just trying to motivate you people to really try and get your hands dirty. Have some fun!
See what is the bare minimum that you can get away with on server, in the past I got my server under 200MB.
I no longer use home servers as I do not have a use for them, but experiment people, use Linux, get to the roots, the "grease in your nails" attitude! Where possible use CLi and toss out the GUI so that you can learn yourself Linux!
The old "hackers" of Linux is a dying breed, the ones who could whip out a terminal and make your head spin in so many directions you needed a GPS while sitting still. Yea I know I'm moving on in years, and we tend to get nostalgic, but man those were the days...
![]()
Off topic, I know, but a discussion that is long overdue.Dude, did you type this whole rant just using CLi?
Sigh, I know... but staying up all night to fight with a Linux problem and then finally getting it to work, my oh my, the sense of victory that you and a select few were able to solve your particular problem! What a mind job!Because we are all inherently lazy and want to do things the easy way...
@ dark - even a raid5 can fail (yes, even with one failed drive)
Luckily that should never happen
If you're lucky you should be able to get it up and running without any fuss, if not, then there'll be the tried and trusty backup (you do make backups, don't you?)
Linky - RAID5 - Striped set with distributed parity or interleave parity. Distributed parity requires all drives but one to be present to operate; drive failure requires replacement, but the array is not destroyed by a single drive failure. Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. The array will have data loss in the event of a second drive failure and is vulnerable until the data that was on the failed drive is rebuilt onto a replacement drive.