推荐
专栏
教程
课程
飞鹅
本次共找到336条
etc
相关的信息
Easter79
•
3年前
sshd_config注释
1root@H0f~cat/etc/ssh/sshd_config2updatebyH0f201803133$OpenBSD:sshd_config,v1.802008/07/0202:24:18djmExp$45Thisis
Easter79
•
3年前
SQLSTATE[01002] Adaptive Server connection failed (severity 9)
php使用dblib连接SQLserver报错:SQLSTATE\01002\AdaptiveServerconnectionfailed(severity9)解决方法1:在 /usr/local/freetds/etc/freetds.conf(具体位置可能不同)中添加:mssql
Stella981
•
3年前
Linux系统中yum安装Apache+MySQL+PHP环境
用yum安装Apache,Mysql,PHP.2.1安装Apacheyuminstallhttpdhttpddevel安装完成后,用/etc/init.d/httpdstart启动apache设为开机启动:chkconfighttpdon2.2安装mysql2.2.1yuminstallmysq
Stella981
•
3年前
Docker 搭建 ELK 集群步骤
前言本篇文章主要介绍在两台机器上使用Docker搭建ELK。正文环境CentOS7.7系统Dockerversion19.03.8dockercomposeversion1.23.2系统设置vim编辑/etc/secur
Stella981
•
3年前
Emacs笔记
Emacs转移HOME配置:(setenv"HOME""path/to/dir")(load"~/.emacs.d/init.el")emacsclient用root权限修改文件:/sudo:root@localhost:/etc/fstab用sudo去编辑文本:(defunsudo()"
Wesley13
•
3年前
Ubuntu配置NTP
1、安装 aptgetinstallntp2、修改ntp.conf配置文件vi/etc/ntp.conf添加以下行server120.24.166.46(阿里云NTPServer)restrict192.168.1.0mask255.255.255.0nomodifyrestrict
Stella981
•
3年前
Linux下配置svn服务随机启动
在Linux下开机启动svn首先,linux随机启动的服务程序都在/etc/init.d这个文件夹里,里面的文件全部都是脚本文件(脚本程序简单的说就是把要运行的程序写到一个文件里让系统能够按顺序执行,类似windows下的autorun.dat文件),另外在/etc这个文件夹里还有诸如名为rc1.d,rc2.d一直到rc6.d的文件夹,这些都是linu
Stella981
•
3年前
Linux安装MSSQL2017使用mssql
Linux上安装SQLServer20171.下载MicrosoftSQLServer2017RedHat存储库配置文件:sudocurlo/etc/yum.repos.d/mssqlserver.repohttps://packages.microsoft.com/config/rhel/7/mssqlserver
胖大海
•
2年前
Centos7 yum安装mariadb
1配置yum源安装 yum配置文件/etc/yum.repos.dyuminstallmariadbmariadbserver2修改root用户默认密码updateusersetpasswordpassword("xxxx")whereuser"root"; 修改root用户密码flushprivileges;刷新权限,3.
天翼云开发者社区
•
2年前
基于Linux系统的PXE搭建方法
本文分享自天翼云开发者社区《》,作者:tn一、底层环境准备1、安装RedHat7.6系统2、关闭防火墙和Selinuxsystemctlstopfirewalldchkconfigfirewalldoffvim/etc/sysconfig/selinux修
1
•••
17
18
19
•••
34