summaryrefslogtreecommitdiff
path: root/refined
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-23 17:15:20 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-23 17:15:20 +0100
commitdbe655fca3cf4fc5bc882015006f006764eace52 (patch)
treed70fe1a94f37103031f7973c0d77fbcecaf52499 /refined
parentc5e7a50f1dbf3b541ae5547c50d2ec5707a45ca9 (diff)
organise most stuff into para dirs
Diffstat (limited to 'refined')
-rw-r--r--refined/Group.ONE Infrastructure.md1
-rw-r--r--refined/Man pages.md3
-rw-r--r--refined/Note taking.md7
-rw-r--r--refined/RabbitMQ.md2
-rw-r--r--refined/TaskWarrior (ToDo).md3
5 files changed, 0 insertions, 16 deletions
diff --git a/refined/Group.ONE Infrastructure.md b/refined/Group.ONE Infrastructure.md
deleted file mode 100644
index 1d9ba33..0000000
--- a/refined/Group.ONE Infrastructure.md
+++ /dev/null
@@ -1 +0,0 @@
-I want to have an overview of systems and what they are responsible for. Example, what is OneHOP or OneHome and what do they do. I plan to write that down in this document. \ No newline at end of file
diff --git a/refined/Man pages.md b/refined/Man pages.md
deleted file mode 100644
index 901be15..0000000
--- a/refined/Man pages.md
+++ /dev/null
@@ -1,3 +0,0 @@
-**2024-08-21 18:07:20**
-I need to more consistently read man pages. Example is `man task` to see how taskwarrior works, after reading it today I found that it is actually quite easy.
-They often contain good information on how to use a certain tool. \ No newline at end of file
diff --git a/refined/Note taking.md b/refined/Note taking.md
deleted file mode 100644
index 2a47666..0000000
--- a/refined/Note taking.md
+++ /dev/null
@@ -1,7 +0,0 @@
-**2024-08-21 17:59:00**
-I want to become better at taking notes consistently in the hope that I forget less important things and become better overall at managing knowledge.
-To try and create the habit I will open a new daily note in Obsidian at the start of the day and sit down at the end of the day to refine anything written down into a more permanent form like this one. I'm hoping that by doing this consistently I will more often write down ideas, information, etc. during the day, rather than forget about it.
-
-After refining the daily notes, I should commit and push changes to a remote git repo that is also regularly backed up so I keep all this knowledge safe.
-
-I'm not yet sure if and how I incorporate this into a "zettelkast", something I did start before but never really stuck. I will need to do more research into this, and note taking overall. \ No newline at end of file
diff --git a/refined/RabbitMQ.md b/refined/RabbitMQ.md
deleted file mode 100644
index e9c94c5..0000000
--- a/refined/RabbitMQ.md
+++ /dev/null
@@ -1,2 +0,0 @@
-**2024-08-21 18:09**
-With `rabbitmqctl list_queues` we can add columns to show. So instead of the default layout which shows messages in the Q after the name and is horrible we can specify stuff like: `rabbitmqctl list_queues messages consumers name`. There are more options to be found in `man rabbitmqctl`.
diff --git a/refined/TaskWarrior (ToDo).md b/refined/TaskWarrior (ToDo).md
deleted file mode 100644
index 6002fde..0000000
--- a/refined/TaskWarrior (ToDo).md
+++ /dev/null
@@ -1,3 +0,0 @@
-**2024-08-21 18:03:00**
-I want to better keep track of what i'm doing, for that purpose I will use taskwarrior. For usage see `man task`.
-Adding a task is done by `task add`, to modify it `task <ID> modify` . I use priorities, they can be set on a new or existing task with `priority:H/M/L`.