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
476
votes
5 answers

What is difference between Lightsail and EC2?

Recently Amazon launched Lightsail. Is there any difference between them? If yes, then what's the difference? Are Lightsail instances more powerful than EC2?
mohitmun
  • 5,379
  • 3
  • 18
  • 16
74
votes
5 answers

Should I choose KVM or OpenVZ for my VPS?

My VPS provider gives me the choice between KVM and OpenVZ. What is the best choice for a VPS with 128MB or 256MB RAM?
Array Fanatic
65
votes
3 answers

Hosting two domains using only one VPS?

Is it possible? Someone told me it is but I'm not sure. If its possible, how should I do it? I have one /www folder where my website lies. How can I configure 2 different sites?
Artemix
  • 8,497
  • 14
  • 48
  • 75
54
votes
11 answers

Could not create work tree dir 'example.com'.: Permission denied

I have got a virtual private server with nginx Virtual Hosts setup (Server Blocks). I've installed Git and got my ssh keys authenticated with GitHub. I have my website running in ~/var/www/example.com/public_html/ I tried to run: git clone…
David Ingledow
  • 2,025
  • 4
  • 20
  • 36
53
votes
9 answers

What's best Drupal deployment strategy?

I am working on my first Drupal project on XAMPP in my MacBook. It's a prototype and receives positive feedback from my client. I am going to deploy the project on a Linux VPS two weeks later. Is there a better way than 're-do'ing everything on the…
ohho
  • 50,879
  • 75
  • 256
  • 383
37
votes
3 answers

AllowZoneDrifting - Firewalld: What is it and should I disable it?

I am new here, so please forgive me if I am asking something silly. I have created a DO droplet on CentOS 8. After installing firewalld, I checked its status and it gives a warning. Apr 24 05:56:31 centos-s-1vcpu-1gb-blr1-01 firewalld[2956]:…
Manohar Bhatia
  • 371
  • 1
  • 3
  • 5
37
votes
3 answers

Using BitBucket Pipelines to Deploy onto VPS via SSH Access

I have been trying to wrap my head around how to utilise BitBucket's Pipelines to auto-deploy my (Laravel) application onto a Vultr Server instance. I have the following steps I do manually, which I am trying to replicate autonomously: I commit my…
Stefan Dunn
  • 5,363
  • 7
  • 48
  • 84
37
votes
3 answers

Where can I get a virtual machine online?

I am looking for some VPS/ Virtual machine which should be available all the time and I must be able to access it from any computer having internet. I know a few paid services but just wondering If I can get a VM for free.
conetfun
  • 1,605
  • 4
  • 17
  • 38
32
votes
2 answers

Warning: Stopping docker.service, but it can still be activated by: docker.socket

I've reinstalled Docker. When I'm trying to start Docker, everything is fine: # /etc/init.d/docker start [ ok ] Starting docker (via systemctl): docker.service. until I want to stop Docker service and many times restart it: # /etc/init.d/docker…
user6927987
26
votes
6 answers

Need some help choosing between Amazon EC2 and VPS

At my company we are looking at hosting a blog and a CMS . We are still in the process of building the product and havent made it live yet. We are looking at some hosting options. We need to have complete root shell access to the system .So, i have…
Michael
  • 269
  • 1
  • 3
  • 3
24
votes
2 answers

PM2 process disappears after reboot

I am using PM2 to run my node app as a service. My Node app is RAM Hungry so it consumes around 300 to 800mb of ram depending on traffic. My DigitalOcean droplet has 1GB RAM. Sometimes out of the blue, my app disappears from running services and I…
Usman Tahir
  • 2,513
  • 4
  • 24
  • 38
24
votes
3 answers

NodeJS Managed Hostings vs VPS

There are a bunch of managed cloud based hosting services for nodejs out there which seem relatively new and some still in Beta. Yet another path to host a nodejs app is setting up a stack on a VPS like Linode. I'm wondering what's the basic…
Yousef Salimpour
  • 694
  • 1
  • 7
  • 15
23
votes
10 answers

ssh in vscode error: Permission denied (publickey,password)

So I'm using the "Remote - SSH" plugin in VSCode to connect to my VPS and edit my code. I lost the connection, then had to hard-reset it after 30+ min. Now I can't access it with VSCode anymore [putty works] and get Could not establish connection to…
Naxey
  • 396
  • 1
  • 3
  • 12
22
votes
4 answers

How do I know which linux user Wordpress uses for plugin installation

I'm trying to setup Wordpress to be able to install plugins via SFTP (SSH) on a Centos 6 VPS. I've been able to modify wp-config so it uses the right credentials with user as my SFTP user. Now I have a permission related problem, as if I do a chmod…
Geoffrey H
  • 1,280
  • 2
  • 10
  • 33
22
votes
4 answers

How to install sqlite on Debian

I need to install SQLite on my Debian VPS server. Can someone help me out? Kindly give me steps because I'm a newbie here and have no idea. Thank you
user1521233
  • 223
  • 1
  • 2
  • 4
1
2 3
99 100