Is it possible to make money using your Linux knowledge if you’re not a developer? I know I can become a professional devops or sysadmin if I take some courses and master advanced networking. But is there something I can do now as an average, moderately experienced linux user?

  • flashgnash@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I’m sure someone will correct me but I believe 90% of professional Linux is done at a commandline, DEs are mostly for personal use

    It’s a useful skill to have for a number of different jobs but usually not the primary one as most techies have some working Linux knowledge anyway

    Developers, pentesters, system architects and similar

  • db0@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Typical onboarding scenario is to start at low level and climb up. Apply for helpdesk positions in companies with linux infrastructure. But the game is currently moving towards devops, so I would suggest you add some knowledge like ansible and terraform in your repertoire.

    • mFat@lemdro.idOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Thanks but not sure what you mean. Livestream what? Any examples?

      • TeryVeneno@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        arrow-down
        1
        ·
        1 year ago

        I think OP is saying become a streamer but use Linux instead of windows or mac.

  • mathemachristian[he]@lemm.ee
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    edit-2
    1 year ago

    I mean even with devops or sysadmin you usually want to write scripts that take care of deployment, automated tests or various housekeeping chores that are to time intensive or error prone when done manually. So it really hangs on how much of a “non-coder” you consider yourself as.

    I mean scripts as in a block of code that when activated terminates on its own, they can get quite large and arbitrarily complex particularly when interacting with several different components.