Тёмный
beanologi
beanologi
beanologi
Подписаться
Spreading IT education with free media productions.
Ansible Navigator Part 1 - RHCE v9 Learning
14:59
11 месяцев назад
Ansible Loops - RHCE v9 Learning
12:50
Год назад
systemd Targets - RHCSA v9 Review
11:46
Год назад
Ansible Facts - RHCE v9 Learning
24:03
Год назад
Manage OpenSSH - RHCSA v9 Review
16:53
Год назад
tmux Basics - Quick Tips
9:35
Год назад
Комментарии
@natepowell2737
@natepowell2737 3 дня назад
Hey man thanks so much for all these RHCSA videos. Without a doubt they're going to be a huge reason why I'm going to pass my upcoming RHCSA exam. Very concise and easy to follow.
@michaelmaynard7652
@michaelmaynard7652 9 дней назад
to make persistent do i have to add <autoconnect yes > ie: nmcli c m eth0 autoconnect yes ipv4.addresses xxx.xxx.xx.x
@Starlight-vs2ot
@Starlight-vs2ot 12 дней назад
The "while condition" script did not work for me. However, when I used double parentheses instead of expr in both instances, it worked. For example "while test $(($NUMA + $NUMB)) -lt $NMAX instead of "while test $(expr $NUMA + $NUMB) -lt $NMAX"
@Starlight-vs2ot
@Starlight-vs2ot 12 дней назад
Thank you for showing this faster method and explaining the commands.
@Starlight-vs2ot
@Starlight-vs2ot 16 дней назад
I created the shell script as root, changed the permissions but unable to execute it as a regular user.
@milangerloff5252
@milangerloff5252 17 дней назад
i have been watching your videos for the past couple of days and they are just great especially that i am preparing for rhcsa , i know its been a while since you made this video i hope you plan to make more quality videos like this ,can you please make a video on how to setup an update server that acts as a single update point for all the servers on the network rather than updating each server seperately , i searched all over the internet and read many books but no luck , since i am coming from a microsoft background the concept of an update server in microsoft enviroment is nothing new , but in linux it seems something else . thank you again for the top quality videos your way of explaining things is far and beyond of what we are used to and keep up the good work ,you deserve the title of instructor of the year .
@Starlight-vs2ot
@Starlight-vs2ot 19 дней назад
Easy to follow. Thank you!
@puremetalcore
@puremetalcore 20 дней назад
Thanks for the videos!
@puremetalcore
@puremetalcore 20 дней назад
Thank you ❤
@selvinpalma9811
@selvinpalma9811 21 день назад
Amazing, just wish you showed partprobe in action while doing the partition
@samirhimi
@samirhimi 23 дня назад
Very informative video thank you so much
@dinakarjanga6710
@dinakarjanga6710 24 дня назад
Hi...Do we need create a exclusive user to work with containers? And does it need to have root privileges (add it to wheel grp). Also it is mentioned in the RHCSA doc that " Podman is a stateless utility and requires a full login session. Podman must be used with an SSH session and cannot be used in a sudo or an su shell"...Please clarify.
@christianchapoco5472
@christianchapoco5472 26 дней назад
Thank you for the RHCSA videos! Will now watch your RHCE ones for the exam! :D
@injestnick3401
@injestnick3401 27 дней назад
Finally, there is someone who can explain the SELinux concept in an easy way!
@injestnick3401
@injestnick3401 27 дней назад
Great, that's exactly what I was searching for!
@injestnick3401
@injestnick3401 28 дней назад
cool dude, love your content ! 😎
@dinakarjanga6710
@dinakarjanga6710 28 дней назад
Hi....The rd.break issue still seems to be there and i could not complete the questions on node2. I raised a ticket on this issue cis i think its not fare to loose the chance to pass the examm in the first attempt itself. Thank you so much for uploading the video and your explanation is awesome. Let me know if you are providing training on RH.
@Starlight-vs2ot
@Starlight-vs2ot Месяц назад
Thank you! Clear and easy to follow.
@Starlight-vs2ot
@Starlight-vs2ot Месяц назад
Very good series. Thank you!
@unixgnuru
@unixgnuru Месяц назад
FYI /usr/bin/sh -> bash sh is a link to bash
@beanologi
@beanologi Месяц назад
Yup! That’s an awesome and interesting point you have brought up. I would like to add on that bash is often set up to automatically disable its non-POSIX and bash-specific features when it is invoked with the name `sh` (typically achieved using a link to the executable) so it can effectively behave like the simpler Unix shell for compatibility. Thanks, and take care!
@unixgnuru
@unixgnuru Месяц назад
@@beanologi here is some trivia for you. Did you know the kernel when the system boots still calls /sbin/init. They have made /sbin/init a link to systemd
@unixgnuru
@unixgnuru Месяц назад
@@beanologi love your videos btw. I watch one everyday while at work. Preparing for my RHCSA
@beanologi
@beanologi Месяц назад
😊👍 cool
@stanlo45
@stanlo45 Месяц назад
Great video Except your examples don't work any because ansible changed debug. 😞 You now need: tasks: - name: "Some text name" debug: msg: "Some text"
@williamjackson1799
@williamjackson1799 Месяц назад
love the content. do you provide 1 on 1 tutoring for the exam
@Y3llowMustang
@Y3llowMustang Месяц назад
Writing your own ansible.cfg from memory is wild, I always just initialize a disabled one and enable the settings I need to overwrite. In this video it also would have been nice to show the usage of the ansible-config command to show settings that have been explicitly changed. Overall great video though.
@Albo_AK
@Albo_AK Месяц назад
3:17 Setting enforcing/permissive modes
@janke1469
@janke1469 Месяц назад
2:58 What does 'restart signal' mean, is it performed by CTRL + C?
@beanologi
@beanologi Месяц назад
That part was referring to the ctrl+alt+delete key sequence which typically triggers a restart on many Linux text-console environments when performed on the physical keyboard. There are also ACPI hardware events that can also tell the OS to reboot and those are often easily exposed in virtual machine tooling to send a power state message to VM to politely power off or reboot it. You would use these means of initiating reboots when you can’t log in and run a command like `reboot` in cases where you don’t know the user password. Hope that helps answer your question.
@janke1469
@janke1469 Месяц назад
@@beanologi Thanks!
@rehmanarshad1848
@rehmanarshad1848 Месяц назад
Yup, this is why I failed! This is poorly documented! I even checked the product documentation they provided and lo and behold, it only mentioned *rd.break* I kept trying it over 10 times, and then gave up when it kept prompting me to enter the root password in maintenance mode.
@rehmanarshad1848
@rehmanarshad1848 Месяц назад
*UPDATE:* I just retook it today, and Thank you @beanologi I passed!
@luxkarma4258
@luxkarma4258 20 дней назад
@@rehmanarshad1848 I have my exam on tuesday, any videos you can recommend or anything you can speak about on the exam?
@yoyous4u2nv
@yoyous4u2nv Месяц назад
Great video, I utilized the steps provided for generating systemd but it seems that the podman systemd generate command had been deprecated and quadlet is to be used now, It is possible to give an updated version on how to achieve the same results through quadlet maybe in the details section. However i do know if there is an updated video out already on using the quadlet to set up a systemd service
@harunaadoga
@harunaadoga Месяц назад
Thank you!
@stanlo45
@stanlo45 2 месяца назад
Great video. Makes understanding variables simple 👍
@balloth
@balloth 2 месяца назад
IMHO, the "systemd.debug_shell" kernel parameter is better, you end up with a root debug shell on tty9 and SELinux is still on, so you don't have to change the /etc/shadow context after changing the root password.
@raymondnonya3588
@raymondnonya3588 2 месяца назад
Does vgcreate invoke pvcreate before it creats the VG?
@Vegginald
@Vegginald 2 месяца назад
Configure disk compression is no longer on the RHCSA objectives for anyone watching. However, I'm sure the video will still allow you an understanding of how VDO works : )
@limpeh394
@limpeh394 2 месяца назад
Great stuff !
@limpeh394
@limpeh394 2 месяца назад
thanks !
@Vegginald
@Vegginald 2 месяца назад
Super easy to understand. I have been studying for RHCSA for about 3 months and completed Sander's book a couple days ago. After taking his practice exam, my weak points were NFS and containers (I skimmed the containers portion as his explanation was not very good). Thank you for making these videos! They were suggested to me by a guy on facebook.
@unixgnuru
@unixgnuru 2 месяца назад
Oh just FYI I subscribed also
@unixgnuru
@unixgnuru 2 месяца назад
Totally awesome. Helped me understand SELINUX better. You are a great and informative teacher.
@davidpaige4391
@davidpaige4391 2 месяца назад
I would like to see a deep dive for using roles in ansible. How do we use rhel-system-roles, and how do we set up custom roles.
@Y3llowMustang
@Y3llowMustang 2 месяца назад
Looks like that bug you mentioned regarding having no space between the user flag and username has been fixed. I was able to use ansible-inventory run -m stdout simple.yml -u admin -k and have the correct user specified.
@beanologi
@beanologi 2 месяца назад
cool!
@Angelas20
@Angelas20 3 месяца назад
my case .ansible-navigator.yml does not work. rather ansible-navigator.yml works.
@KS-vc8um
@KS-vc8um 3 месяца назад
What's up beano I set up all the servers , if I want to make it a replica of the exam environment how would I do that with the just two nodes. Would I use workstation and app server one or make a clone of workstation and use workstation one as node one and the clone as node? Thanks
@beanologi
@beanologi 3 месяца назад
Hi there, I cannot disclose many details about the exam environment. In general, with the disclosed exam objectives and Rhcsa documentation in mind, they do imply you will be configuring more than one machine which you show to understand just fine. Nonetheless, It doesn’t hurt to have more than 2 servers set up, as I have in my labs, as you can test more admin configurations simultaneously without resorting to many VM snapshots. In a realistic sysadmin environment, it isn’t uncommon for sysadmins to use a GUI terminal and ssh client like SuperPUTTY or gnome-terminal and ssh to administer a real system in the field. The rhcsa tries to be realistic in that aspect. Another general tip is to use the minimal available installation profile for RHEL so you know how to fetch any DNF packages that are not guaranteed to be installed out of the box. Lastly, You may want to watch Red Hat’s remote exams tutorial which can provide some context about the environment with a RH approved resource for exam candidates to refer to. Thanks
@KS-vc8um
@KS-vc8um 3 месяца назад
@@beanologi Thanks Beano !!!! 😊
@av76475
@av76475 3 месяца назад
Good stuff
@ofirsarig
@ofirsarig 3 месяца назад
Hey man, thx for the helpful content ♥ Do you happen to know if the current RHCSA exam is running on RHEL 9.0 or 9.3? I'm asking because I've managed to recover root password on RHEL 9.3 both with good old rd.break, and with the method you showed in this video.
@beanologi
@beanologi 3 месяца назад
RHEL 9.4 is already around the corner to be released in May and 9.0 is going to be 2 years old. It’s certainly possible they have moved on to a newer minor release.
@rehmanarshad1848
@rehmanarshad1848 Месяц назад
@@beanologi I took the exam yesterday. They are still using RHEL 9.0 and I can confirm rd.break does not work.
@yeoyi1
@yeoyi1 3 месяца назад
hi will you be doing extend and reduce of logical volumes as well?
@beanologi
@beanologi 3 месяца назад
Hi, I actually was planning that already to be the next video but some other matters were taking my attention which has delayed new videos for a while. I will do what I can to produce a video eventually. On the bright side, I have already researched the points for the future LVM videos back in January and also have reimagined how I should make the content so they are higher quality and stay relevant for longer. Thank you for watching the videos, you are much appreciated!
@tuxmaster2715
@tuxmaster2715 3 месяца назад
Great video bro, thanks for taking the time to upload such high quality content, I am on my way to become an rhce
@HopeMlebe
@HopeMlebe 3 месяца назад
You are the best at explaining these tough concepts
@samuelalbershtein3122
@samuelalbershtein3122 3 месяца назад
I passed the exam today. Thank's beanologi, you are the best.
@SDFlagg
@SDFlagg 4 месяца назад
Super useful bro! Came right in handy!!! Got it started in my current shell and used nmcli as you recommended
@prestons7963
@prestons7963 4 месяца назад
Took exam April 1st 2024, failed because of this. I can confirm this is the new method and rd.break does not work form exam.