Difference between revisions of "Talk:Debian Post Install"

From Organic Design wiki
m
m (Caretaker: links)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
apt-get install postfix postfix-tls libsasl2 sasl2-bin libsasl2-modules ipopd-ssl uw-imapd-ssl,
+
[[w:Help:Short words in searches]]
configured to listen on pop3 tcp 110 and pop3s 995 --[[User:Phalseid|Phalseid]] 11:41, 19 Oct 2006 (NZDT)
 
  
  
 +
/etc/my.cnf
 +
 +
[mysqld]
 +
ft_min_word_len=3
 +
[myisamchk]
 +
ft_min_word_len=3
 +
 +
 +
 +
----
 +
 +
/etc/ssh/sshd_config X11Forwarding yes --[[User:Phalseid|Phalseid]] 16:03, 30 Jan 2007 (NZST)
 +
----
 +
 +
[[+setup email]]
  
 
;See also
 
;See also

Latest revision as of 14:50, 31 January 2007

w:Help:Short words in searches


/etc/my.cnf

[mysqld]
ft_min_word_len=3
[myisamchk]
ft_min_word_len=3



/etc/ssh/sshd_config X11Forwarding yes --Phalseid 16:03, 30 Jan 2007 (NZST)


+setup email

See also

Email from aran@organicdesign.co.nz, Gir 23:20, 14 Feb 2006 (NZDT)

ActivePerl & PPM installed successfully

Hi, I've installed ActivePerl on the OD server, and pointed /usr/bin/perl to its binary. I've tested the PPM by installing SWF::Builder and XML::DOM and it worked perfectly, and the peer's running with the new perl binary like nothings changed :-)

  1. Apache