Install Linux on remote server from Windows PC


 
Thread Tools Search this Thread
Operating Systems Linux Install Linux on remote server from Windows PC
# 8  
Old 08-18-2009
Since you're just starting out with Linux, I'd suggest you start with a local server. That way you can try different things, even possibly fatal commands, and still easily reset the server. If you setup a remote machine and break it, without remote administration you'll have to call the remote sites administration staff and ask them to reset the server, which usually costs extra.

Also, servers usually aren't connected with a modem, but a run-of-the-mill NIC, connected to the Hosting Service Providers network.
# 9  
Old 08-18-2009
I suggest you do a bit more reading before doing something that could potentially leave your box a slave to a cracker that infests/infects the rest of the world with bots/spam.

Yes, Linux can be pwned in a short while if left to a weak configuration and exposed to the internet.

I'd suggest you get comfortable with it first, perhaps in a virtual environment like VMware or Virtualbox.

Here's what I'd suggest when you want to build it out:

A DHCP server that can handle BOOTP.
A TFTP server
An HTTP(S) server for the install files

Read up on a PXE install for a linux server. What you would do is find out the MAC address of the network card, and then boot the server over the network and install that way.

You could, if you wish, boot it from a DVD or CD and then point its installer to a network share running NFS or FTP or HTTP(S). I would not expose a server to the internet directly unless you know exactly what you are doing. You should have a NAT and firewall set up so that you can do port redirection if you need any services from that server on external networks and I would suggest you look into port knocking for that too.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Do I require remote login access to a windows server to transfer files from a UNIX server

Hi All I need to transfer a file from a UNIX server to a windows server. I saw that it is possible to do this using scp command by looking at the forum listed below: ... (2 Replies)
Discussion started by: vx04
2 Replies

2. UNIX for Advanced & Expert Users

DOS/VB script of Remote Windows Server from AIX

Hi We use to run DOS and VB script in Windows Server . Now the requirement is to trigger the same script from AIX server by shell script , thus it would be executed in Remote Windows Server . Is it possible ( though SSH or any other way ) ? Thanks (2 Replies)
Discussion started by: Sourajit Seth
2 Replies

3. UNIX for Dummies Questions & Answers

Remote file transfer between Linux and Windows

Hello, I have a file, say details.txt on my windows machine. I want to copy it to linux machine through a shell script and edit the file and transfer the file back to windows machine. (All I want to do is to edit the file on windows machine from linux machine by a script.) I have tried scp... (1 Reply)
Discussion started by: Devendra Hupri
1 Replies

4. Shell Programming and Scripting

To run a shell script in remote server from windows batch file

Hi all, i need to run a shell script on remote server. I have created file .bat file in windows server with following code, c:\Users\Desktop\putty.exe -ssh -pw password user@server ./script.sh i need to run the script.sh in my remote server Above command is not working, any... (4 Replies)
Discussion started by: rammm
4 Replies

5. Shell Programming and Scripting

Connect (SSH) to Windows server via Linux server through a script and passing command.. but failing

I am trying to connect to Windows server via Linux server through a script and run two commands " cd and ls " But its giving me error saying " could not start the program" followed by the command name i specify e g : "cd" i am trying in this manner " ssh username@servername "cd... (5 Replies)
Discussion started by: sunil seelam
5 Replies

6. Windows & DOS: Issues & Discussions

Linux remote app on Windows

So I have been playing around with some code and thought I would tap the vast Linux knowledge here. My company has a bunch of servers running Linux on the Amazon cloud. I have created a Windows application in C++ that acts like a remote desktop to the Linux servers. When I run it it connects... (3 Replies)
Discussion started by: bobmanc
3 Replies

7. Solaris

Checking a file on a remote windows server

Hi Everyone! This is what I need to do... I am deploying some directories over to a windows server 2000/3 box from my solaris10 box and I need to make sure the directories exist. The only form of connection I have to work with is SSH Currently, my script deploys the directories over... (13 Replies)
Discussion started by: Keepcase
13 Replies

8. UNIX for Advanced & Expert Users

view remote linux desktop on my windows machine

Hi, is there anyway i can view a remote linux desktop on my windows desktop? i am aware that X11 can see 'certain screens'. For eg if i type 'xclock &' and i have a client running on my windows, i can see the clock. If i am interested to see the entire desktop of my linux, how can i do it? (4 Replies)
Discussion started by: new2ss
4 Replies

9. UNIX for Dummies Questions & Answers

how to install windows and linux

dear experts: I have a system with that specification: intel PII 266 MMX 10GB hard disk 64MB RAM I want to install Mandrake 8.2 and windows me in the same box .. how can I do that .. I look for help in the net but all of those faq are complecated. and the partition software dos not... (5 Replies)
Discussion started by: RuDe_BuT_CoOoL
5 Replies
Login or Register to Ask a Question