Explorar el Código

Describe the main scripts

Bob Mottram hace 10 años
padre
commit
c4ef9aef81
Se han modificado 2 ficheros con 21 adiciones y 2 borrados
  1. 4
    1
      code.org
  2. 17
    1
      usage.org

+ 4
- 1
code.org Ver fichero

@@ -10,7 +10,10 @@
10 10
 
11 11
 | [[file:index.html][Home]] |
12 12
 
13
-Freedombone is really just a couple of bash scripts which install and configure software on a Debian GNU/Linux system. If you're a system administrator, software engineer or Linux hobbyist you'll probably be familiar with command line scripting and be able to make your own modifications or custom variants to suit your needs. Freedombone is licensed under the [[https://www.gnu.org/licenses/gpl-3.0-standalone.html][GNU General Public License version 3]].
13
+Freedombone is really just a couple of [[http://www.gnu.org/software/bash][bash]] scripts which install and configure software on a Debian GNU/Linux system. If you're a system administrator, software engineer or Linux hobbyist you'll probably be familiar with command line scripting and be able to make your own modifications or custom variants to suit your needs. Freedombone is licensed under the [[https://www.gnu.org/licenses/gpl-3.0-standalone.html][GNU General Public License version 3]].
14
+
15
+| initial_setup.sh       | Configures a microSD Debian image for use with the Beaglebone Black         |
16
+| install-freedombone.sh | The main installation script which can run on any system with Debian Jessie |
14 17
 
15 18
 You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]].
16 19
 

+ 17
- 1
usage.org Ver fichero

@@ -331,7 +331,7 @@ When installation is complete you can register a new user.
331 331
 * Chat Services
332 332
 ** IRC
333 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
-
334
+*** Irssi
335 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 336
 
337 337
 #+BEGIN_SRC bash
@@ -339,5 +339,21 @@ If you are using the [[http://www.irssi.org][irssi]] IRC client then you can use
339 339
 /connect yourdomainname
340 340
 /join freedombone
341 341
 #+END_SRC
342
+*** XChat
343
+If you are using the XChat client:
344
+
345
+Within the network list click, *Add* and enter your domain name then click *Edit*.
346
+
347
+Select the entry within the servers box, then enter *mydomainname/6697* and press *Enter*.
348
+
349
+Uncheck *use global user information*.
350
+
351
+Enter first and second nicknames and check *auto connect to this network on startup*.
352
+
353
+Check *use SSL* and *accept invalid SSL certificate*.
354
+
355
+Enter *#freedombone* as the channel name.
356
+
357
+Click *close* and then *connect*.
342 358
 
343 359
 ** XMPP/Jabber