Questions tagged [vps]

VPS stands for Virtual Private Server and usually refers to a single instance of a virtual machine leased for private running on a shared physical machine.

VPS stands for Virtual Private Server and usually refers to a one instance of a virtual operating system leased for private use on a shared physical machine. The physical machine typically runs a hypervisor which allows multiple of these ("virtual" or "guest") operating systems to share the same physical server.

A VPS runs its own copy of an operating system, and customers have superuser-level access to that operating system instance, so they can install almost any software that runs on that OS. For many purposes they are functionally equivalent to a dedicated physical server, and being software-defined, are able to be much more easily created and configured. They are priced much lower than an equivalent physical server, but as they share the underlying physical hardware with other VPSs, performance may be lower, and may depend on the workload of other instances on the same hardware node.

2257 questions
0
votes
2 answers

How does Rabb.it stream broswer windows for users

I am just wondering how rabbit is able to give each user a diffent broswer to use from a linux machine it seems like vnc tech but I dont know please let me know if you know how they are able to do that.
0
votes
1 answer

Eclipse git: how to push your code to remote git repository in a debian VPS

I have a debian VPS containing a git repository. From the git repository I successfully created a new project in eclpise. The url for clone: git://myWebsite.com/myRepository.git So I started coding in my local machine and then I wanted to commit and…
Errore Fatale
  • 978
  • 1
  • 9
  • 21
0
votes
1 answer

Java web application: start coding from a remote git repo in a debian VPS server

I have a VPS server, the OS is debian. I have a ssh access to the server. In debian I have a src folder containing a git repo of a java web application. The path of the git repo is /src/myRepo. I want to start coding with a java IDE (netbeans?).…
Errore Fatale
  • 978
  • 1
  • 9
  • 21
0
votes
0 answers

node.js const R = require('ramda'); - SyntaxError: Use of const in strict mode

I have nodejs on Linux so when i start app.js it gives me this error. SyntaxError: Use of const in strict mode? - that don't help P.S - yes i'm install ramda const R = require('ramda'); SyntaxError: Use of const in strict mode. at Module._compile…
0
votes
0 answers

Python unable to understand directory structure after moving the project to a cloud

Recently I bought a droplet in digital ocean to put my project live.It works just fine in my local computer and doesn't have any problem with the directory structure.However once I put this on a server, Python throws an error.Below is my project…
Souvik Ray
  • 2,899
  • 5
  • 38
  • 70
0
votes
1 answer

Remote Desktop Powershell Script

I just ordered a VPS, running Windows Server. The only thing that this server needs to do is run a Powershell Script, which has an infinite loop (while($true)) with some code in it. In general, if I connect to the VPS via Remote Desktop, everything…
nameless
  • 1,483
  • 5
  • 32
  • 78
0
votes
1 answer

Azure Backup for VPS

I have a windows VPS, not on azure. I'm looking into the Azure backup services. Ideally I'd like to backup the whole VPS to azure. Lets say MY current VPS dies, then I can just use the Azure backup to create a new VPS, with all programs, settings,…
Phil Teare
  • 417
  • 1
  • 6
  • 14
0
votes
0 answers

Proper way to run a backend project in a VPS

I have a project in Pycharm which is django. its backend is mySQL and uses redis-server and memcached. my VPS is Windows-server 2008. In order to run it in a VPS do i have to move the whole IDE with the project, to VPS and just hit Run in the…
garetHollamdaf
  • 349
  • 5
  • 14
0
votes
1 answer

Newbie VPS and/or amazon ec2 question

I have a basic but serviceable web hosting plan, but it doesn't support all the Java EE functionality I want to experiment with. I've been thinking of signing up for some kind of VPS or Amazon ec2 service so I have a machine on the web that I can…
user550738
0
votes
0 answers

PHP form just refreshes if the page has been open a while

This is a weird one and I really need help figuring it out! We're using a CentOS VPS for all of our sites if that makes a difference. Our business makes custom web apps for businesses and sometimes these are left open for 30+ minutes before a form…
Jetteh22
  • 141
  • 3
  • 11
0
votes
0 answers

Virtualhost Apache on Ubuntu server not working

Hi I got to domains pointing to one server IP. The server is a VPS server running Ubuntu and Apache2. Now I am trying to host two different sites using Virtualhost. These are the steps I used to try and setup virtual hosting: root@vps520749:~# sudo…
lmiv
  • 315
  • 5
  • 17
0
votes
0 answers

How to set default domain for a single IP address

I am running two .com domains from my Debian VPS NGINX server. The VPS has a single IP address. I am trying to set the default domain - the one that comes up if I enter the server IP address in the URL bar. I tried: nano/etc/hosts This…
Sylv99
  • 151
  • 8
0
votes
1 answer

Two Nginx instances, listening to different ports, only one reachable by domain

I use docker-compose stacks to run things on my personal VPS. Right now, I have a stack that's composed of: Nginx (exposed port 443) Ghost (blogging) MySQL (for Ghost) Adminer (for MySQL, exposed port 8080) I wanted to try out Matomo analytics…
Matt Welke
  • 1,441
  • 1
  • 15
  • 40
0
votes
1 answer

ssl installed but not secure

I installed the ssl, but browsers are showing it's not secure. I bought my ssl from ssls.com this is my /etc/httpd/conf/httpd.conf file: ServerAdmin webmaster@dummy-host.example.com DocumentRoot /root/public_html ServerName www.example.com ErrorLog…
Cristian
  • 495
  • 2
  • 9
  • 35
0
votes
1 answer

Apache Virtual Hosts

I'm trying to set up my VPS to host two domains. The virtual host section of the httpd.conf is as follows: DocumentRoot /home/XXXXX/public_html/siteA ServerName www.siteA.com
trican
  • 1,157
  • 4
  • 15
  • 24