搜索内容

包含标签:Linux 的文章
  • Caddy 快速部署 WebDAV
    Web

    Caddy 快速部署 WebDAV

    使用 caddy 2 一分钟部署 WebDAV。
    dorence 2024-12-20
  • LWN | Restricting path name lookup with openat2()
    Linux/Unix

    LWN | Restricting path name lookup with openat2()

    利用openat2()来限制文件路径查询 Restricting path name lookup with openat2():根据文件路径查询具体的文件对象看起来是一个相当简单的工作,然而如果执行正确功能的用户空间代码访问潜在恶意用户控制的路径,那事情就变得复杂了。自2014年起有工作希望能让open()和openat()系统调用更加安全,Aleksa Sarai的结论是需要创建一个新的openat()2 API才能真正解决问题。
    dorence 2023-03-05
  • Ubuntu 安装 TrueType 字体(支持多语言字体)
    Linux/Unix

    Ubuntu 安装 TrueType 字体(支持多语言字体)

    Ubuntu 安装、查看 TrueType 字体(支持多语言字体),更新字体缓存,matplotlib.font_manager列举Python可用字体,ttf-mscorefonts-installer包,Alpine安装TrueType字体。
    dorence 2022-04-28
  • Linux/Unix 工具 ldd 介绍
    Linux/Unix

    Linux/Unix 工具 ldd 介绍

    ldd = List Dynamic Dependencies ldd(1) 用于列出程序运行时需要依赖的动态链接库。 SYNOPSIS ldd [option]... binfile... OPTIONS --version Print the version number of ldd. -v, --verbose Print all inform……
    dorence 2021-11-12
  • Software Collections and Developer Toolset
    Linux/Unix

    Software Collections and Developer Toolset

    Developer Toolset Developer Toolset(devtoolset)版本对应的集合见下表。其中 $ver = 大版本(6, 7, 8),$arch = 架构(x86_64)。 Developer Toolset 集合名称 Software Collections 仓库 11.0 beta devtoolset-11 非 CERN……
    dorence 2021-08-25