Top "Linode" questions

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

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 …

mysql command-line command-line-arguments linode
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 …

ssh connection-timeout linode
How do I resolve a mysql Thread Stack Overrun?

I have a stored procedure on mysql. It worked on my local MAMP environment, the procedure worked well, but when …

mysql linode
How do I remove the port number from Tomcat urls?

Please help! How do I remove the port number and application name from Tomcat URL's? I have my domain with …

java tomcat dns tomcat7 linode
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. …

linux amazon-s3 cloud vps linode
git push " The remote end hung up unexpectedly "

I have created a new branch in my local repository and after some commits, I wanted to push it to …

git branch push master linode
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 …

ruby-on-rails github ssh capistrano linode
Composer escapeshellarg() has been disabled for security reasons

Hey I have a server on linode.com (Centos 7). I installed cpanel and composer in my server, when I run …

server composer-php cpanel linode
Does socket.io handle keepalives automatically?

I am using node.js and socket.io on a Linode server. I was told that I should use KeepAlives …

node.js socket.io keep-alive linode
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 = …

python sockets tcp linode