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
21
votes
3 answers

puppeteer not working on vps but running locally

I wrote a little puppeteer program that let me log into twitter and check a few things. Locally on mac OS Catalina, it is working but on VPS ubuntu 18.04 lts not working. And shows me a log at the…
programmer
  • 550
  • 2
  • 4
  • 25
21
votes
3 answers

Capistrano mkdir permission denied

When I run cap production deploy I get cannot create directory ‘/var/www/application/repo’: Permission denied. So far I've created deploy user like: adduser deploy adduser deploy sudo and I use this user in Capistrano. Indeed, when I log to…
Kamil Lelonek
  • 14,592
  • 14
  • 66
  • 90
20
votes
5 answers

Can the GUI of an RDP session remain active after disconnect

I'm running automated testing procedures that emulates keystrokes and mouseclicks 24/7. Although it runs fine locally, on an RDP session it stops running once minimized or disconnected. Apparently, the GUI doesn't exist if you can't physically see…
user2029890
  • 2,493
  • 6
  • 34
  • 65
19
votes
6 answers

Call to undefined function Symfony\Polyfill\Mbstring\iconv_strlen()

My project works fine on localhost but not working online and this is the error: Fatal error: Call to undefined function Symfony\Polyfill\Mbstring\iconv_strlen() in /home/stram/public_html/vendor/symfony/polyfill-mbstring/Mbstring.php on line 338 I…
SlimenTN
  • 3,383
  • 7
  • 31
  • 78
19
votes
13 answers

laravel5: chdir(): No such file or directory (errno 2)

I have a problem when deploy website build on laravel 5 into VPS server, but on local machine it work fine. My page is http://easyway.vn/ current page display blank with error Failed to load resource: the server responded with a status of 500…
Terry To
  • 191
  • 1
  • 1
  • 5
19
votes
12 answers

Finding the right VPS

The market is flooded with VPS (virtual private server) hosting options. It seems everyone and their mother has a overloaded server in his/her closet. Enterprise options always seem priced insanely high, which make the ones that are cheap and…
ethyreal
  • 3,659
  • 2
  • 21
  • 25
17
votes
8 answers

Unable to resolve Ruby error (missing psych)

Whenever I run something with Ruby on my server, I get the following error: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `': It seems your ruby installation is missing psych (for YAML output). To eliminate this…
user1082754
16
votes
9 answers

Extract text from doc and docx

I would like to know how can I read the contents of a doc or docx. I'm using a Linux VPS and PHP, but if there is a simpler solution using other language, please let me know, as long as it works under a linux webserver.
Alexandre Mota
  • 169
  • 1
  • 1
  • 4
16
votes
4 answers

Set default version of Php in CentOS 7

I have two versions of PHP in opt/remi folder php56 and php72 but when I php -v on cmd it shows: Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c)…
ata
  • 1,254
  • 1
  • 9
  • 30
16
votes
6 answers

Open local text application to edit remote text file using ssh?

So i am in a VPS terminal using ssh. In normal case I could just run locally mate and it fires up TextMate with that file. Is it possible to use the same command and somehow open the local TextMate application but editing the remote…
never_had_a_name
  • 90,630
  • 105
  • 267
  • 383
15
votes
2 answers

linode vs amazon ec2 vs heroku for project with amazon s3

I have a project in ruby on rails 3.1 like flickr, tumblr, pinterest...etc with a lot of pictures for maintenance. My project have database Mongodb. I'm using amazon s3 for host pictures. I want to know what is the best hosting combination to get…
hyperrjas
  • 10,666
  • 25
  • 99
  • 198
15
votes
1 answer

Are Amazon Lightsail instances managed / automatically updated?

I have been looking into Amazon Lightsail, but there is one thing that I haven't been able to find any information on. Are instances managed and updated automatically? In particular, I thinking of OS / web server security updates. With EC2, I have…
zelanix
  • 3,326
  • 1
  • 25
  • 35
14
votes
6 answers

Which Apache2 modules can I safely disable?

These are my enabled mods: alias auth_basic authz_default authz_groupfile authz_host authz_user autoindex deflate dir env mime negotiation php5 reqtimeout rewrite setenvif status I'm attempting to reduce Apache's memory footprint as much as…
gregghz
  • 3,925
  • 7
  • 40
  • 69
14
votes
1 answer

How to start Sidekiq worker on Ubuntu VPS (Digitalocean)

I already setup Redis, Sidekiq and Rails app, I can access it form //url/sidekiq, but how do I start the Sidekiq worker on a VPS? On my local I do: bundle exec sidekiq -q carrierwave,5 default What should I do on a VPS hosting? Thanks
user1883793
  • 4,011
  • 11
  • 36
  • 65
14
votes
1 answer

unable to connect to system bus: failed to connect to socket /var/run/dbus/system_bus_socket

I started to use a new VPS system with ubuntu 12.04 After following the commands here I installed php, mysql, apache2 PHP and apache are working great but when I run : service mysql start I get : unable to connect to system bus: failed to…
mt0s
  • 5,781
  • 10
  • 42
  • 53