03 2010 档案
摘要: 1. 下载 lighttpd , pcre , php , 其他相关扩展包2. 安装 pcre ./configure & make & make install 安装 php ./configure --prefix=/usr/local/php/ --with-mysql=/usr/local/mysql --with-gd=/usr/local/gd --with-libx...阅读全文
摘要: 自动登录ssh不需要输入密码 环境: linux1 192.168.1.10 linux2 192.168.1.20 需求:由于要经常从linux1登录到linux2进行维护工作,每次都要输入密码,为了方便,使用下面方法将直接登录到linux2而不需要输入 密码 linux1上操作 1.生成公钥 ssh-keygen -t rsa 密码可以不用设置 2.将生成的公钥复制到linux2 scp ...阅读全文

