Tagged Questions
0
votes
0answers
65 views
ssh over wifi vs broadband weirdness
I have a really weird issue with connecting to an outside host from my android device (2.3.6) using ssh. I have no problem with connectbot actually, but when working on a terminal the weirdness kicks ...
1
vote
0answers
139 views
Better Terminal Emulator Pro and dns/nslookup resolution
I just recently purchased "Better Terminal Emulator Pro" on the Google Play Store.
It works well for everything so far, except when I try to do something like ping google.com or use a hostname for ...
2
votes
0answers
38 views
resolve zeroconf-style “hostname.local” names [duplicate]
Possible Duplicate:
bash - How can I check if a computer exists on my network WITHOUT IP (i.e. by device name only)?
I would like to know whether it is possible to not simply search for my ...
2
votes
2answers
288 views
In search of a Terminal App that works with SSH to AWS (EC2)
I have the itch to try and see how far down this path I can get for my own work. I've got a Galaxy Tab 10.1 and a Bluetooth keyboard.
I created an AWS EC2 Micro Instance and I can SSH into it from my ...
6
votes
1answer
277 views
How to return to the home screen with a terminal command?
Is there a terminal command to go to the home screen?
I need to do this via ssh, so I cannot just push the "home" button, I need to send a command-line action..
6
votes
2answers
647 views
how to run a specific app's action via terminal?
I need to run my android app from a remote computer via SSH, but I'm not a command-line expert, so I would like to know:
how to run a specific action of an app? (not just open it)
Which implies: how ...
4
votes
1answer
441 views
Terminal emulator's ssh trying to read /data/.ssh instead of $HOME/.ssh [closed]
When I try using Terminal emulator's ssh I get
ssh: Warning: failed creating /data/.ssh: Permission denied.
or since 2012-08-19:
Could not create directory '/data/ssh_client'.
But when I ...