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 to actually connect to my vps via Chromebook

I've been trying for a while now to connect to my Digital Ocean VPS via my Chromebook. This is for development when away from my desktop. I'd prefer to use mosh so I've tried downloading mosh and using it. Then I try using Secure Shell and that's…
Finn Maunsell
  • 85
  • 1
  • 12
0
votes
1 answer

CPanel/VPS - Search all messages for URL

I need a command that will search through the body text of all emails (sent/received/junk) for all email accounts on a VPS server for a particular URL (which may be embedded in text). Possibly a grep command? Apologies if this is obvious!
0
votes
2 answers

ShadowsocksX[2004]: Could not bind

Shadowsocks cannot connect to the network on MAC and can be used on Windows. My system log: Jul 3 11:45:54 yaojundeMacBook-Pro ShadowsocksX[2004]: Could not bind Jul 3 11:46:24 --- last message repeated 29 times --- Jul 3 11:46:24…
0
votes
0 answers

Django not serving static files with even after collectstatic

i'm having problems with django static files in production.I know django requires that you collectstatic during deployment, which i did. The real problem comes when i try to access my page on the browser and i get a 403 forbidden error on all static…
gathagu
  • 195
  • 4
  • 14
0
votes
1 answer

SSI (Apache) not working on brand new Ubuntu 16.04 VPS

So, I just set up a brand new VPS, installed LAMP, all systems and services working. I've tried almost everything I could find here on Stack Overflow and other guides, ranging from adding things to Apache's default.conf, to including almost every…
serok
  • 23
  • 4
0
votes
1 answer

VPS server -> Fatal error: Call to undefined function mysqli_init()

when we try this code in hosting server its perfectly work, but we move code to VPS server godaddy it gives error Fatal error: Call to undefined function mysqli_init() in /public_html/system/database/drivers/mysqli/mysqli_driver.php on line 135 A…
Pravesh Negi
  • 225
  • 3
  • 16
0
votes
2 answers

PHP Contact Form Best Practice

I'm setting up a PHP contact form on a site. I'm using the Swift Mailer library to send the mail, and my domain email is through Google Apps. Is it possible to use Google Apps for company email and use sendmail/SMTP on my VPS to send email from the…
Lenwood
  • 1,371
  • 16
  • 36
0
votes
1 answer

Laravel 4.2 on Nginx getting 404 (VPS)

I'm trying to use the Laravel 4.2 on nginx. I have a VPS (Dreamhost) and I put the Laravel framework inside the root path of user (/home/vi360/) and the public path is on /home/vi360/vide360.com.br I've been researching several ways to set up nginx…
Daniel Groppo
  • 59
  • 1
  • 1
  • 7
0
votes
0 answers

Angular2 ng serve an ngb build which one uses more server resources

I just acquired a vps from digital ocean created 2 droplets one a 10 $ for php restful api and another one 5$ for angular2 Now i need to make a decision on the best way to go do i run ng serve in the vps and access the app via apaddress then port or…
Geoff
  • 6,277
  • 23
  • 87
  • 197
0
votes
1 answer

extract oracle database erd with sqlplus

i want to ask about extracting oracle ER Diagram (ERD) from sqlplus. i have a condition that i must access oracle database from my vps (this oracle database at another server). i need to use vps because with vps ,it will provide a domain that will…
Gery Ruslandi
  • 89
  • 1
  • 9
0
votes
0 answers

Apache mass virtual host configuration issue

I'm brand new to VPS hosting, so bear with me. I recently purchased a VPS through inmotion hosting. It has Apache, cPanel and WHM installed out of box. I'm not sure if this is important, but at the top right of the WHM root login it shows: CENTOS…
0
votes
0 answers

Live server takes too much time to fetch the result

Working since last a month, tried many solutions which I got from google, but not getting anything helpful. Code is working perfectly and fast on localhost. But not on the live server (VPS hosting). Please visit http://97.74.37.64/ link and see it…
Web7
  • 126
  • 1
  • 12
0
votes
1 answer

How to create a simple VPS

I'm really newbie for Google Cloud Platform..i want create a really simple VPS characteristic. So ftp, dns, email and file space. Can you help me?
Caygri
  • 9
  • 2
0
votes
1 answer

Hosting Node js application with OVH VPS

I have to hosting my applications ( Node js as a server & Angular-cli ) with ovh vps . I can't find the instructions to follow it . Is there someone who can help me with a nice tutorial or steps to do it?
Nour_92
  • 81
  • 1
  • 10
0
votes
1 answer

ffmpeg streaming very inefficiently

basically what I'm doing is grabbing a twitch stream via streamlink and outputting it to a youtube stream via ffmpeg. When looking up how I could do that I (admittedly) just copied the first command on the documentation and tweaked it a bit and…
diatomym
  • 163
  • 1
  • 2
  • 11
1 2 3
99
100