Entries Tagged 'Linux' ↓

Connecting to old pix

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>

Backup files into ISO using genisoimage

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 :P

Fixing Boot Failure in OpenSuse 11.0

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 :

  1. inserting Bootable DVD Media OpenSuse 11.0
  2. boot my machine
  3. choose recovery method
  4. custome recovery, i only need fixing boot, fsck, and a lil bit maintenance.
  5. ten minutes after that, my OpenSuse is ready to rock again.

Yeah !!!