Previous Next Table of Contents

1. Introduction

Linuxconf GUI is implemented as two processes: Linuxconf talks using a pipe to a program called remadmin. remadmin is a general purpose user interface front end (part of the linuxconf project, but may be use for something else).

Normally, this is linuxconf who establish contact. It is calling remadmin. But the reverse is possible: remadmin may contact linuxconf using various means. One nice way is through an ssh link.


Previous Next Table of Contents