差别

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

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
public:it:linux:maintain [2023/11/30 13:09] – [Maintain] oakfirepublic:it:linux:maintain [2024/09/03 14:28] (当前版本) – [tips] oakfire
行 3: 行 3:
   * [[https://dashdash.io/|dashdash.io]], 格式化后的man文档,方便阅读   * [[https://dashdash.io/|dashdash.io]], 格式化后的man文档,方便阅读
   * [[.:udev]]   * [[.:udev]]
 +  * [[https://pboyd.io/posts/securing-a-linux-vm/|linux虚拟主机安全指南]]
 ===== Consul ===== ===== Consul =====
   * [[..:consul]]   * [[..:consul]]
行 134: 行 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)
行 244: 行 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.1701320969.txt.gz
  • 最后更改: 2023/11/30 13:09
  • oakfire