diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-23 11:30:28 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-23 11:30:28 +0100 |
commit | 1f1423fdb8d4e2928768ffa33a6ad2b59c75e82e (patch) | |
tree | 67d94f0d821a053aca0e7c8a7ffb6c369047aa14 /Refined | |
parent | 93d36010a9d54bca1fdcaf1f4c99e6981aaf41bc (diff) |
lowercase dirs
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, 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`. |