public:it:linux:maintain

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
public:it:linux:maintain [2023/11/29 10:23] oakfirepublic:it:linux:maintain [2024/09/03 14:28] (当前版本) – [tips] oakfire
行 2: 行 2:
   * [[https://tldr.sh/|tldr.sh]]命令查询工具,简化版 man    * [[https://tldr.sh/|tldr.sh]]命令查询工具,简化版 man 
   * [[https://dashdash.io/|dashdash.io]], 格式化后的man文档,方便阅读   * [[https://dashdash.io/|dashdash.io]], 格式化后的man文档,方便阅读
 +  * [[.:udev]]
 +  * [[https://pboyd.io/posts/securing-a-linux-vm/|linux虚拟主机安全指南]]
 ===== Consul ===== ===== Consul =====
   * [[..:consul]]   * [[..:consul]]
行 133: 行 135:
 ===== cron ===== ===== cron =====
   * [[wp>cron]]   * [[wp>cron]]
-  * [[https://help.ubuntu.com/community/CronHowto|ubuntu cron help]]+  * [[https://help.ubuntu.com/community/CronHowto|ubuntu cron help]], [[https://linuxiac.com/how-to-use-cron-and-crontab-on-linux/|how-to-use-cron]]
   * <code bash>   * <code bash>
  # ┌───────────── min (0 - 59)  # ┌───────────── min (0 - 59)
行 224: 行 226:
   
 - `parted` 指令, [参考说明](https://erdong.site/tools/parted-create-gpt-partition.html) - `parted` 指令, [参考说明](https://erdong.site/tools/parted-create-gpt-partition.html)
- -在硬盘容量大于2Tb的时候无法使用 `fdisk` 进行分区的管理+ - 在硬盘容量大于2Tb的时候无法使用 `fdisk` 进行分区的管理
  - `parted /dev/sdx`  - `parted /dev/sdx`
  - `(parted) mktable` 新建分区表  - `(parted) mktable` 新建分区表
行 243: 行 245:
   * ''export LC_ALL=C.UTF-8''   * ''export LC_ALL=C.UTF-8''
   * 查看共享内存:''ipcs -m''   * 查看共享内存:''ipcs -m''
 +  * 单个进程的文件句柄上限,查询: ''ulimit -n'', 设置: ''ulimit -n <新的上限值>''
 +    * 查看某个进程的limits: ''cat /proc/<pid>/limits''
  
  
  • public/it/linux/maintain.1701224637.txt.gz
  • 最后更改: 2023/11/29 10:23
  • oakfire