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
5
votes
1 answer

How to run selenium script on server

I have a question. Is it possible to run a python script, which using selenium to scrape the data from dynamic website, on server(amazon ec2). I trying to find some info about this a lot of times, but this is without results. Thanks everyone!
Arrmlet
  • 69
  • 2
  • 6
5
votes
1 answer

Using private key from GoDaddy on Nodejs

We purchased a domain name and SSL certificate on godaddy, but our server is not on GoDaddy. WE run Lampp and NodeJS in our server, and we are trying to set up SSL with both. There is no problem with Lampp. the private key and certificate from…
Eze
  • 85
  • 8
5
votes
3 answers

How to run a node Puppeteer app on Ubuntu Server as root

I'm trying to run node apps that use the npm package Puppeteer to scrape websites, using VPSes that use root as the default user I login as. It never works. I always have to spend half an hour googling to find the solution... well no more.
jspinella
  • 2,013
  • 3
  • 25
  • 39
5
votes
3 answers

du -skh * in / returns vastly different size from df on centos 5.5

I have a vps slice running centos 5.5 I am supposed to have 15 gigs of disk space, but according to df it seems to double my disk space usage. when I run du -skh * in / as root i get: [root@yardvps1 /]# du -skh * 0 aquota.group 0 …
Kalendae
  • 2,256
  • 1
  • 21
  • 23
5
votes
4 answers

Ruby on Rails running on a vps slice

What are the major gotchas and tricks when running Rails on a small slice (256MB)? What is the best server setup for cramped quarters? Passenger, Nginx, Mongrel? What is the best background task processor in this kind of environment? What do you…
srboisvert
  • 12,679
  • 15
  • 63
  • 87
5
votes
3 answers

Application tried to create a window, but no driver could be loaded

I'm trying to open .exe file on my Linux vps, yet when i try i get this error: hitleap@STEFAN:~/Desktop$ wine Hitleap+Viewer.exe it looks like multiarch needs to be enabled. as root, please execute "dpkg --add-architecture i386 && apt-get update &&…
Ses Manijak
  • 133
  • 1
  • 2
  • 13
5
votes
0 answers

Python - Selenium error on Ubuntu

I've a strange problem with Python (or maybe I'm only a noob). I wrote a little bot to automate some action on the browser using selenium and I want to run on a Ubuntu VPS, so I've installed Selenium and the other modules I needed and I ran the…
TestaDiRapa
  • 53
  • 1
  • 3
5
votes
1 answer

webapps missing from Tomcat on VPS

I am trying to put a war file on my VPS. However it is missing the webapps folder. Tomcat 7 is there but I am scratching my head on where the webapps folder is. This is my first attempt on deploying a war file on a server, I have only done it on my…
Mike3355
  • 11,305
  • 24
  • 96
  • 184
5
votes
6 answers

Virtual Private Server Hosting vs. Colo + Own Server(s) for Early-Stage Web-App

I'm working on a web-application and need to figure out the best way to host it. I'm looking to minimize "Total Cost of Ownership," but it's more important to keep hosting costs low than labor costs in my case. Potentially, some day, it will grow…
xyz
  • 1,242
  • 9
  • 13
5
votes
1 answer

/dev/simfs: No such file or directory while opening filesystem

I accidentally removed a wrong folder using rm -rf, every tool I've tried tell me either I have no hard disk or that the filesystem is not found. When I type df I get : Filesystem Size Used Avail Use% Mounted on /dev/simfs 25G 7.6G …
user3803848
  • 179
  • 1
  • 13
5
votes
1 answer

Various Urllib2 errors when running Selenium webdriver on a VPS

I'm using Selenium with Python bindings to scrape AJAX content from a web page with headless Firefox. It works perfectly when run on my local machine. When I run the exact same script on my VPS, errors get thrown on seemingly random (yet consistent)…
Ryne Everett
  • 6,427
  • 3
  • 37
  • 49
5
votes
1 answer

Socket.io connection to server doesn't work sometimes

I have setup a Node.JS server with socket.io on a VPS and I broadcast every 10 seconds the number of connected clients to all. This usually works fine, though often times, the connection can't be established and I get this error (I changed the IP a…
Christian Strang
  • 8,470
  • 5
  • 42
  • 53
5
votes
1 answer

VPS and infrastructure-as-a-service IaaS, what is the difference?

I am Java developer, from my point of view, VPS and infrastructure-as-a-service IaaS is the same, both offer me virtual machine to built what ever applications stack I want, is this right or I am missing something here?
DrAhmedJava
  • 731
  • 8
  • 16
5
votes
3 answers

Load sqlite database into Postgres

I have been developing locally for some time and am now pushing everything to production. Of course I was also adding data to the development server without thinking that I hadn't reconfigured it to be Postgres. Now I have a SQLite DB who's…
Chris
  • 11,819
  • 19
  • 91
  • 145
5
votes
1 answer

hosting an application in glassfish

I have installed glassfish 3.1 application server. created a domain and all. deployed war file and its working fine in local machine. now my problem is: I have purchased a domain e.g: abc.com How to add this domain in glassfish server I have an…
user1107939
  • 51
  • 3
  • 4