Browse Source

More tweaking

Bob Mottram 11 years ago
parent
commit
f128414696
1 changed files with 9 additions and 3 deletions
  1. 9
    3
      beaglebone.txt

+ 9
- 3
beaglebone.txt View File

@@ -2029,7 +2029,7 @@ irssi
2029 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 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 2034
 /connect mydomainname.com
2035 2035
 
@@ -2040,7 +2040,13 @@ Connect to the IRC and identify yourself as an operator.  Here /mynetwork/ shoul
2040 2040
 /msg -servername chanserv set #mychannel mlock +k channelpassword
2041 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 2051
 #+BEGIN_SRC: bash
2046 2052
   {
@@ -2054,7 +2060,7 @@ If you edit the irssi config file you should find your server configuration look
2054 2060
   },
2055 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 2065
 ** Install Gopher
2060 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.