Redhat Posted May 12, 2005 Report Share Posted May 12, 2005 Before we begin, I suggest using Ubuntu as a server only at home, due to it's youth. I would not advise using it as a "live server" serving on the internet. The idea that I used this for was remote backup of important files. For security reasons I forwarded no ports, and kept the running services to a minimum. I did NOT install SSH, although it is up to you if you want remote access. Be sure to read up on SSH security before doing this, though. If you are setting up a "live server" for webpages or files on the internet, I suggest using Debian (what Ubuntu is based on) or FreeBSD (not Linux, but BSD). InstallationMy recommended minimum specs: 32MB RAMPentium 133 or above (you're going to struggle with a 133, but you can use it)1gig HDMy recommended specs (if this is an old machine you once used):Pentium 364mb RAM +10gig HDBoot from the ubuntu CD. When you reach the logo and command prompt, type "server" without quotes and press enter. Let it do it's thing. Go through the installation using the entire drive. Ubuntu makes this very easy. First rebootLogin as the user you created during setup. Make sure you have a network connection by doing: ping -c 3 192.168.1.1 or whatever your gateway router is called. If you are familiar with the command line, you can run it just like it is. If this is you, skip this section. Type: sudo apt-get install xfce4It will start to download and isntall xfce, a very lightweight but very useable window manager. When it's complete, you will be back to a useable command prompt. Type "sudo nano -w /home/yourusername/.xinitrc" without the quotes. Type "exec startxfce" without the quotes into the file.Press Ctrl + XPress EnterPress YType : sudo apt-get install xserver-xorgWait till it's done.Then type: sudo apt-get install x-window-systemWait till it's done.Type: logoutLog back in again. Type "startx" without quotes. If all goes well the desktop should load. If you get errors, search google for them, after typing "xorgconfig" and going through the wizard. Sambasudo apt-get install sambasudo nano -w /etc/samba/smb.confFind "workgroup = " and edit it to reflect your workgroup name. Ctrl + XEnterYtype : sudo smbpasswd -a yourusernameset a password. From another box, browse the workgroup. Click on the Ubuntu box and login with your username and the password just set. Bingo you should see the shared directories :D Will be adding more soooon :P Quote Link to comment Share on other sites More sharing options...
scuzzman Posted May 12, 2005 Report Share Posted May 12, 2005 Nicely done Redhat :D But I'm a little more partial to Slackware then *BSD. Quote Link to comment Share on other sites More sharing options...
homecomputeraid Posted May 12, 2005 Report Share Posted May 12, 2005 Nice work Redhat! Thanks for posting. :)I originally had these questions:http://forums.neoplanet.co.uk/index.php?showtopic=18940here, but decided that it would be best as its own topic. Please take a look when you get a chance and give me some suggetions. Quote Link to comment Share on other sites More sharing options...
homecomputeraid Posted May 16, 2005 Report Share Posted May 16, 2005 It doesn't go very far in helping you make a secure server (it's a start?), but the NSA's SELinux kernel seems to be available for Ubuntu:http://www.ubuntulinux.org/wiki/SELinux Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.