码迷,mamicode.com
首页 >  
搜索关键字:centos7 非标准端口    ( 14687个结果
centos7 的postgresql 初始化
1.初始化数据库;postgresql-setup initdb2.启动postgresql并设置为开机自启动;systemctl restart postgresqlsystemctl enable postgresql3.登进数据库看看状态;(可略)su - postgrespsql\du (查...
分类:数据库   时间:2014-10-13 19:02:27    阅读次数:303
CentOS7+Tomcat 生产系统部署
Tomcat与CentOS7生产环境部署。...
分类:其他好文   时间:2014-10-13 17:48:19    阅读次数:136
centos7 nginx前端 apache后端 及多站点简单配置
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
Centos 7 - 入门级操作
安装完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
oVirt专题:Hosted Engine之Engine Appliance使用(1)
前文中介绍了如何制作EngineAppliance。当Appliance制作好以后,如何使用它呢?下面就来详细介绍下EngineAppliance的使用方法。首先,我们需要一台物理服务器,在这服务器上要先安装好CentOS7.0的操作系统。然后根据以下步骤进行配置:(1)配置网络IP:192.168.14.67 NETMASK..
分类:移动开发   时间:2014-10-10 01:38:43    阅读次数:217
centos7 学习1 KDE配置中文
安装kde桌面后没有中文,可以用以下方法配置中文#yum list kde*chinese会显示可以安装的包,我的显示如下kde-l10n-Chinese.noarch 4.5.5-1.fc14 @updates可以用以下命令安装...
分类:其他好文   时间:2014-10-09 15:03:13    阅读次数:219
cenots7
centos7中iptables被firewalld替代启动防火墙:systemctlstartfirewalld关闭防火墙:systemctlstopfirewalld重启防火墙:systemctlrestartfirewalld一、Services使用了systemd来代替sysvinit管理,SysV即将退居二线systemctl是主要的工具,融合了service和chkconfig的功能,可以..
分类:其他好文   时间:2014-10-08 16:00:16    阅读次数:264
Centos7系统配置上的变化(三)为网络接口添加多IP
实验的方法有 nmtui, 编辑ifcfg-*文件,ip addr 指令,子连接配置文件。一、nmtui手工添加IP看一下当前网络设备的IP,为了精简指令输出,指令就要复杂一些了:[root@centos7 ~]# nmcli -t -f IP4.ADDRESS dev show enp0s3IP4...
分类:其他好文   时间:2014-10-07 01:39:32    阅读次数:566
virtualbox下centos7固定ip
修改/etc/sysconfig/network-scripts/ifcfg-ens33文件添加如下信息:保存,把virtualbox的网卡模式调成(仅主机(host-only))模式,重启网卡:sudo service network restart查看ip:如需上网,则把virtualbox中的...
分类:其他好文   时间:2014-10-03 16:34:44    阅读次数:357
centos7修改hostname
永久修改主机名网上说中的一种方法是修改/etc/sysconfig/network文件把其中的HOSTNAME=localhost.localdomain改成自己想要的,但是在centos7中这个文件下配置为空,添加进去后重启也无效。最后修改了 /etc/hosts文件,我的这个文件原来是没有第一行...
分类:其他好文   时间:2014-10-02 13:55:53    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!