码迷,mamicode.com
首页 >  
搜索关键字:linux syslog    ( 155436个结果
AWS云服务器(Linux)安装图形化界面
环境准备:CentOS7 本文使用Vnc 使用xShell连接服务器,如何连接参考上一篇博客 https://www.cnblogs.com/diaoye/p/14457509.html 1.测试yum命令 yum install telnet -y 测试yum命令是否可用,Complete即为可用 ...
分类:系统相关   时间:2021-03-01 13:23:25    阅读次数:0
HAProxy 编译安装
make -j $(nproc) TARGET=linux-glibc USE_OPENSSL=1 USE_ZLIB=1 USE_PCRE=1 USE_SYSTEMD=1 ARCH=x86_64 USE_CPU_AFFINITY=1 PREFIX=/opt/haproxy make install ...
分类:其他好文   时间:2021-03-01 13:17:30    阅读次数:0
MT7628NN的GPIO复用控制
版本:Openwrt19.07 芯片:MT7268NN 1、在源码 /target/linux/rampis/dts目录中,打开 mt7628an.dtsi 查看注册复用的GPIO gpio: gpio@600 { compatible = "mediatek,mt7621-gpio"; reg = ...
分类:其他好文   时间:2021-03-01 13:13:23    阅读次数:0
?linux基础命令 截取 cut
######cut -d 指定分隔符 -f 指定列数 1,2,3 [root@rongbiz002 26]# awk '{print $1}' /www/wwwlogs/c2p.rongbiz.com-access_log|head -n5 |cut -d '.' -f 1,2,3 112.64.5 ...
分类:系统相关   时间:2021-02-27 13:40:48    阅读次数:0
错误:you (root) are not allowed to access to (crontab) because of pam configuration.
linux crontab报以下错误解决 [root@china ~]# crontab -l 拒绝权限You (root) are not allowed to access to (crontab) because of pam configuration. 解决: 1.查看定时任务的日志/va ...
分类:数据库   时间:2021-02-27 13:40:22    阅读次数:0
Golang Rpc 基本使用
protoc 编译工具 windows 平台下载对应平台的 protobuf,并配置环境变量 protobuf linux 环境先安装依赖 sudo apt-get install autoconf automake libtool curl make g++ unzip git clone htt ...
分类:其他好文   时间:2021-02-27 13:31:02    阅读次数:0
linux查看防火墙
CentOS7 的防火墙配置跟以前版本有很大区别,CentOS7这个版本的防火墙默认使用的是firewall,与之前的版本Centos 6.x使用iptables不一样 一、iptables防火墙 1、基本操作 查看防火墙状态 service iptables status 停止防火墙 servic ...
分类:系统相关   时间:2021-02-27 13:22:40    阅读次数:0
linux调度全景指南
? | 导语 本文主要是讲Linux的调度系统, 由于全部内容太多,分三部分来讲,调度可以说是操作系统的灵魂,为了让CPU资源利用最大化,Linux设计了一套非常精细的调度系统,对大多数场景都进行了很多优化,系统扩展性强,我们可以根据业务模型和业务场景的特点,有针对性的去进行性能优化,在保证客户网络 ...
分类:系统相关   时间:2021-02-27 13:18:28    阅读次数:0
anaconda基本命令
1.查看所有现有环境: conda info -e conda list:查看安装了哪些包。 conda install package_name(包名):安装包 conda env list 或 conda info -e:查看当前存在哪些虚拟环境 conda update conda:检查更新当 ...
分类:其他好文   时间:2021-02-27 13:11:50    阅读次数:0
本地CentOS8虚拟机LNMP环境搭建记录与问题解决!
环境: 本地虚拟机 最低配置: CPU:2 vCPU 内存:4GiB 硬盘:40G 软件版本: 操作系统:Linux localhost.localdomain 4.18.0-193.el8.x86_64 #1 SMP Fri May 8 10:59:10 UTC 2020 x86_64 x86_6 ...
分类:其他好文   时间:2021-02-27 13:08:36    阅读次数:0
155436条   上一页 1 ... 88 89 90 91 92 ... 15544 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!