From 93d36010a9d54bca1fdcaf1f4c99e6981aaf41bc Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 23 Nov 2024 09:25:48 +0100 Subject: initial sync with all my existing notes --- Refined/Group.ONE Infrastructure.md | 1 + Refined/Man pages.md | 3 +++ Refined/Note taking.md | 7 +++++++ Refined/RabbitMQ.md | 2 ++ Refined/TaskWarrior (ToDo).md | 3 +++ 5 files changed, 16 insertions(+) create mode 100644 Refined/Group.ONE Infrastructure.md create mode 100644 Refined/Man pages.md create mode 100644 Refined/Note taking.md create mode 100644 Refined/RabbitMQ.md create mode 100644 Refined/TaskWarrior (ToDo).md (limited to 'Refined') diff --git a/Refined/Group.ONE Infrastructure.md b/Refined/Group.ONE Infrastructure.md new file mode 100644 index 0000000..1d9ba33 --- /dev/null +++ b/Refined/Group.ONE Infrastructure.md @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..901be15 --- /dev/null +++ b/Refined/Man pages.md @@ -0,0 +1,3 @@ +**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 new file mode 100644 index 0000000..2a47666 --- /dev/null +++ b/Refined/Note taking.md @@ -0,0 +1,7 @@ +**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 new file mode 100644 index 0000000..e9c94c5 --- /dev/null +++ b/Refined/RabbitMQ.md @@ -0,0 +1,2 @@ +**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 new file mode 100644 index 0000000..6002fde --- /dev/null +++ b/Refined/TaskWarrior (ToDo).md @@ -0,0 +1,3 @@ +**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 modify` . I use priorities, they can be set on a new or existing task with `priority:H/M/L`. -- cgit v1.2.3