Jump to content

I'm looking for a REALLY SIMPLE Linux Server Distro to work as a File Server.  Something lightweight, fast, and not resource heavy...

 

I'm not a linux person myself, but need something with a free license. 

 

Can anyone suggest something...

I remember on one of LTT's video's they say something about which distro they were using, but I can't remember which it is...

Does anyone know what linux distro's LTT is using?

 

 

Thanks

James

Link to comment
https://linustechtips.com/topic/1024363-linux-server-distros-which-one/
Share on other sites

Link to post
Share on other sites

CentOS is my go to.

Quote

"Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." - Douglas Adams

System: R9-5950x, ASUS X570-Pro, Nvidia Geforce RTX 2070s. 32GB DDR4 @ 3200mhz.

Link to post
Share on other sites

On 1/22/2019 at 12:24 PM, King Poet said:

https://www.turnkeylinux.org/ has some pretty simple images that take very little to get going. 

i though that said turkeylinux... like is it linux but with everything saying "you faking sure you wannna do that? i might destroy your system!!!!!"

anyways, ubuntu server is a great starting point, becuse well

a. it's ubuntu, it's hard not to find help with it...

b. you can install samba from the install screen to help speed up the deployment time

c. it's ubuntu, it'll fucken run on anything...

*Insert Witty Signature here*

System Config: https://au.pcpartpicker.com/list/Tncs9N

 

Link to post
Share on other sites

10 minutes ago, Salv8 (sam) said:

i though that said turkeylinux... like is it linux but with everything saying "you faking sure you wannna do that? i might destroy your system!!!!!"

anyways, ubuntu server is a great starting point, becuse well

a. it's ubuntu, it's hard not to find help with it...

b. you can install samba from the install screen to help speed up the deployment time

c. it's ubuntu, it'll fucken run on anything...

When I first looked at it, I thought It said Turkeylinux too.. lol
Like it was a Thanksgiving Distro or something. lol

Link to post
Share on other sites

If you've got an hour or two, setting up an Ubuntu server image with SSH access and then setting up an SSH key or two is pretty easy. I've got an old laptop running Ubuntu for a Minecraft server pulling double-duty as an SSH server with an external hard drive attached.

Link to post
Share on other sites

On 1/22/2019 at 3:22 AM, JamesTheGreat said:

I'm looking for a REALLY SIMPLE Linux Server Distro to work as a File Server.  Something lightweight, fast, and not resource heavy...

 

I'm not a linux person myself, but need something with a free license. 

 

Can anyone suggest something...

I remember on one of LTT's video's they say something about which distro they were using, but I can't remember which it is...

Does anyone know what linux distro's LTT is using?

 

 

Thanks

 James

All you really need for this is a linux installation with vsftpd or ssh. There is no "hard" configurations on what you want to acheive. It really depends how far you want to take it. You could use nextcloud or owncloud. However this would be harder to get up and running without some knowledge at all. FTP or SSH server is like single line §apt get install vsftpd or §apt get install openssh-server

 

This will be the same command for all debian based systems.

Link to post
Share on other sites

There are a lot of linux distros that are good. Centos, Debian, Ubuntu are a few which are mostly used as a server os. If you want to setup your own you can use ubuntu server with samba since you will find a lot of help, easy to use  and is based on Debian. If you want a ready os you can use openmediavault which is based on Debian too.

Link to post
Share on other sites

On 1/22/2019 at 3:22 AM, JamesTheGreat said:

I'm looking for a REALLY SIMPLE Linux Server Distro to work as a File Server.  Something lightweight, fast, and not resource heavy...

 

I'm not a linux person myself, but need something with a free license. 

 

Can anyone suggest something...

I remember on one of LTT's video's they say something about which distro they were using, but I can't remember which it is...

Does anyone know what linux distro's LTT is using?

 

 

Thanks

James

I came across a distro called nethserver lately. It's based on CentOS but made to be simple for starters. Wouldn't say it is for everyone. But perhaps it is something for you.

Link to post
Share on other sites

If you're not dead set on linux, NAS4Free is FreeBSD based and has a Web GUI to manage it. You could have it running with less than 4gb of RAM honestly (you could do less, but for SMB's sake I'd try 2-4gb). I would recommend FreeNAS however there's more to it then plug and play that you need to be aware of.

 

If you are dead set on linux, then Ubuntu Server will happily run SSH + SMB + MDADM under 2gb (you don't even need MDADM if you're going to use hardware raid). There are several hundreds of guides and even youtube videos taking out any guess work. You could literally copy/paste your way through the entire process.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×