Thread: Help me set up my server on ubuntu/linux?

Results 1 to 6 of 6
  1. #1 Help me set up my server on ubuntu/linux? 
    Registered Member PavSwag's Avatar
    Join Date
    Jul 2012
    Posts
    1,079
    Thanks given
    310
    Thanks received
    98
    Rep Power
    57
    Just bought this vps, no clue how to use it or transfer files to it ect, this is as far as ive gotten -> Ubuntu 12.04

    if your interested in mod on my server im going to release soon, 718, or you just want to help me out, add my skype "pavlovabaker". Thanks.
    changing osrs forever
    Reply With Quote  
     

  2. #2  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,246
    Thanks given
    3,283
    Thanks received
    2,874
    Discord
    View profile
    Rep Power
    5000
    Why are you installing a desktop environment on a server??
    Reply With Quote  
     

  3. #3  
    Registered Member PavSwag's Avatar
    Join Date
    Jul 2012
    Posts
    1,079
    Thanks given
    310
    Thanks received
    98
    Rep Power
    57
    Quote Originally Posted by Mister Maggot View Post
    Why are you installing a desktop environment on a server??
    Like i said, i have no clue what im doing, i just want to install jdk ect + my server files.
    changing osrs forever
    Reply With Quote  
     

  4. #4  
    Registered Member Beardo's Avatar
    Join Date
    Sep 2011
    Posts
    89
    Thanks given
    18
    Thanks received
    17
    Rep Power
    11
    Start with downloading jdk/java for ubuntu, once you've done that you're gunna wanna transfer over files. You could use a FTP, dropbox, pretty much anything you would use to otherwise transfer files.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Act Free Of Doubt.
    Buzzle's Avatar
    Join Date
    Apr 2012
    Posts
    232
    Thanks given
    123
    Thanks received
    58
    Rep Power
    43
    Quote Originally Posted by Beardo View Post
    Start with downloading jdk/java for ubuntu, once you've done that you're gunna wanna transfer over files. You could use a FTP, dropbox, pretty much anything you would use to otherwise transfer files.
    +1, this is what I would suggest aswell....
    Reply With Quote  
     

  7. #6  
    Registered Member
    Join Date
    May 2012
    Posts
    67
    Thanks given
    3
    Thanks received
    2
    Rep Power
    18
    Quote Originally Posted by PavSwag View Post
    Like i said, i have no clue what im doing, i just want to install jdk ect + my server files.
    Just a quick note, NEVER EVER USE CTRL + C in the terminal It closes it.


    First of all, open the Linux Terminal, this can usually be found within the accessories menu. If not then press CTRL + ALT + F1 - To Exit this type CTRL + ALT + F7. Then type
    Code:
     sudo apt-get update
    You'll then be asked to enter the password.
    Once you've updated the server I suggest you reboot it. Then, open the terminal again and type
    Code:
     sudo add-apt-repository ppa:webupd8team/java
    and then [CODE sudo apt-get update && sudo apt-get install oracle-jdk7-installer [/CODE]

    Once the installation has completed you should type
    Code:
     update-alternatives -display java
    Once you've done all that simply type
    Code:
     java -version
    Adding Java_Home to enviroment.
    First of all, install nano. You can do this by going into the console and typing
    Code:
     sudo apt-get install nano
    Once you've installed nano (It's a Terminal text editor) you can then type
    Code:
     sudo nano /ect/enviroment
    and then find JAVA_HOME and replace whats currently there with
    Code:
     JAVA_HOME=/usr/lib/jvm/java-7-oracle
    Just incase, but if you want to remove Java then type the following
    Code:
     sudo apt-get remove oracle-jdk7-installer

    Hope this helped,
    Josh
    Reply With Quote  
     

  8. Thankful user:



Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Anyone help me set up my RSPS on my VPS?
    By jaredz10 in forum Software
    Replies: 3
    Last Post: 08-20-2013, 11:19 PM
  2. Replies: 7
    Last Post: 12-28-2012, 12:29 PM
  3. Replies: 2
    Last Post: 08-12-2012, 02:01 PM
  4. Replies: 0
    Last Post: 08-04-2011, 10:13 PM
  5. Help me set up 614 server (revengescape)
    By Snorlaxlolz in forum Help
    Replies: 0
    Last Post: 02-11-2011, 09:41 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •