mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-21 19:18:02 +00:00
Small changes to tasks of day 1
This commit is contained in:
parent
b9f5bd6d65
commit
ef23a63157
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue