Ubuntu系統筆記(轉)
Ubuntu系統筆記(轉)[@more@]
CODE:
安裝ubuntu6 server版本,過程略……
shell> apt-get install ssh shell> sudo passwd root shell> apt-get install build-essential shell> apt-get install gcc make autoconf automake libtool g++-2.95 flex 配置c++編譯器選項,針對不同的CPU進行編譯最佳化.[更多CPU的編譯引數] # Intel PentiumIV,Celeon Family export CFLAGS="-march=pentium4 -mfpmath=sse -msse2 -O2 -pipe -s -fomit-frame-pointer" # AMD Alton,Duron Family export CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer -msse -mmmx -m3dnow -mfpmath=sse" apt-cache search curses | grep lib 安裝libncurses5-dev =============================================== 安裝mysql、apache、php環境 ------------------ ##### Mysql ##### ./configure --prefix=/opt/mysql --with-mysqld-user=kevin --with-extra-charsets=all --with-unix-socket-path=/opt/mysql/var/mysql.sock cp /opt/mysql/share/mysql/my-medium.cnf /etc/my.cnf /opt/mysql/bin/mysql_install_db /opt/mysql/share/mysql/mysql.server start ps -aux | grep mysqld chmod 755 /opt/mysql/var chown -R kevin:kevin /opt/mysql/var su kevin /opt/mysql/share/mysql/mysql.server start chown -R kevin.kevin /opt/mysql/ /opt/mysql/bin/mysqladmin -u root password 123456 ------------------ ##### zlib ##### zlib-1.2.3.tar.bz2 (PNG Support) tar jxf zlib-1.2.3.tar.bz2 cd zlib-2.2.3 ./configure make make install ------------------ ##### OpenSSL ##### cd openssl-0.9.7g ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib make make install cd .. ------------------ ##### Apache ##### echo "/usr/local/ssl/lib" >> /etc/ld.so.conf /sbin/ldconfig ./configure --prefix=/opt/apache --enable-track-vars --enable-cgi --with-config-file-path=/opt/apache/conf --enable-modules=so --enable-so --enable-ssl --with-ssl=/usr/local/ssl --enable-rewrite=shared --enable-mods-shared=all (可選) ------------------ ##### jpegsrc.v6b.tar.gz ##### tar zxf jpegsrc.v6b.tar.gz cd jpeg-6b ./configure make mkdir -p /usr/local/man/man1 make install make install-lib ------------------------- ##### freetype-2.2.1.tar.bz2 (TIFF Support) ##### tar jxf freetype-2.2.1.tar.bz2 ./configure make make install ---------------- ##### libpng-1.2.7.tar.bz2 ##### tar jxf libpng-1.2.7.tar.bz2 cd libpng-2.2.7 cp scripts/makefile.gcmmx makefile make make install ------------------ ##### gd-2.0.9.tar.gz ##### tar zxf gd-2.0.9.tar.gz cd gd-2.0.9 ./configure make make install cp gd.h /usr/local/lib/ ----------------- ##### libxml2 ##### ./configure make make install ------------------ ##### ClibPDF ##### cd ClibPDF/source cp Makefile.Linux makefile make make install ##### PHP ##### ./configure --prefix=/opt/php --with-apxs2=/opt/apache/bin/apxs --with-gd --with-jpeg-dir --with-ttf --with-zlib-dir --with-png-dir --enable-magic-quotes --with-mysql=/opt/mysql --with-mysql-sock=/opt/mysql/var/mysql.sock --with-iconv --with-mbstring --enable-mbstring --enable-track-vars --enable-force-cgi-redirect --enable-ftp --with-config-file-path=/opt/php/etc --with-openssl=/usr/local/ssl --with-openssl-dir=/usr/local/ssl --with-cpdflib=/usr/local --with-pear=/opt/php/pear --with-pdo-mysql=/opt/mysql cp php.ini-dist /opt/php/etc/php.ini nano -w /opt/apache/conf/httpd.conf ServerName 127.0.0.1:80 DirectoryIndex index.php AddType application/x-httpd-php .php .phtml AddType application/x-httpd-php-source .phps NameVirtualHost *:80 ServerName 192.168.1.65 ServerAdmin kevin@networks.com ServerPath / DocumentRoot /var/web ln -s /opt/mysql/lib/mysql/libmysqlclient.so.15 /usr/lib/libmysqlclient.so.15 nano -w /etc/init.d/rcS mkdir /var/run/named & /opt/bind/sbin/named -c /opt/bind/etc/named.conf & cd /etc/init.d ln -s /opt/apache/bin/apachectl apache ln -s /opt/mysql/share/mysql/mysql.server mysql cd /etc/rc2.d ln -s /etc/init.d/apache S17apache ln -s /etc/init.d/mysql S18mysql nano -w /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/opt/mysql/bin:/opt/apache/bin" LANG="zh_CN.GB2312" LANGUAGE="zh_CN:zh:en_US:en" reboot................. over.......... 來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617542/viewspace-959954/,如需轉載,請註明出處,否則將追究法律責任。
下一篇:
中秋與Linux節(轉)
請登入後發表評論
登入
全部評論
|
相關文章
- 【功能筆記】Ubuntu檢視系統資源佔用(記憶體,cpu和程式) {轉載}筆記Ubuntu記憶體
- 學習筆記 作業系統Linux-Ubuntu 之初次新增系統呼叫筆記作業系統LinuxUbuntu
- 筆記本雙系統的grub系統引導恢復(轉)筆記
- 萊斯系統筆記筆記
- Linux系統與安全學習筆記(轉)Linux筆記
- 作業系統筆記作業系統筆記
- 東芝筆記本如何重灌系統|東芝筆記本重灌系統的方法筆記
- Ubuntu 6.06上的Nvidia設定筆記(轉)Ubuntu筆記
- [轉帖]System Performance 讀書筆記 - 作業系統(1)ORM筆記作業系統
- Ubuntu安裝docker筆記UbuntuDocker筆記
- Ubuntu 搭建 GitLab 筆記UbuntuGitlab筆記
- Linux系統管理筆記Linux筆記
- 分散式系統小筆記分散式筆記
- Windows 95 系統程式設計大奧秘學習筆記 (轉)Windows程式設計筆記
- ubuntu 系統美化Ubuntu
- ubuntu系統使用Ubuntu
- 戴爾筆記本怎麼重灌系統 dell筆記本重灌win10系統教程筆記Win10
- Ubuntu/Linux入門介紹-系統管理(轉)UbuntuLinux
- 分散式系統學習筆記分散式筆記
- 東芝筆記本重灌系統教程筆記
- 作業系統學習筆記作業系統筆記
- 推薦系統研究-筆記(1)筆記
- 筆記本怎麼重灌win10系統 聯想戴爾華碩筆記本重灌系統教程筆記Win10
- 筆記本重灌系統,詳細教您筆記本怎麼重灌win10系統筆記Win10
- 個人筆記本配置Ubuntu16.04--從做系統開始配置 --不含裝軟體---筆記Ubuntu
- ubuntu 系統及映象Ubuntu
- ubuntu系統升級和其他相關操作記錄Ubuntu
- 龍芯筆記本: 將投產龍芯筆記本採用Linux系統受質疑(轉)筆記Linux
- 筆記本如何重灌系統win10 筆記本win10系統一鍵重灌教程筆記Win10
- OS學習筆記七:IO系統筆記
- C、作業系統學習筆記作業系統筆記
- 如何構建自己的筆記系統?筆記
- 系統程式設計學習筆記程式設計筆記
- (原)豐田的IT系統-讀書筆記筆記
- 作業系統——記憶體管理學習筆記作業系統記憶體筆記
- Ubuntu7.10設定Ubuntu 7.10 設定筆記Ubuntu筆記
- Ubuntu系統新增中文方式Ubuntu
- ubuntu系統 IP地址修改Ubuntu