Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Tenere una shell attiva con SSH anche se la connessione cade
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
sbranz
n00b
n00b


Joined: 03 Jul 2007
Posts: 69

PostPosted: Fri Jul 06, 2007 2:33 pm    Post subject: Tenere una shell attiva con SSH anche se la connessione cade Reply with quote

Vorrei sapere se esiste un metodo per aprire una o piu shell con ssh e lasciarle attive anche dopo che disconnetto ssh..è possibile?

see ya ;)
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Fri Jul 06, 2007 2:35 pm    Post subject: Reply with quote

Code:
#emerge screen
#man screen

See Ya ;)
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Fri Jul 06, 2007 2:36 pm    Post subject: Re: Tenere una shell attiva con SSH anche se la connessione Reply with quote

sbranz wrote:
Vorrei sapere se esiste un metodo per aprire una o piu shell con ssh e lasciarle attive anche dopo che disconnetto ssh..è possibile?

see ya ;)


Code:

emerge -pv screen
man screen

_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
sbranz
n00b
n00b


Joined: 03 Jul 2007
Posts: 69

PostPosted: Fri Jul 06, 2007 2:36 pm    Post subject: Reply with quote

cacchio io vi amo...avete risposto in meno di 30 sec o.O huauhauha che storia! grazie :**
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Fri Jul 06, 2007 2:37 pm    Post subject: Re: Tenere una shell attiva con SSH anche se la connessione Reply with quote

comio wrote:
sbranz wrote:
Vorrei sapere se esiste un metodo per aprire una o piu shell con ssh e lasciarle attive anche dopo che disconnetto ssh..è possibile?

see ya ;)


Code:

emerge -pv screen
man screen

Sono passati un paio d'anni ma ti batto ancora ;)
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
skypjack
l33t
l33t


Joined: 05 Aug 2006
Posts: 884
Location: Italia - Firenze

PostPosted: Fri Jul 06, 2007 2:37 pm    Post subject: Reply with quote

Era anche piuttosto facile come domanda, fanne di più difficili, metti alla prova ... :wink:

[EDIT]: siete stupendi!! :D
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sat Jul 07, 2007 5:29 pm    Post subject: Reply with quote

Che fa lo mettiamo un bel tag [risolto].
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
MonsterMord
Guru
Guru


Joined: 28 Apr 2004
Posts: 395
Location: Italy --> Forli'

PostPosted: Mon Jul 09, 2007 10:26 am    Post subject: Reply with quote

koma wrote:
Code:

#man screen



eppero':

Code:
#man screen | wc -l
3423


C'e' una "Fast Guide 4 impatient"? 8O
_________________
Gentoo GNU/Linux on DELL Inspiron 8500
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Mon Jul 09, 2007 11:07 am    Post subject: Reply with quote

Moved from Forum italiano (Italian) to Forum di discussione italiano.

@MonsterMord: lancia screen e dai:
Code:
ctrl+a+?
e' un buon inizio per capire come funziona ;)
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Jul 09, 2007 11:13 am    Post subject: Reply with quote

MonsterMord wrote:

C'e' una "Fast Guide 4 impatient"? 8O

Code:
screen -RD <nomesessione>
per creare una sessione o entrare in una sessione esistente e CTRL-A D per uscire dalla sessione senza chiuderla.
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
topper_harley
Guru
Guru


Joined: 05 Apr 2006
Posts: 363
Location: Treviso / Udine (Italy)

PostPosted: Mon Jul 09, 2007 12:06 pm    Post subject: Reply with quote

MonsterMord wrote:
koma wrote:
Code:

#man screen



eppero':

Code:
#man screen | wc -l
3423


C'e' una "Fast Guide 4 impatient"? 8O


http://gentoo-wiki.com/TIP_Using_screen

Kernel78 wrote:


per creare una sessione o entrare in una sessione esistente e CTRL-A D per uscire dalla sessione senza chiuderla.


CTRL-a + d

So di essere pignolo ma anche per screen maiuscole e minuscole sono diverse...
_________________
http://topperh.ath.cx
Jabber: topper_harley@jabber.org
ICQ: 224179391
MSN: Topper_Harley80@gmail.com
Last FM
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Jul 09, 2007 12:17 pm    Post subject: Reply with quote

[quote="topper_harley"]
MonsterMord wrote:

Kernel78 wrote:


per creare una sessione o entrare in una sessione esistente e CTRL-A D per uscire dalla sessione senza chiuderla.


CTRL-a + d

So di essere pignolo ma anche per screen maiuscole e minuscole sono diverse...

Cavoli, hai perfettamente ragione, mi sono dimenticato il caps lock senza nemmeno pensarci ...
Devo smetterla di lavorare quando posto :lol:
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
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
You cannot vote in polls in this forum