Tuesday, September 15, 2020

C# Sucks!

JK!!

Seriously, though, somewhere around C#-3 we should have inculcated ourselves with the question: "Does 'CAN' == 'SHOULD' ?"



Sunday, January 19, 2020

Recording and Playing Back a Terminal Interaction using 'Script' cmd in Linux

# script --timing=time.txt script.log

# scriptreplay -m 1 --timing=time.txt script.log





Try it, its fun!!
First run the script command and hack around with whatever random commands come to mind.
When you're ready, type



# exit


Then type the
scriptreplay
command.


The -m 1 sets the max seconds between interesting stuff happening.
It makes me look really fluent at the command line.
LOL!

C# Sucks!

JK!! Seriously, though, somewhere around C#-3 we should have inculcated ourselves with the question: "Does 'CAN' == 'SHOULD...