书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 177804 个相关结果.
  • Yocto / Embedded Linux

    Yocto / Embedded Linux Fluent Bit and other architectures Yocto / Embedded Linux Fluent Bit source code provides Bitbake recipes to configure, build and package the software f...
  • Linux – 其它 GPU

    Linux — 其它 GPU 驱动程序 笔记本 常见问题 不支持的图形驱动程序错误 启动时崩溃 低性能 渲染器错误 3D视图中的错误选择 虚拟机 信息 Linux — 其它 GPU Blender将OpenGL用于3D视图和用户界面。 显卡(GPU)和驱动程序对Blender的行为和性能有很大影响。 本节列出了针对图形故障,Ee...
  • 构建步骤 (Linux)

    构建步骤 (Linux) 基本要求 交叉编译 构建 疑难解答 加载共享库时出现错误: libtinfo.so.5 高级提示 使用系统提供的 clang 替换下载的 clang 二进制文件 使用 clang 之外的其它编译器 构建步骤 (Linux) 遵循下面的准则在 Linux 上创建 Electron 。 基本要求...
  • Inline on a Linux router

    Inline on a Linux router Inline on a Linux router The routed set up presumes the set of clients are on distinct networks behind a single physical interface. For the purposes of...
  • Inline on a Linux router

    Inline on a Linux router Inline on a Linux router The routed set up presumes the set of clients are on distinct networks behind a single physical interface. For the purposes of...
  • Linux安装示例

    Linux 安装步骤 Linux 安装步骤 环境准备安装之前需要有 git 和 composer 命令行工具, 以及 Nginx+Mysql5.7+Php7.2+Redis 的运行环境,安装过程可参考下面文档,如果已经安装过则忽略 Centos6 http://www.masterlab.vip/help.php?md=setup_centos...
  • Linux 主机环境

    Linux 主机环境 php.ini 修改方法 Apache 修改方法 Nginx / Tengine 修改方法 fpm / fastcgi 修改方法 Linux 主机环境 部分 Linux 主机由于设置了 open_basedir (可将用户访问文件的范围限制在指定区域,通常是入口文件根目录的路径),导致 ginkgo 访问白屏或报错。 ...
  • Linux 与 Nginx

    使用 Nginx 在 Linux 上托管 ASP.NET CoreHost ASP.NET Core on Linux with Nginx 本文内容 先决条件Prerequisites 通过应用发布和复制Publish and copy over the app 配置反向代理服务器Configure a reverse proxy server 使...
  • Linux系统调用

    1389 2018-05-03 《理解Linux进程》
    系统调用 系统调用 我们要想启动一个进程,需要操作系统的调用(system call)。实际上操作系统和普通进程是运行在不同空间上的,操作系统进程运行在内核态(todo: kernel space),开发者运行的进程运行在用户态(todo: user space),这样有效规避了用户程序破坏系统的可能。 如果用户态进程想执行内核态的操作,只能通过系...
  • Linux工具进阶

    Linux工具进阶¶ 程序篇 1. 程序构建 2. 程序调试 3. 性能优化 原文: http://linuxtools-rst.readthedocs.io/zh_CN/latest/advance/index.html