Enable Timestamp in Bash History
Instead of: [fu@bar ~]$ history … 990 nmap 10.9.6.0/24 991 history 992 less ~/.bash_history 993 ls -ltra 994 less ~/.lesshst 995 cd .config/ 996 ls -ltra 997 exit 998 ssh webserver 999 exit 1000 history Do this: [fu@bar ~]$ export … Continue reading →