소스 검색

Describe the main scripts

Bob Mottram 10 년 전
부모
커밋
c4ef9aef81
2개의 변경된 파일21개의 추가작업 그리고 2개의 파일을 삭제
  1. 4
    1
      code.org
  2. 17
    1
      usage.org

+ 4
- 1
code.org 파일 보기

10
 
10
 
11
 | [[file:index.html][Home]] |
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
 You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]].
18
 You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]].
16
 
19
 

+ 17
- 1
usage.org 파일 보기

331
 * Chat Services
331
 * Chat Services
332
 ** IRC
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.
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
 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.
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
 #+BEGIN_SRC bash
337
 #+BEGIN_SRC bash
339
 /connect yourdomainname
339
 /connect yourdomainname
340
 /join freedombone
340
 /join freedombone
341
 #+END_SRC
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
 ** XMPP/Jabber
359
 ** XMPP/Jabber