Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have an embedded box which is using linux. But it does not have an scp server running in it. Can anyone recommend some open source implementation(command line) so that i can cross compile and use the binary.
You need to cross compile OpenSSH for your embedded device,Follow below steps
Download OpenSSH from http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.6p1.tar.gz
extract it and cross-compile it using toolchain
./configure --host="board architecture"
make
Copy sshd from compiled source and download it in your embedded device and run it
/path/sshd
Try to connect with your embedded device using scp
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can any one please tell me a light weight Linux kernel which supports the kexec functionality, and takes minimum time to boot.
I am using the kexec functionality that is already present in Linux distros like REd hat Enterprise Edition, but i want to shift to a light weight Linux kernel.
Get sources of linux kernel from kernel.org and compile your own one with some disabled features(filesystem supports, schedulars and governors,..) , drivers and debugging functions(printk,...) then enable CONFIG_KEXEC in .config.
kexec works only on PDA, Not on Computer Server or Desktop
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any package for node.js which provides to connect over ssh to remote machine and execute shell command or run some python scripts ?
I done similar with python where I can accept key and process prompt but I need to use node.js.
All of these would work for your problem:
https://nodejsmodules.org/tags/ssh
But I would suggest trying node-control (top of the list) because the project has already rolled many of the features you would be looking to implement.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I wrote C++ code( show images) with qt creator in Linux. I want to put it into imx6Q to see my images on the display. I need some toolchain in Linux . Does anybody know that Gcc toolchain is enough for it? I am trying to find some information about it,i have never done it. Thanks for anyone's help.
The imx6 series is based on the ARM architecture.
You could use one of the free Codesourcery "lite" cross-compiler toolchains for ARM available here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I get a an error while installing MPICH, that the mpd files are missing.Can you please Suggest me with some links where i can get mpd tools for MPI.
Use Hydra it is a process management system for starting parallel jobs. Hydra is designed to natively work with multiple daemons such as ssh, rsh, pbs, slurm and sge. .
http://www.mpich.org/static/tarballs/3.0.2/hydra-3.0.2.tar.gz
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've read on some development blogs that it is nearly to impossible to build BlackBerry application properly on operating systems other than Windows. Any possible workarounds on veryfication, rapc usage etc may result in serious and hidden bugs.
There is a nice blog about BB development under Linux:
www.slashdev.ca:
BlackBerry Development Using Linux
BlackBerry Simulator in Linux – Sort of
Simulator in Linux – Slightly More Reliable
MDS Simulator… in Linux
Using sigtool in Linux
And build it all: BlackBerry Development with Ant & Eclipse