当前位置:TranBon博客 > 首页
> Centos 第2页
CentOS7安装GNOME桌面及VNC远程桌面服务
CentOS7安装GNOME桌面yum groupinstall -y "GNOME Desktop" "Graphical Administration Tools"设置成图形模式...
使用CentOS搭建PPTP VPN
一:允许PPTP与GRE流量进入#firewalld:firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -p gre -...
CentOS7.4 修改mariadb数据库最大连接数.md
1、修改/etc/my.cnf配置文件vi /etc/my.cnf[mysqld] max_connections=1024...
Centos手动安装MySQL数据库、设置MySQL数据库密码、设置MySQL数据库远程
清理环境centos7默认系统自带mariadbmariadb是从mysql来的,是它的一个分支,需要清理掉查看是否已安装rpm -qa |grep -i mysql rpm -qa |grep -i mariadbr...
Linux、Centos一些命令
Centos6-关闭防火墙service iptables stopchkconfig iptables offCentos6-关闭selinux(需重启生效)sed -i.bak '/^SELINUX=/cSELINUX=disabled' /etc/sysconfig/selin...