WHM/CPANEL: Setting up ImageMagick on a dedicated server

CHECK IF ITS INSTALLED FIRST:from root ssh /scripts/checkimagemagick INSTALLATION/scripts/installimagemagick Installation will take a couple minutes as it will install other packages needed by ImageMagick. After the installation, check that it is installed again and it should state the version. /usr/bin/convert –version It will give you something like: Version: ImageMagick 6.4.8, etc Imagick Go to WHM -> Software -> Module Installers -> PHP Pecl (manage). On the box below “Install a PHP Pecl” enter “imagick” and click “Install Now” button – that’s all.
查看更多 →

Linux下wget使用技巧

wget 是一个命令行的下载工具。对于我们这些Linux用户来说,几乎每天都在使用它。下面为大家介绍几个有用的 wget 小技巧,可以让你更加高效而灵活的使用
查看更多 →

crontab常见写法

基本格式 : * * * * * command 分 时 日 月 周 命令 第1列表示分钟1~59 每分钟用*或者 */1表示 第2列表示小时1~23(0表示0点) 第3列表示日期1~31
查看更多 →

Linux下crontab的配置文件位置

查看更多 →

使用Public Key不用密码登陆

当我们拥有一台自己的vps的时候, 很多时候, 我们会考虑服务器的安全, 安全从最简单的做起, “密码”这块, 使用一种被称为"公私钥&qu
查看更多 →