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

384 questions
6
votes
4 answers

Hosting a Rails Application on Linode

I'm planning to host a Rails application on Linode, but I'm still unsure about the requirements and process of deploying. I'm only getting the 512 plan since I'm expecting relative small traffic for the site. My question is, do I need to get a…
gerky
  • 5,831
  • 8
  • 49
  • 80
5
votes
2 answers

Keras creating three classes instead of two

I am trying to train a model to identify images containing fire VS images that contain forests. I am training the model on a remote server using Linode. I am using Python 2.7 and Ubuntu 16.04.5. When i run the following code locally or in Jupyter…
5
votes
3 answers

Can linode make django deployment simple?

I am designing a website and am debating if I should go with rails or django, my preference leans towards django but the fact that heroku makes deployment and sys admin tasks very easy I …
TheOne
  • 9,685
  • 19
  • 74
  • 111
5
votes
4 answers

cannot load such file -- bundler (LoadError) in linode

I want to deploy rails app to linode cloud server. I installed ubuntu 14.04 LTS and installed ruby 2.3.0 by rvm and also installed passenger with apache2. Then I cloned my app from bitbucket and try to bundle on it but i can't. It says like…
5
votes
2 answers

Failed to install pip for pypy on Ubuntu

I cannot install pip for pypy 4.0.1 on Ubuntu 15.10. I downloaded pypy 4.0.1 from http://pypy.org/download.html. Created a symlink for it. And used wget to download get-pip.py from https://bootstrap.pypa.io/get-pip.py. But when I ran sudo pypy…
jerry.z
  • 51
  • 1
  • 3
5
votes
1 answer

Development and production with docker with multiple sites

Currently I have 3 linode servers: 1: Cache server (Ubuntu, varnish) 2: App server (Ubuntu, nginx, rabbitmq-server, python, php5-fpm, memcached) 3: DB server (Ubuntu, postgresql + pg_bouncer) On my app-server I have multiple sites (topdomains). Each…
Tomas Jacobsen
  • 2,179
  • 6
  • 32
  • 66
5
votes
2 answers

How do you setup Python with virtualenv locally and on a real Linode server (or similar)?

Using PyCharm on Windows and would like to gain a better understanding of how to setup my local environment so that it translates cleanly as possible to my servers on Linode (or any other Linux box for that matter). I have a physical drive set aside…
martin's
  • 3,505
  • 6
  • 29
  • 53
4
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
  • 4,370
  • 4
  • 31
  • 67
4
votes
3 answers

What are some big sites that are using Linode?

Similar to this question; I'm looking for examples of large websites that are hosted on Linode.
Rudiger
  • 49
  • 1
  • 2
4
votes
1 answer

Default risks of losing data on a single MongoDB server

My particular scenario: I want to spin up a new Linode VM solo for running MongoDB. I'll have backup services and etc. for everything related to the disk, so this question about 'risk' pertains only to the following. I've been reading the MongoDB…
RayTFM
  • 445
  • 4
  • 7
4
votes
1 answer

Connecting to a simple sockets python server remotely

I am trying to setup a very simply sockets app. My server code is: import socket s = socket.socket() host = socket.gethostname() port = 1234 s.bind((host,port)) s.listen(5) #Here we wait for a client connection while True: c, addr =…
Kex
  • 6,762
  • 5
  • 39
  • 93
4
votes
2 answers

Separate server for Memcache/Redis?

I am using Django for my project and I ll be hosting it on Linode or any other hosting service. Plus if I want to use memcache will I require a new Linode for it? Means just one server will be ok or I ll have to host my site on 2 servers, one for…
user5042031
4
votes
3 answers

Can't start Python - ImportError: No module named posixpath

So I have an application written in Python that uses virtualenv with Python 2.7.3. Application runs some tasks with rabbitmq and celery. Everything was running smooth for couple days and today I noticed tasks are not being processed. I logged in to…
marcin_koss
  • 5,375
  • 8
  • 40
  • 56
4
votes
1 answer

rufus cron job not working in Apache/Passenger

I have a Rails app running on Apache/Passenger. It has a rufus-scheduler cron job that runs in the background and sends out notifications via email. When I am running the app in development on the WEBrick server, the emails are sent like they are…
4
votes
1 answer

Django getting lots of SuspiciousOperation: Invalid HTTP_HOST header

I'm using Django 1.5, Apache, mod_wsgi and python 2.7, debian hosted on linode. Since I upgraded from django 1.3 to django 1.5, I started receive some error messages, for example: "ERROR (EXTERNAL IP): Internal Server Error: /feed/". With this…
Fernando Freitas Alves
  • 3,381
  • 3
  • 22
  • 42
1
2
3
25 26