-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
48 lines (48 loc) · 2.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<title>pconsole distribution page</title>
</head>
<body bgcolor=white textcolor=black link=blue vlink=magenta>
<center><h1><i><hr>pconsole<hr></i></h1></center>
<font face=arial,helvetica>
This is the pconsole distribution page. pconsole is a administrative tool for
working with clusters of machines.<br>
pconsole allows you to connect to each node of your cluster simultaneously,
and you can type your administrative commands in a specialized window that
'multiplies' the input to each to the connections you have opened.<br>
pconsole is best run from within X Windows, although it is possible to
employ it without X (in console mode) as well.<br>
You need to install pconsole on only 1 machine in the cluster, this would
usually be your central administrative node.<br>
pconsole was developed by Walter de Jong in 2001.
<p>
<center>
pconsole COMES WITH NO WARRANTY.<br>
pconsole is free software.<br>
pconsole is distributed under terms described in the <a href="http://www.fsf.org/copyleft/gpl.html">GNU General Public License</a>.
</center>
<p>
pconsole features:
<ul><li>parallel access to each machine in your cluster
<li>unlimited number of simultaneous connections
<li>secure access (tries to use SSH by default)
<li>easy installation -- no need to install it on each node in the cluster
<li>easy user interface
<li>secure program even though it needs root privileges to run
</ul>
<p>
Download the latest version at the <a href="https://github.com/walterdejong/pconsole/releases">GitHub pconsole releases</a> page
<p>
Please see the <a href="README.md">README</a> for more information.<br>
See the <a href="ChangeLog">ChangeLog</a> for a (short) history in development.<br>
View a <a href="images/screenshot.jpg">screenshot</a> of pconsole in action.<br>
<p>
If you don't have SSH, I recommend OpenSSH, which you can get at <a href="http://www.openssh.org">OpenSSH.org</a>
<p>
The main distribution site is at <a href="https://walterdejong.github.io/pconsole/">https://walterdejong.github.io/pconsole/</a>.<br>
</font>
<p>
<hr>
<i>If you really must, you can contact the author at <a href="mailto:[email protected]">[email protected]</a></i>
</body>
</html>