I’ve got an very old cisco pix. It stay on 6.x version. Sure, i was unable to connect via ssh from linux into my old pix. So, here is trick :
ssh -v -1 -c des <my-old-pix>
dadan’s digital lullaby
May 25th, 2009 — Linux, Microblog
I’ve got an very old cisco pix. It stay on 6.x version. Sure, i was unable to connect via ssh from linux into my old pix. So, here is trick :
ssh -v -1 -c des <my-old-pix>
May 17th, 2009 — Blog, Linux, opensuse
I often need to do this : backing up huge amount of file in single directories into iso images, so my companion would be able to read in their windows machine. Here is the commands :
genisoimage -o office.iso -iso-level 4 -joliet-long -max-iso9660-filenames -d (dir you want to backup into iso image)
I often forget this series of options. So I blog this ![]()
March 9th, 2009 — Curhat, Linux, Microblog
OpenSuse 11.0 has a great feature of recovery. I love it.
Last night, due the power failure, my OpenSuse is unable to boot.
All I need is :
Yeah !!!