aboutsummaryrefslogtreecommitdiff
path: root/public_hurd_boxen.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-03 19:22:19 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-03 19:22:19 +0200
commit6842e8cb0184b84b059742b238f4e6a3d4136ccc (patch)
tree4c953cba290be0ef636bd33b01fb7e703df27f99 /public_hurd_boxen.mdwn
parent1c98947f137f513a118b497fbff8391b023a4b3b (diff)
downloadweb-6842e8cb0184b84b059742b238f4e6a3d4136ccc.tar.gz
web-6842e8cb0184b84b059742b238f4e6a3d4136ccc.tar.bz2
web-6842e8cb0184b84b059742b238f4e6a3d4136ccc.zip
Use the ikiwiki table plugin.
Diffstat (limited to 'public_hurd_boxen.mdwn')
-rw-r--r--public_hurd_boxen.mdwn71
1 files changed, 18 insertions, 53 deletions
diff --git a/public_hurd_boxen.mdwn b/public_hurd_boxen.mdwn
index 1518d985..2de9ed78 100644
--- a/public_hurd_boxen.mdwn
+++ b/public_hurd_boxen.mdwn
@@ -1,60 +1,27 @@
Here are some Hurd boxes that users have made available to the public:
-<table border="1" cellpadding="1" cellspacing="0">
- <tr>
- <th bgcolor="#99CCCC"><strong>Host Name</strong></th>
- <th bgcolor="#99CCCC"><strong>Operator</strong></th>
- <th bgcolor="#99CCCC"><strong>Access</strong></th>
- <th bgcolor="#99CCCC"><strong>Port</strong></th>
- <th bgcolor="#99CCCC"><strong>Distro</strong></th>
- <th bgcolor="#99CCCC"><strong>Machine Specs</strong></th>
- <th bgcolor="#99CCCC"><strong>Comments</strong></th>
- </tr>
- <tr>
- <td> flubber.bddebian.com </td>
- <td>[[Barry_de_Freese|bddebian]]</td>
- <td> ssh </td>
- <td> 2250 </td>
- <td> Debian </td>
- <td> PII 550Mhz 384Mb </td>
- <td>   </td>
- </tr>
- <tr>
- <td> clubber.bddebian.com </td>
- <td>[[Barry_de_Freese|bddebian]]</td>
- <td> ssh </td>
- <td> 2251 </td>
- <td> Debian </td>
- <td> PIII 1Ghz 384Mb </td>
- <td>   </td>
- </tr>
- <tr>
- <td> gnubber.bddebian.com </td>
- <td>[[Barry_de_Freese|bddebian]]</td>
- <td> ssh </td>
- <td> 2254 </td>
- <td> Debian </td>
- <td> PII 733Mhz 384Mb </td>
- <td>   </td>
- </tr>
- <tr>
- <td> hurd.nipl.net </td>
- <td>[[AlastairPoole]]</td>
- <td> ssh </td>
- <td> 24 </td>
- <td> GNU </td>
- <td> AMD Sempron 2800 </td>
- <td> not sure if this machine is still alive </td>
- </tr>
-</table>
+[[table class="table1" data="""
+"Host Name","Operator","Access","Distro","Machine Specs","Comments"
+"flubber.bddebian.com","[[Barry\_de\_Freese|bddebian]]","ssh; port 2250","Debian","PII 550 MHz; 384 MiB"
+"clubber.bddebian.com","[[Barry\_de\_Freese|bddebian]]","ssh; port 2251","Debian","PIII 1 GHz; 384 MiB"
+"gnubber.bddebian.com","[[Barry\_de\_Freese|bddebian]]","ssh; port 2254","Debian","PII 733 MHz; 384 MiB"
+"hurd.nipl.net","[[AlastairPoole]]","ssh; port 24","GNU","AMD Sempron 2800 MHz","not sure if this machine is still alive"
+"""]]
-To request an account on the _\*.bddebian.com_ machines either contact **bddebian** or **tschwinge** (other people might also be able to help) in [[IRC]] or send email to <hurd-shell-account@gnuNOSPAM.org>. Also use these contact addresses for requesting support with respect to software installations, etc.
+To request an account on the `*.bddebian.com` machines either contact
+*bddebian* or *tschwinge* (other people might also be able to help) in [[IRC]]
+or send email to <hurd-shell-account@gnu.org>. Also use these contact
+addresses for requesting support with respect to software installations, etc.
-For the _hurd.nipl.net_ host, please see <http://www.nipl.net/>.
+For the `hurd.nipl.net` host, please see <http://www.nipl.net/>.
-To be able to use just `ssh [machine]`, you should append your public SSH key to _~/.ssh/authorized\_keys_ on the remote machine.
+To be able to use just `ssh [machine]`, you should append your public SSH key
+to `~/.ssh/authorized_keys` on the remote machine.
-And if you don't want to worry about the machines's IP addresses changing (due to dial-up connection) or the host keys changing every now and then (when the machines are re-installed), put something like the following into _~/.ssh/config_ of the machine you connect from:
+And if you don't want to worry about the machines's IP addresses changing (due
+to dial-up connection) or the host keys changing every now and then (when the
+machines are re-installed), put something like the following into
+`~/.ssh/config` of the machine you connect from:
Host clubber.bddebian.com clubber
HostName clubber.bddebian.com
@@ -73,5 +40,3 @@ And if you don't want to worry about the machines's IP addresses changing (due t
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
User [username]
-
--- [[Main/BarryDeFreese]] - 22 Feb 2006