30 Dec 2024
aceder a uma consola virtual a partir de outra
24 Nov 2021
How to terminate console on serial port (UART)
27 Jun 2016
https://wiki.openwrt.org/doc/recipes/terminate.console.on.serial
First method (NO need re-build the Kernel):
1. Edit sysctl.conf file on your device:
/etc/sysctl.conf
Add the new line at the begining of this file:
kernel.printk = 0 4 1 7
2. Edit inittab file on your device:
/etc/inittab
up to revision r28294
Find line in this file:ttyS0::askfirst:/bin/ash --login
ttyATH0::askfirst:/bin/ash --login
Bash History Cheat Sheet
18 Feb 2013
forward search:
CTRL-s
para funcionar desativar xon/xoff flow control:
stty -ixon
http://www.catonmat.net/blog/the-definitive-guide-to-bash-command-line-…
http://stackoverflow.com/questions/791765/unable-to-forward-search-bash…