Active Topics

 


Reply
Thread Tools
Posts: 6 | Thanked: 26 times | Joined on Dec 2013 @ Finland
#11
I'd enjoy screen (perhaps even byobu) and irssi.
 

The Following 2 Users Say Thank You to cloudbuster For This Useful Post:
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#12
I'd like to add imagemagick to the requests. I tried to compile it but it's non-trivial: too many dependencies.

The binary does compile okay, but it misses decoders/encoders
__________________
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow

Nemo UX blog: Grog
My website: qwazix.com
My job: oob
 

The Following User Says Thank You to qwazix For This Useful Post:
Posts: 9 | Thanked: 11 times | Joined on Oct 2010
#13
Managed to build Mosh on my phone and thought I'd share this with you guys.

What "Mosh"?

http://mosh.mit.edu/

Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.

Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.

Mosh is free software, available for GNU/Linux, FreeBSD, Solaris, Mac OS X, and Android
Please ask if these instructions don't work. I did many steps forwards and backwards while trying to build some libs manually and installing some using pkcon, so ask if they don't work as intended:

1) First, the dependencies. Open terminal and type:

Code:
pkcon install zlib-devel protobuf-compiler protobuf-devel ncurses-devel openssl-devel
2) Open browser / use wget / whatnot to download:

Code:
http://mosh.mit.edu/mosh-1.2.4.tar.gz
3) In the terminal again:

Code:
devel-su
# insert your developer mode password
cd /home/nemo/Downloads # or other folder where the file is
tar xvfz mosh-1.2.4.tar.gz
cd mosh-1.2.4
./configure
make
make install
Please note that you'll also need make, gcc, and gcc-c++ packages installed.

EDIT: Important note! As you'll install this by compiling Mosh manually from sources, you'll be yourself responsible for possible security updates in the future. So keep checking the website every now and then to keep your Mosh secure.

Last edited by casl; 2013-12-27 at 09:08.
 

The Following 7 Users Say Thank You to casl For This Useful Post:
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#14
Originally Posted by casl View Post
Managed to build Mosh on my phone and thought I'd share this with you guys.

What "Mosh"?

http://mosh.mit.edu/



Please ask if these instructions don't work. I did many steps forwards and backwards while trying to build some libs manually and installing some using pkcon, so ask if they don't work as intended:

1) First, the dependencies. Open terminal and type:

Code:
pkcon install zlib-devel protobuf-compiler protobuf-devel ncurses-devel openssl-devel
2) Open browser / use wget / whatnot to download:

Code:
http://mosh.mit.edu/mosh-1.2.4.tar.gz
3) In the terminal again:

Code:
devel-su
# insert your developer mode password
cd /home/nemo/Downloads # or other folder where the file is
tar xvfz mosh-1.2.4.tar.gz
cd mosh-1.2.4
./configure
make
make install
Please note that you'll also need make, gcc, and gcc-c++ packages installed.
Thanks! Could you explain for newbies how to use it from a Windows PC to the Jolla? I used to use KiTTY (a PuTTY fork) to connect to the Jolla through WiFI or USB, but really like the roaming feature of mosh. Is there any way to use it from a Windows computer, and if so, how?
 
Posts: 9 | Thanked: 11 times | Joined on Oct 2010
#15
Originally Posted by Kabouik View Post
Thanks! Could you explain for newbies how to use it from a Windows PC to the Jolla? I used to use KiTTY (a PuTTY fork) to connect to the Jolla through WiFI or USB, but really like the roaming feature of mosh. Is there any way to use it from a Windows computer, and if so, how?
Unfortunately there is no Mosh Windows client yet. You could give it a try though using the experimental Cygwin port from the Mosh website.
 
Posts: 6 | Thanked: 2 times | Joined on Oct 2012
#16
Hi,
I just added mer-tools repo as described in the first post
Code:
ssu ar mer-tools
ssu ur
But it seems that the repo does not exist.

Code:
$ ssu lr
[...]
Enabled repositories (user): 
 - mer-tools ... https://releases.jolla.com/releases/1.0.2.5/mer-tools/builds/armv7hl/packages/
[...]
Opening this url in browser gives "403 Forbidden"

Does anyone know what's the status of this repo?
 
Posts: 6 | Thanked: 2 times | Joined on Oct 2012
#17
Sorry, my bad. I missed the "pkcon refresh" line. Everything works fine
 
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#18
So wget can't be found in Sailfish repos just because it's gplv3?

The one in Nemo works:
http://repo.merproject.org/obs/nemo:...ps.armv7hl.rpm
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).

Last edited by xerxes2; 2013-12-29 at 22:11.
 

The Following 3 Users Say Thank You to xerxes2 For This Useful Post:
kollin's Avatar
Posts: 193 | Thanked: 203 times | Joined on Jun 2012 @ Sofia, Bulgaria
#19
when i try "ssu ar mer-tools" i get:
Code:
void NetworkService::setPath(const QString&) "Method "GetProperties" with signature "" on interface "net.connman.Service" doesn't exist


what shall i do now?
__________________
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins
 
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#20
Originally Posted by kollin View Post


what shall i do now?
Thats just debug message that can be ignored.
__________________
IRC: jonni@freenode
Sailfish: ¤ Qt5 SailfishTouchExample ¤ Qt5 MultiPointTouchArea Example ¤ ipaddress ¤ stoken ¤ Sailbox (Dropbox client) ¤
Harmattan: ¤ Presence VNC for Harmattan ¤ Live-F1 ¤ BTinput-terminal ¤ BabyLock ¤ BabyLock Trial ¤ QML TextTV ¤
Disclaimer: all my posts in this forum are personal trolling and I never post in any official capacity on behalf of any company.
 

The Following User Says Thank You to rainisto For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 02:24.