Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Open Source Ubuntu Linux Hardware

How To Use a Linux Virtual Private Server 303

Nerval's Lobster writes "Game developer David Bolton writes: 'For my development of Web games, I've hit a point where I need a Virtual Private Server. (For more on this see My Search for Game Hosting Begins.) I initially chose a Windows VPS because I know Windows best. A VPS is just an Internet-connected computer. "Virtual" means it may not be an actual physical computer, but a virtualized host, one of many, each running as if it were a real computer. Recently, though, I've run into a dead end, as it turns out that Couchbase doesn't support PHP on Windows. So I switched to a Linux VPS running Ubuntu server LTS 12-04. Since my main desktop PC runs Windows 7, the options to access the VPS are initially quite limited, and there's no remote desktop with a Linux server. My VPS is specified as 2 GB of ram, 2 CPUs and 80 GB of disk storage. The main problem with a VPS is that you have to self-manage it. It's maybe 90% set up for you, but you need the remaining 10%. You may have to install some software, edit a config file or two and occasionally bounce (stop then restart) daemons (Linux services), after editing their config files.'"
This discussion has been archived. No new comments can be posted.

How To Use a Linux Virtual Private Server

Comments Filter:
  • Ahem (Score:5, Interesting)

    by Sparticus789 ( 2625955 ) on Monday December 10, 2012 @03:30PM (#42244849) Journal

    and there's no remote desktop with a Linux server

    Spending about 3.8753 seconds on Google would reveal that there are numerous Linux remote desktop clients [techradar.com] which can be downloaded for use.

  • Re:n00b (Score:5, Interesting)

    by ilikenwf ( 1139495 ) on Monday December 10, 2012 @03:46PM (#42245033)
    I just can't support an over commercialized, inferior, bloated distro. Debian Stable is the epitome of long term support as a result of the slow release cycle. As a result, you get security updates indefinitely and can install newer software if you want it from backports or source, or install the packages DotDeb for lamp stacks.

    As a side note, I have to mention that I have never had an Ubuntu install of any type - desktop or server - that didn't fall into dependency hell upon doing a dist-upgrade. Archlinux for desktops, Debian for servers.
  • I've run Linux at home for ages. I use my Linux computer at home for email, development, and a whole host of other things. I don't need a remote desktop. The whole concept of one is completely foreign to the Linux world. Nobody would ever make one because the idea is pointless in a Linux environment.

    ssh and the command line are all you really need, and they are significantly more flexible and powerful than any GUI I have used. And if you really need a GUI, that's what X11 is for. X11 is completely network transparent. You can run an X11 program on any random computer and have it display just fine on your desktop.

    I don't know how to find a good X11 'server' (yes, the thing that runs on your desktop and actually pushes pixels around on behalf of GUI programs is a 'server' because it performs services (manipulating your display) on the behalf of clients) for Windows is. But you should investigate and get one if you really must have a GUI.

    I actually find Windows reliance on remote desktops to be really primitive and constraining. Whenever I try to mess with how Windows is supposed to work through a GUI I'm always left wondering what really just happened. So many little invisible things and no way to really see how they all interact. You just have to trust the partial fiction displayed to you to be a reasonable reflection of the underlying reality. It's very frustrating and cumbersome.

  • by houstonbofh ( 602064 ) on Monday December 10, 2012 @03:54PM (#42245127)
    Why do people always hate the GUI? The reason it is on computers is that people find it useful. I install the GUI tools on many of my servers. I remove gdm or lightdm as appropriate... But being able to xtunnel handy apps is one way to make my work easier. CPannel or webmin is a way other people use a GUI.


    As for a security risk, that is total bullshit. You are running it all through ssh. The only exposure is ssh, and if that is hacked, why bother "hacking" x as well? (Especially since it is not running on any ports...)
  • by berashith ( 222128 ) on Monday December 10, 2012 @04:20PM (#42245401)

    it looks like you just told someone how to do something that you have never done yourself.

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...