Skip to content

Commit

Permalink
Tue 11 Feb 2020 06:56:18 PM +08
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrokuan committed Feb 11, 2020
1 parent b05dcba commit 5f0d965
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 19 deletions.
6 changes: 6 additions & 0 deletions content/zettels/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
title = "Documentation"
author = ["Jethro Kuan"]
lastmod = 2020-02-11T16:14:37+08:00
draft = false
+++
15 changes: 15 additions & 0 deletions content/zettels/documentation_generators.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "Documentation Generators"
author = ["Jethro Kuan"]
lastmod = 2020-02-11T16:37:36+08:00
draft = false
+++

We use these to generate [documentation]({{< relref "documentation" >}}) for projects.


## Software {#software}

- [Docusaurus](https://v2.docusaurus.io/)
- [Gatsby.js](https://www.gatsbyjs.org/starters/hasura/gatsby-gitbook-starter/)
- [Gitbook](https://www.gitbook.com/) - Only has a limited number of free spaces
20 changes: 17 additions & 3 deletions content/zettels/nix.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
+++
title = "Nix/NixOS"
author = ["Jethro Kuan"]
lastmod = 2020-02-06T11:58:23+08:00
lastmod = 2020-02-11T18:54:10+08:00
draft = false
+++

tags
: [§prog\_lang]({{< relref "prog_lang" >}}), [§operating\_systems]({{< relref "operating_systems" >}})
NixOS is a [Linux]({{< relref "linux" >}}) [operating System]({{< relref "operating_systems" >}}) built upon the Nix package manager. Nix
refers to both the package manager, and the name of the [programming
language]({{< relref "prog_lang" >}}) it is written in.


## Nix Software {#nix-software}

- [target/lorri](https://github.com/target/lorri) provides great [direnv](https://direnv.net/) ([Unix]({{< relref "unix" >}})) /nix-shell integration
- [nmattia/niv](https://github.com/nmattia/niv) provides dependency management for Nix projects


## Links {#links}

- [nix-community/awesome-nix](https://github.com/nix-community/awesome-nix)
- [NixOS Weekly Newsletter](https://weekly.nixos.org/)
- [Nix Pills](https://nixos.org/nixos/nix-pills/)
- [Nix Shorts](https://github.com/justinwoo/nix-shorts)


## Articles {#articles}

- [I was Wrong about Nix - Christine Dodrill](https://christine.website/blog/i-was-wrong-about-nix-2020-02-10)
4 changes: 2 additions & 2 deletions content/zettels/unix.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
+++
title = "Unix"
author = ["Jethro Kuan"]
lastmod = 2020-02-06T12:24:06+08:00
lastmod = 2020-02-11T18:55:52+08:00
draft = false
+++

tags
: [§linux]({{< relref "linux" >}})
: [Linux]({{< relref "linux" >}})
4 changes: 2 additions & 2 deletions content/zettels/unix_awk.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
+++
title = "Awk"
author = ["Jethro Kuan"]
lastmod = 2020-02-06T12:09:11+08:00
lastmod = 2020-02-11T18:55:24+08:00
draft = false
+++

tags
: [§unix]({{< relref "unix" >}})
: [Unix]({{< relref "unix" >}})


## Links {#links}
Expand Down
6 changes: 3 additions & 3 deletions content/zettels/unix_find.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
+++
title = "Find"
title = "Find (CLI Tool)"
author = ["Jethro Kuan"]
lastmod = 2020-02-06T12:08:30+08:00
lastmod = 2020-02-11T18:56:04+08:00
draft = false
+++

tags
: [§unix]({{< relref "unix" >}})
: [Unix]({{< relref "unix" >}})


## Links {#links}
Expand Down
4 changes: 2 additions & 2 deletions content/zettels/unix_lsof.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
+++
title = "Lsof"
author = ["Jethro Kuan"]
lastmod = 2020-02-06T12:09:38+08:00
lastmod = 2020-02-11T18:55:33+08:00
draft = false
+++

tags
: [§unix]({{< relref "unix" >}})
: [Unix]({{< relref "unix" >}})


## Links {#links}
Expand Down
3 changes: 3 additions & 0 deletions org/documentation.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#+SETUPFILE:./hugo_setup.org
#+HUGO_SECTION: zettels
#+TITLE: Documentation
11 changes: 11 additions & 0 deletions org/documentation_generators.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#+SETUPFILE:./hugo_setup.org
#+HUGO_SECTION: zettels
#+TITLE: Documentation Generators

We use these to generate [[file:documentation.org][documentation]] for projects.

* Software

- [[https://v2.docusaurus.io/][Docusaurus]]
- [[https://www.gatsbyjs.org/starters/hasura/gatsby-gitbook-starter/][Gatsby.js]]
- [[https://www.gitbook.com/][Gitbook]] - Only has a limited number of free spaces
3 changes: 2 additions & 1 deletion org/git.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#+TITLE: Git

- tags :: [[file:unix.org][§unix]]
- tags :: [[file:unix.org][Unix]]

* Git Internals
** Content of .git folder
Expand Down Expand Up @@ -32,5 +32,6 @@ of objects:
- commit :: contains reference to another tree object and some other
information (author, committer etc.)
- tag :: Another reference to a commit object

* Git Branching Models
[[https://nvie.com/posts/a-successful-git-branching-model/][A successful Git branching model » nvie.com]]
14 changes: 13 additions & 1 deletion org/nix.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
#+TITLE: Nix/NixOS
#+AUTHOR: Jethro Kuan

- tags :: [[file:prog_lang.org][§prog_lang]], [[file:operating_systems.org][§operating_systems]]
NixOS is a [[file:linux.org][Linux]] [[file:operating_systems.org][operating System]] built upon the Nix package manager. Nix
refers to both the package manager, and the name of the [[file:prog_lang.org][programming
language]] it is written in.

* Nix Software
- [[https://github.com/target/lorri][target/lorri]] provides great [[https://direnv.net/][direnv]] ([[file:unix.org][Unix]]) /nix-shell integration
- [[https://github.com/nmattia/niv][nmattia/niv]] provides dependency management for Nix projects

* Links
- [[https://github.com/nix-community/awesome-nix][nix-community/awesome-nix]]
- [[https://weekly.nixos.org/][NixOS Weekly Newsletter]]
- [[https://nixos.org/nixos/nix-pills/][Nix Pills]]
- [[https://github.com/justinwoo/nix-shorts][Nix Shorts]]

* Articles

- [[https://christine.website/blog/i-was-wrong-about-nix-2020-02-10][I was Wrong about Nix - Christine Dodrill]]
2 changes: 1 addition & 1 deletion org/unix.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+SETUPFILE: ./hugo_setup.org
#+TITLE: Unix

- tags :: [[file:linux.org][§linux]]
- tags :: [[file:linux.org][Linux]]
2 changes: 1 addition & 1 deletion org/unix_awk.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#+HUGO_SECTION: zettels
#+TITLE: Awk

- tags :: [[file:unix.org][§unix]]
- tags :: [[file:unix.org][Unix]]

* Links
[[http://sparky.rice.edu/~hartigan/awk.html]]
4 changes: 2 additions & 2 deletions org/unix_find.org
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#+SETUPFILE:./hugo_setup.org
#+HUGO_SECTION: zettels
#+TITLE: Find
#+TITLE: Find (CLI Tool)

- tags :: [[file:unix.org][§unix]]
- tags :: [[file:unix.org][Unix]]

* Links
- [[http://www.grymoire.com/Unix/Find.html][Find]]
2 changes: 1 addition & 1 deletion org/unix_lsof.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#+HUGO_SECTION: zettels
#+TITLE: Lsof

- tags :: [[file:unix.org][§unix]]
- tags :: [[file:unix.org][Unix]]

* Links
[[https://medium.com/@copyconstruct/lsof-f2b224eee7b5][lsof - Cindy Sridharan - Medium]]

0 comments on commit 5f0d965

Please sign in to comment.