Had this idea for years, any help at all would be greatly appreciated!


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Had this idea for years, any help at all would be greatly appreciated!
# 1  
Old 01-26-2012
Had this idea for years, any help at all would be greatly appreciated!

Hello everyone,

For a while now ive been wanting to create a way for me to access my home pc and have it perform remote tasks (Namely file downloading, archiving, torrenting) without needing to keep the PC continuously powered.

Having seen the power of Linux and ssh at the hands of associates, I would like to be able to securely and discretely control my main PC with the goal of being able to seamlessly transfer files to any remote location.

My idea so far is to take an external hard drive of mine (with over 100+ gigs to play with) and partition off say 1/3 of it for a kernel. With that I want to be able to remotely: Power on my PC. Control the computer's downloads and file sharing. Easily swap files back and forth between my laptop.

Furthermore I would like to link up with the linux kernel on the Home PC and create a sort of private-ssh based vpn if such a thing is possible.
I'm not really thinking of a constant, server type thing, just the ability to easily download and then transfer files remotely time to time.

So far Ive downloaded more books than I can count about a dozen different possible topics trying to get a grasp on all this....

As far as questions are concerned, mine are legion.
-What would be the best Linux OS to choose for this? im looking for something small and discrete that can work on a laptop
-How should I go about installing and configuring the necessary software?
-Is ssh the answer to the kind of file transference im talking about?
-Would a custom Unix kernel be the best bet? Or a Unix anything?
-In terms of subject areas, what should I start reading about?


Sorry if this is a bit lengthy, thanks in advance to anyone who put up with my lack of knowledge and read everything

ill gladly clarify anything Smilie sry if this is the wrong forum section
cheers! Smilie
# 2  
Old 01-26-2012
Wake on LAN (this should be supported by your BIOS i belive)
For the sake of argument, the client is your laptop, while the server is your PC.

As for connecting to your server have various options :
ssh with rsync
sshfs (avalible on linux platform)
Open VPN server
SFTP with SSL certificate and private / public key.

Hope that helps.
Regards
Peasant.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need help on unix scripting. I am at hello world level. Your help would be greatly appreciated.

Need to automate the following steps (OS--> AIX ) 1. cd /advx/R8.1MR2/TOP/logs ( I navigate to this directory) 2. Monitor the current date ULOG for specific error pattern => ls -lrt ULOG.08* -rw-rw-rw- 1 vssrt vssgrp 24370 Aug 01 23:57 ULOG.080112 -rw-rw-rw- 1 vssrt vssgrp ... (6 Replies)
Discussion started by: krchakr
6 Replies

2. Homework & Coursework Questions

Help would be appreciated

If anyone could possibly help me to do this following question? Print a long listing of the files in the login directory for a specific month. The user is prompted to enter the first 3 letters of a month name, starting with a capital, and the program will display a long list of all files that... (1 Reply)
Discussion started by: Zunifx
1 Replies

3. Shell Programming and Scripting

Stats do not match, can't work out why this is happening. Any help appreciated

Hi, Ive got a problem that I cant work out why is happening, any help appreciated: Useng gawk to create statistics (stats.txt) from a huge csv file (output.txt) Small sample attached. FYI: The contents of the csv file are from a datalogger counting rare bats exiting a bat roost. Each... (10 Replies)
Discussion started by: cmp260
10 Replies

4. Shell Programming and Scripting

sed command not quite working yet, if anyone can help appreciated

Hi gang, I am trying to create some batch commands for many html pages I need to re-format. I am trying the number 2b in this example to wrap anchor tags around the number that will be referenced in the footnotes. I am trying to use the h/H hold command, but I have never tried using it... (2 Replies)
Discussion started by: naphelge
2 Replies

5. UNIX for Dummies Questions & Answers

Unix Command to separate this years files and last years?

Hello - I have a folder that contains files from 2003 till 2010. I am trying to figure out a command that would seperate each years file and show me a count? Even if i can find a command that would give me year by year count, thats good enough too. Thanks (8 Replies)
Discussion started by: DallasT
8 Replies

6. Shell Programming and Scripting

Limitations of awk? Good idea? Bad idea?

Keeping in mind that I'm relatively comfortable with programming in general but very new to unix and korn/bourne shell scripts.. I'm using awk on a CSV file, and then performing calculations and operations on specific fields within specific records. The CSV file I'm working with has about 600... (2 Replies)
Discussion started by: yongho
2 Replies
Login or Register to Ask a Question