首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏阿dai_linux

    开发项目管理工具redmine 原

    bundler # 安装Redmine所依赖的gems相关包 $ bundle install --without development test Note: 可选依赖项 && 数据库适配器 RMagick 如果系统没有安装ImageMagick,在安装Redmine依赖包时需要跳过该项 bundle install --without development test rmagick 。 . # 解决办法: $ yum install -y mysql-devel # 冲突3: An error occurred while installing rmagick (2.16.0), and gems/2.3.0/gems/bundler-1.16.5/lib/bundler/spec_set.rb:91:in `block in material ize': Could not find rmagick

    12.4K40发布于 2019-04-03
  • 来自专栏叕鰦座

    笔记整理-Ruby语言

    x86-mingw32) Installing mysql2 0.4.10 (x86-mingw32) 略 执行: bundle install --without development test rmagick

    3.4K30发布于 2021-03-11
  • 来自专栏信数据得永生

    Web Hacking 101 中文版 十五、代码执行

    PHP 的 imagick、Ruby 的 rmagick 以及 paperclip,以及 NodeJs 的 imagemagick 都利用了它。

    63820编辑于 2022-12-01
  • 来自专栏FreeBuf

    安全预警:ImageMagick图象处理软件远程代码执行漏洞(CVE-2016-3714)

    包括PHP imagick、Ruby rmagick和paperclip以及NodeJS imagemagick等多个图片处理插件都依赖它运行。

    1.7K50发布于 2018-02-07
  • 来自专栏LoRexxar's Blog

    web_for_pentest_II writeup

    require 'RMagick' image = Magick::Image.read("current7.png").first image = image.threshold(THRESHOLD) require 'RMagick' image = Magick::Image.read("current8.png").first image = image.implode(IMPLODE) image

    56750编辑于 2023-02-21
  • 来自专栏开源部署

    在Scientific Linux 6.4(64位)上安装Redmine 2.5.1

    然后运行命令: PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ gem install rmagick gem install bundler bundle install

    1.4K30编辑于 2022-07-04
领券