Skip to content

Commit 1e6f129

Browse files
committed
adjust categories
1 parent 8b63a6f commit 1e6f129

15 files changed

Lines changed: 18 additions & 18 deletions

content/post/Exponetial-Distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Exponential Distribution
33
date: 2018-12-25 22:21:49
44
lastmod: 2019-08-25
5-
categories: ['Notes']
5+
categories: [tech]
66
tags: ['math', 'probability']
77
mathjax: true
88

content/post/LeetCode-Sum-of-Two-Integers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'LeetCode: Sum of Two Integers'
33
date: 2019-03-26 14:53:51
4-
categories: ['Notes']
4+
categories: [tech]
55
tags: ['cpp','leetcode',位运算]
66

77
---

content/post/Linux-相关信息速查.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Linux 使用指北
33
date: 2019-03-07 19:22:02
44
lastmod: 2019-09-16
5-
categories: ['Linux']
6-
tags: [常用命令,'reference']
5+
categories: [tech]
6+
tags: [常用命令,reference,linux]
77

88
---
99

content/post/Matrix-Factorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Matrix Factorization
33
date: 2019-01-03 21:07:38
4-
categories: ['Notes']
4+
categories: [tech]
55
tags: ['math','algebra']
66
mathjax: true
77
---

content/post/bit-field-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 位域结构体简介
33
date: 2019-08-06 20:43:02
4-
categories: ['Notes']
4+
categories: [tech]
55
tags: [cpp, 结构体, 位运算]
66

77
---

content/post/coding-problems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: A collection of some coding problems
33
date: 2019-04-07 19:31:59
4-
categories: ['Notes']
4+
categories: [tech]
55
tags: [算法, 动态规划, 编程]
66
mathjax: true
77
---

content/post/design-pattern-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "设计模式学习笔记"
33
date: 2019-09-02
44
lastmod: 2019-09-02T11:05:10+08:00
55
keywords: ['设计模式']
6-
categories: ['Notes']
6+
categories: [tech]
77
tags: [设计模式]
88
mathjax: false
99

content/post/extend-swap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: "Swap 扩容"
33
date: 2023-02-24T21:07:16+08:00
44
keywords: []
5-
categories: [tech, linux]
6-
tags: []
5+
categories: [tech]
6+
tags: [linux]
77
draft: false
88
mathjax: false
99

content/post/interview-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 面试经历及笔记
33
date: 2019-07-08 20:14:17
4-
categories: ['Notes']
4+
categories: [tech]
55
tags: ['interview']
66
mathjax: true
77

content/post/使用Tar备份Archlinux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 使用 Tar 备份 Archlinux
33
date: 2016-09-10 19:00:57
4-
categories: ['Linux']
5-
tags: ['备份', 'tar']
4+
categories: [tech]
5+
tags: [备份, tar, linux]
66
---
77

88
Linux 需要备份吗?本身 Linux 系统的稳定性就是一流,文件系统也不易产生碎片,只要不是硬盘突然崩掉了,你可以有 100 种方法来修复系统的各种问题而不用重装系统。但是恰好我不是多么熟练的 Linux 使用者,每次出问题也是自己在网上边查边解决,有时候也会遇到那种查了几天也没能解决的问题,所以重装 Linux 这样的情景也会时常发生。那么,如果事先做了备份,这时候就能起到很大的作用了。

0 commit comments

Comments
 (0)