I need to know when a particular system i'm remotely connected to disconnected - so i'd like a way to prefix my terminal commands and output with a timestamp, preferably temporarily- i'd find it an annoyance in most other cases. currently i'm using yakuake/konsole with bash, but if need be, i can use something else.
|
feedback
|
|
will make | |||
|
feedback
|
|
You can add
to You bashrc to add timestamps for used commands. I haven't find any terminal emulator that support timestamps. You can try to path bash to support syslog: http://www.juzzy.com/index.php/files/4-bash (but I'm not sure it work or is it good idea at all). I think the best option is to wrap Your program you use to connect into some bash script that will log date after disconnect. Other option is to monitor Your network traffic. | |||
|
feedback
|
