python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Increasing serial console suspend time in linux kernel?
I want to increase suspend time for serial console which is approximately 5 mins right now.
For disabling the suspend I'm using no_console_suspend in BOARD_KERNEL_CMDLINE. But ultimate goal is to incr...
TaiRon
Votes: 0
Answers: 0
How to use sshpass without TTY on a Node.JS backend?
I am running the following in a script:
pubkey=$(gpg2 --verbose --export-ssh-key $EXPORT_THIS_ID)
sshpass -p$REMOTE_PASS ssh -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -tt -p $REMOTE_PORT root@...
vaughngx4
Votes: 0
Answers: 1
Net::OpenSSH; rsync_put writes progress into file, scp_put doesn't
rysnc_put and scp_put both show the progress in the terminal.
But when i try to write it into a file i can only see the progress from rysnc_put. The problem remains even if i just print the output fro...
testcaseone
Votes: 0
Answers: 2
Unable to receive NMEA GPS data from bluetooth connected Garmin GLO 2 on Mac serial device
I googled all day to find any hints or even a solution to this problem. I have a Garmin GLO 2 Bluetooth GPS receiver, which I originally bought to have GPS available on my wifi-only iPad when on a boa...
VincentWillem
Votes: 0
Answers: 1