Linode (a contraction of Linux Node) is a virtual private server web hosting and cloud computing provider based in Galloway Township, New Jersey.
0
votes
0answers
94 views
Where can I find a multicore (more than one *physical* processor) to test my library?
I am trying to test a multi-threaded library but I need a machine with at least 2 physical cores, preferable 6 cores. No virtual cores here. Does anyone know a place where I can do it? Any virtual ...
0
votes
1answer
161 views
Zend Framework application served via ip address
I am trying to setup my linode account to serve a zend framework web application from the IP address of the server. Everything works if I serve it from a resolved domain name like ...
2
votes
0answers
402 views
Starting : can't open [/data/db/mongodb.log] for log file: errno:13 Permission denied [closed]
I can not run mongodb in ubuntu 10.04 lucid in linode.
I'm following this guide http://library.linode.com/databases/mongodb/ubuntu-10.04-lucid#sph_id4 but when I try run the commands:
...
2
votes
1answer
1k views
AWS and Linode server for web application
I think I am failing to understand the benefit of AWS EC2. I am working towards making a web application, and might need a VPS.
From what I have read:
AWS EC2 is more expensive than a fixed VPS, ...
0
votes
1answer
61 views
Multiple pages on a same machine (Linode)
Im planning to get a Linode plan and i need to run 3 web pages 2 on Ruby on Rails and a simple html is it possible?
i need to have a different URL for each RoR app and for the simple html page also
7
votes
2answers
5k views
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 ...
0
votes
2answers
226 views
Cant open nginx.conf file via sudo mate command in Linode Ubuntu 10.04 box
when we run sudo mate /opt/nginx/conf/nginx.conf we get two different errors
sudo: unable to resolve host myhost
sudo: mate: command not found
how can we get this file to open? sudo mate wont open ...
0
votes
2answers
987 views
trying to install ruby package to Ubuntu 10.04 Lucid box, cant install rubygems
Were following this guide right here trying to set up hosting for our Rails app on a Linode Ubuntu 10.04 Lucid Lynx box.
trying to run cd /opt/rubygems-1.5.1/
ruby setup.rb to install Ruby on the ...
0
votes
2answers
538 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
245 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
332 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
110 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
416 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 ...
4
votes
2answers
1k 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; ...
3
votes
1answer
331 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
162 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 ...
1
vote
0answers
221 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 ...
0
votes
0answers
631 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 - ...
1
vote
2answers
335 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 ...
0
votes
1answer
431 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
780 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
66 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 ...
4
votes
3answers
1k 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.
0
votes
1answer
411 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
178 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:
...
5
votes
3answers
2k 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 ...
13
votes
1answer
1k 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 ...
4
votes
1answer
337 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 ...
25
votes
1answer
4k 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 ...
1
vote
1answer
641 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 ...
0
votes
2answers
677 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 ...
2
votes
1answer
298 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 ...
9
votes
1answer
2k 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? ...
1
vote
1answer
287 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/
9
votes
5answers
3k 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.
0
votes
1answer
317 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 ...
