Mar 17 2008
About
Radius, Mysql, Apache, and so on … We are trying to gather here some information for systems admins and network engineers. There is a big community but not sharing enough in our opinion.
In the scope of our job, we usually implement different bits and pieces of sotfware and it might take days to get it right at first. Writting some documentation is an extra bit that doesn’t take long. All we’re trying to do is share the small experience we’ve had to get others go quicker and not waste time in front of that stupid screen!
Of course, there’s always a better solution, so give us a shout if you have suggestions or ideas!
Hey Dave,
Thanks for the site, lots of good info here.
Question for you, i have a ssh connection to AS400 and i am having issues opening a vi file.
$ vi test
vt100: Unknown terminal type
[Hit return to continue]
Would you know how to resolve this?
Thanks a lot.
Alex
Hi Alex,
Maybe something to do with your TERM env variable
if ‘echo $TERM’ returns vt100 try export TERM=xterm and see if that works