Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. Dear Fedi friends,The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction

Dear Fedi friends,The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
yunohostfreebsdaskfedimysocalledsudolnoai
57 Indlæg 21 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • antoine_ali@social.zarrouk.euA antoine_ali@social.zarrouk.eu

    @elena I'll check my archives to see what I have, my old coursework could be nice too If I can get my hands on it again 😄

    elena@aseachange.comE This user is from outside of this forum
    elena@aseachange.comE This user is from outside of this forum
    elena@aseachange.com
    wrote on sidst redigeret af
    #11

    @antoine_ali thank you!!!!

    1 Reply Last reply
    0
    • elena@aseachange.comE elena@aseachange.com

      Dear Fedi friends,

      The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

      I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

      *** Update at 10pm ***

      I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

      ****

      I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

      1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

      2) I'd like to be able to confidently run remote backups with rsync

      3) Security: I need to learn how to turn my VPS or Raspi into a fortress

      4) Eventually I'd like to learn #FreeBSD

      Where does one even start?

      I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

      I'm super motivated to learn all these things, I just don't know where to start.

      *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

      #AskFedi #MySoCalledSudoLife #NoAI

      admin@gts.personalcompute.netA This user is from outside of this forum
      admin@gts.personalcompute.netA This user is from outside of this forum
      admin@gts.personalcompute.net
      wrote on sidst redigeret af
      #12

      @elena

      To get started in programming, Python and Ruby languages are good points to start (but I don't have any good tutorial bookmarks for those).

      Then, to understand how computers work (and the link between hardware and software), the Computation Structures course is really good (Creative Commons license, initially created by MIT (https://ocw.mit.edu/6-004S17) and tweaked slightly here - https://personalcompute.net/resources/computation-structures).

      elena@aseachange.comE 1 Reply Last reply
      0
      • elena@aseachange.comE elena@aseachange.com

        Dear Fedi friends,

        The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

        I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

        *** Update at 10pm ***

        I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

        ****

        I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

        1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

        2) I'd like to be able to confidently run remote backups with rsync

        3) Security: I need to learn how to turn my VPS or Raspi into a fortress

        4) Eventually I'd like to learn #FreeBSD

        Where does one even start?

        I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

        I'm super motivated to learn all these things, I just don't know where to start.

        *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

        #AskFedi #MySoCalledSudoLife #NoAI

        flesh@transfem.socialF This user is from outside of this forum
        flesh@transfem.socialF This user is from outside of this forum
        flesh@transfem.social
        wrote on sidst redigeret af
        #13

        @elena@aseachange.com The usefulness for your use case may be limited, but the Archlinux wiki has some pretty good coverage on running a Linux system with some depth into CLI and text configs. It is operating under the assumption that you're running specifically Arch, thus specifically Linux, but some of the advice is likely at least related to other similar systems.
        Also, a command and concept you'd likely want to get familiar with is
        man and man pages. In a linux terminal (and probably other unix ones) typing man <command> can give you some documentation on a given command's uses. And you can also look up those "man pages" on the internet (see: https://linux.die.net/man).
        Some pages are better than others, but hopefully this could help you learn a bit about some of the tools you're gonna use.

        elena@aseachange.comE lxo@snac.lx.oliva.nom.brL 2 Replies Last reply
        0
        • elena@aseachange.comE This user is from outside of this forum
          elena@aseachange.comE This user is from outside of this forum
          elena@aseachange.com
          wrote on sidst redigeret af
          #14

          @inderix thank you! I suppose I already have some experience with that... all of last year I was managing a VPS that ran Debian and another that ran Ubuntu (on which I installed from scratch Ghost and Varnish Cache)... I need something slightly more advanced - but I really appreciate the advice, thank you!!!

          1 Reply Last reply
          0
          • admin@gts.personalcompute.netA admin@gts.personalcompute.net

            @elena

            To get started in programming, Python and Ruby languages are good points to start (but I don't have any good tutorial bookmarks for those).

            Then, to understand how computers work (and the link between hardware and software), the Computation Structures course is really good (Creative Commons license, initially created by MIT (https://ocw.mit.edu/6-004S17) and tweaked slightly here - https://personalcompute.net/resources/computation-structures).

            elena@aseachange.comE This user is from outside of this forum
            elena@aseachange.comE This user is from outside of this forum
            elena@aseachange.com
            wrote on sidst redigeret af
            #15

            @admin fantastic resources, thank you!!!

            1 Reply Last reply
            0
            • flesh@transfem.socialF flesh@transfem.social

              @elena@aseachange.com The usefulness for your use case may be limited, but the Archlinux wiki has some pretty good coverage on running a Linux system with some depth into CLI and text configs. It is operating under the assumption that you're running specifically Arch, thus specifically Linux, but some of the advice is likely at least related to other similar systems.
              Also, a command and concept you'd likely want to get familiar with is
              man and man pages. In a linux terminal (and probably other unix ones) typing man <command> can give you some documentation on a given command's uses. And you can also look up those "man pages" on the internet (see: https://linux.die.net/man).
              Some pages are better than others, but hopefully this could help you learn a bit about some of the tools you're gonna use.

              elena@aseachange.comE This user is from outside of this forum
              elena@aseachange.comE This user is from outside of this forum
              elena@aseachange.com
              wrote on sidst redigeret af
              #16

              @flesh thank you! you're the third person to recommend arch linux but I'm a little intimidated because of all the memes about its difficulty 😆​

              flesh@transfem.socialF 1 Reply Last reply
              0
              • elena@aseachange.comE elena@aseachange.com

                Dear Fedi friends,

                The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

                I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

                *** Update at 10pm ***

                I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

                ****

                I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

                1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

                2) I'd like to be able to confidently run remote backups with rsync

                3) Security: I need to learn how to turn my VPS or Raspi into a fortress

                4) Eventually I'd like to learn #FreeBSD

                Where does one even start?

                I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

                I'm super motivated to learn all these things, I just don't know where to start.

                *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

                #AskFedi #MySoCalledSudoLife #NoAI

                M This user is from outside of this forum
                M This user is from outside of this forum
                miket330@mastodon.social
                wrote on sidst redigeret af
                #17

                @elena Maybe start learning a coding language with tutorials ??, although sysadmin is an ambitious hobby, it's also a whole field, AI might help in time

                1 Reply Last reply
                0
                • elena@aseachange.comE elena@aseachange.com

                  Dear Fedi friends,

                  The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

                  I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

                  *** Update at 10pm ***

                  I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

                  ****

                  I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

                  1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

                  2) I'd like to be able to confidently run remote backups with rsync

                  3) Security: I need to learn how to turn my VPS or Raspi into a fortress

                  4) Eventually I'd like to learn #FreeBSD

                  Where does one even start?

                  I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

                  I'm super motivated to learn all these things, I just don't know where to start.

                  *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

                  #AskFedi #MySoCalledSudoLife #NoAI

                  mausmalone@mastodon.socialM This user is from outside of this forum
                  mausmalone@mastodon.socialM This user is from outside of this forum
                  mausmalone@mastodon.social
                  wrote on sidst redigeret af
                  #18

                  @elena If you're TRULY new to the CLI then you could always start with Veronica Explains Li'l Linux Lessons

                  She's also on PeerTube at @vkc but not all the lessons are migrated over. (A good follow for upcoming videos, though.)

                  https://www.youtube.com/watch?v=uL7KvRskeog&list=PLjie1qS4xnWhsfRJ5nWL_6S7I-kKf49bf

                  elena@aseachange.comE 1 Reply Last reply
                  0
                  • elena@aseachange.comE elena@aseachange.com

                    @jonathanhogg thank you!

                    jonathanhogg@mastodon.socialJ This user is from outside of this forum
                    jonathanhogg@mastodon.socialJ This user is from outside of this forum
                    jonathanhogg@mastodon.social
                    wrote on sidst redigeret af
                    #19

                    @elena Oh! I meant to say, an advantage of starting with Scratch is that you can learn it with your child!

                    elena@aseachange.comE 1 Reply Last reply
                    0
                    • elena@aseachange.comE elena@aseachange.com

                      @ottaross thanks! I have Ubuntu on my Raspi and I've been moving around in Terminal running commands for about a year... but it's mostly copy and paste.

                      Like I installed Ghost and Varnish Cache on my VPS and edited a lot of settings for it in Terminal... I just wish I could become more proficient in it, like rsync scares me a bit 😅​

                      ottaross@mastodon.socialO This user is from outside of this forum
                      ottaross@mastodon.socialO This user is from outside of this forum
                      ottaross@mastodon.social
                      wrote on sidst redigeret af
                      #20

                      @elena Sounds like you're well on your way. A little effort to at least skim the man page for the commands you use, or finding a readable explanation for the commands will set you up well. Maybe a paper notebook to write down what you learn. (The effort of handwriting makes it stick in your head better.)

                      CLI knowledge is a spectrum - nobody knows every corner, it's just a case of gradually increasing your repertoire. 😄

                      skjeggtroll@mastodon.onlineS elena@aseachange.comE 2 Replies Last reply
                      0
                      • elena@aseachange.comE elena@aseachange.com

                        Dear Fedi friends,

                        The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

                        I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

                        *** Update at 10pm ***

                        I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

                        ****

                        I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

                        1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

                        2) I'd like to be able to confidently run remote backups with rsync

                        3) Security: I need to learn how to turn my VPS or Raspi into a fortress

                        4) Eventually I'd like to learn #FreeBSD

                        Where does one even start?

                        I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

                        I'm super motivated to learn all these things, I just don't know where to start.

                        *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

                        #AskFedi #MySoCalledSudoLife #NoAI

                        patpro@social.patpro.netP This user is from outside of this forum
                        patpro@social.patpro.netP This user is from outside of this forum
                        patpro@social.patpro.net
                        wrote on sidst redigeret af
                        #21

                        @elena

                        1. CLI is basically just a way to do things, it’s something you’ll learn by usage. CLI makes it easy to automate things: someone proficient with CLI will often create small (or big) shell script to automate or facilitate daily tasks.
                          You can think of CLI as being a one-line shell script.
                          May be start with what you want / need to do, and try from the CLI.

                        2. rsync can be tested on small directories, just to make sure you got it right before creating a full backup. Being able to use it with the confidence and reliability you need from a backup process is a different story and needs some shell script competences.
                          I have some rsync backup scripts that I can share.

                        3. It’s the most ambitious item on your list. You might want to start with some core principles:

                          • stay up to date
                          • read the documentation
                          • defend with layers (firewall, ACLs, service config, isolation, least privilege, etc.)
                            You’ll get tons of info from some of those guides: https://messervices.cyber.gouv.fr/catalogue/#guides
                            If you have many nights to spare, you can also look at https://www.cisecurity.org/cis-benchmarks Those documents are quite exhaustive but even if you don’t apply their recommendations, it’s filed with knowledge.
                        4. FreeBSD has a great handbook (HTML / PDF) https://docs.freebsd.org/en/books/handbook/ even though you might want to disregard everything about GUI (X11, Xorg, Wayland…).

                        elena@aseachange.comE 1 Reply Last reply
                        0
                        • elena@aseachange.comE elena@aseachange.com

                          @flesh thank you! you're the third person to recommend arch linux but I'm a little intimidated because of all the memes about its difficulty 😆​

                          flesh@transfem.socialF This user is from outside of this forum
                          flesh@transfem.socialF This user is from outside of this forum
                          flesh@transfem.social
                          wrote on sidst redigeret af
                          #22

                          @elena@aseachange.com I am not fit to assess its difficulty in general. It certainly requires more tinkering than other distros, that's true. Or at least it did for a while.
                          Unless you wanna challenge yourself, I wouldn't recommend it as your first distro. It's certainly doable, but might be a bit steep depending on one's approach and current skills. Though setting up an Arch PC at some point in your learning journey might be a neat exercise.
                          What I wanted to say is that its wiki is quite extensive and some of the explanations there can prove to be at least useful starting points for other similar systems, as many of the underlying tools are quite similar between linux distros. Not sure about FreeBSD, but there's probably
                          some similarity.

                          elena@aseachange.comE 1 Reply Last reply
                          0
                          • elena@aseachange.comE elena@aseachange.com

                            Dear Fedi friends,

                            The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

                            I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

                            *** Update at 10pm ***

                            I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

                            ****

                            I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

                            1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

                            2) I'd like to be able to confidently run remote backups with rsync

                            3) Security: I need to learn how to turn my VPS or Raspi into a fortress

                            4) Eventually I'd like to learn #FreeBSD

                            Where does one even start?

                            I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

                            I'm super motivated to learn all these things, I just don't know where to start.

                            *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

                            #AskFedi #MySoCalledSudoLife #NoAI

                            jcnotwit@mastodon.socialJ This user is from outside of this forum
                            jcnotwit@mastodon.socialJ This user is from outside of this forum
                            jcnotwit@mastodon.social
                            wrote on sidst redigeret af
                            #23

                            @elena I'd suggest taking Harvard's CS50 as your first step. It's excellent, free, and online. It won't just teach you a language, it'll teach you the *how* of programming.

                            elena@aseachange.comE 1 Reply Last reply
                            1
                            0
                            • ottaross@mastodon.socialO ottaross@mastodon.social

                              @elena Sounds like you're well on your way. A little effort to at least skim the man page for the commands you use, or finding a readable explanation for the commands will set you up well. Maybe a paper notebook to write down what you learn. (The effort of handwriting makes it stick in your head better.)

                              CLI knowledge is a spectrum - nobody knows every corner, it's just a case of gradually increasing your repertoire. 😄

                              skjeggtroll@mastodon.onlineS This user is from outside of this forum
                              skjeggtroll@mastodon.onlineS This user is from outside of this forum
                              skjeggtroll@mastodon.online
                              wrote on sidst redigeret af
                              #24

                              @ottaross @elena

                              tldr pages, https://tldr.sh , can be a good complement to man pages.

                              ottaross@mastodon.socialO skjeggtroll@mastodon.onlineS 2 Replies Last reply
                              0
                              • elena@aseachange.comE elena@aseachange.com

                                Dear Fedi friends,

                                The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

                                I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

                                *** Update at 10pm ***

                                I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

                                ****

                                I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

                                1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

                                2) I'd like to be able to confidently run remote backups with rsync

                                3) Security: I need to learn how to turn my VPS or Raspi into a fortress

                                4) Eventually I'd like to learn #FreeBSD

                                Where does one even start?

                                I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

                                I'm super motivated to learn all these things, I just don't know where to start.

                                *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

                                #AskFedi #MySoCalledSudoLife #NoAI

                                seanplynch@mastodon.socialS This user is from outside of this forum
                                seanplynch@mastodon.socialS This user is from outside of this forum
                                seanplynch@mastodon.social
                                wrote on sidst redigeret af
                                #25

                                @elena

                                Ruby on Rails is not really the hot language it was 20 years ago, but Michael Hartl's Ruby on Rails tutorial, available online, is a very good tutorial for learning to code.

                                If you are completely new, Learn to Program by Chris Pine is a good start.

                                No Starch Press has good books on the Linux CLI and on Bash Scripts

                                https://www.learnenough.com/ruby-on-rails-8th-edition-tutorial/beginning

                                elena@aseachange.comE 1 Reply Last reply
                                0
                                • elena@aseachange.comE elena@aseachange.com

                                  Dear Fedi friends,

                                  The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

                                  I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

                                  *** Update at 10pm ***

                                  I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

                                  ****

                                  I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

                                  1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

                                  2) I'd like to be able to confidently run remote backups with rsync

                                  3) Security: I need to learn how to turn my VPS or Raspi into a fortress

                                  4) Eventually I'd like to learn #FreeBSD

                                  Where does one even start?

                                  I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

                                  I'm super motivated to learn all these things, I just don't know where to start.

                                  *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

                                  #AskFedi #MySoCalledSudoLife #NoAI

                                  machinelordzero@mastodon.socialM This user is from outside of this forum
                                  machinelordzero@mastodon.socialM This user is from outside of this forum
                                  machinelordzero@mastodon.social
                                  wrote on sidst redigeret af
                                  #26

                                  @elena Paging @eniko

                                  eniko@mastodon.gamedev.placeE 1 Reply Last reply
                                  0
                                  • elena@aseachange.comE elena@aseachange.com

                                    Dear Fedi friends,

                                    The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

                                    I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

                                    *** Update at 10pm ***

                                    I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

                                    ****

                                    I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

                                    1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

                                    2) I'd like to be able to confidently run remote backups with rsync

                                    3) Security: I need to learn how to turn my VPS or Raspi into a fortress

                                    4) Eventually I'd like to learn #FreeBSD

                                    Where does one even start?

                                    I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

                                    I'm super motivated to learn all these things, I just don't know where to start.

                                    *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

                                    #AskFedi #MySoCalledSudoLife #NoAI

                                    machinelordzero@mastodon.socialM This user is from outside of this forum
                                    machinelordzero@mastodon.socialM This user is from outside of this forum
                                    machinelordzero@mastodon.social
                                    wrote on sidst redigeret af
                                    #27

                                    @elena ooh, also paging @bean

                                    1 Reply Last reply
                                    0
                                    • elena@aseachange.comE elena@aseachange.com

                                      Dear Fedi friends,

                                      The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

                                      I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

                                      *** Update at 10pm ***

                                      I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

                                      ****

                                      I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

                                      1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

                                      2) I'd like to be able to confidently run remote backups with rsync

                                      3) Security: I need to learn how to turn my VPS or Raspi into a fortress

                                      4) Eventually I'd like to learn #FreeBSD

                                      Where does one even start?

                                      I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

                                      I'm super motivated to learn all these things, I just don't know where to start.

                                      *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

                                      #AskFedi #MySoCalledSudoLife #NoAI

                                      nathan@ublog.hurel.meN This user is from outside of this forum
                                      nathan@ublog.hurel.meN This user is from outside of this forum
                                      nathan@ublog.hurel.me
                                      wrote on sidst redigeret af
                                      #28

                                      @elena@aseachange.com man rsync is the best doc you can find and it works for any command ! A more friendly interface is https://tldr.sh/

                                      But indeed you're not looking for development skills (lot of devs don't know how to use Linux), more Ops/Linux skills.

                                      1 Reply Last reply
                                      0
                                      • machinelordzero@mastodon.socialM machinelordzero@mastodon.social

                                        @elena Paging @eniko

                                        eniko@mastodon.gamedev.placeE This user is from outside of this forum
                                        eniko@mastodon.gamedev.placeE This user is from outside of this forum
                                        eniko@mastodon.gamedev.place
                                        wrote on sidst redigeret af
                                        #29

                                        @MachineLordZero @elena given the areas of interest here i don't think i'm at all qualified to comment

                                        though if she ever fancies trying her hand at gamedev, pico 8 is my recommendation

                                        1 Reply Last reply
                                        0
                                        • elena@aseachange.comE elena@aseachange.com

                                          Dear Fedi friends,

                                          The normalization of "vibe coding" in certain environments is pushing me in the exact opposite direction.

                                          I, a normie (ok maybe a semi-technical person), would like to learn some basic computer programming*.

                                          *** Update at 10pm ***

                                          I’ve been offline for the past 6 hours and I checked my notifications before going to sleep: 71 new mentions 😳 thank you for all your generous advice, I’ll respond one-by-one tomorrow morning. Good night! ❤️

                                          ****

                                          I need some advice about where to start because I'm a little clueless in this regard. Maybe it will help to share my goals, so that you can tailor your advice:

                                          1) I'd like to become much more proficient using CLI... so that one day for example I could migrate a #YunoHost app to a new server without breaking anything

                                          2) I'd like to be able to confidently run remote backups with rsync

                                          3) Security: I need to learn how to turn my VPS or Raspi into a fortress

                                          4) Eventually I'd like to learn #FreeBSD

                                          Where does one even start?

                                          I'm based in Paris, France, speak French, English and Italian, but remote learning is preferable because my child is in school only 4 days a week and has 2-week holidays every 6 weeks of school (thanks to the French educational system, don't ask me).

                                          I'm super motivated to learn all these things, I just don't know where to start.

                                          *Edit: maybe I'm just dreaming of becoming a proficient sysadmin

                                          #AskFedi #MySoCalledSudoLife #NoAI

                                          nathan@ublog.hurel.meN This user is from outside of this forum
                                          nathan@ublog.hurel.meN This user is from outside of this forum
                                          nathan@ublog.hurel.me
                                          wrote on sidst redigeret af
                                          #30

                                          @elena@aseachange.com you can also find "bash cookbook: 2nd edition" from O'Reilly's edition as a pdf to download from the internet

                                          elena@aseachange.comE 1 Reply Last reply
                                          0
                                          Svar
                                          • Svar som emne
                                          Login for at svare
                                          • Ældste til nyeste
                                          • Nyeste til ældste
                                          • Most Votes


                                          • Log ind

                                          • Har du ikke en konto? Tilmeld

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          Graciously hosted by data.coop
                                          • First post
                                            Last post
                                          0
                                          • Hjem
                                          • Seneste
                                          • Etiketter
                                          • Populære
                                          • Verden
                                          • Bruger
                                          • Grupper