{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

跟阿铭学Linux

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

跟阿铭学Linux

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《跟阿铭学Linux》是一本入门级的Linux学习教材,适合初学者阅读。由浅入深,内容精湛,案例丰富,通俗易懂。主要涉及基础的系统操作以及工作中常用的各种服务软件的应用、部署和优化。即使是零基础的学员,只要能够坚持把所有章节都学完,也一定会受益匪浅。对于有工作经验的,你也可以把它当作工具书,它能解决你工作当中的一些需求和难题。
Author Description

阿铭,河北人,30岁,毕业于廊坊师范学院数信系。2009年加入康盛,担任Linux系统工程师一职;2011年转入腾讯并担任业务运维一职。同年为女友撰写了一本电子版Linux入门教程,到目前为止已经累计帮助数万人。多年来在Linux领域积累了丰富的经验,熟悉Linux系统架构、性能调优等技术。2013年创建阿铭Linux培训,目前已经培训多期学员。
Comments

★“这是一本初学者值得拥有的入门书,同时也是一本中级工程师值得拥有的工具书。此书由浅入深,循序渐进,贴合实际的生产环境,可以让初学者通过短时间的学习就可以适应真实的生产环境。相信我,这是一本打开书后就舍不得放手放下的好书。”
——王念弛

★“我跟阿铭是认识很多年的朋友了,他是一个非常负责的人,写这本书也非常认真,没有废话,重点突出,案例丰富,详细的实战讲解一看就会。他也非常具有开源精神,这本书可谓是流传甚广,得到了运维朋友的一致好评,推荐。”
——雷勤

★“可以说这本书是我的启蒙老师,从Linux的基础命令到后期服务器的架设,都作做了全面介绍,涵盖了当前主流的Linux技术。它给人大的感觉就是精简,通俗,易懂,特别适合我这种性格比较急躁懒散的人学习。正因为这本书,我也加入参加了阿铭举办的培训,经过几个月系统地学习,我顺利转行成为一名收入上万的Linux系统工程师。感谢阿铭!感谢这本书!”
——李海瑞
Catalogue

第1章 学习之初
1.1 Linux是什么
1.1.1 Linux的由来
1.1.2 Linux怎么读
1.1.3 常见Linux发行版
1.1.4 我们要学习哪个Linux发行版
1.2 Linux系统管理员要养成的习惯
1.2.1 要习惯使用命令行
1.2.2 操作要严谨
1.2.3 安全不可忽视
1.3 学习建议
1.3.1 稳中求进
1.3.2 善于总结文档
1.3.3 复习很关键
1.3.4 举一反三
1.4 课后习题

第2章 安装CentOS
2.1 安装虚拟机
2.1.1 下载虚拟机软件
2.1.2 安装虚拟机
2.1.3 新建一个虚拟机
2.2 安装Linux操作系统
2.2.1 下载CentOS镜像
2.2.2 设置虚拟光驱
2.2.3 安装CentOS
2.3 第一次亲密接触
2.3.1 初次使用命令行登录
2.3.2 设置网络
2.3.3 图形和命令行切换
2.3.4 Linux的7个运行级别
2.3.5 学会使用快捷键
2.3.6 学会查询帮助文档——man
2.3.7 Linux系统目录结构
2.3.8 如何正确关机、重启
2.3.9 忘记root密码怎么办
2.3.10 学会使用救援模式
2.4 课后习题

第3章 远程登录Linux系统
3.1 安装PuTTY
3.1.1 下载PuTTY
3.1.2 安装
3.2 设置IP
3.2.1 增加网卡
3.2.2 配置IP
3.3 远程登录
3.3.1 使用密码直接登录
3.3.2 使用密钥认证
3.4 两台Linux相互登录
3.4.1 克隆CentOS
3.4.2 使用密码登录
3.4.3 使用密钥登录
3.5 课后习题

第4章 Linux文件和目录管理
4.1 绝对路径和相对路径
4.1.1 命令cd
4.1.2 命令mkdir
4.1.3 命令rmdir
4.1.4 命令rm
4.2 环境变量PATH
4.2.1 命令cp
4.2.2 命令mv
4.3 几个与文档相关的命令
4.3.1 命令cat
4.3.2 命令tac
4.3.3 命令more
4.3.4 命令less
4.3.5 命令head
4.3.6 命令tail
4.4 文件的所属主和所属组
4.5 Linux文件属性
4.6 更改文件的权限
4.6.1 命令chgrp
4.6.2 命令chown
4.6.3 命令chmod
4.6.4 命令umask
4.6.5 修改文件的特殊属性
4.7 在Linux下搜索文件
4.7.1 用which命令查找可执行文件的绝对路径
4.7.2 用whereis命令查找文件
4.7.3 用locate命令查找文件
4.7.4 使用find搜索文件
4.8 Linux文件系统简介
4.9 Linux文件类型
4.9.1 常见文件类型
4.9.2 Linux文件后缀名
4.9.3 Linux的链接文件
4.10 课后习题

第5章 Linux系统用户与用户组管理
5.1 认识/etc/passwd和/etc/shadow
5.1.1 /etc/passwd解说
5.1.2 /etc/shadow解说
5.2 用户和用户组管理
5.2.1 新增组的命令groupadd
5.2.2 删除组的命令groupdel
5.2.3 增加用户的命令useradd
5.2.4 删除账户的命令userdel
5.2.5 使用命令chfn更改用户的finger
5.3 用户密码管理
5.3.1 命令passwd
5.3.2 命令mkpasswd
5.4 用户身份切换
5.4.1 命令su
5.4.2 命令sudo
5.4.3 不允许root远程登录Linux
5.5 使用密码工具管理密码
5.6 课后习题

第6章 Linux磁盘管理
6.1 查看磁盘或者目录的容量
6.1.1 命令df
6.1.2 命令du
6.2 磁盘的分区和格式化
6.2.1 增加虚拟磁盘
6.2.2 命令fdisk
6.3 格式化磁盘分区
6.3.1 命令mke2fs、mkfs.ext2、mkfs.ext3和mkfs.ext
6.3.2 命令e2label
6.4 挂载/卸载磁盘
6.4.1 命令mount
6.4.2 /etc/fstab配置文件
6.4.3 命令blkid
6.4.4 命令umount
6.5 建立一个swap文件增加虚拟内存
6.6 课后习题

第7章 文本编辑工具Vim
7.1 Vim的3种常用模式
7.1.1 一般模式
7.1.2 编辑模式
7.1.3 命令模式
7.2 Vim实践
7.3 课后习题

第8章 文档的压缩与打包
8.1 gzip压缩工具
8.2 bzip2压缩工具
8.3 tar压缩工具
8.3.1 打包的同时使用gzip压缩
8.3.2 打包的同时使用bzip2压缩
8.4 使用zip压缩
8.5 bzcat命令的使用
8.6 课后习题

第9章 安装RPM包或源码包
9.1 RPM工具
9.1.1 安装一个rpm包
9.1.2 升级一个rpm包
9.1.3 卸载一个rpm包
9.1.4 查询一个包是否已安装
9.1.5 得到一个已安装的rpm包的相关信息
9.1.6 列出一个rpm包的安装文件
9.1.7 列出某一个文件属于哪个rpm包
9.2 yum工具
9.2.1 列出所有可用的rpm包
9.2.2 搜索一个rpm包
9.2.3 安装一个rpm包
9.2.4 卸载一个rpm包
9.2.5 升级一个rpm包
9.2.6 使用本地光盘制作一个yum源
9.2.7 利用yum工具下载一个rpm包
9.3 安装一个源码包
9.3.1 下载一个源码包
9.3.2 解压源码包
9.3.3 配置相关的选项并生成Makefile
9.3.4 进行编译
9.3.5 安装
9.4 课后习题

第10章 shell基础知识
10.1 什么是shell
10.1.1 记录命令历史
10.1.2 命令和文件名补全
10.1.3 别名
10.1.4 通配符
10.1.5 输入/输出重定向
10.1.6 管道符
10.1.7 作业控制
10.2 变量
10.2.1 命令env
10.2.2 命令set
10.3 系统环境变量与个人环境变量的配置文件
10.4 linux shell中的特殊符号
10.4.1 *代表零个或多个任意字符
10.4.2 ?只代表一个任意的字符
10.4.3 注释符号#
10.4.4 脱义字符\
10.4.5 管道符|
10.4.6 命令cut
10.4.7 命令sort
10.4.8 命令wc
10.4.9 命令uniq
10.4.10 命令tee
10.4.11 命令tr
10.4.12 命令split
10.4.13 特殊符号$
10.4.14 特殊符号;
10.4.15 特殊符号~
10.4.16 特殊符号&
10.4.17 重定向符号>、>>、2>和2>>
10.4.18 中括号[ ]
10.4.19 特殊符号&&和||
10.5 课后习题

第11章 正则表达式
11.1 grep/egrep工具的使用
11.1.1 过滤带有某个关键词的行并输出行号
11.1.2 过滤不带有某个关键词的行并输出行号
11.1.3 过滤所有包含数字的行
11.1.4 过滤所有不包含数字的行
11.1.5 删除所有以“#”开头的行
11.1.6 删除所有空行和以“#”开头的行
11.1.7 过滤任意一个字符和重复字符
11.1.8 指定要过滤的字符的出现次数
11.1.9 筛选一个或多个前面的字符
11.1.10 筛选零个或一个前面的字符
11.1.11 筛选字符串1或者字符串
11.1.12 egrep中()的应用
11.2 sed工具的使用
11.2.1 打印某行
11.2.2 打印包含某个字符串的行
11.2.3 删除某行或者多行
11.2.4 替换字符或者字符串
11.2.5 调换两个字符串的位置
11.2.6 直接修改文件的内容
11.2.7 sed练习题
11.3 awk工具的使用
11.3.1 截取文档中的某个段
11.3.2 匹配字符或者字符串
11.3.3 条件操作符
11.3.4 awk的内置变量
11.3.5 awk中的数学运算
11.3.6 awk练习题
11.4 课后习题

第12章 shell脚本
12.1 什么是shell脚本
12.1.1 shell脚本的创建和执行
12.1.2 命令date
12.2 shell脚本中的变量
12.2.1 数学运算
12.2.2 和用户交互
12.2.3 shell脚本预设变量
12.3 shell脚本中的逻辑判断
12.3.1 不带else
12.3.2 带有else
12.3.3 带有elif
12.3.4 和文档相关的判断
12.3.5 case逻辑判断
12.4 shell脚本中的循环
12.4.1 for循环
12.4.2 while循环
12.5 shell脚本中的函数
12.6 shell脚本练习题
12.7 课后习题

第13章 Linux系统日常管理
13.1 监控系统的状态
13.1.1 w查看当前系统的负载
13.1.2 vmstat监控系统的状态
13.1.3 top显示进程所占的系统资源
13.1.4 sar监控系统状态
13.1.5 free查看内存使用状况
13.1.6 ps查看系统进程
13.1.7 netstat查看网络状况
13.2 抓包工具
13.2.1 tcpdump工具
13.2.2 wireshark工具
13.3 Linux网络相关
13.3.1 ifconfig查看网卡IP
13.3.2 给一个网卡设定多个IP
13.3.3 查看网卡连接状态
13.3.4 更改主机名
13.3.5 设置DNS
13.4 Linux的防火墙
13.4.1 selinux
13.4.2 iptables
13.5 Linux系统的任务计划
13.5.1 命令crontab
13.5.2 cron练习题
13.6 Linux系统服务管理
13.6.1 ntsysv服务配置工具
13.6.2 chkconfig服务管理工具
13.7 Linux下的数据备份工具rsync
13.7.1 rsync的命令格式
13.7.2 rsync常用选项
13.7.3 rsync应用实例
13.8 Linux系统日志
13.8.1 /var/log/messages
13.8.2 dmesg
13.8.3 安全日志
13.9 xargs与exec
13.9.1 xargs应用
13.9.2 exec应用
13.10 screen工具介绍
13.10.1 使用nohup
13.10.2 screen工具的使用
13.11 课后习题

第14章 LAMP环境搭建
14.1 安装MySQL
14.1.1 下载软件包
14.1.2 初始化
14.1.3 配置MySQL
14.2 安装Apache
14.3 安装PHP
14.4 Apache结合PHP
14.5 测试LAMP是否成功
14.5.1 测试配置文件是否正确
14.5.2 测试是否正确解析PHP
14.6 课后习题

第15章 LNMP环境配置
15.1 安装MySQL
15.2 安装PHP
15.3 安装Nginx
15.4 课后习题

第16章 常用MySQL操作
16.1 更改MySQL数据库root的密码
16.2 连接数据库
16.3 MySQL基本操作的常用命令
16.3.1 查询当前库
16.3.2 查询某个库的表
16.3.3 查看某个表的全部字段
16.3.4 查看当前是哪个用户
16.3.5 查看当前所使用的数据库
16.3.6 创建一个新库
16.3.7 创建一个新表
16.3.8 查看当前数据库的版本
16.3.9 查看MySQL的当前状态
16.3.10 查看MySQL的参数
16.3.11 修改MySQL的参数
16.3.12 查看当前MySQL服务器的队列
16.3.13 创建一个普通用户并授权
16.4 常用的SQL语句
16.4.1 查询语句
16.4.2 插入一行
16.4.3 更改表的某一行
16.4.4 清空某个表的数据
16.4.5 删除表
16.4.6 删除数据库
16.5 MySQL数据库的备份与恢复
16.5.1 MySQL备份
16.5.2 MySQL恢复
16.6 课后习题

第17章 NFS服务配置
17.1 服务端配置NFS
17.2 客户端挂载NFS
17.3 命令exportfs
17.4 课后习题

第18章 配置FTP服务
18.1 安装pure-ftpd
18.1.1 下载软件
18.1.2 安装pure-ftpd
18.1.3 配置pure-ftpd
18.1.4 建立账号
18.1.5 测试pure-ftpd
18.2 使用vsftpd搭建ftp服务
18.2.1 安装vsftpd
18.2.2 建立账号
18.2.3 创建和用户对应的配置文件
18.2.4 修改全局配置文件/etc/vsftpd.conf
18.3 课后习题

第19章 配置Squid服务
19.1 Squid是什么
19.2 搭建Squid正向代理
19.3 搭建Squid反向代理
19.4 Squid命令常用选项
19.5 课后习题

第20章 配置Tomcat
20.1 安装Tomcat
20.1.1 安装JDK
20.1.2 安装Tomcat
20.2 配置Tomcat
20.2.1 配置Tomcat服务的访问端口
20.2.2 配置新的虚拟主机
20.3 测试Tomcat

第21章 配置Samba服务器
21.1 Samba的配置文件smb.conf
21.2 Samba实践
21.2.1 Samba实践一
21.2.2 Samba实践二
21.2.3 使用Linux访问Samba服务器
21.3 课后习题

第22章 MySQL Replication配置
22.1 配置MySQL服务
22.2 配置Replication
22.2.1 设置master
22.2.2 设置slave
22.3 测试主从
22.4 课后习题
Introduction

早在2011年,阿铭就已经在网上发表过《跟阿铭学Linux》的电子版教程,不过它只是一个电子教程,还不能作为图书出版。当然,这个教程当时写得比较匆忙,有不少错误。2013年,阿铭再一次更新了这本电子教程,发布了第2版。本书也是依照这版电子教程来写的,是电子教程的进一步完善。
为什么要写这本书
这还得追溯到2011年春天,当时阿铭的女友刚刚辞掉工作,待业在家,她对于自己的职业生涯有些迷惘。在我的建议下,她开始了Linux学习之路。一开始,我只给她推荐了一本不错的入门书,但是那本书对于初学者来讲内容实在是太多了,我们往往看到一半就放弃学习了,我女友也是这样。于是,我便写了那本简明扼要的电子版教程来帮助她学习Linux。功夫不负有心人,她只用了两个月的时间就出师了,甚至找到了心仪的工作。虽然那本电子教程已经面世多年,而且还出了两版,但阿铭更希望出一本像样的图书来帮助更多的朋友。
这是一本什么样的书
这本书是专门针对初学者而写的,如果你想快速入门,那这本书非常适合你。阿铭的女友之前从来没有接触过Linux,甚至没有听说过Linux,她唯一的优势就是计算机专业毕业,有些底子。既然一个零基础的女孩子可以成功,那阿铭相信你通过这本书的辅导也可以成功。也就是说,假如你现在也是零基础,或者只有一点点基础知识,那选择这本书作为你的入门指引是非常合适的。本书语言通俗,内容简明易懂,案例丰富且容易操作。只要你按照书中的实例按部就班地学习,就可以轻松入门。不过阿铭需要提醒你一下,这本书你看一遍、练一遍肯定是不行的,需要多练习几遍!
反馈及服务
阿铭喜欢把每一位读者朋友当做兄弟姐妹,所以也希望你能够把阿铭当做知心朋友,在学习的过程中遇到任何问题,你都可以来阿铭的论坛和阿铭以及其他朋友交流、讨论。
在阅读本书的过程中,如果遇到任何疑问或者发现任何纰漏,你都可以到阿铭论坛教程答疑版块发帖留言,你会在第一时间获得答复。另外,你有任何建议或者意见都可以在阿铭论坛发帖。
特别致谢
阿铭的第1版电子教程已经面世3年,读过该教程的朋友也有很多,感谢所有直接或者间接阅读过电子教程的朋友们,没有你们的支持,我就没有动力去完善第2版教程,更没有动力去写这本书!向所有支持阿铭的兄弟姐妹致谢!向所有读者朋友致谢!

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book