Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Aug 20, 2010 7:49 am 
Offline
Newbie

Joined: Fri Aug 20, 2010 7:23 am
Posts: 4
Hello!
I'm travelling in Asia and using wireless internet to connect to Linode (I don't have any other options to go online).
The connection is extremely unstable, so I can not even install simple things with Putty - the process can hang in the middle and break the system.

I thought that Ajax Console will help me and it should but here I have another problem. My laptop screen resolution supports not more than 1024*600 pixels and in Firefox and IE I can't see what I'm typing - it is under the screen border. In Chrome there is a scroll bar in Ajax console and I can see everything fine but Backspace and Pasting doesn't work there. In Opera Backspace is working, scroll bar is there but still no Pasting and it works much slower than in other browsers (7-8 seconds delay).

Is there anything that can help in my situation?
If there was a scroll bar in firefoxes console that could solve the problem.


Top
   
 Post subject:
PostPosted: Fri Aug 20, 2010 9:10 am 
Offline
Senior Member

Joined: Sat Feb 14, 2009 1:32 am
Posts: 123
You could use Putty to connect to the Lish console. If you get disconnected your session will still be active in Lish. You won't be able to transfer fiches through it or tunnel through it, but you can't do either of those in the Ajax console either. If purely command line access is what you need then I believe Lish is your best option.


Top
   
 Post subject:
PostPosted: Fri Aug 20, 2010 9:34 am 
Offline
Senior Member
User avatar

Joined: Fri Oct 24, 2003 3:51 pm
Posts: 965
Location: Netherlands
Use screen. An install or other process running inside a screen session will keep going even if you are disconnected. When you re-establish your connection, just re-attach to that session.

_________________
/ Peter


Top
   
 Post subject:
PostPosted: Fri Aug 20, 2010 6:46 pm 
Offline
SeƱor Yaakov

Joined: Fri Feb 06, 2009 3:13 pm
Posts: 23
I concur with the screen suggestion. Using Lish is just a bad way of using screen. Screen offers persistence since the processes will run when the terminal is disconnected. It also allows multiple connections to the session.

Install screen from your package manager, then start it with:

screen -S <useful-session-name>

Then, if you get disconnected, you can use:

screen -r <useful-session-name>

or:

screen -x <useful-session-name>

if you want to connect multiple times.

Did I mention that using screen was good advice? Also, use screen.

(Or, you can use dtach if you find screen "heavy", but don't, use screen!)


Top
   
 Post subject:
PostPosted: Sat Aug 21, 2010 8:48 am 
Offline
Newbie

Joined: Fri Aug 20, 2010 7:23 am
Posts: 4
Thanks to everybody! I'll will try screen!


Top
   
 Post subject:
PostPosted: Mon Aug 23, 2010 4:12 pm 
Offline
Senior Member

Joined: Sat Feb 14, 2009 1:32 am
Posts: 123
I agree with screen also. I wasn't thinking when I wrote about using Lish.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group