|
@@ -8,7 +8,7 @@
|
8
|
8
|
[[./images/logo.png]]
|
9
|
9
|
#+END_CENTER
|
10
|
10
|
|
11
|
|
-| [[Readme]] | [[Operating Systems]] | [[Using Email]] | [[Mailing List]] | [[Syncing to the Cloud]] | [[Play Music]] | [[Microblogging]] | [[Social Network]] | [[Chat Services]] |
|
|
11
|
+| [[file:index.html][Home]] | [[Readme]] | [[Operating Systems]] | [[Using Email]] | [[Mailing List]] | [[Syncing to the Cloud]] | [[Play Music]] | [[Microblogging]] | [[Social Network]] | [[Chat Services]] |
|
12
|
12
|
|
13
|
13
|
* Readme
|
14
|
14
|
After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
|
|
@@ -329,3 +329,15 @@ Visit the URL of your Red Matrix site and you should be taken through the rest o
|
329
|
329
|
|
330
|
330
|
When installation is complete you can register a new user.
|
331
|
331
|
* Chat Services
|
|
332
|
+** IRC
|
|
333
|
+IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
|
|
334
|
+
|
|
335
|
+If you are using the [[http://www.irssi.org][irssi]] IRC client then you can use the following commands to connect to your IRC server.
|
|
336
|
+
|
|
337
|
+#+BEGIN_SRC bash
|
|
338
|
+/server add -auto -ssl yourdomainname 6697
|
|
339
|
+/connect yourdomainname
|
|
340
|
+/join freedombone
|
|
341
|
+#+END_SRC
|
|
342
|
+
|
|
343
|
+** XMPP/Jabber
|