Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Beginner server applications for *nix Post 303014780 by Huitzilopochtli on Tuesday 20th of March 2018 08:15:49 PM
Old 03-20-2018
Beginner server applications for *nix

I'm trying to get into the world of home file servers (or an NAS, I'm not really sure what the difference is) and there's a lot of information on how to start. There are a few things that I would like to see, get a feel for, and hear other peoples' opinions on.

What are some of the best applications for this type of activity??

I hear a lot about Samba, but one of the things that I'm hoping to eventually find is something that actually is not compatible with Windows. Security is a need, and since I own no Windows computers, I do not need someone else "stumbling in". My line of thinking may not be entirely correct or warranted because this is not a topic that I'm familiar with whatsoever, so please try and bear with me.

Another big thing for me is something that can handle a relatively large amount of data. Since the smallest HDD I have that's being used is 1 terabyte and I have over 700GB of data, being able to move large amounts of data is pretty important to me.

Another thing that is important is obviously the ability to access this data from a non local network. So if I have a file server at home, but need to access certain files from a separate computer in a different city, that this is possible but remains secure, in a manner that only the person/people that I deem fit can have access to this.

Any information or general thoughts and ideas regarding anything on starting a home file server would be appreciated, including past experiences and do's and don'ts.

Last edited by Huitzilopochtli; 03-20-2018 at 09:21 PM..
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

NIX master in 30 days?

HI there I would like to become a UNIX god in...oh lets say a month. Basically im a windows expert (stop laughing) and I want one of them high paying IT jobs that always require knowledge of some flavour of UNIX. The last NIX that I tried was Redhat 7. I loved it!!!! But didn't have anything to... (18 Replies)
Discussion started by: TINO
18 Replies

2. What is on Your Mind?

*nix Desktops

Yeah, we all know where to find screenshots of Unix and Linux, but it would be awesome to see some of your *nix screenshots. Okay.. to explain: This is my KDE desktop on Yellow Dog Linux. I changed the background recently to a Commodore 64 theme (pretty cool) and no longer is the Konstruct Konsole... (25 Replies)
Discussion started by: gnerd
25 Replies

3. UNIX for Dummies Questions & Answers

Looking for something like Citrix for *nix

Hi, I don't mean the client.... I mean the server - I have the client to connect to a windows citrix server already. The next best thing I can use at present is VNC (I only want remote desktop, not application sharing specifically). The thing with VNC is that when you go on you are... (3 Replies)
Discussion started by: d11wtq
3 Replies

4. UNIX for Advanced & Expert Users

executing applications/commands on a unix server from a windows PC

i have a network drive (samba) mounted on to my PC and also i have SSH client on my machine. however i need to run applications/commands on a unix server from the middle of a different executable(windows compatable one). so i need to connect to the unix server from SSH through the... (1 Reply)
Discussion started by: megastar
1 Replies

5. AIX

How can invoke applications on Windows machine from AIX server

Hi folks, Before I start explaning my problem let me tell you I am new to Unix environment. I am working on a application. It was developed in java (on Windows machine). But application for production will be deployed on AIX machine. One of my requirement is I need to invoke QTP scripts and... (3 Replies)
Discussion started by: sachinrt
3 Replies

6. UNIX for Advanced & Expert Users

Which is the most secure *nix?

Which is the most secure *nix for home business/ office use? Would have to be fairly well up to date browser and drivers wise. Myself I seem to have settled on RedHat - I've trialled the Desktop, and am part-way through a server trial. I've essentially not managed to keep the browser as secure... (2 Replies)
Discussion started by: GSO
2 Replies
bup-server(1)						      General Commands Manual						     bup-server(1)

NAME
bup-server - the server side of the bup client-server relationship SYNOPSIS
bup server DESCRIPTION
bup server is the server side of a remote bup session. If you use bup-split(1) or bup-save(1) with the -r option, they will ssh to the remote server and run bup server to receive the transmitted objects. There is normally no reason to run bup server yourself. MODES
smart In this mode, the server checks each incoming object against the idx files in its repository. If any object already exists, it tells the client about the idx file it was found in, allowing the client to download that idx and avoid sending duplicate data. This is bup-server's default mode. dumb In this mode, the server will not check its local index before writing an object. To avoid writing duplicate objects, the server will tell the client to download all of its .idx files at the start of the session. This mode is useful on low powered server hard- ware (ie router/slow NAS). FILES
$BUP_DIR/bup-dumb-server Activate dumb server mode, as discussed above. This file is not created by default in new repositories. SEE ALSO
bup-save(1), bup-split(1) BUP
Part of the bup(1) suite. AUTHORS
Avery Pennarun <apenwarr@gmail.com>. Bup unknown- bup-server(1)
All times are GMT -4. The time now is 06:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy