I just passed my CompTIA Linux+ certification exams!

jasper_zanjanijasper_zanjani Member Posts: 76 ■■■■□□□□□□
I passed my LX0-103 last week and I just walked out of the test center having passed the LX0-104! Ask me anything!
Tagged:
«1

Comments

  • Infosec_SamInfosec_Sam Admin Posts: 527 Admin
    Congratulations on the pass! Question: How much Linux experience did you have before this exam, and what did your study program look like? I've been working with Linux for a bit on side projects and whatnot, so I figured I might have to give this exam a shot!
    Community Manager at Infosec!
    Who we are | What we do
  • Dakinggamer87Dakinggamer87 Member Posts: 4,016 ■■■■■■■■□□
    Congrats!! 
    *Associate's of Applied Sciences degree in Information Technology-Network Systems Administration
    *Bachelor's of Science: Information Technology - Security, Master's of Science: Information Technology - Management
    Matthew 6:33 - "Seek the Kingdom of God above all else, and live righteously, and he will give you everything you need."

    Certs/Business Licenses In Progress: AWS Solutions Architect, Series 6, Series 63
  • Johnhe0414Johnhe0414 Registered Users Posts: 191 ■■■■■□□□□□
    edited May 2019
    That's Awesome! Congrats!

    How long was your study period? What was your prior experience with Linux?
    Current: Network+ | Project+ 
    Working on: PMP
  • LonerVampLonerVamp Member Posts: 518 ■■■■■■■■□□
    Congrats! I'm also in the middle of that "older" version, passed 103 a few weeks ago and studying for 104 to take in the next month or so.

    What study resources did you use, by chance?

    Security Engineer/Analyst/Geek, Red & Blue Teams
    OSCP, GCFA, GWAPT, CISSP, OSWP, AWS SA-A, AWS Security, Sec+, Linux+, CCNA Cyber Ops, CCSK
    2021 goals: maybe AWAE or SLAE, bunch o' courses and red team labs?
  • jasper_zanjanijasper_zanjani Member Posts: 76 ■■■■□□□□□□
    I made the commitment to get CompTIA Linux+ after installing Manjaro Linux in early April, according to my forum registration date. Before that I had absolutely no experience with Linux, except for installing an Ubuntu derivative on my Chromebox, which I never used. But I had been familiarizing myself with shell commands for perhaps close to a year. In fact, one of the main reasons I first became interested in getting certified was really to validate my understanding of bash shell commands, since they are used everywhere. By this time I had already become comfortable using the vim text editor. Early in the year I saw a Udemy course instructor using it with panache, and because you could see what his keypresses were it really seemed like witchcraft.
    At first I took an organic approach, following my personal interests. I started configuring and using various desktop environments (including i3), started a dotfiles repo on GitHub (learning git was painful too!), and downloaded and configured some command-line tools. I had already been listening to Linux podcasts for a bit, and I would research their recommended "picks" each episode and implemented some of them (replacing ls with the more colorful exa, for example). I went through several older Linux books I had found at used bookstores, which were useful with regard to the Unix filter commands sed and awk.
    But what really pushed me over the edge was traveling cross-country to attend Linuxfest Northwest. One of the talks I heard was by the Linux Professional Institute, and they announced there that conference attendees were welcome to take the LPIC-1 tests on-site at a 50% discount. I figured, depending on the difficulty of the material, if I had even a decent chance of getting certified and saving $200+ for a certification I was planning on getting anyway, it was worth the risk. At the same time, ITProTV, an online video course vendor, was advertising a free weekend of Linux content in celebration of the conference. I immediately signed up for the free weekend and went back to my hotel to study, where I soon discovered I had grossly underestimated the depth and breadth of material you need to know.

    Recommended resources:

    • ITProTV I ended up extending my trial of ITProTV and paying for a month of it, and I am very glad I did so. They had courses for both the older and newer Linux+ exams, and I watched both in their entirety. Being familiar with vim was a great relief to me, since I was able to skip those portions of the video courses, and in fact I took copious notes of the courses in markdown format using vim. ITProTV's material was in-depth, professionally made, and comprehensive, with some exceptions I will get to.
    • Wiley Practice Exams I also had access to online practice exams from Wiley Test Banks, for both the LPIC-1 and the Linux+. I systematically used and abused these exams, and they were irreplaceable.
    • Anki Anki has been a favorite utility of mine for many years, I used it to learn several foreign languages and now I have successfully adapted it to learning various programming languages (HTML, CSS, Python, bash) and literally thousands of Linux commands and options. Any syntax covered in a video course was adapted to an Anki flashcard. Any obscure option found in a practice exam question was put it into Anki. Anki is a flashcard program that uses your own assessment of the difficulty of each question in order to determine how quickly you see it. Over time, the cards that are easiest are seen least, and the cards that are hardest are seen over and over again. This relentless focus on drilling the difficult material means that every Anki session is in fact, a practice exam. I could probably make a whole post just about how to use Anki for coding practice, I feel that strongly about it.
    Long story short, it took me weeks of full-time dedication to the task to get to the point of passing, by the skin of my teeth, the LX0-103 last week and the LX0-104 earlier today after failing once.

    Recommendations for new test-takers:

    To be perfectly honest, if I could go back I believe I would just take the newer exam, the XK0-004 and not bother with the double-credit. I was flabbergasted at how picky the exam was with regard to what syntax is to be used in individual configuration files. Some exam topics, like everything to do with mail servers and network configuration, appear to be hopelessly outdated. My Manjaro distribution did not have tools like ifconfig or netstat even installed and they are not available from repositories. Qmail was deprecated and removed entirely from Arch repos in 2005, but it's part of the exam's requirements. Keep in mind that qmail was intended to be a replacement for the even older sendmail, and that too is part of the older exam's requirements. Don't even get me started on sysvinit, which hasn't been used in a major Linux distro for half a decade. There is no doubt in my mind that part of the reason I failed the LK0-004 the first time was because I simply was not able to find these tools or to use them on my own computer. I did not think it was necessary to virtualize a whole other instance of Ubuntu or CentOS until after I failed, when my $220 was already burned. You might think the older exam is a good deal because you get a second "certification", but keep in mind you are taking a risk because some of the material is from several Linux generations ago. The newer exam cuts out the cruft, the material you learn will be much more applicable, and it is much cheaper and less risky. Imagine being forced to retake the LK0-004 more than once just because you didn't know some bizarre syntax for xorg.conf or how to forward emails on some god-forsaken MTA they stopped using 15 years ago!
  • itdeptitdept Registered Users Posts: 273 ■■■■■■□□□□
    Congrats on the pass. How come you had such a small gap between exams?
    Which exam did you find more difficult and why?
  • jasper_zanjanijasper_zanjani Member Posts: 76 ■■■■□□□□□□
    It sounds like you're saying it's normal for people to have long gaps between the exams. It seems natural for me to get it done right away. Anyway I need the certification so I can get a job.
    The 104 is much more difficult, as I explained above, because it focuses on a lot of outdated technologies in the realms of MUAs, MTAs, static IP configuration, etc and specific syntax to use in configuration files.
  • SpiegelSpiegel Member Posts: 322 ■■■■■□□□□□
    Congrats on the pass! I know that test is a beast to tackle from every person that I meat that have taken it.

    Any other certs on the horizon?
    Degree: WGU B.S. Network Operations and Security [COMPLETE]
    Current Certs: A+ | N+ | S+ | Cloud Essentials+ | Project+ | MTA: OSF | CIW: SDA | ITIL: F | CCENT | CCNA R&S | CCNA | LPI Linux Essentials
    Currently Working On: JNCIA-MistAI


    2022 Goals: JNCIA-MistAI [ ]
    Future Certs: CCNP Enterprise
  • averageguy72averageguy72 Member Posts: 323 ■■■■□□□□□□
    Congrats!
    CISSP / CCSP / CCSK / CRISC / CISM / CISA / CASP / Security+ / Network+ / A+ / CEH / eNDP / AWS Certified Advanced Networking - Specialty / AWS Certified Security - Specialty / AWS Certified DevOps Engineer - Professional / AWS Certified Solutions Architect - Professional / AWS Certified SysOps Administrator - Associate / AWS Certified Solutions Architect - Associate / AWS Certified Developer - Associate / AWS Cloud Practitioner
  • itdeptitdept Registered Users Posts: 273 ■■■■■■□□□□
    Hi Jasper, I think I replied to the thread just a few seconds after you posted. Thanks for the report on LX04, the info is very helpfull. I'll definitely remember to work with an older distro 
  • LonerVampLonerVamp Member Posts: 518 ■■■■■■■■□□
    ... Anyway I need the certification so I can get a job....
    I think this is a good reason to have looked at the newer exam, though I suspect you'll end up going the next step anyway (red hat, lfcs, or lpic2). But it's nice to hear about all you learned from this anyway!

    Security Engineer/Analyst/Geek, Red & Blue Teams
    OSCP, GCFA, GWAPT, CISSP, OSWP, AWS SA-A, AWS Security, Sec+, Linux+, CCNA Cyber Ops, CCSK
    2021 goals: maybe AWAE or SLAE, bunch o' courses and red team labs?
  • Swift6Swift6 Member Posts: 268 ■■■■□□□□□□
    That feeling when you walk out the test centre with a pass is incredible. Congratulations on your achievement.
  • UnixGuyUnixGuy Mod Posts: 4,564 Mod
    Congrats!
    Certs: GSTRT, GPEN, GCFA, CISM, CRISC, RHCE

    Check out my YouTube channel: https://youtu.be/DRJic8vCodE 


  • NetworkingStudentNetworkingStudent Member Posts: 1,407 ■■■■■■■■□□
    I passed my LX0-103 last week and I just walked out of the test center having passed the LX0-104! Ask me anything!
    Did you get the life time Linux + cert?
     I know the new Linux exam requires you to decertify every 3 years.

    what is the next cert you will go after?
    When one door closes, another opens; but we often look so long and so regretfully upon the closed door that we do not see the one which has opened."

    --Alexander Graham Bell,
    American inventor
  • Basic85Basic85 Member Posts: 189 ■■■□□□□□□□
    Congrats, you a system admin?  
  • jasper_zanjanijasper_zanjani Member Posts: 76 ■■■■□□□□□□
    Basic85 said:
    Congrats, you a system admin?  
    not at the moment but I'm hoping to become one shortly!
  • jasper_zanjanijasper_zanjani Member Posts: 76 ■■■■□□□□□□
    Did you get the life time Linux + cert?
    There is no expiration date provided for this certification, so I suppose it must be, at least until CompTIA decides otherwise.

    what is the next cert you will go after?
    To be honest over the past few months I have earned a lot of the technical certifications that I had imagined would help me get a job in technology, so I'm going to focus on actually getting back in the workforce now. I imagine once I do land a job that they'll have some areas they would want me to focus in, and I have no problem doing that, especially if I'm able to take advantage of company reimbursements. If it were up to me, I would get the CCENT, and maybe more forward with LPIC-2, and build on my Python cert that nobody's heard of: the Certified Professional in Python Programming (PCPP). But I think I can reasonably expect to get hired now, and if I'm working as a sysadmin then the sky's the limit!
  • LonerVampLonerVamp Member Posts: 518 ■■■■■■■■□□
    Nice, lots of options for you!

    Security Engineer/Analyst/Geek, Red & Blue Teams
    OSCP, GCFA, GWAPT, CISSP, OSWP, AWS SA-A, AWS Security, Sec+, Linux+, CCNA Cyber Ops, CCSK
    2021 goals: maybe AWAE or SLAE, bunch o' courses and red team labs?
  • shochanshochan Member Posts: 1,004 ■■■■■■■■□□
    I thought about taking the dual exams before they expire after failing the Linux+ beta...but I think I rather just take one exam instead of two.  I was kinda rushed to study the beta exam (only 2 mos to study, which is not even enough time to truly know Linux)...Cheers & Congrats!
    CompTIA A+, Network+, i-Net+, MCP 70-210, CNA v5, Server+, Security+, Cloud+, CySA+, ISC² CC, ISC² SSCP
  • sergiussergius Member Posts: 1 ■■□□□□□□□□
    Hi and congrats to passing your exam! I'm currently learning for LX0-103 with Anki Cards. Can you please share your Anki library so it can help other user like me to better prepare to exan? Thanks in advance! 
  • jasper_zanjanijasper_zanjani Member Posts: 76 ■■■■□□□□□□
    sergius said:
    Thanks in advance! 
    You're welcome in advance!
  • shochanshochan Member Posts: 1,004 ■■■■■■■■□□
    why do ppl say, "In Advance"?? LOL!
    CompTIA A+, Network+, i-Net+, MCP 70-210, CNA v5, Server+, Security+, Cloud+, CySA+, ISC² CC, ISC² SSCP
  • itdeptitdept Registered Users Posts: 273 ■■■■■■□□□□
    Do you need to know lots of command flags like you do in the LX03 exam?
  • jasper_zanjanijasper_zanjani Member Posts: 76 ■■■■□□□□□□
    itdept said:
    Do you need to know lots of command flags like you do in the LX03 exam?
    Yes
  • blargoeblargoe Member Posts: 4,174 ■■■■■■■■■□
    Well done!
    IT guy since 12/00

    Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
    Working on: RHCE/Ansible
    Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands...
  • Remo_WilliamsRemo_Williams Member Posts: 3 ■■□□□□□□□□
    edited July 2019
    This relentless focus on drilling the difficult material means that every Anki session is in fact, a practice exam. I could probably make a whole post just about how to use Anki for coding practice, I feel that strongly about it.
  • Remo_WilliamsRemo_Williams Member Posts: 3 ■■□□□□□□□□
    Would you mind sharing your Anki flashcards?! Pretty please?
  • jasper_zanjanijasper_zanjani Member Posts: 76 ■■■■□□□□□□
    Would you mind sharing your Anki flashcards?! Pretty please?
    Because spaced repetition is most effective in reviewing material already learned, I do not believe it would be productive to share my cards because you have no context in which to learn them. For you, they would just be random commands and options with no rhyme or reason.
  • Remo_WilliamsRemo_Williams Member Posts: 3 ■■□□□□□□□□
    That's a good point, and one that makes sense to me since I have begun using Anki. Nonetheless, thanks for the motivation!!! 
  • mgmguy1mgmguy1 Member Posts: 485 ■■■■□□□□□□
    I just downloaded Anki and it's amazing. Just what I have been looking for. Thank you. 
    "A lot of fellows nowadays have a B.A., M.D., or Ph.D. Unfortunately, they don't have a J.O.B."

    Fats Domino
Sign In or Register to comment.