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

Commit

Permalink
breaking: restructure curated hierarchy (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Dec 5, 2023
1 parent 8145f1a commit 2b436d2
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 46 deletions.
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

0 comments on commit 2b436d2

Please sign in to comment.