Bob Mottram před 11 roky
rodič
revize
aaf8d4c076
1 změnil soubory, kde provedl 7 přidání a 5 odebrání
  1. 7
    5
      beaglebone.txt

+ 7
- 5
beaglebone.txt Zobrazit soubor

2104
 Connect to the IRC and identify yourself as an operator.  Here /mynetwork/ should be the same as *network_name* specified earlier within /ircd.conf/.  The network name is something equivalent to "freenode".
2104
 Connect to the IRC and identify yourself as an operator.  Here /mynetwork/ should be the same as *network_name* specified earlier within /ircd.conf/.  The network name is something equivalent to "freenode".
2105
 
2105
 
2106
 #+BEGIN_SRC: bash
2106
 #+BEGIN_SRC: bash
2107
-/server add -auto -network mynetwork -ssl mydonainname.com 6670 mysendacceptpassword
2108
-
2109
-/connect mydomainname.com
2107
+/network add -nick mynick mynetwork
2110
 
2108
 
2111
 /channel add -auto #mychannel mynetwork channelpassword
2109
 /channel add -auto #mychannel mynetwork channelpassword
2112
 
2110
 
2113
-/network add -nick mynick mynetwork
2111
+/server add -auto -network mynetwork -ssl mydonainname.com 6670 mysendacceptpassword
2112
+
2113
+/connect mydomainname.com
2114
 
2114
 
2115
 /join #mychannel
2115
 /join #mychannel
2116
 
2116
 
2145
 TODO
2145
 TODO
2146
 *** Install Irssi as a daemon
2146
 *** Install Irssi as a daemon
2147
 
2147
 
2148
+It may be useful to run a persistent Irssi session on
2149
+
2148
 If you wish to be able to log into the BBB via ssh and access IRC that way then you can create an Irssi deamon.  Note that this is only really appropriate for a single administrator user, not for a situation in which there are multiple users on the BBB.
2150
 If you wish to be able to log into the BBB via ssh and access IRC that way then you can create an Irssi deamon.  Note that this is only really appropriate for a single administrator user, not for a situation in which there are multiple users on the BBB.
2149
 
2151
 
2150
 Install some prerequisites.
2152
 Install some prerequisites.
2336
 Then to subsequently access irssi log into the BBB using ssh and type:
2338
 Then to subsequently access irssi log into the BBB using ssh and type:
2337
 
2339
 
2338
 #+BEGIN_SRC: bash
2340
 #+BEGIN_SRC: bash
2339
-screen -t irssi irssi
2341
+screen -r irssi
2340
 #+END_SRC
2342
 #+END_SRC
2341
 
2343
 
2342
 ** Install a Jabber/XMPP server
2344
 ** Install a Jabber/XMPP server