- Aug 17 Mon 2015 20:40
-
Kreima 樂易碼 - 自行單車結合水壺架輕便鎖
- Oct 21 Tue 2014 20:48
-
2014.11.11 淘寶 雙11 來了
- Sep 28 Sun 2014 20:44
-
Gentoo PHP
www.php.net
# emerge mcrypt ( replacement of the old unit crypt for phpMyAdmin )
# emerge icu ( International Components for Unicode )
# emerge mcrypt ( replacement of the old unit crypt for phpMyAdmin )
# emerge icu ( International Components for Unicode )
- Sep 28 Sun 2014 20:28
-
Gentoo Apache
https://httpd.apache.org/
Apache Portable Runtime Library
# emerge apr
Apache Portable Runtime Utility Library
# emerge apr-util
# ./configure \
--prefix=/local/Apache \
--exec-prefix=/local/Apache \
--enable-ssl \
--enable-so \
--enable-deflate \
--with-ssl=/usr \
--enable-modules=mod_unixd \
--enable-modules=mod_access_compat
# make
# make install
# /local/Apache/bin/apachectl configtest
# /local/Apache/bin/apachectl start
# /local/Apache/bin/apachectl stop
Apache Portable Runtime Library
# emerge apr
Apache Portable Runtime Utility Library
# emerge apr-util
# ./configure \
--prefix=/local/Apache \
--exec-prefix=/local/Apache \
--enable-ssl \
--enable-so \
--enable-deflate \
--with-ssl=/usr \
--enable-modules=mod_unixd \
--enable-modules=mod_access_compat
# make
# make install
# /local/Apache/bin/apachectl configtest
# /local/Apache/bin/apachectl start
# /local/Apache/bin/apachectl stop
- Sep 28 Sun 2014 18:02
-
Gentoo MariaDB
https://mariadb.com/
https://www.linuxfromscratch.org/blfs/view/svn/server/mariadb.html
# groupadd -g 40 mysql
- Sep 28 Sun 2014 17:47
-
Gentoo ProFTP
www.proftpd.org
# ./configure \
--prefix=/local/ProFTP \
--exec-prefix=/local/ProFTP \
--enable-shadow \
--enable-autoshadow \
--with-modules=mod_ratio:mod_readme:mod_wrap
# ./configure \
--prefix=/local/ProFTP \
--exec-prefix=/local/ProFTP \
--enable-shadow \
--enable-autoshadow \
--with-modules=mod_ratio:mod_readme:mod_wrap
- Sep 28 Sun 2014 16:59
-
Gentoo Linux Installation Guide
https://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml
livecd ~ # ifconfig enp0s3 192.168.1.1/24
livecd ~ # route add default gw 192.168.1.254
livecd ~ # echo nameserver 168.95.1.1 >> /etc/resolv.conf
livecd ~ # ifconfig enp0s3 192.168.1.1/24
livecd ~ # route add default gw 192.168.1.254
livecd ~ # echo nameserver 168.95.1.1 >> /etc/resolv.conf
1

