码迷,mamicode.com
首页 >  
搜索关键字:ping mtr traceroute netstat ss    ( 13948个结果
Ansible Linux commonly used moudle example
Ansible 常用模块 参考地址: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html ping command and shell # 注意区别和相同 # command 不能识别变量以及引号内容 ro ...
分类:系统相关   时间:2021-01-19 12:09:17    阅读次数:0
sshpass实现批量基于ssh的key部署
#!/bin/bash # #******************************************************************** #Author: will #QQ: 1052165684 #Date: 2021-01-16 #FileName: push_ss ...
分类:其他好文   时间:2021-01-18 10:31:34    阅读次数:0
Linux之进程管理
一、进程管理 1、ps查看进程 [root@VM-4-16-centos ~]#ps -aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.3 43596 3440 ? Ss Jan08 0:16 /usr/ ...
分类:系统相关   时间:2021-01-16 12:03:46    阅读次数:0
soul源码阅读(二) 启动http服务
官方文档地址: https://dromara.org/zh-cn/docs/soul/user-http.html http服务就是我们自己的项目。 1.引入 soul-examples/soul-examples-http 到soul.pom中 application.yml中添加自己的soul ...
分类:Web程序   时间:2021-01-16 12:01:05    阅读次数:0
Linux网络状态工具ss命令使用详解
ss命令用于显示socket状态. 他可以显示PACKET sockets, TCP sockets, UDP sockets, DCCP sockets, RAW sockets, Unix domain sockets等等统计. 它比其他工具展示等多tcp和state信息. 它是一个非常实用、快 ...
分类:系统相关   时间:2021-01-16 11:58:44    阅读次数:0
The Tomcat connector configured to listen on port 80 failed to start.端口占用,解决方案
启动项目报 The Tomcat connector configured to listen on port 8080 failed to start. 原因:80端口被占用,可能是编辑器闪退时没停止项目,导致项目还在运行 解决: 1.打开CMD,输入 netstat -ano 2.找到对应的端口 ...
分类:其他好文   时间:2021-01-16 11:54:31    阅读次数:0
4、配置MVC的乱码过滤:解决中文乱码
在web.xml中配置以下内容: <!--配置MVC的乱码过滤--> <filter> <filter-name>encoding</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</ ...
分类:Web程序   时间:2021-01-15 11:50:19    阅读次数:0
第十节:Linux基础网络设置
查看网络设置: 测试网络连接: 使用网络配置命令: 修改网络配置文件: 配置DHCP服务器: 使用DHCP客户端: 两机相连必须条件 ip地址 子网掩码 默认网关 DNS 示例: ip: 192.168.0.10 子网掩码: 255.255.255.0 网关: 192.168.0.1 DNS: 20 ...
分类:系统相关   时间:2021-01-14 11:20:36    阅读次数:0
centos7 设置系统时间
从CentOS 7开始,使用了一个新的命令timedatectl timedatectl 命令 (1) 读取时间 timedatectl //等同于 timedatectl status (2) 设置时间 timedatectl set-time "YYYY-MM-DD HH:MM:SS" (3) ...
分类:其他好文   时间:2021-01-14 10:51:48    阅读次数:0
DM TDD使用小结
1.搭建流程 1.1 ss初始化及启动 >1节点: cd /dm/bin ./dmdssinit path=/dm/data inst=ss1 port=35300 REGION_SIZE=2 DBF_SIZE=10240 RLOG_SIZE=128 ./dmdss path=/dm/data/SS ...
分类:其他好文   时间:2021-01-13 11:32:25    阅读次数:0
13948条   上一页 1 ... 20 21 22 23 24 ... 1395 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!