Yet another linux nerd. Olivier Garcia's Blog

Archive for August, 2005

<translation>

The judge returns Charlotte to his father.
The guard is entrusted to her mother.
The fate of Charlotte is decided today.

</translation>

As seen on Google News FR




I was looking for automation for accessing remote hosts then jumping on another hosts, all that using ssh without (public|private) keys and I came on /usr/bin/expect then on the corresponding perl module, Expect.pm. It allows you to write programs with interactive tasks that can be done without operator assistance. Let’s take my exemple [...]