For the following questions, refer to the following questions file tree: /opt/ ├── bin │ ├── godfather -> silverscreen
Posted: Sun Jul 03, 2022 11:22 am
For the following questions, refer to the following questionsfile tree:
/opt/
├── bin
│ ├── godfather ->silverscreen/godfather/bin/godfather
│ ├── halloween ->silverscreen/halloween/bin/halloween
│ └── toystory ->silverscreen/toystory/bin/toystory
└── silverscreen
├── godfather
│ ├── bin
│ │ └── godfather
│ ├── buildtools
│ ├── doc
│ ├── man
│ └── src
├── halloween
│ ├── bin
│ │ └── halloween
│ ├── buildtools
│ ├── doc
│ ├── man
│ └── src
└── toystory
├── bin
│ └──toystory
├── buildtools
├── doc
├── man
└── src
1) Time to make life easier for yourself. Create a twoletter alias for three different commands that you run very often.(BASH Shell)
2)
It’s 7:30 on Monday night and I haven’t eaten dinner yet. Make asnapshot in your VM (or make a VM if you have it installed) andthen do the worst possible thing to your .bashrc file.
It’s up to you what “worst thing” means.
3)
Think of a software that you use on a regular basis. It can befor school, for work, or for your hobbies.
Install that software or a Linux based alternative on yourmachine. Then, check to see if there are any examples of FOSSsoftware that you could use to achieve the same goal.
/opt/
├── bin
│ ├── godfather ->silverscreen/godfather/bin/godfather
│ ├── halloween ->silverscreen/halloween/bin/halloween
│ └── toystory ->silverscreen/toystory/bin/toystory
└── silverscreen
├── godfather
│ ├── bin
│ │ └── godfather
│ ├── buildtools
│ ├── doc
│ ├── man
│ └── src
├── halloween
│ ├── bin
│ │ └── halloween
│ ├── buildtools
│ ├── doc
│ ├── man
│ └── src
└── toystory
├── bin
│ └──toystory
├── buildtools
├── doc
├── man
└── src
1) Time to make life easier for yourself. Create a twoletter alias for three different commands that you run very often.(BASH Shell)
2)
It’s 7:30 on Monday night and I haven’t eaten dinner yet. Make asnapshot in your VM (or make a VM if you have it installed) andthen do the worst possible thing to your .bashrc file.
It’s up to you what “worst thing” means.
3)
Think of a software that you use on a regular basis. It can befor school, for work, or for your hobbies.
Install that software or a Linux based alternative on yourmachine. Then, check to see if there are any examples of FOSSsoftware that you could use to achieve the same goal.