On Wed, Oct 29, 2014 at 11:08 AM, Balazs Kezes wrote:
> On 2014-10-28 17:42 +0100, meino.cra...@gmx.de wrote:
>> I login on my Beaglebone via ssh using this command:
>> ssh -t root@ screen -R -d
>> ...
>> What is the above ssh-command in case of tmux to acchieve the same as
>> with using screen ?
On 2014-10-28 17:42 +0100, meino.cra...@gmx.de wrote:
> I login on my Beaglebone via ssh using this command:
> ssh -t root@ screen -R -d
> ...
> What is the above ssh-command in case of tmux to acchieve the same as
> with using screen ?
Have you tried "ssh -t root@ tmux attach -d"? Or even
better:
Hi,
I am running Gentoo linux on my PC as on my embedded system, which is
a Beaglebone Black (ARM).
Since Gentoo is Linux distribution based on source code (everything
has to be compiled on the target) I have to compile updated to the
system natively on the Beaglebone Black (I tried crosscompilin