随笔

Making your site private

Sometimes you might want to put your site behind closed doors If you've got a publication that you don't want the world …

发布于:2019-01-05 · #Getting Started
随笔

Using the Ghost editor

Ghost uses a language called **Markdown** to format text. When you go to edit a post and see special characters and colo…

发布于:2019-01-05 · #Getting Started
随笔

Setting up your own Ghost theme

Creating a totally custom design for your publication Ghost comes with a beautiful default theme called Casper, which is…

发布于:2019-01-05 · #Getting Started
随笔

Organising your content with tags

Ghost has a single, powerful organisational taxonomy, called tags. It doesn't matter whether you want to call them categ…

发布于:2019-01-05 · #Getting Started
随笔

Welcome to Ghost

Hey! Welcome to Ghost, it's great to have you :) We know that first impressions are important, so we've populated your n…

发布于:2019-01-05 · #Getting Started
随笔

Local Kubernetes development with LXD 踩坑

主要的问题在于国内的网络环境,按照官方文档来是一定走不通的 需要确保的是使用到的 cli 工具均开启了代理 snap 版本大于 2.36.1(老版本有 bug,https://bugs.launchpad.net/snapd/+bug/17…

发布于:2019-01-02
随笔

过得开心吗?

反复问问自己这个问题

发布于:2017-07-10
随笔

2017 Steam夏季大促基友游戏表

BattleBlock Theater http://store.steampowered.com/app/238460/BattleBlock_Theater/ Meta SLUG Pack http://store.steampower…

发布于:2017-06-23
随笔

自省

今天在常混迹的 Q 群里被问了一个问题 我一看,这不是 Python 么,就呛声了一句“你这是 ES2046”的语法吧,然后就被嘲讽了…… 其实呢,这是 array comprehension,作为提案提出过,但是没有被合到 ES2015 …

发布于:2016-09-22
随笔

Allwinner H3、BCM2835、S5P6818 CPU性能对比

H3 (@1.2Ghz) BCM2835 (@1.4Ghz) S5P6818 (@1.4Ghz)

发布于:2016-09-20
随笔

Orange Pi Lite 玩耍备忘

OLED 准备 Waveshare SSD1331 RGB OLED 连线 Display Board Remark DATA MOSI CLK CLK DC PA8 Rst PA7 CS SPI0-CE0 Chip Select Vin …

发布于:2016-09-15 · #orangepi
随笔

给 Ubuntu 16.04 64bit(4.4内核)添加一个最简单的系统调用

以前虽然知道原理,但是没真的实践过,这次就留个记录吧 获取内核源码 提供了一个非常便捷的方式下载内核源码 完成后将会在你的当前目录下产出对应的压缩包及解压后的目录 向 syscall table 添加入口 用你最喜欢的编辑器打开 ,追加一行…

发布于:2016-09-08 · #kernel