1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 11:52:39 +00:00

Small changes to tasks of day 1

This commit is contained in:
Mo 2022-09-23 18:51:29 +02:00
parent b9f5bd6d65
commit ef23a63157

View file

@ -39,7 +39,7 @@ Find out how to update your system with `dnf` and run the updates.
Before you confirm, make sure that you read what packages are updated. Make a screenshot of the changes.
It is possible that you don't find any update. In this case, you can try it tomorrow again!
It is possible that you don't find any updates. In this case, you can try it again on another day!
## Task 4: Package installation and usage
@ -53,8 +53,8 @@ Make a screenshot of some cow wisdom 🐮
Now install the package `lolcat`.
Lets call the wisdom command you did take the last screenshot of `COMMAND`.
Lets say the wisdom command you did take the last screenshot of is `cowsay (...)`.
Now run `COMMAND | lolcat`. Describe what changed. Can you guess how this internally works?
Now run `cowsay (...) | lolcat`. Describe what changed. Can you guess how this internally works?
Now read the help of `lolcat` and find out how to add some randomness. Run the command above again with the option you found and take a screenshot after you are satisfied with the randomness you get.