Bob Mottram 11 lat temu
rodzic
commit
f128414696
1 zmienionych plików z 9 dodań i 3 usunięć
  1. 9
    3
      beaglebone.txt

+ 9
- 3
beaglebone.txt Wyświetl plik

2029
 Connect to the IRC and identify yourself as an operator.  Here /mynetwork/ should be the same as *network_name* specified earlier within /ircd.conf/.
2029
 Connect to the IRC and identify yourself as an operator.  Here /mynetwork/ should be the same as *network_name* specified earlier within /ircd.conf/.
2030
 
2030
 
2031
 #+BEGIN_SRC: bash
2031
 #+BEGIN_SRC: bash
2032
-/server add -auto -network mynetwork -ssl mydonainname.com 6670
2032
+/server add -auto -network mynetwork -ssl mydonainname.com 6670 mysendacceptpassword
2033
 
2033
 
2034
 /connect mydomainname.com
2034
 /connect mydomainname.com
2035
 
2035
 
2040
 /msg -servername chanserv set #mychannel mlock +k channelpassword
2040
 /msg -servername chanserv set #mychannel mlock +k channelpassword
2041
 #+END_SRC
2041
 #+END_SRC
2042
 
2042
 
2043
-If you edit the irssi config file you should find your server configuration looks like this:
2043
+If you edit the irssi config file:
2044
+
2045
+#+BEGIN_SRC: bash
2046
+emacs ~/.irssi/config
2047
+#+END_SRC
2048
+
2049
+It should look something like this:
2044
 
2050
 
2045
 #+BEGIN_SRC: bash
2051
 #+BEGIN_SRC: bash
2046
   {
2052
   {
2054
   },
2060
   },
2055
 #+END_SRC
2061
 #+END_SRC
2056
 
2062
 
2057
-If you're not using a self-signed certificate (which is the default) then you can set *ssl_verify* to "yes".
2063
+If you're not using a self-signed certificate (self-signed is the default) then you can set *ssl_verify* to "yes".
2058
 
2064
 
2059
 ** Install Gopher
2065
 ** Install Gopher
2060
 Gopher is an old internet protocol which originated a few years before the web and is purely text based.  It can be quite fun to build a gopher site and browse the gopherverse.  One thing to keep in mind is that there is no security with gopher, so any text transmitted is trivially interceptable by systems such as [[https://en.wikipedia.org/wiki/XKeyscore][Xkeyscore]] or deep packet inspection.
2066
 Gopher is an old internet protocol which originated a few years before the web and is purely text based.  It can be quite fun to build a gopher site and browse the gopherverse.  One thing to keep in mind is that there is no security with gopher, so any text transmitted is trivially interceptable by systems such as [[https://en.wikipedia.org/wiki/XKeyscore][Xkeyscore]] or deep packet inspection.