Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

breaking: restructure curated hierarchy #52

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
date: "2021-02-21"
title: Complete Bash Utility Cheat Sheet
title: Bash Utility Cheat Sheet
---

These are my goto scripts to manage my home media server. I'll be compiling all that I remember here so I won't forget it and could quickly search for a reference in the future. I hope most of it would be beneficial to you too.
These are my scripts that I use to manage my home media server. I'm not a bash expert so I'm sure there are better ways to do this, but this is what I have so far.

## Using Nano Editor

Expand Down Expand Up @@ -112,5 +112,5 @@ rename 's/\[.*\]/\[replacement\]/' **/* # execute rename
rename 's/unwantedName/changedName/' path/to/start/**/* -n # preview changes
rename 's/unwantedName/changedName/' path/to/start/**/* # execute rename

# ('s/{}/{}/') is just regex so it's limited to just your knowledge
# ('s/{}/{}/') is a regular expression so it's limited to your knowledge on it
```
30 changes: 0 additions & 30 deletions sites/dev.mauss/curated/resources/css.md

This file was deleted.

12 changes: 0 additions & 12 deletions sites/dev.mauss/curated/resources/sapper.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ I consider myself as a perfectionist, and most of my friends can vouch for this.

No really, that was mostly it. On most occasions, that would be more than enough. The human mind is amazing, when you focus and really put your all into it, you can virtually accomplish anything. But, on certain days like this, I needed a little bit more boost, I have to trade off something, and that is my sanity... by not sleeping. So, more like my sleep? Yes, you could say I'm compensating for my mental energy by not sleeping to finish my work one at a time.

One last thing was find something to accompany yourself, preferably something that could make you laugh because a good laugh really is the best cure to recharge your mental energy. Nichijou was the one that helps me brighten up my mood and lets me escape reality for a short time, I highly recommend you to check it out, also take a look at my [October 2020 Monthly Digest](/curated/digest/202010) if you haven't already.
One last thing was find something to accompany yourself, preferably something that could make you laugh because a good laugh really is the best cure to recharge your mental energy. Nichijou was the one that helps me brighten up my mood and lets me escape reality for a short time, I highly recommend you to check it out, also take a look at my [October 2020 Monthly Digest](/curated/digest-2020.10) if you haven't already.

Looking back again, this is more or less what life is really all about is it. You live through your days, you suffer through some of it, and you gain experience through it too. All of this is essential for us to grow as a person, as a human. You really need knowledge to fully grow, and some of them requires you to experience it first-hand.

Expand Down