博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux常用命令
阅读量:5981 次
发布时间:2019-06-20

本文共 767 字,大约阅读时间需要 2 分钟。

hot3.png

netstat   -anp   |   grep  8888

cd -

tcpdump -n -i eth0 port 8080

nohup jupyter notebook --port 8888  --ip=172.18.122.70 --allow-root &

scp -P 18999  www@180.153.50.**:/home/HByw_root/www.war ./

权限

chown -R jenkins:jenkins maven3.5.3

jenkins 没有docker 权限

gpasswd -a jenkins docker

service jenkins restart 需要重启

--------open file--------

ulimit -a
ulimit -n 2048
vim /etc/security/limits.conf  
在最后加入  
* soft nofile 4096  
* hard nofile 4096  

查看线程

top -H -p 707

---------------mysql--------------

mysql -h192.168.172.** -uroot -p*********

desc table_name;

show create table table_name;

show processlist

select concat('KILL ',id,';') from information_schema.processlist where user='root'and db = 'onlineshow';

 
 

---------------------------

 

转载于:https://my.oschina.net/u/204616/blog/1975659

你可能感兴趣的文章
C# FileStream 按大小分段读取文本内容
查看>>
WGS84,GCJ02, BD09坐标转换
查看>>
如何给网页标题栏上添加图标(favicon.ico)(转)
查看>>
[转载] Linux架构
查看>>
mysql授权
查看>>
Ubuntu下SSH设置
查看>>
IOS-小项目( 网络部分 简单实现)
查看>>
C/C++基本数据类型
查看>>
C++第八章习题
查看>>
multiset || 线段树 HDOJ 4302 Holedox Eating
查看>>
POJ2115:C Looooops——题解
查看>>
Spring-boot+Mybatis+Maven+MySql搭建实例
查看>>
最基本的js与css 控制弹出层效果
查看>>
第12章线程控制总结
查看>>
网络对抗技术实验一
查看>>
mysql命令大全
查看>>
KVO
查看>>
html----怎样实现元素的垂直居中
查看>>
不显示BOM清单的版本
查看>>
Oracle EBS-SQL (CST-4):检查组织间项目成本.sql
查看>>