Difference between pages "Package:Mosh" and "Template:DisplayBuilds"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{Ebuild
<includeonly>
|Summary=Mobile shell that supports roaming and intelligent local echo
{{#get_web_data:url=http://build.funtoo.org/index.xml|format=xml|use xpath|data=build=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@build,variant=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@variant,latest=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@latest,path=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@path,download=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@download}}
|CatPkg=net-misc/mosh
<tr>
|Maintainer=
<td>{{#external_value:build}}</td>
}}
<td>{{#vardefine:v|{{#external_value:variant}}}}{{#if:{{#var:v}}|{{#var:v}}|<span style="color: #888;">standard</span>}}</td>
'''Mosh''' is a ssh client server that is aware of connectivity problems of the original ssh implementation.  Mosh can migrate physical connections and ip addresses while staying connected.  Mosh depends upon {{package|net-misc/openssh}}.  Mosh uses udp ports 60000-61000 sequentially.
<td>{{#external_value:latest}}</td>
 
<td>*'''[http://ftp.osuosl.org/pub/funtoo{{#external_value:download}} osuosl.org]'''
== Installation ==
* '''[http://build.funtoo.org{{#external_value:download}} funtoo.org]'''</td>
=== Merge ===
<td>* [http://ftp.osuosl.org/pub/funtoo{{#external_value:path}} osuosl.org]
Install {{Package|net-misc/mosh}}:
* [http://build.funtoo.org{{#external_value:path}} funtoo.org]</td>
 
</tr>
<console>###i## emerge net-misc/mosh</console>
</includeonly>
 
== Usage ==
 
Mosh requires utf8 locales set to run. This is the default for Funtoo Linux if you have not set any specific locales.
 
<console>###i## echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen</console>
<console>###i## locale-gen</console>
<console>###i## eselect locale set en_US.utf8</console>
 
=== Connecting ===
 
remote host only needs running ssh, mosh package installed, and utf8 locale set.
 
<console>$##i## mosh user@remote-host.com</console>
 
{{EbuildFooter}}

Revision as of 04:21, January 15, 2015