Sunday, January 13, 2019

Linux 开机启动服务

开机启动服务:
chkconfig --add test
chkconfig test on

查看开启的服务列表:
chkconfig --list

参考:https://www.thegeekstuff.com/2011/06/chkconfig-examples/
 

把多个png文件转换成支持多个分辨率的ico文件

工具:ImageMagick 命令:magick convert -background transparent sample*.png sample.ico