Difference between pages "Amd64-piledriver" and "Package:Mosh"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
{{Subarch
{{Ebuild
|CPU Family=64-bit AMD Processors
|Summary=A replacement for SSH that is resilient to intermittent network connections, and supports roaming (changing) network connections.
|subarch=amd64-piledriver
|CatPkg=net-misc/mosh
|CHOST=x86_64-pc-linux-gnu
|Homepage=https://mosh.mit.edu/
|CFLAGS=-march=bdver2 -O2 -pipe
|USE=mmx sse sse2 sse3 sse4 3dnow 3dnowext
|Description=The amd64-piledriver subarch supports the AMD Piledriver microarchitecture produced by AMD from mid-2012 through 2015, which is the successor to the AMD bulldozer microarchitecture.
}}
}}
The '''amd64-piledriver''' subarch supports the [[Wikipedia:Piledriver (microarchitecture)|AMD Piledriver microarchitecture]] produced by AMD from mid-2012 through 2015, which is the successor to the [[Wikipedia:Bulldozer (microarchitecture)|AMD bulldozer microarchitecture]].  
'''Mosh''' is a replacement for SSH is resilient to intermittent network connections, and supports roaming (changing) network connections. Mosh can maintain a remote connection while network connections intermittently go up and down, and routes to the Internet change. Mosh depends upon {{package|net-misc/openssh}}. Mosh uses udp ports 60000-61000 sequentially.
Piledriver CPUs and APUs are available that use the [[Wikipedia:FM2 Socket|FM2 socket]]. Desktop Piledriver CPUs use the [[Wikipedia:Socket_AM3+|AM3+ socket]]. Server Piledriver CPUs use a variety of sockets, including [[Wikipedia:Socket_AM3+|AM3+]], [[Wikipedia:Socket_C32|C32]] and [[Wikipedia:Socket_G34|G34]].


Desktop piledriver CPU and APUs include FX-series with codename Vishera (FX-8350, FX-8370),  [[Wikipedia:List_of_AMD_accelerated_processing_unit_microprocessors#Virgo:_.22Trinity.22_.282012.2C_32_nm.29|A-series with codename Trinity]] (A6-5400K, A10-5800K) and [[Wikipedia:http://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_unit_microprocessors#.22Richland.22_.282013.2C_32_nm.29_2|A-series with codename Richland]].
== Installation ==
=== Merge ===
Install {{Package|net-misc/mosh}}:


Server piledriver CPUs include Opterons with codenames Delhi (Opteron 3300-series, [[Wikipedia:Socket_AM3+|AM3+]]), Seoul (Opteron 4300-series, [[Wikipedia:Socket_C32|C32]])  and Abu Dhabi (Opteron 6300-series, [[Wikipedia:Socket_G34|G34]]). A full listing of Opteron models [[Wikipedia:Opteron#Opteron_.2832_nm_SOI.29_-_Piledriver_Microarchitecture|is available here]].
<console>###i## emerge net-misc/mosh</console>


Piledriver adds several new instructions over bulldozer, so AMD bulldozer systems cannot run amd64-piledriver-optimized stages. However, this subarch is instruction-compatible with its successor, the, so amd64-piledriver stages can run on amd64-steamroller systems, and vice versa.
== Usage ==
 
Mosh requires UTF-8 locales set to run. This is the default for Funtoo Linux if you have not set any specific locales.
 
=== Connecting ===
 
Remote host only needs running ssh, mosh package installed, and UTF-8 locale set.
 
<console>$##i## mosh user@remote-host.com</console>
{{EbuildFooter}}

Latest revision as of 20:19, December 29, 2014

Mosh

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Mosh is a replacement for SSH is resilient to intermittent network connections, and supports roaming (changing) network connections. Mosh can maintain a remote connection while network connections intermittently go up and down, and routes to the Internet change. Mosh depends upon net-misc/openssh. Mosh uses udp ports 60000-61000 sequentially.

Installation

Merge

Install net-misc/mosh:

root # emerge net-misc/mosh

Usage

Mosh requires UTF-8 locales set to run. This is the default for Funtoo Linux if you have not set any specific locales.

Connecting

Remote host only needs running ssh, mosh package installed, and UTF-8 locale set.

user $ mosh user@remote-host.com