To download sorint-X.X-el9.noarch.rpm Packages you can use this link, or From release page here.
To download RunMe.sh you can use this link, or From release page here.
Or you can run the next command Inside the newly Created Template VM To Download and Lunch the RunMe.sh script
wget -q -O - https://raw.githubusercontent.com/DeyAgrO/Linux101/refs/heads/main/RunMe/RunMe.sh | bashcurl -s https://raw.githubusercontent.com/DeyAgrO/Linux101/refs/heads/main/RunMe/RunMe.sh | bashREQUIRED:
- For this lab exercise, you have to create one almalinux 9.X virtual marchine (Clone One Machine).
INFO
- username : sorint / password : sorint
- to start course you should enter the command
sorint start course101 - After you finish the exercise you should enter the command
sorint grade course101 - If all the question has been answered correctly then it should output finished.
Start the course :
sorint start course101
Exercises
- Create a folder called
examin the home directory and create 3 folders inside ittxtmp3mp4 - Redirect the first 10 lines of the file
days.txtwhich exist in the home directory to the file/home/sorint/exam/txt/head.txtRedirect the last 7 lines of the filedays.txtwhich does exist in the home directory to the file/home/sorint/exam/txt/tail.txt - Redirect the value of the
$HOMEand$PATHenvironment variables to the file/home/sorint/exam/txt/env.txt - Create the file
/home/sorint/exam/txt/whoami.txtand edit it using your favourite editor (nano, vim) and put inside it you name and email in this same context. It is only local at your PC
name: <XXXX XXXXX>
email: <XXXXX@XXXXX.XXXX>- Inside the folder
/home/sorint/randomthere are plenty of random files- Move all
.mp4files to/home/sorint/exam/mp4/directory that you have created before - Move all
.mp3files to/home/sorint/exam/mp3/directory that you have created before - Delete all
.wavfiles from the/home/sorint/randomdirectory
- Move all
- Check the content of the file
/home/sorint/code.txtfor the codeansible-api-token=XXXXXXXXXXXcopy only the codeXXXXXXXXXto the file/home/sorint/exam/txt/token.txt - Create two groups :
devopstesters - Create the users:
developer1tester1Create a password for the users, the password issorint - Append (add) the user
developer1to the groupdevopsAppend (add) the usertester1to the grouptesters - Create the directory
/partageChange the ownership of the directory to usertester1and the groupsorintusing thechowncommandtester1:sorintCreate symbolic link for the folder/partageto the folder/tmp/shared - Create the alias
ipa="ip --color a"And the alias must stay persistent after reboot
Evaluate your answers:
sorint grade course101
REQUIRED:
- For this lab exercise, you have to create two almalinux 9.X virtual marchine (Clone two Machines) .
INFO:
- username : sorint / password : sorint
- to start course you should enter the command
sorint start course102 - After you finish the exercise you should enter the command
sorint grade course102 - If all the question has been answered correctly then it should output finished.
Start the course :
sorint start course102
Exercises
- Check all the sleep processes that are running in the background deactivate them all
- Enable
sshd.serviceDisablechronyd.serviceStophttpd.service - There is a failed ssh login attempt used by the user
bernardand you need to find the IP address associated with the failed login and copy it to the file/home/sorint/exam/txt/ip.txt - For this exercise you need to generate two ssh keys one default and use it to ssh to the second machine you created before ( ssh to the remote host without using the password) and only generate the second one called
sorintKey
Evaluate your answers:
sorint grade course102
REQUIRED:
- For this lab exercise, you have to create one almalinux 9.X virtual marchine (Clone One Machine).
- You should attach external Hard Drive of X GB to the VM.
- You Should add a second network interface card (NIC) to the VM.
INFO
-
username : sorint / password : sorint
-
to start course you should enter the command
sorint start course103 -
After you finish the exercise you should enter the command
sorint grade course103 -
If all the question has been answered correctly then it should output finished green.
Start the course :
sorint start course103
Exercises
-
There is a need to set the hostname to
alma9.sorint.exam.com -
The second interface with the connection name
sorintneeds to have these info:Mode : Manual
IP Address: 172.168.1.200/24
Gateway: 172.168.1.1
DNS Server 1 : 172.168.1.1
DNS Server 2 : 1.1.1.1 -
There is an important information about the RPM package
sorint-1.X-X.noarchand there is a code in the summery must be copied to the file/home/sorint/exam/txt/rpmcode.txt -
We need to install the package
httpdand then enable, start it. -
Add the services
httpandhttpsto the firewall. -
Add the
librewolfBrowser Repo to your system using these info: It should beenabledandGPGcheck is active
name: LibreWolf
baseurl: https://rpm.librewolf.net
gpgkey: https://rpm.librewolf.net/pubkey.gpg#then check if you can download librewolf package
- Create the folder
/externaland mount the disk/dev/sdXto it The folder/externalshould be owned by the user and the groupsorint - You have a folder called
random-d3in the home directory We have tofindall the files end with.txtextensions and redirect the output to the file/home/sorint/exam/txt/texts.txtWe have tofindall the files that contains the wordsorintin their names and redirect the output to the file/home/sorint/exam/txt/sorint.txt - We have to allow all the users in the group
sorintto use thesudoprivilege without using the password
Evaluate your answers:
sorint grade course103