1.初始化数据库;postgresql-setup initdb2.启动postgresql并设置为开机自启动;systemctl restart postgresqlsystemctl enable postgresql3.登进数据库看看状态;(可略)su - postgrespsql\du (查...
分类:
数据库 时间:
2014-10-13 19:02:27
阅读次数:
303
cd/usr/local/src
wgethttp://nginx.org/download/nginx-1.7.6.tar.gz
tar–xvfnginx-1.7.6.tar.gz
cdnginx-1.7.6
./configure--prefix=/usr/local/nginx--with-http_stub_status_module--with-http_ssl_module--with-pcre
makemakeinstall
vi/usr/local/nginx/conf/nginx.con..
分类:
Web程序 时间:
2014-10-13 17:47:30
阅读次数:
552
安装完centos7minimal后,无力吐槽,变化之大,发现以前常用的一些命令都没有。一、常用命令安装查看anaconda-ks.cfg,原来是没装basegroup的包[root@centos7~]#catanaconda-ks.cfg
#version=RHEL7
#Systemauthorizationinformation
auth--enableshadow--passalgo=sha512
#UseC..
分类:
其他好文 时间:
2014-10-11 18:26:46
阅读次数:
225
前文中介绍了如何制作EngineAppliance。当Appliance制作好以后,如何使用它呢?下面就来详细介绍下EngineAppliance的使用方法。首先,我们需要一台物理服务器,在这服务器上要先安装好CentOS7.0的操作系统。然后根据以下步骤进行配置:(1)配置网络IP:192.168.14.67
NETMASK..
分类:
移动开发 时间:
2014-10-10 01:38:43
阅读次数:
217
安装kde桌面后没有中文,可以用以下方法配置中文#yum list kde*chinese会显示可以安装的包,我的显示如下kde-l10n-Chinese.noarch 4.5.5-1.fc14 @updates可以用以下命令安装...
分类:
其他好文 时间:
2014-10-09 15:03:13
阅读次数:
219
centos7中iptables被firewalld替代启动防火墙:systemctlstartfirewalld关闭防火墙:systemctlstopfirewalld重启防火墙:systemctlrestartfirewalld一、Services使用了systemd来代替sysvinit管理,SysV即将退居二线systemctl是主要的工具,融合了service和chkconfig的功能,可以..
分类:
其他好文 时间:
2014-10-08 16:00:16
阅读次数:
264
实验的方法有 nmtui, 编辑ifcfg-*文件,ip addr 指令,子连接配置文件。一、nmtui手工添加IP看一下当前网络设备的IP,为了精简指令输出,指令就要复杂一些了:[root@centos7 ~]# nmcli -t -f IP4.ADDRESS dev show enp0s3IP4...
分类:
其他好文 时间:
2014-10-07 01:39:32
阅读次数:
566
修改/etc/sysconfig/network-scripts/ifcfg-ens33文件添加如下信息:保存,把virtualbox的网卡模式调成(仅主机(host-only))模式,重启网卡:sudo service network restart查看ip:如需上网,则把virtualbox中的...
分类:
其他好文 时间:
2014-10-03 16:34:44
阅读次数:
357
永久修改主机名网上说中的一种方法是修改/etc/sysconfig/network文件把其中的HOSTNAME=localhost.localdomain改成自己想要的,但是在centos7中这个文件下配置为空,添加进去后重启也无效。最后修改了 /etc/hosts文件,我的这个文件原来是没有第一行...
分类:
其他好文 时间:
2014-10-02 13:55:53
阅读次数:
257