Challenges in Linux Administration?

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
  • Tags Tags
    Online courses
AI Thread Summary
The discussion focuses on enhancing Linux administration skills after completing a Udemy course and starting a Red Hat Certified System Administrator (RHCSA) course. The individual expresses a desire for challenging Linux problems similar to coding platforms like LeetCode or HackerRank, emphasizing the need for practical tasks rather than scripting at this stage. Common Linux admin tasks mentioned include maintaining network connections, managing filesystems, monitoring for vulnerabilities, and ensuring software updates. The importance of scripting is acknowledged, but the current priority is on solidifying programming concepts in C++ and JavaScript. Suggestions include exploring Linux cookbooks for practical scripts and considering a question bank for the RHCSA exam to further improve skills.
shivajikobardan
Messages
637
Reaction score
54
TL;DR Summary
learning linux to next level.
As you all know I got a job as a Linux Administrator Intern few months ago. I've finished Imran Afzal's course on udemy a month ago, which was 35.5 hrs long. I'm comfortable with Linux by now. But I feel I could do better. That's why I picked up a RHCSA course that I got for 15$ from reputed online site. Now, I want challenging problems of Linux like in programming there is leetcode, hackerrank etc. No, I don't need bash shell scripting for the job. I just need to perform basic activities.

I'm also thinking of purchasing RHCSA question bank from Ghada Atef on udemy after I finish this RHCSA course. What other activities could I do to improve my Linux skill.

I'm obviously using Linux in a vmware workstation pro and doing along with the course on laptop.
 
Technology news on Phys.org
The most coomon tasks in Linux admin:
- maintaining the network connections
- maintaining and backing the filesystems
- workload leveling machines
- monitoring for vulnerabilities or odd workloads or odd sign-ons for users...
- maintaining the proper level of software updates
- identifying files based on some criteria to clean up some issue
- using the proc directory to learn things about the machine

I would start with scripts that can walk the filesystems looking for duplicates by name, by size, by date, by CRC check...

The trouble is the tasks in Linux Admin are so varied that your best bet is to know how to craft scripts to get the job done.

Look for linux cookbooks that will give you the pieces of script/commands needed to get something. Here's one I found on Amazon:

https://www.amazon.com/dp/0134277554/?tag=pfamazon01-20
 
jedishrfu said:
workload leveling machines
With a good 19" rack, they seem pretty level to me. :smile:
 
jedishrfu said:
The most coomon tasks in Linux admin:
- maintaining the network connections
- maintaining and backing the filesystems
- workload leveling machines
- monitoring for vulnerabilities or odd workloads or odd sign-ons for users...
- maintaining the proper level of software updates
- identifying files based on some criteria to clean up some issue
- using the proc directory to learn things about the machine

I would start with scripts that can walk the filesystems looking for duplicates by name, by size, by date, by CRC check...

The trouble is the tasks in Linux Admin are so varied that your best bet is to know how to craft scripts to get the job done.

Look for linux cookbooks that will give you the pieces of script/commands needed to get something. Here's one I found on Amazon:

https://www.amazon.com/dp/0134277554/?tag=pfamazon01-20
The thing is that I don't need scripts so why learn it now? I do plan to learn scripting in the future, but atm I'd rather work on solidifying my programming concepts using c++ and javascript.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
hi; i purchased 3 of these, AZDelivery 3 x AZ-MEGA2560-Board Bundle with Prototype Shield and each is reporting the error message below. I have triple checked every aspect of the set up and all seems in order, cable devices port, board reburn bootloader et al . I have substituted an arduino uno and it works fine; could you help please Thanks Martyn 'avrdude: ser_open(): can't set com-state for "\\.\COM3"avrdude: ser_drain(): read error: The handle is invalid.avrdude: ser_send(): write...

Similar threads

Replies
1
Views
2K
Replies
12
Views
2K
Replies
8
Views
2K
Replies
17
Views
5K
Replies
13
Views
15K
Replies
4
Views
1K
Back
Top