Difference between revisions of "Talk:Debian Post Install"
From Organic Design wiki
(ActivePerl & PPM installed successfully) |
m (Caretaker: links) |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | also | + | [[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 --[[User:Phalseid|Phalseid]] 16:03, 30 Jan 2007 (NZST) | ||
+ | ---- | ||
+ | |||
+ | [[+setup email]] | ||
+ | |||
+ | ;See also | ||
+ | *[[Debian Conversion]] | ||
+ | *[[Sven Ubuntu post-install]] | ||
+ | *[[Redhat Post Install]] | ||
+ | *[[:Category:Config]] ''(this is where all the config files for DNS, DHCP, Apache etc are located)'' | ||
+ | *[[Gir/fileSync]] ''(this is the list of articles currently in the schedule for local syncronisation)'' | ||
---- | ---- | ||
− | '''Email from [mailto:aran@organicdesign.co.nz aran@organicdesign.co.nz]''', [[User:Gir|Gir]] 23: | + | '''Email from [mailto:aran@organicdesign.co.nz aran@organicdesign.co.nz]''', [[User:Gir|Gir]] 23:20, 14 Feb 2006 (NZDT) |
'''''ActivePerl & PPM installed successfully''''' | '''''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 :-) | ||
+ | *[http://www.activeperl.com/Products/ActivePerl/?mp=1 ActivePerl] | ||
+ | *[http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/ About the PPM] | ||
− | + | #Apache | |
− | + | *[http://www.apachefriends.org/en/xampp.html Quick Apache Installs] - [[User:Sven|Sven]] |
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)
- See also
- Debian Conversion
- Sven Ubuntu post-install
- Redhat Post Install
- Category:Config (this is where all the config files for DNS, DHCP, Apache etc are located)
- Gir/fileSync (this is the list of articles currently in the schedule for local syncronisation)
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 :-)
- Apache