Minimalism Game – Day 12 #MinsGame
All clothes again today. I took some dusty but still good clothes out of my closet. The ones getting donated are in the wash right now.
All clothes again today. I took some dusty but still good clothes out of my closet. The ones getting donated are in the wash right now.
I’m exhausted. 11+ pieces of clothing
I finished the labs on CLI commands and vi basics. I think it’s time to move to a different course. The next section is about Virtual Box and I plan to skip it. The vi basics were very basic but I was reminded of a few commands that I had forgotten.
A couple of examples:yy
(copy) and p
to paste
This quick intro to vi makes me want to actually learn it. There are some games out there to practice. It’s something I could do 🤔.
I’m getting bored with the prerequisites course. I’m going to find something else to study by the next update.
All clothes. Five to donate, five to trash.
I worked on a bit more of the DevOps Prerequisites Course – Getting started with DevOps.
I covered some commands for user accounts, downloading files with curl
and wget
, checking the OS version, RPM and Yum, and services.
Using systemctl
is definitely new, I never learned that. I would always use service ... start
, stop
, enable
, etc.
I stopped the video at the point where the instructor is introducing the vi editor. I’m interested to see if I will pick up some new tips. I can use vi well enough, (I know how to exit 😀), but I never took the time to learn to use it well. I generally use VS Code or nano.