Nehra Classes
8.23K subscribers
763 photos
32 videos
506 files
1.28K links
Download Telegram
Hi #NehraClasses Family,
Following are the details of the winner of our third giveaway #Linux quiz who won our #RHCSA course membership in our App for 1 month free of cost. https://youtu.be/HLI5PemTcw0
sanjaypatilnov2898@gmail.com 7/10
samsara2027@gmail.com 8/10
amitpanda380@gmail.com 7/10
akmauryarhce@gmail.com 7/10
tripathi.shardul@gmail.com 7/10
namantig@gmail.com 8/10
lokeshg5m@gmail.com 7/10
rakeshmseervi23@gmail.com 7/10
sawantyagi39@gmail.com 7/10
Congratulations to all the winners. Those who couldn't win can try in next quiz on Friday at 09:30 PM IST.
Thanks for joining.
👍4
Hi #NehraClasses Family,
Finally, after 2 weeks now I am able to configure Gmail as a Sendmail email relay server to send emails from #Linux terminal. It took almost 100 hours to fix the issue. Testing completed, creating document now. The tutorial will be delivered live on monday at 09:30 PM IST.
https://youtu.be/BgGRS-i7x5A
👍11
People who claim to teach #DevOps in 40 hours are just running their shop by giving you false dreams.
When you can't learn #Linux completely in 40 hours, how can you learn the entire DevOps in 40 hours?
Think before you get trapped in this DevOps scam.
👏7😁3👍2
9
animation.gif
17.5 MB
#HappyBirthday #Linux
The most powerful & secure operating system.
16👍1
Registrations open for the Redhat Linux Administration RHCSA V9 (EX200) English Training.
Group Link: https://chat.whatsapp.com/Ec7fzd2WhYo1gF380XWlCC
#NehraClasses #Linux #RHCSA
👍115😁1
Please fill this form to complete the registration and book your seat for the training:
https://forms.gle/ahKsTyL2JLyBCfRB8
Registrations will close on 10th Jan 2024, seats are filling rapidly. Book your slot now.
#Linux #RHEL #RHCSA #Training #NehraClasses
Please fill this form to complete the registration and book your seat for the training:
https://forms.gle/ahKsTyL2JLyBCfRB8
Registrations will close on 10th Jan 2024, seats are filling rapidly. Book your slot now.
#Linux #RHEL #RHCSA #Training #NehraClasses
👍5
Please fill this form to complete the registration and book your seat for the training:
https://forms.gle/ahKsTyL2JLyBCfRB8
Registrations will close on 15th Jan 2024, seats are filling rapidly. Book your slot now.
#Linux #RHEL #RHCSA #Training #NehraClasses
👍53
nehraclasses.png
1.8 MB
🎬 Welcome to Nehra Classes! 🎬

🚀 Linux Tip of the Day:

🔧 *Ever feel like your computer is plotting against you?* 💻

👾 You might be a Linux user if:
1. You've ever typed rm -rf / and instantly regretted it! 🚫
2. You’ve tried to sudo your way out of a family argument. 😅
3. You think "sudo" sounds like a martial arts move. 🥋
4. You find the "blue screen of death" cute because it's not a kernel panic! 😜
5. You prefer apt-get over grocery shopping! 🛒
6. Your idea of fun on a Friday night is customizing your .bashrc file. 🎉

💡 *Pro Tip:* Never trust a computer you can’t throw out a window… unless it's running Linux, of course. 😉

🖥 *Why use Linux?* Because rebooting is for installing new hardware, not fixing problems! 💪

---

🔥 Subscribe for more tips and tricks! 🔥

#NehraClasses #Linux #TechHumor #OpenSource #sudoLife

---

Feel free to tweak it as needed!
👍5
📢 नमस्कार दोस्तों!

क्या आप भी सोच रहे हैं कि लिनक्स क्या है और क्यों लोग इसके इतने दीवाने हैं? 🤔

लिनक्स: “मैं आपकी कंप्यूटर की आत्मा हूं, लेकिन आप मुझे समझने के लिए एक पागल की तरह गाइड की जरूरत है!” 😄

यूज़र: “क्यों न एक वीडियो देखकर सब कुछ सीख लिया जाए?” 🎥

लिनक्स: “ठीक है, लेकिन पहले ध्यान दो कि मैं आपकी उम्मीदों को फ्री और ओपन रखूंगा!” 😎

देखिए NEHRA CLASSES का नया वीडियो और जानिए कैसे लिनक्स आपके जीवन को चमत्कारी तरीके से बदल सकता है। 🚀

👉 वीडियो देखने के लिए [यहाँ क्लिक करें] https://youtube.com/live/Olg3k52Ei0Q

सिस्टम अपडेट: आपका ज्ञान 100% लेटेस्ट रहेगा! 😜

#NEHRA_CLASSES #Linux #TechHumor #OpenSource
👍73
FUN ACTIVITY: Classic snake game in the terminal using a,d,w,s keys.

—————————————————————————————————-

#NEHRACLASSES #SNAKE #GAME FOR #CLI (Works on all #fedora based #Linux distros):


Clone the repository:

# git clone https://github.com/nehraclasses/Linux-Software-Package-RPM-Files


Move to the directory containing the game RPM file.

# cd Linux-Software-Package-RPM-Files


List the game RPM file. (Optional)

# ls -lh nehra-classes-snake-1.0-1.el10.noarch.rpm


Install the game RPM file:

# rpm -ivh nehra-classes-snake-1.0-1.el10.noarch.rpm


Run the game:

# nehra-classes-snake


Uninstall (if needed)

# rpm -e nehra-classes-snake