dreamhost 好用吗_在Dreamhost上安装pngcrush

2024-03-20 21:30

本文主要是介绍dreamhost 好用吗_在Dreamhost上安装pngcrush,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

dreamhost 好用吗

dreamhost 好用吗

pngcrush is an excellent optimizer for png images, simple and fast, highly recommended. Basically any time before you post a PNG on the web, you should run it through PNGCrush. It's a command line utility, there's a quick way to integrate pngcrush in windows explorer. (note to self: I actually wrote a wordpress plugin to do crush uploaded images, gotta find and post it)

pngcrush是用于png图像的出色优化器,简单,快速,强烈建议使用。 基本上,在将PNG发布到网络上之前的任何时间,都应该通过PNGCrush运行它。 这是一个命令行实用程序,有一种将pngcrush集成到Windows资源管理器中的快速方法。 (请注意:我实际上写了一个wordpress插件来粉碎上传的图像,必须查找并发布)

I'm working (together with Nicole) on an online image optimizer, using the free command line tools I talked about at PHP Quebec, Montreal, O'Reilly's Velocity and the Yahoo! Performance pages. The tool will be free, of course, and hosted on Dreamhost. OK, finally getting to the point, am I?

我正在(与Nicole一起)使用我在PHP Quebec,Montreal , O'Reilly的Velocity和Yahoo!上讨论的免费命令行工具,开发一个在线图像优化器。 绩效页面。 该工具当然是免费的,并托管在Dreamhost上。 好,终于到了要点,是吗?

Here's what I did to install pngcrush on Dreamhost, hope it helps anyone out there who's sweating with the same task.

这是我在Dreamhost上安装pngcrush所做的工作,希望它可以帮助正在忙于同一任务的任何人。

  1. ssh to your dreamhost box, you need to give yourself ssh privileges from the dreamhost control panel

    ssh到您的dreamhost框中,您需要从dreamhost控制面板中给自己ssh特权

  2. mkdir tmp - make a temp directory

    mkdir tmp一个临时目录

  3. cd tmp - enter the temp directory

    cd tmp进入临时目录

  4. wget http://voxel.dl.sourceforge.net/sourceforge/pmt/pngcrush-1.6.10.tar.gz - download latest version of the pngcrush source code, this is the sourceforge mirror, closest to me, yours might be different and the pngcrush version might be newer at the time you install it, you can check here

    wget http://voxel.dl.sourceforge.net/sourceforge/pmt/pngcrush-1.6.10.tar.gz下载pngcrush源代码的最新版本,这是sourceforge镜像,离我最近,您的可能有所不同并且pngcrush版本在安装时可能是较新的,您可以在此处查看

  5. tar zxvf pngcrush-1.6.10.tar.gz - uncompress the code. This creates a new directory, enter it like so: cd pngcrush-1.6.10

    tar zxvf pngcrush-1.6.10.tar.gz解压缩代码。 这将创建一个新目录,如下所示输入: cd pngcrush-1.6.10

  6. now all you need to do is run make, but didn't work for me, so I edited the Makefile file first, like so vi Makefile. In the vi editor, press i to enter INSERT mode and once you're done with the changes, press ESC, then type :wq (meaining write, quit). Here I removed the version information from the gcc compiler, so the two lines I edited became

    现在您所需要做的就是运行make ,但是对我不起作用,所以我首先编辑了Makefile文件,就像vi Makefile 。 在vi编辑器中,按i进入INSERT模式,完成更改后,按ESC,然后键入:wq (表示写入,退出)。 在这里,我从gcc编译器中删除了版本信息,所以我编辑的两行变成了

    CC = gcc
    LD = gcc
    
  7. make - this compiles the pngcrush code and creates a binary called pngcrush

    make -这编译pngcrush代码,并创建了一个名为二进制pngcrush

  8. cp pngcrush /usr/bin/ - copy the new binary to where binaries usually live

    cp pngcrush /usr/bin/ -将新的二进制文件复制到二进制文件通常所在的位置

  9. All set, try if everything is ok pngcrush, this should display the pngcrush's help information

    全部设置,如果一切正常,请尝试pngcrush ,这应该显示pngcrush的帮助信息

Crush'em PNG!(Crush'em PNGs!)

Like so: pngcrush image.png -rem alla -reduce -brute result.png

像这样: pngcrush image.png -rem alla -reduce -brute result.png

需要托管吗? (Need hosting?)

[advertisement]Dreamhost is a really good host, use this code MAXDISCO for $50 off [/advertisement] 😉

[广告] Dreamhost是一个非常好的主机,请使用此代码MAXDISCO减$ 50 [/广告]😉

Tell your friends about this post on Facebook and Twitter

在Facebook和Twitter上告诉您的朋友有关此帖子的信息

翻译自: https://www.phpied.com/installing-pngcrush-at-dreamhost/

dreamhost 好用吗

这篇关于dreamhost 好用吗_在Dreamhost上安装pngcrush的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/830780

相关文章

Linux卸载自带jdk并安装新jdk版本的图文教程

《Linux卸载自带jdk并安装新jdk版本的图文教程》在Linux系统中,有时需要卸载预装的OpenJDK并安装特定版本的JDK,例如JDK1.8,所以本文给大家详细介绍了Linux卸载自带jdk并... 目录Ⅰ、卸载自带jdkⅡ、安装新版jdkⅠ、卸载自带jdk1、输入命令查看旧jdkrpm -qa

MySQL Workbench 安装教程(保姆级)

《MySQLWorkbench安装教程(保姆级)》MySQLWorkbench是一款强大的数据库设计和管理工具,本文主要介绍了MySQLWorkbench安装教程,文中通过图文介绍的非常详细,对大... 目录前言:详细步骤:一、检查安装的数据库版本二、在官网下载对应的mysql Workbench版本,要是

Linux安装MySQL的教程

《Linux安装MySQL的教程》:本文主要介绍Linux安装MySQL的教程,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录linux安装mysql1.Mysql官网2.我的存放路径3.解压mysql文件到当前目录4.重命名一下5.创建mysql用户组和用户并修

pip无法安装osgeo失败的问题解决

《pip无法安装osgeo失败的问题解决》本文主要介绍了pip无法安装osgeo失败的问题解决,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一... 进入官方提供的扩展包下载网站寻找版本适配的whl文件注意:要选择cp(python版本)和你py

Android App安装列表获取方法(实践方案)

《AndroidApp安装列表获取方法(实践方案)》文章介绍了Android11及以上版本获取应用列表的方案调整,包括权限配置、白名单配置和action配置三种方式,并提供了相应的Java和Kotl... 目录前言实现方案         方案概述一、 androidManifest 三种配置方式

Python解析器安装指南分享(Mac/Windows/Linux)

《Python解析器安装指南分享(Mac/Windows/Linux)》:本文主要介绍Python解析器安装指南(Mac/Windows/Linux),具有很好的参考价值,希望对大家有所帮助,如有... 目NMNkN录1js. 安装包下载1.1 python 下载官网2.核心安装方式3. MACOS 系统安

Pycharm安装报错:Cannot detect a launch configuration解决办法

《Pycharm安装报错:Cannotdetectalaunchconfiguration解决办法》本文主要介绍了Pycharm安装报错:Cannotdetectalaunchconfigur... 本文主要介绍了Pycharm安装报错:Cannot detect a launch configuratio

pytorch+torchvision+python版本对应及环境安装

《pytorch+torchvision+python版本对应及环境安装》本文主要介绍了pytorch+torchvision+python版本对应及环境安装,安装过程中需要注意Numpy版本的降级,... 目录一、版本对应二、安装命令(pip)1. 版本2. 安装全过程3. 命令相关解释参考文章一、版本对

Windows系统下如何查找JDK的安装路径

《Windows系统下如何查找JDK的安装路径》:本文主要介绍Windows系统下如何查找JDK的安装路径,文中介绍了三种方法,分别是通过命令行检查、使用verbose选项查找jre目录、以及查看... 目录一、确认是否安装了JDK二、查找路径三、另外一种方式如果很久之前安装了JDK,或者在别人的电脑上,想

大数据spark3.5安装部署之local模式详解

《大数据spark3.5安装部署之local模式详解》本文介绍了如何在本地模式下安装和配置Spark,并展示了如何使用SparkShell进行基本的数据处理操作,同时,还介绍了如何通过Spark-su... 目录下载上传解压配置jdk解压配置环境变量启动查看交互操作命令行提交应用spark,一个数据处理框架