Sunday, August 09, 2026

Linux history issue

 

echo "HISTSIZE=$HISTSIZE"
echo "HISTFILESIZE=$HISTFILESIZE"

#update the .bachrc file
# Keep more commands in memory
HISTSIZE=10000
# Keep more (or unlimited) lines in the history file
HISTFILESIZE=100000
# or for effectively unlimited on Bash ≥4.3:
# HISTFILESIZE=-1


No comments:

Arduino modules: Wifi esp8266

  [1] code and scheme https://github.com/imjeffparedes/iot-esp8266-arduino-interface/tree/master