Questions tagged [linode]

Linode (a contraction of Linux Node) is a virtual private server web hosting and cloud computing provider based in Galloway Township, New Jersey.

Linode (a contraction of "Linux Node") is a virtual private server () provider based in New Jersey, and founded in 2003.


Useful links

461 questions
369
votes
15 answers

Downloading MySQL dump from command line

I am moving away from Linode because I don't have the Linux sysadmin skills necessary; before I complete the transition to a more noob-friendly service, I need to download the contents of a MySQL database. Is there a way I can do this from the…
Phillip Copley
  • 4,238
  • 4
  • 21
  • 38
60
votes
27 answers

ssh server connect to host xxx port 22: Connection timed out on linux-ubuntu

I am trying to connect to remote server via ssh but getting connection timeout. I ran the following command ssh testkamer@test.dommainname.com and getting following result ssh: connect to host testkamer@test.dommainname.com port 22:…
urjit on rails
  • 1,763
  • 4
  • 19
  • 36
26
votes
1 answer

Feasability of running MongoDB on Linode 512 VPS?

I've read the MongoDB documentation, and it comes with a warning about 32-bit systems; particularly that they're capped at 2 GB of available RAM for Mongo. So I was wondering if that statement meant anything in regards in running MongoDB in a low…
RayTFM
  • 435
  • 4
  • 7
25
votes
5 answers

Linode Lish bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

Following Linode's guide to Copy a Disk Over SSH: ssh root@xx.xx.xxx.xx "dd if=/dev/sdX " | dd of=/PathToLocalLocation/server.img Where xx.xx.xxx.xx is your server's IP, sdX - X stands for your drive's assigned letter, and also you must state the…
Jadeye
  • 3,551
  • 4
  • 47
  • 63
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
14
votes
1 answer

How to deploy a [Ruby on Rails] site in a scalable way?

I have been working on my [first] startup for a month now, and while it's probably atleast one more month away from an alpha release, I want to know how to deploy it the right way. The site will have an initial high amount of load (network + CPU)…
Asif Sheikh
  • 1,065
  • 2
  • 8
  • 18
11
votes
1 answer

Are there any "gotchas" in deploying a Cassandra cluster to a set of Linode VPS instances?

I am learning about the Apache Cassandra database [sic]. Does anyone have any good/bad experiences with deploying Cassandra to less than dedicated hardware like the offerings of Linode or Slicehost? I think Cassandra would be a great way to scale…
z8000
  • 3,715
  • 3
  • 29
  • 37
10
votes
3 answers

Monitoring django rest framework api on production server

I have an API created using django rest framework in a Linode server. Now, I want to check the number and the response code of each request, I want to get stats for my api. How can I do it? thankyou so much.
Danna Castro
  • 279
  • 1
  • 4
  • 13
10
votes
6 answers

Capistrano and GitHub Private Repo – Permission denied (publickey)

I've inherited a Rails project, hosted on Linode. The previous developer was using a BitBucket repository, along with Capistrano for deployments. I've since setup a private repository on GitHub, and I'm trying to get the Capistrano recipe to work.…
cmw
  • 946
  • 2
  • 11
  • 26
9
votes
0 answers

Nginx - The connection was reset?

I have Ngnix installed on my host at Linode. I have the config below: server { listen 80; server_name example.co.uk www.example.co.uk; location / { root /usr/share/nginx/html; index index.html index.htm; …
Run
  • 54,938
  • 169
  • 450
  • 748
9
votes
1 answer

Laravel deployement Your requirements could not be resolved to an installable set of packages

When I am trying to deploy my laravel project and do a php composer.phar install I get this annoying error. I pulled in my project via git with a git clone. And when I surf to my domainname I would like to see my app obviously :). I've installed a…
Moussa Chaabar
  • 501
  • 6
  • 18
8
votes
3 answers

How can I profile my Node app to see where I'm using up memory and CPU resources?

My website, CompassionPit.com, is powered by Node.js. I have released the source code; it's hosted at GitHub. The app itself is running on a Linode with 768MB of RAM (I recently upgraded the server; it was at 512MB). Recently I have been getting…
Zack Burt
  • 8,257
  • 10
  • 53
  • 81
8
votes
1 answer

Invalid HTTP method in Traceback: Uvicorn

I am using uvicorn 0.11.8 and fastapi 0.61.1. My application is hosted in VPS. When I run the app in local server, such error is not reproducible. It shows correct message 404 Not found for methods not available but I couldn't figure out what is…
Himal Acharya
  • 836
  • 4
  • 14
  • 24
8
votes
1 answer

Phusion Passenger internal server error

I'm using Apache + Passenger on my Linode server, with a Postgresql-9.4 database. Every so often, I get the following error, but it is unpredictable and rights itself a few minutes later with no actions taken, so it is extremely hard to…
Joe Morano
  • 1,715
  • 10
  • 50
  • 114
7
votes
1 answer

Laravel: Use Linode's Storage Object as an alternative to AWS S3

Linode's Object Storage is marked as being S3 compatible. Knowing this I thought that I can simply use Linode's credentials in my filesystems.php and use ->disk('s3') to upload and download files but apparently this is not the case. I have installed…
Matt Komarnicki
  • 5,198
  • 7
  • 40
  • 92
1
2 3
30 31