Archives for: February 2010
SSH no kex alg
Having recently JumpStarted an new server, I found it unable to login via ssh
root@chiscadm01~# ssh 10.23.3.103
no kex alg
Solution was to regenerate the SSH keys on that server
# /lib/svc/method/sshd -c
# svcadm refresh ssh
and voi… more »
Shell useful tricks (basic stuff)
Nice tricks with shell, I discovered in internet darkest corners :)Brace expansion takes a list of strings separated by commas and expands those strings into separate arguments for you. The list should be enclosed by braces.# echo {1,2,3,4,5}… more »
Shell snooping with DTrace
Lurking around the inet, getting info about Solaris Audit - I stumbled upon this wonderful DTrace script. What it basically do - is to snoop all activity around shells, such as keystrokes and command outputs. Very handy indeed, smth like BSA for cheap :)… more »
vSphere 4 implementation videos
Lurking around internet, I found this wonderful free videos about VMWare ESX 4. Nicely shown, thanks!
Link to the videos more »