Tagged Questions
The linode tag has no wiki summary.
12
votes
1answer
2k views
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 ...
11
votes
1answer
642 views
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 ...
6
votes
1answer
1k views
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? ...
6
votes
4answers
2k views
Linode or Slicehost
I'm looking into VPS for LAMP and wanted to see if any of you have an opinion to help me decide between Linode and Slicehost? Pro, Cons and overall opinion will be much appreciated.
4
votes
1answer
224 views
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 ...
3
votes
2answers
551 views
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.
2
votes
1answer
59 views
Dealing With Multiple Git Heads locally and on the server
I'm using Linonde to host my git repos and also the actual site files.
git branch -r looks like this:
company/master
company/stage
origin/HEAD -> origin/master
origin/master
prod/master
git ...
2
votes
1answer
96 views
My site is slowing down randomly and graphs show no load [closed]
I have a problem, My site starts lagging at random times, the server shows no signs of CPU load or hard disk swapping during I/O, I just upgraded the server (768 Linode) yet the site lags, anyone in ...
2
votes
1answer
177 views
What do I need to configure to host django applications on linode?
I am about to choose hosting provider for my Django project. I took a look on a linode
and it looks very promissing. It looks like very elastic solution but in my case this might be a disadvnatage ...
1
vote
1answer
109 views
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; ...
1
vote
0answers
92 views
Drupal: Not showing textfield labels in forms on installation and after it
I have strange problem on instalation of Drupal 6.22.
Screenshot in attachment
Installation screen not showing text labels (#title value) in forms generated of st() function.
And not generated only ...
1
vote
2answers
84 views
bash: script doesn't run in the background
I have a script that performs several linux commands. When I run "./script.sh &" it works fine until I cancel the console. However, when I login again the scritp seems to be running in background ...
1
vote
2answers
626 views
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 ...
1
vote
1answer
342 views
Connection refused: When I try to send email from my linode server
I have a django project and for email settings I use my personal gmail account. It works just fine when Im testing from localhost. But i get "conection refused error" from django when I try from my ...
1
vote
1answer
183 views
What projects have a similar aim to the libcloud project, and how mature are they?
libcloud is a standard client library for many popular cloud providers, written in python:
http://incubator.apache.org/libcloud/
0
votes
2answers
45 views
using Amazon-EC2 or Linode for hosting a debian server with R regularly extracting information from the web [closed]
I have hacked my NAS-01g into a debian server and use it to regularly download stock quote and earthquake information from the web. I was on a trip last week and I turned off my sever at home, but ...
0
votes
1answer
69 views
I can't deploy to linode using capistrano and git
While trying to deploy with capistrano and git I ran into this error:
[178.79.133.74] executing command
** [178.79.133.74 :: out] Initialized empty Git repository in /var/www/depot31/shared ...
0
votes
1answer
66 views
Load balancing between Linone and EC2 with Nginx
How to load balance with Nginx between a Linode and an EC2 instance?
I don't want to use subdomains like
www1.abc.com
www2.abc.com
So there are different IP addresses, but I just want see abc.com ...
0
votes
2answers
54 views
Making Site Live
I'm using Node.JS and MongoDB and have a domain already setup. To show pages I have on my computer (home.html, feature.html, etc.) would I make the Node.js scripts listen to the IP of my server or how ...
0
votes
1answer
106 views
Using Xubuntu remotely on a linode
I'm ssh'd as root into my linode server and have installed Xubuntu (for Ubuntu 10.04). Now I'd like to use it, but issuing starts brings about the fatal error no screens found. I've installed and run ...
0
votes
0answers
243 views
linode, rails, apache, passenger - site pointing to example.com:3000 and not example.com
I signed up to linode recently with ubuntu 10.04, I used the following guides to get me started:
General linode set up - http://library.linode.com/getting-started
Apache installation - ...
0
votes
0answers
291 views
Why are my emails sent from Linode marked as Spam by Google? [closed]
I bought a brand new Linode for my new website using a new domain. I am sure that the ip address used by the website is not blacklisted as a source of spam.
All emails I sent to Yahoo mail all go to ...
0
votes
1answer
120 views
Can't get index.php to work on LAMP on LINODE
sorry if this question is very basic , but I am trying to run the example facebook application facebook gives you.
I am using linode, and installed the stock linode LAMP stackscript. I installed PHP ...
0
votes
1answer
373 views
Issue generating .zip files in prod (Rails 3)
I'm using Linode as my hosting solution. I have a rails 3 app that dynamically takes mp3s (and other media) and creates a .zip file for download. It works fine in development but once i put it on my ...
0
votes
0answers
47 views
In need for a server - don't know that much - only know a few - assistance? [closed]
I need to setup a server to use but i don't know any good ones on the net.. (haven't really tapped into this area before - my first time..)
Need to be linux - based.
I heard about Apache but i don't ...
0
votes
1answer
195 views
Django: how to publish an app
I have developed an app using Django 1.1.1 and python 2.7.1. I want to publish it on a commercial website, but not sure which one.
the app works fine on the apache server running on my local machine, ...
0
votes
1answer
86 views
Help with a simple Apache 'hello world' index file. Here is the tutorial I'm using as well
Here is the tutorial I'm using, just so that you know where I'm places my file. In fact, I'm using the duckling.org example in the tutorial as my own example. Here is the link:
...
0
votes
2answers
474 views
Is there a linode version of EC2 on Rails?
We really like the idea of hosting with Amazon EC2 and the excellent EC2 on Rails, but our cashflow isn't enough to justify a move to EC2. So we've decided to host with linode. Now we're trying to put ...
0
votes
1answer
167 views
exim4 nonstandard ports
I am trying to use exim4 on debian to relay mail, nothing more. I have a stage mail server and a production mail server (both written custom in python to do weird stuff). I also have all these ...