首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏自动化、性能测试

    Linux - 配置环境变量的几种方式

    环境变量配置文件 用户 环境变量配置文件 所有用户 /ect/profile /etc/bashrc /etc/environment root ~/.bashrc ~/.bash-profile 非root 用户 /home/非root用户名/.bashrc /ect/profile /etc/bashrc /etc/environment root ~/.bashrc ~/.bash-profile

    17.8K20发布于 2020-06-09
  • 来自专栏WindCoder

    ubuntu 14.04 下安装 PyTesser 进行OCR识别

    /configure --prefix=/opt/tesseract sudo make sudo make install 安装完成后要配置PATH,修改用户home目录下的 .profile或者.bash-profile 我这里是修改.bash-profile。 :/opt/tesseract/bin 如命令: export PATH=$PATH :/opt/tesseract/bin 令配置文件生效: sudo .bash-profile 提示: 1、使用--

    1.5K10发布于 2018-09-19
  • 来自专栏全栈程序员必看

    linux(11)配置环境变量「建议收藏」

    下面进行详细解析 & nbsp; 环境变量配置文件 用户 配置文件 系统环境 /ect/profile /etc/bashrc /etc/environment root ~/.bashrc ~/.bash-profile

    97910编辑于 2022-09-19
  • 来自专栏AustinDatabases

    PostgreSQL REPMGR “靠谱”的高可用方式

    6 调整主库的postgresql配置文件 postgresql.conf 此处略过 新建用户 ,密码略过 repmgr repl 调整主库的pg_hba.conf 配置文件 7 将.bash-profile

    3.2K51发布于 2021-09-24
  • 来自专栏AustinDatabases

    PostgreSQL REPMGR 灾难恢复过程复盘

    配置文件 6 调整主库的postgresql配置文件 postgresql.conf 此处略过 新建用户 ,密码略过 repmgr repl 调整主库的pg_hba.conf 配置文件 7 将.bash-profile

    1.5K20发布于 2021-06-10
领券