Results 1 to 10 of 10

Thread: Guide for Home Server

  1. #1
    Join Date
    Aug 2012
    Beans
    21

    Guide for Home Server

    I'm new to Ubuntu. I couldn't get it working properly last time but I have a new setup and I'll be installing Ubuntu on it. I'm looking for guides for an absolute beginner, and not just a list of random commands. I'm also looking for a guide on what hardware is needed for a home server. I have an older PC I'd like to use. A guide for how to configure an Ubuntu server would also be useful to me. I need to know how to prevent some files from being deleted or modified, because I want everyone to be able to access the files on the server and stream the video, which means my little brother should be able to watch his cartoons without deleting my documents.
    Last edited by thenewasbo; April 26th, 2013 at 04:06 AM.

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: Looking for a set of guides for a Beginner Ubuntu User and wanting a Home Server

    cat

    No wait, no more random commands.

    You should look at the official wiki's on getting yourself situated.

    https://help.ubuntu.com/12.04/serverguide/index.html

    This is for 12.04.

    Servers can be all over the place in terms of their function, but I'd start out with something like a file server.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Looking for a set of guides for a Beginner Ubuntu User and wanting a Home Server

    Another good support you can grab is the New Docs. It's a alphabetical listing within a Contents Wiki for available Community Ubuntu Documentation. In your case I would recommend you to take a look at the entries for servers, under the letter S.
    It was created by a forum contributor, BlinkinCat.

  4. #4
    Join Date
    Aug 2012
    Beans
    21

    Re: Looking for a set of guides for a Beginner Ubuntu User and wanting a Home Server

    Thanks. I'm still kind of looking for a guide on basic commands that we should all know. I just got Ubuntu 12.04 installed. I was also wondering how I could set Windows 7 to be my default OS instead of Ubuntu. I sometimes turn my PC on and walk out of the room while it's booting up.

    EDIT: And now, it seems that Ubuntu won't boot. It get's to the Grub loader, then after I choose Ubuntu, it just hangs on this flashing little horizontal line. All I did when I first installed Ubuntu was update the driver to the recommended one. Any idea what I should do?
    Last edited by thenewasbo; April 24th, 2013 at 01:01 AM.

  5. #5
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Looking for a set of guides for a Beginner Ubuntu User and wanting a Home Server

    Quote Originally Posted by thenewasbo View Post
    Thanks. I'm still kind of looking for a guide on basic commands that we should all know. I just got Ubuntu 12.04 installed.
    Bash Reference Manual
    Learning the shell
    Ubuntu manual
    NewDocs - A Ubuntu Documentation Search Tool
    Quote Originally Posted by thenewasbo View Post
    I was also wondering how I could set Windows 7 to be my default OS instead of Ubuntu. I sometimes turn my PC on and walk out of the room while it's booting up.
    An easy way to switch back to using Windows as the default operating system in the Grub loader is to edit your /etc/default/grub
    At a terminal window run the following:
    Code:
    gksudo geany /etc/default/grub
    Note that if you don't have geany, you'll have to use your installed notebook.
    When prompted, enter your password, as you'll be editing a system file. In the file, look for the following line GRUB_DEFAULT=0 which means Ubuntu is the default boot entry, as it is the 0th entry. You will need to change that number 0 to match the Windows boot section. Typically it’s always going to be 4 on a default dual-boot configuration. Change this value to 4, and then save and close the file.
    After that, again at a terminal window, run the following command:
    Code:
    sudo update-grub
    and reboot your machine. You should go into Windows instead of Ubuntu automatically.

  6. #6
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Looking for a set of guides for a Beginner Ubuntu User and wanting a Home Server

    Quote Originally Posted by thenewasbo View Post
    EDIT: And now, it seems that Ubuntu won't boot. It get's to the Grub loader, then after I choose Ubuntu, it just hangs on this flashing little horizontal line. All I did when I first installed Ubuntu was update the driver to the recommended one. Any idea what I should do?
    What driver did you update? What is you computer's graphics card?

  7. #7
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Guide for Home Server

    Quote Originally Posted by thenewasbo View Post
    I'm looking for guides for an absolute beginner, and not just a list of random commands. I'm also looking for a guide on what hardware is needed for a home server.
    That really depends on what you're going to do with it. What do you want to use the server for? File server? Print? Mail? Firewall/proxy? Gaming? What clients have you got on the network? How would you prefer to maintain it (SSH into the command line or a GUI tool like Webmin?).

    Let us know some more about what you'd like to set up first and we can point you at the relevant information.

  8. #8
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Guide for Home Server

    Quote Originally Posted by thenewasbo View Post
    . I'm also looking for a guide on what hardware is needed for a home server. I have an older PC I'd like to use.
    what kind of older PC? for server you need motherbaord, RAM, CPU, PSU and hard disk, network card or chip. that's about it

    A guide for how to configure an Ubuntu server would also be useful to me. I need to know how to prevent some files from being deleted or modified, because I want everyone to be able to access the files on the server and stream the video, which means my little brother should be able to watch his cartoons without deleting my documents.
    you do that with users and permissions. each user can have different permisison. in this case your little brother will have access only to his home folder and maybe some place where his data (cartoons) are if they are not in his home folder.

    if you are not into command line have a look at
    webmin - administer your server via browser
    zentyal - another GUI interface as well as ubutnu based distribution. i htink their community verison is free. anyway it's ment for us newbies.

    ---
    if you are looking for out of the box solution have a look at openmediavault - debian based server with GUI for file server and such.

    if you plan to use the server only for media files then have a look at XBMC and openelec solutions.

    Quote Originally Posted by thenewasbo View Post
    EDIT: And now, it seems that Ubuntu won't boot. It get's to the Grub loader, then after I choose Ubuntu, it just hangs on this flashing little horizontal line. All I did when I first installed Ubuntu was update the driver to the recommended one. Any idea what I should do?
    you need to use boto options maybe (try nomodeset). if not ...
    ...wrong driver then. boot into recovery mode and remove the driver. what are your system specs?

    Quote Originally Posted by slickymaster View Post
    Note that if you don't have geany, you'll have to use your installed notebook.
    .
    replace geany with gedit (gedit is default i htink. anyway you are looking to open this in some notepad / text file editor
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  9. #9
    Join Date
    Aug 2012
    Beans
    21

    Re: Guide for Home Server

    I reinstalled Ubuntu. All works well now.
    Last edited by thenewasbo; April 25th, 2013 at 03:53 AM.

  10. #10
    Join Date
    Aug 2012
    Beans
    21

    Re: Guide for Home Server

    Before I try to set up a server I was wondering what they can do. I'd like to be able to open video files through that computer. I'd also like to host Teamspeak Server Software and video game dedicated server software. Could I manage and configure that server from a remote computer, even from one on the same network?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •