Describe the main scripts

This commit is contained in:
Bob Mottram 2014-10-26 15:26:32 +00:00
parent ed1ef72079
commit c4ef9aef81
2 changed files with 21 additions and 2 deletions

View File

@ -10,7 +10,10 @@
| [[file:index.html][Home]] | | [[file:index.html][Home]] |
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]]. 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]].
| initial_setup.sh | Configures a microSD Debian image for use with the Beaglebone Black |
| install-freedombone.sh | The main installation script which can run on any system with Debian Jessie |
You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]]. You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]].

View File

@ -331,7 +331,7 @@ When installation is complete you can register a new user.
* Chat Services * Chat Services
** IRC ** IRC
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. 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.
*** Irssi
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. 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.
#+BEGIN_SRC bash #+BEGIN_SRC bash
@ -339,5 +339,21 @@ If you are using the [[http://www.irssi.org][irssi]] IRC client then you can use
/connect yourdomainname /connect yourdomainname
/join freedombone /join freedombone
#+END_SRC #+END_SRC
*** XChat
If you are using the XChat client:
Within the network list click, *Add* and enter your domain name then click *Edit*.
Select the entry within the servers box, then enter *mydomainname/6697* and press *Enter*.
Uncheck *use global user information*.
Enter first and second nicknames and check *auto connect to this network on startup*.
Check *use SSL* and *accept invalid SSL certificate*.
Enter *#freedombone* as the channel name.
Click *close* and then *connect*.
** XMPP/Jabber ** XMPP/Jabber