推荐
专栏
教程
课程
飞鹅
本次共找到336条
etc
相关的信息
Wesley13
•
3年前
ubuntu18换国内源
编辑/etc/apt/sources.list文件,在文件最前面添加以下条目(操作前请做好相应备份):中科大源debhttps://mirrors.ustc.edu.cn/ubuntu/bionicmainrestricteduniversemultiversedebsrchttps://m
Stella981
•
3年前
Fedora开启SSH服务
1)安装opensshserveryuminstallopensshserver 2)查看是否已成功安装opensshserverrpmqa|grepopensshserver 3)修改ssh服务的配置文件 配置ssh服务的运行参数,是通过修改配置文件/etc/ssh/ssh\
Stella981
•
3年前
CentOS7 FTP安装
前几天,因项目需要安装FTP,现把日志记录一下:一、安装:yuminstallvsftpdy启动:systemctlstartvsftpd.service 自启动:systemctlenablevsftpd.service二、配置vim/etc/vsftpd/vsftpd.confanon
Stella981
•
3年前
SQLSTATE[01002] Adaptive Server connection failed (severity 9)
php使用dblib连接SQLserver报错:SQLSTATE\01002\AdaptiveServerconnectionfailed(severity9)解决方法1:在 /usr/local/freetds/etc/freetds.conf(具体位置可能不同)中添加:mssql
Wesley13
•
3年前
mysql设置远程访问
(1)连接数据库mysqlurootp(2)输入密码(3)切换数据库usemysql;(4)修改root用户hostupdateusersethost'%'whereuser'root';(5)修改mysqld配置文件vi/etc/mysql/mysql.co
Wesley13
•
3年前
ubuntu 下搭建redis和php的redis的拓展
系统环境:腾讯云服务器,ubuntu16.0.4.4,php7.0一.安装redis服务sudoaptgetinstallredisserver安装好的redis目录在/etc/redis\也可使用命令whereisredis查找\启动:sudoserviceredisserverst
Wesley13
•
3年前
02.MongoDB单实例的部署
一、MongoDB单实例的部署\操作系统环境介绍root@node31~cat/etc/redhatrelease;unamer;unamem;CentOSLinuxrelease7.5.1804(Core)3.10.0862.el7.x86_64x86_64
Wesley13
•
3年前
CDN+集中存储环境搭建
一、cdn部署环境:CentOS6master:172.16.17.1slave\_telcom:172.16.17.2slave\_unicom:172.16.17.31.主服务器配置172.16.17.1修改主配置文件:vi/etc/named.confoptions{
Stella981
•
3年前
Linux iptables 设置
编辑/etc/sysconfig/iptables然后运行/sbin/serviceiptablesrestartnetstatanp|grep80|grepLISTEN防火墙规则只有在iptables服务运行的时候才能被激活。要手工启动服务,使用以下命令:/sbin/servic
Stella981
•
3年前
Docker CE设置Http代理
公司网络环境限制,下载docker的image需设置Http代理。1\.编辑httpproxy.conf文件在/etc/systemd/system/docker.service.d/httpproxy.conf中编辑如下内容:ServiceEnvironment"HT
1
•••
18
19
20
•••
34