crabxmz
crabxmz
全部文章
linux运维
acm(20)
AI(6)
c++开发(18)
ctf(13)
java(2)
note(1)
python(12)
web安全(4)
windows运维(2)
内核(3)
分布式(3)
前端(2)
存储(1)
安卓(6)
搜索引擎(1)
操作系统(2)
测试(3)
监控运维(1)
编译构建(1)
编译链接(4)
网络协议及分析工具(3)
虚拟化(3)
软件调试(1)
量化(1)
面试(1)
音视频(6)
归档
标签
去牛客网
登录
/
注册
卐
steins gate
全部文章
/ linux运维
(共19篇)
命令行prompt设置
export PS1="\e[m[\u@\h \W]\$ \e[m"
2020-09-22
0
422
mount
mount命令详解 https://www.cnblogs.com/sparkdev/p/9015312.html
2020-08-27
0
352
命令行sock5
export http_proxy=socks5://127.0.0.1:1086 # Set HTTP Proxy export https_proxy=socks5://127...
2020-08-06
0
948
lsof
查看文件/端口被哪些进程占用 https://blog.csdn.net/redmoon729/article/details/53840860
2020-07-20
0
458
pkill
pkill及相关信号说明 https://linuxize.com/post/pkill-command-in-linux/
2020-07-20
0
749
curl
docker run -d -v /usr/share/ca-certificates/:/etc/ssl/certs -p 4001:4001 -p 2380:2380 -p 2379:2379 \ --name etcd_0 docker.io/elcolio/etcd \ &nbs...
2020-06-03
0
476
输入输出重定向
https://blog.csdn.net/zongshi1992/article/details/71693045 <<<符号 https://unix.stackexchange.com/questions/80362/what-does-mean
2020-05-15
0
420
nginx
基础概念 simple directives:以';'结尾的指令 block directive:由括号包裹的simple directives context:本身是block directive,并且能够包含block directive的指令(events, http, s...
2020-04-09
0
495
防火墙
firewalld和iptables https://blog.csdn.net/weixin_40658000/article/details/78708375 firewall常见命令 https://blog.csdn.net/u013514928/art...
2020-04-03
0
782
trap
linux常见信号 参考https://blog.csdn.net/weixin_42061048/article/details/83690202 signal description HUP(1) &n...
2020-03-04
0
509
首页
上一页
1
2
下一页
末页