随笔分类 -  Linux

/proc解析
摘要:http://linuxperf.com/?p=142 阅读全文

posted @ 2020-01-21 16:08 暖风的风 阅读(137) 评论(0) 推荐(0) 编辑

Linux performance monitor tool
摘要:https://www.tecmint.com/command-line-tools-to-monitor-linux-performance/ https://www.tecmint.com/linux-performance-monitoring-with-vmstat-and-iostat-c 阅读全文

posted @ 2019-07-21 17:35 暖风的风 阅读(151) 评论(0) 推荐(0) 编辑

iostat vmstat
摘要:iostat https://linux.die.net/man/1/iostat https://www.geeksforgeeks.org/iostat-command-in-linux-with-examples/ https://www.linuxtechi.com/monitor-linu 阅读全文

posted @ 2019-07-13 09:00 暖风的风 阅读(217) 评论(0) 推荐(0) 编辑

SSH
摘要:The Secure Shell: The Definitive Guide. https://docstore.mik.ua/orelly/networking_2ndEd/ssh/index.htm https://download.csdn.net/download/sunpai/711513 阅读全文

posted @ 2019-02-12 13:51 暖风的风 阅读(118) 评论(0) 推荐(0) 编辑

简明 VIM 练级攻略
摘要:https://coolshell.cn/articles/5426.html 阅读全文

posted @ 2019-02-02 16:00 暖风的风 阅读(139) 评论(0) 推荐(0) 编辑

Linux应该知道的技巧
摘要:https://coolshell.cn/articles/8883.html https://www.quora.com/Linux/What-are-some-time-saving-tips-that-every-Linux-user-should-know# 看《简明vim攻略》和 《Vim 阅读全文

posted @ 2019-02-02 10:21 暖风的风 阅读(158) 评论(0) 推荐(0) 编辑

Control group namespaces
摘要:https://www.toptal.com/linux/separation-anxiety-isolating-your-system-with-linux-namespaces https://www.linuxjournal.com/content/everything-you-need-k 阅读全文

posted @ 2019-02-02 09:41 暖风的风 阅读(122) 评论(0) 推荐(0) 编辑

Find and kill a process in one line using bash and regex
摘要:https://stackoverflow.com/questions/3510673/find-and-kill-a-process-in-one-line-using-bash-and-regex https://stackoverflow.com/questions/13910087/shel 阅读全文

posted @ 2019-02-01 10:47 暖风的风 阅读(112) 评论(0) 推荐(0) 编辑

Important Linux Commands
该文被密码保护。

posted @ 2019-01-31 15:12 暖风的风 编辑

how-can-i-see-the-size-of-files-and-directories-in-linux
摘要:https://stackoverflow.com/questions/11720079/how-can-i-see-the-size-of-files-and-directories-in-linux It's simple. Use ls command for files and du com 阅读全文

posted @ 2019-01-29 15:34 暖风的风 阅读(207) 评论(0) 推荐(0) 编辑

understanding-raid-setup-in-linux/
摘要:https://www.tecmint.com/understanding-raid-setup-in-linux/ Part 1: Introduction to RAID, Concepts of RAID and RAID Levels Part 2: How to setup RAID0 ( 阅读全文

posted @ 2019-01-29 01:01 暖风的风 阅读(141) 评论(0) 推荐(0) 编辑

users-and-groups-in-linux
摘要:https://www.tecmint.com/compress-files-and-finding-files-in-linux/ https://www.tecmint.com/manage-users-and-groups-in-linux/ https://www.linode.com/do 阅读全文

posted @ 2019-01-29 00:37 暖风的风 阅读(231) 评论(0) 推荐(0) 编辑

moving-files-from-one-linux-server-to-another-using-scp
摘要:https://www.tecmint.com/scp-commands-examples/ https://haydenjames.io/linux-securely-copy-files-using-scp/ https://unix.stackexchange.com/questions/18 阅读全文

posted @ 2019-01-28 14:02 暖风的风 阅读(171) 评论(0) 推荐(0) 编辑

linux-log-files/
摘要:https://www.rosehosting.com/blog/linux-log-files/ 阅读全文

posted @ 2019-01-28 00:47 暖风的风 阅读(127) 评论(0) 推荐(0) 编辑

SSL SSH
摘要:http://www.91ri.org/13679.html https://www.linux.com/blog/how-install-ssl-certificate-linux-server https://www.linux.com/blog/4-reasons-why-ssh-connec 阅读全文

posted @ 2019-01-27 23:57 暖风的风 阅读(112) 评论(0) 推荐(0) 编辑

Find Large Files in Linux
摘要:https://www.rosehosting.com/blog/find-large-files-linux/ 阅读全文

posted @ 2019-01-27 23:37 暖风的风 阅读(111) 评论(0) 推荐(0) 编辑

Linux 常见操作
摘要:grep -nr SEARCHTERM file1 file2 ...https://www.linuxnix.com/grep-command-usage-linux/https://www.linux.com/blog/14-tail-and-head-commands-linuxunixhtt 阅读全文

posted @ 2019-01-27 23:28 暖风的风 阅读(125) 评论(0) 推荐(0) 编辑

Linux Performance tool
摘要:https://www.tecmint.com/command-line-tools-to-monitor-linux-performance/ https://www.tecmint.com/linux-performance-monitoring-with-vmstat-and-iostat-c 阅读全文

posted @ 2019-01-27 01:21 暖风的风 阅读(209) 评论(0) 推荐(0) 编辑

/linux-command-line-bash-shortcut-keys/
摘要:https://www.howtogeek.com/howto/ubuntu/keyboard-shortcuts-for-bash-command-shell-for-ubuntu-debian-suse-redhat-linux-etc/ https://www.tecmint.com/linu 阅读全文

posted @ 2019-01-27 01:14 暖风的风 阅读(232) 评论(0) 推荐(0) 编辑

Sed
摘要:https://www.computerhope.com/unix/used.htm https://likegeeks.com/sed-linux/#Read-DataFrom-a-File http://www.grymoire.com/Unix/Sed.html https://www.tec 阅读全文

posted @ 2019-01-27 01:02 暖风的风 阅读(181) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示