Skip to content

Linux Certification

Linux
4 2 787 1
  • So I was curious about being certified in Linux and found this website. https://www.lpi.org/ - The learning materials are free and so far from what I can see, they have done a good job. You have to pay for the test and it looks like the testing is through Pearson Vue. I am one of those that believes you shouldnโ€™t have to have certifications or degrees to get a job, especially if you have the experience and know how to do the job.

    It never hurts to have them and if you are interested in a Linux Certifications, this may be a good place to start. What are all of your thoughts regarding this website and these types of certifications?

  • So I was curious about being certified in Linux and found this website. https://www.lpi.org/ - The learning materials are free and so far from what I can see, they have done a good job. You have to pay for the test and it looks like the testing is through Pearson Vue. I am one of those that believes you shouldnโ€™t have to have certifications or degrees to get a job, especially if you have the experience and know how to do the job.

    It never hurts to have them and if you are interested in a Linux Certifications, this may be a good place to start. What are all of your thoughts regarding this website and these types of certifications?

    @Madchatthew said in Linux Certification:

    I am one of those that believes you shouldnโ€™t have to have certifications or degrees to get a job, especially if you have the experience and know how to do the job.

    Iโ€™m in the same camp here. Iโ€™d much rather hire someone with demonstrable skills and experience than a cert junkie any day. I have few certs to my name (well, those that did not expire over the years) , but I also have 33+ years of experience (see if you can work out how old I am ๐Ÿ™‚ - clue can be found at this link) - all of it gained โ€œin the trenchesโ€ and perfectly demonstrable.

    Youโ€™re right - it never hurts, but Iโ€™ve interviewed people who can talk the talk, but never walk the walk. This is why I always include very tough technical tests to whittle out the cowboys before even agreeing to meet them face to face.

    My view is it should be a personal choice, and something along the lines of self-development. I personally admire anyone who is serious about taking this path to make a better life for themselves (given that HR departments these days seem to insist on certification rather than real life experience, which is why when I hire, I do the selection myself), and would actively support them all the way.

    One service that Sudonix does offer is mentoring for anyone who feels they could benefit from it.

  • @Madchatthew said in Linux Certification:

    I am one of those that believes you shouldnโ€™t have to have certifications or degrees to get a job, especially if you have the experience and know how to do the job.

    Iโ€™m in the same camp here. Iโ€™d much rather hire someone with demonstrable skills and experience than a cert junkie any day. I have few certs to my name (well, those that did not expire over the years) , but I also have 33+ years of experience (see if you can work out how old I am ๐Ÿ™‚ - clue can be found at this link) - all of it gained โ€œin the trenchesโ€ and perfectly demonstrable.

    Youโ€™re right - it never hurts, but Iโ€™ve interviewed people who can talk the talk, but never walk the walk. This is why I always include very tough technical tests to whittle out the cowboys before even agreeing to meet them face to face.

    My view is it should be a personal choice, and something along the lines of self-development. I personally admire anyone who is serious about taking this path to make a better life for themselves (given that HR departments these days seem to insist on certification rather than real life experience, which is why when I hire, I do the selection myself), and would actively support them all the way.

    One service that Sudonix does offer is mentoring for anyone who feels they could benefit from it.

    @phenomlab I 100% agree with you. I would be curious some of the questions that you ask. I donโ€™t want you to give away your secrets and questions, but it would be nice to see an example of a tough technical questions you ask.

  • @phenomlab I 100% agree with you. I would be curious some of the questions that you ask. I donโ€™t want you to give away your secrets and questions, but it would be nice to see an example of a tough technical questions you ask.

    @Madchatthew You might be sorry you asked ๐Ÿ™‚ This is the mentoring category below. Presently, itโ€™s unused, but we have a dedicated area for it.

    https://sudonix.org/category/8/mentoring

    Other services

    https://sudonix.org/services

  • phenomlabundefined phenomlab marked this topic as a regular topic on

Related Topics
  • To the Window to the Linux . . .

    Pinned Linux arch linux windows endoflife
    22
    19 Votes
    22 Posts
    2k Views
    @phenomlab said: @Madchatthew ouch. Sounds nasty. Did you get to the bottom of why it happened? I believe it is due to not everything getting upgraded because i wasnโ€™t checking on the different packages I had installed from the AUR. Then when I ran yay it was like, hey would you like to update all of these things that you havenโ€™t updated in months, perhaps years or ever for that matter and I was like yes please If you donโ€™t have yay there are no notifications that you need more updates than what you realize. Chrome was staying updated because it would give me a notification, but there was the nvidia package that needed to be upgraded as well and I had never upgraded it. I didnโ€™t realize it and should have. Then some of those packages use cmake and that needed to be updated as well. So using yay is beneficial to make sure you get all the updates you need.
  • Arch Linux | Reflector

    Linux arch linux pacman reflector updates
    4
    4 Votes
    4 Posts
    2k Views
    I have another update for reflector that I just figured out. You will want to edit the following file and add details to make sure that every time it updates the mirror list, it is grabbing them from your country and I grab 10 and sort them by rate. This will ensure that your mirrorlist isnโ€™t getting populated with links from other countries which can slow down you downloads. sudo nano /etc/xdg/reflector/reflector.conf This is what the file looks like. # Reflector configuration file for the systemd service. # # Empty lines and lines beginning with "#" are ignored. All other lines should # contain valid reflector command-line arguments. The lines are parsed with # Python's shlex modules so standard shell syntax should work. All arguments are # collected into a single argument list. # # See "reflector --help" for details. # Recommended Options # Set the output path where the mirrorlist will be saved (--save). --save /etc/pacman.d/mirrorlist # Select the transfer protocol (--protocol). --protocol https # Select the country (--country). # Consult the list of available countries with "reflector --list-countries" and # select the countries nearest to you or the ones that you trust. For example: --country US # Use only the most recently synchronized mirrors (--latest). --latest 10 # Sort the mirrors by synchronization time (--sort). --sort rate Here are the different flag options that you can change or add to this file. I found this on google by searching arch linux reflector flags. Filtering Options (What to find) --country <CODE/Name>: Selects mirrors from specific countries (e.g., US, France,Germany). Use {Link: reflector --list-countries https://archlinux.org/mirrors/status/}, for a full list. --protocol <http|https>: Filters for HTTP or HTTPS mirrors. --age <hours>: Only includes mirrors synced within the last X hours (e.g., --age 12). --delay <hours>: Limits to mirrors with a reported sync delay of X hours or less (e.g., --delay 0.25 for 15 mins). --latest <N>: Limits results to the top N newest mirrors. Sorting Options (How to order) --sort rate: Sorts by download speed (requires testing, can be slow). --sort age: Sorts by most recently synced. --sort score: Sorts by overall score. --sort country: Sorts by country, useful with multiple countries. Output Options (Where to put it) --save <path>: Writes the filtered/sorted list to a file (e.g., /etc/pacman.d/mirrorlist). --verbose or -v: Shows detailed progress and mirror info.
  • Windows 10 End of Life

    General windows linux arch end of life
    10
    2 Votes
    10 Posts
    1k Views
    @phenomlab this looks very nice as well. It is nice that they keep the KDE Neon a rolling release so you will get those updated apps even though Ubuntu isnโ€™t a rolling release. Is it a rolling distro? KDE neon is rolling for KDE software. The Ubuntu base OS is not, but certain packages will be updated as needed to support KDE software requiring newer library versions than what is provided by Ubuntu. Apps from the main repositories are not rolling either, and therefore can be up to two years old. Users are encouraged not to use them, and to instead get apps from Snap or Flatpak using KDEโ€™s Discover app store. In neon, Discover is set up to only show apps from these sources, filtering out apps from the repositories.
  • Arch Linux + Me = Crazy

    Linux arch linux web server vps
    10
    0 Votes
    10 Posts
    1k Views
    @Madchatthew hmm, yes, that might be problematic.
  • Rename videos in bulk - linux commands

    Unsolved Tips gopro linux commands
    12
    4 Votes
    12 Posts
    2k Views
    @Hari Yes, thatโ€™s one (of many) I would recommend. Itโ€™s going to be easier to do this under Windows and the fact that you are already connected using SMB is a huge plus.
  • Error certification on virtualmin/Nginx

    Solved Linux cert virtualmin nginx
    17
    2
    0 Votes
    17 Posts
    3k Views
    @DownPW anytime
  • The problem with purists and cert junkies

    Blog purists certs
    3
    2
    4 Votes
    3 Posts
    1k Views
    @Panda Sorry - itโ€™ll be there now. I am also using a โ€œcurse wordsโ€ plugin that looks for a**, but also blocks โ€œassetsโ€ - not very well written sadlyโ€ฆ
  • Need help with ping in linux

    Locked Linux ping ubuntu
    16
    5 Votes
    16 Posts
    3k Views
    Note to everyone else here. This user was formally banned from metabullet.com for abusing the service, and as a result, has been banned here also. Quite why this person thought it was ok to come here under the guise of an account heโ€™d previously used at metabullet.com and hope I wouldnโ€™t notice is beyond me. If you abuse my services once, you wonโ€™t get to use them again - period. As a reminder, the policies surrounding this service, and itโ€™s usage can be found here