PDA

View Full Version : [ubuntu] Server 9.10 Questions



Xaevo
November 28th, 2009, 03:33 PM
I want to build a server, it's running windows XP Pro SP3 atm.

i have a 40 GB built-in HDD and i am going to buy an 1 TB internal HDD.

the setup i tought of was:
39 GB for OS (and where the applications get installed)
1 GB Swap
1 TB Storage

I want a few applications on it such as:
- Apache
- MySQL
- FTP
- IRCD
- uTorrent (for the web GUI)
- VLC

is this possible?
And how can i do this?
i am quite a beginner at server building...


Specs:
AMD Sempron 3000+ @ 1,95 Ghz
1 GB DDR RAM
Running 32 Bit OS atm

wojox
November 28th, 2009, 03:40 PM
Sure just follow along Karmic Server (https://help.ubuntu.com/9.10/serverguide/C/index.html)

Xaevo
November 28th, 2009, 03:48 PM
But how do i install said packages, and can i install via USB?

And is it possible to monitor my server via my Laptop, trough the desktop 9.10 ubuntu installed on there?
i do NOT want to pay for that other monitor app from canonical

Xaevo
November 29th, 2009, 01:04 PM
Ok, installed and it works, but is there a way to edit all the files on my ubuntu laptop?
Configuration files ETC?

Dinodoc
November 29th, 2009, 01:08 PM
If you want a GUI way to edit files I would suggest reading something like this thread:

http://ubuntuforums.org/showthread.php?t=45565

Or you could use the Remote Desktop.

If you just want to be able to login on a command prompt I would suggest grabbing Putty for your windows machine and using ssh on the linux box to login to shell.

Xaevo
November 29th, 2009, 01:26 PM
i just want to edit the files on my laptop, and when i save it, it's saved on my linux server instead of on my laptop (think a network share, but then for the whole server system)

wojox
November 29th, 2009, 01:32 PM
Just ssh into your server through your terminal and use


sudo nano filename

is the easiest.

Xaevo
November 29th, 2009, 01:50 PM
yeah, knew that trick already, but it's annoying...
well, i guess i just keep using that, tho

and how can i mount and setup an NFS share?
it's quite annoying to have to FTP my webserver files each time :/