一佳互联

展开菜单

RedFlag Linux SP3 升级最新版gcc4.8.1

RedFlag Linux SP3 升级最新版gcc4.8.1
RedFlag Linux SP3 升级最新版gcc4.8.1首先需要准备需要材料:mpc-1.0.1.tar.gzmpfr-3.1.2.tar.gzgmp-5.1.3.tar.gz 分别解压缩tar zxvf gmp-5.1.3.tar.gz tar zxvf mpfr-3.1.2.tar.gztar zxvf mpc-1.0.1.tar.gz解压之后, 按照下面步骤安装。1. 安装gmp:# ./configure --prefix=/usr# make# make ch...

烽火 HG260 光猫开启路由功能与wifi无线功能

烽火 HG260 光猫开启路由功能与wifi无线功能
烽火 HG260 光猫开启路由功能与wifi无线功能超级账号:telecomadmin密码:nE7jA%5m或是工厂模式用户名:fiberhomehg2x0密码:hg2x0192.168.1.1 ---登陆用户名密码(猫下面的配置账号和密码)---网络---无限-客户虚拟访问点---启用打钩---保存应用----左侧WLAN高级配置----网络认证方式设置成WPA-PSK---WPA加密设置成TKIP+AES---保存应用 就行了 手机搜索WIFI信号,密码...

GMP-4.2.2 下载与安装

GMP-4.2.2 下载与安装
GMP-4.2.2 Introduction to GMP The GMP package contains math libraries. These have useful functions for arbitrary precision arithmetic. Package...

/bin/rm: cannot remove `libtoolT': No such file or directory

/bin/rm: cannot remove `libtoolT': No such file or directory
/bin/rm: cannot remove `libtoolT': No such file or directory 、 在 CentOS 5.4 下编译安装MySQL时出错: /bin/rm: cannot remove `libtoolT: No such file or directory 解决问题。具体方法是: 在执行./configure 之前,先执行: # autoreconf --force --install # libt...

RedFlag LinuxSP3 Mysql 5.6 报错 Your password has expired

RedFlag LinuxSP3 Mysql 5.6 报错 Your password has expired
第一次登录的密码在~/.mysql_secret中 ?12345[html] cat .mysql_secret  进入mysql之后需要设置密码,否则不能进行任何操作,如果提示ERROR 1862 (HY000): Your password has expired. To log in you must change it using a client that supports expired passwords. \  ...

Linux下apach+ssl自动启动的脚本

 Linux下apach+ssl自动启动的脚本
Linux下apach+ssl自动启动的脚本 )配置apache启动时自动提取ssl_mod密码脚本#cd  /usr/local/apache2/conf/extra#cp   httpd-ssl.conf  httpd-ssl.conf.bak   --做个备份#vi /usr/local/apache2/conf/extra/httpd-ssl.conf注释SSLPass...

apache 2.4 Compiling and Installing编译与安装

apache 2.4 Compiling and Installing编译与安装
Compiling and Installing This document covers compilation and installation of the Apache HTTP Server on Unix and Unix-like systems only. For compiling and installation on Windows, see Using Apache HTTP Server with Microsoft Wind...

Redflag Linux SP3安装apr报错 rm: cannot remove `libtoolT'

Redflag Linux SP3安装apr报错 rm: cannot remove `libtoolT'
Redflag Linux SP3安装apache时 apr报错解决 rm: cannot remove `libtoolT': No such file or directory 在configure里面 RM='$RM  -f'   这里的$RM后面一定有一个空格。 如果后面没有空格,直接连接减号,就依然会报错。把RM='$RM'改为RM='$RM  ...