之前使用的默认安装都是安装mysqlmysql-server而7。0这里就变成了mariadb了使用yum安装就可以了1安装MariaDB运行yuminstallmariadbmariadb-server2启动、配置MariaDB1、使用systemctlstartmariadb==>启动mariadbsystemctlenablemariadb==>开机自启动2、接着运行mysql_sec..
分类:
数据库 时间:
2016-06-04 18:07:03
阅读次数:
246
嵌入式linux开发环境搭建(二)——NFS服务器的搭建1、安装apt-getinstallnfs-commonnfs-kernel-server2、修改配置文件/etc/exports/home/nfs192.168.0.0/24(rw,sync,no_subtree_check)3、重启NFS服务器/etc/init.d/nfs-kernel-serverstart4、查看NFS设置showmount-elocalhost5..
分类:
系统相关 时间:
2016-05-27 18:37:41
阅读次数:
249
实验环境:
1、nginx的代理功能
nginx proxy:
eth0: 192.168.8.48
vmnet2 eth1: 192.168.10.10
tomcat server1:
vmnet2 eth0: 192.168.10.20
tomcat server2:
vmnet2 eth0: 192.168.10.30...
分类:
Web程序 时间:
2016-05-27 12:33:36
阅读次数:
369
1yum安装lampyum-yinstallhttpdphpphp-mysqlhttpd-manualmod_sslmod_perlmod_auth_mysqlmysql-connector-odbcmysql-devellibdbi-dbd-mysqlphp-gdphp-xmlphp-mbstringphp-ldapphp-xmlrpcphp-pearmysql-server2关闭防火墙,开启服务/etc/init.d/iptablesstop
/etc/init.d/httpdst..
分类:
Web程序 时间:
2016-05-25 11:27:05
阅读次数:
732
一.安装gnome图形化桌面#yumgroupinstall-y"XWindowSystem"#yumgroupinstall-y"Desktop"二.安装vncserver并配置1.安装vncserver#yuminstall-ytigervnc-server2.配置vncserver1).配置为开机自启动#chkconfigvncserveron2).配置vnc密码,必须切换到用户环境下运行vncserver命令设..
分类:
其他好文 时间:
2016-05-22 06:23:29
阅读次数:
180
Linux系统下安装Apache Server2.4.17。还是先声明一下,Linux命令我不进行讲解,因为我不是讲Linux命令的。有需要注意的地方,我会上图,没什么值得的注意的地方,我就不上图了。还有就是怎样将压缩包上传到Linux系统中去,我不进行讲解,还是那句话:网上教程太多了!最后,确保你 ...
分类:
Web程序 时间:
2016-05-06 20:22:08
阅读次数:
257
Mysql主从配置1.下载mysql服务yum-yinstallmysql-server2.主服务器上配置cp/usr/share/mysql/my-large.cnf/etc/my.cnfvi/etc/my.cnf在[mysqld]增加如下server-id=1read-only=0binlog-do-db=test(需要备份到从服务器的数据库,多个数据库可以写多个)binlog-ignore-db=mysql(..
分类:
数据库 时间:
2016-04-28 18:29:19
阅读次数:
220
node请求Demo: 用控制台定位到server2.js(服务器文件)所在的文件夹 然后利用node server2.js开启服务: 简要截图: ...
分类:
Web程序 时间:
2016-04-24 12:41:30
阅读次数:
153
第二部分 OpenStack安装与配置 一、引言 本章内容讲解如何在3台物理机上搭建最小化云平台,这3台机器分为称为Server1、Server2和Client1,之后的各章也是如此。Server1承载着Nova、Glance、Swift、Keystone及Horizon(OpenStack的Web ...
分类:
其他好文 时间:
2016-04-13 14:35:58
阅读次数:
258
VisualSVNServer2.5在windows2008上迁移方法一:直接迁移Repositories目录例如:原服务器A,VisualSVNServerManager现服务器B,VisualSVNServerManager步骤:1、拷贝A上Repositories文件夹到B上2、打开B上VisualSVNServerManager3、右击Repositories,所有任务中选择importexis..
分类:
其他好文 时间:
2016-04-08 20:14:00
阅读次数:
341