下载地址

Files:

在 Ubuntu 上自动化安装基本应用的方法

Date 2019-03-11
File Size 460.72 KB
Download 828

大家是不是有过这样的经验,用浏览器打开某篇微信文章,发现文章中有一个漂亮的图片,然后想下载到本地,可是下载下来后发现,图片的后缀是webp,此格式的图片,在某些情况下是打不开的,比如在ubuntu的默认情况下,那么我们如何将webp图片转换成常用的png或jpg格式呢,下面我们一起来看看如何操作:

主要使用webp-tools

#ubuntu
apt-get install webp
 
#centos
yum -y install libwebp-devel libwebp-tools

会生成如下几个工具:

cwebp → WebP encoder tool

dwebp → WebP decoder tool

vwebp → WebP file viewer

webpmux → WebP muxing tool

gif2webp → Tool for converting GIF images to WebP

# convert from webp to png
dwebp girl.webp -o girl.png
 
# Convert from JPG to WebP
cwebp woman.jpg -o target.webp

dwebp可以将webp图片转换成无损的png图片格式,有了png,则可以使用imagemagic之类的工具再转换成jpg.

cwebp可以将jpg转换成webp,将png转换成webp

下载地址

基于Android的移动学习平台设计研究

Date 2019-03-05
File Size 997.91 KB
Download 438

下载地址

Bash 中的逻辑和(&)

Date 2019-03-08
File Size 367.94 KB
Download 428

先上两张Ubuntu桌面和开发环境见下图

Ubuntu Desktop

Ubuntu Development Environment

系统优化

更新源

更新前先设置源为aliyun的,国内访问速度快。

Ubuntu ATP Aliyun

sudo apt-get update
sudo apt-get upgrade

删除Amazon的链接