diff options
Diffstat (limited to 'refined')
-rw-r--r-- | refined/Group.ONE Infrastructure.md | 1 | ||||
-rw-r--r-- | refined/Man pages.md | 3 | ||||
-rw-r--r-- | refined/Note taking.md | 7 | ||||
-rw-r--r-- | refined/RabbitMQ.md | 2 | ||||
-rw-r--r-- | refined/TaskWarrior (ToDo).md | 3 |
5 files changed, 16 insertions, 0 deletions
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 <ID> modify` . I use priorities, they can be set on a new or existing task with `priority:H/M/L`. |