Dmitry Grishin:
I just tried killer.sh simulator and i have a few questions:
• i had about 5-6 connection interruptions even my internet connection is very stable (“Connection closed” screen and then start with cleared screen). The trouble here is waste of time and all aliases and export var are lost. Q: did you experience anything like this in killer? Or in real exam? Does in make sense to type all aliases and export in the notepad first?
• the font was small for me, so i did Ctrl+scroll and increased it. Can i do the same in real exam?
• the exam instruction says Ctrl-c and Ctrl-v doesn’t work and there is another key combinations. But my Q is if mouse-led copy paste commands work?
Thx!
Saheed Adeosho:
answer is yes
James Andrews:
I was using killer.sh yesterday and I found it lost my shell environment a couple of times but the commands i had previously input were still in history. So I reinstated the aliases with ! had to do that maybe 3 times
Marvin T:
To persist your aliases dont do them on the command line, but put them into ~/.bashrc.
That is, don’t alias k=kubectl
but echo 'alias k=kubectl' > ~/.bashrc; source ~/.bashrc
Marvin T:
Also, I was able to cmd + '+'
on macOS to increase the text size on both killer.sh and the actual exam. So, I would assume that the Windows/Linux equivalent shortcuts will work as well.