Salta al contenuto
0
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
Skin
  • Chiaro
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Scuro
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Predefinito (Cerulean)
  • Nessuna skin
Collassa

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  1. Home
  2. Categorie
  3. Fediverso
  4. My experience of the #fediverse :

My experience of the #fediverse :

Pianificato Fissato Bloccato Spostato Fediverso
fediversethefutureisfederatedyunohost
146 Post 83 Autori 138 Visualizzazioni
  • Da Vecchi a Nuovi
  • Da Nuovi a Vecchi
  • Più Voti
Rispondi
  • Risposta alla discussione
Effettua l'accesso per rispondere
Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
  • tagomago@mastodon.socialundefined tagomago@mastodon.social

    @_elena @PMFL Have you tested it?

    _elena@mastodon.socialundefined Questo utente è esterno a questo forum
    _elena@mastodon.socialundefined Questo utente è esterno a questo forum
    _elena@mastodon.social
    scritto su ultima modifica di
    #121

    @tagomago @PMFL "spray and pray" is my approach 😂 it will run every 12 hours so I'm eager to see what will happen tonight. I timed it so I can regain control of things... when my daughter is in school or when she's asleep 💁‍♀️

    tagomago@mastodon.socialundefined 1 Risposta Ultima Risposta
    0
    • _elena@mastodon.socialundefined _elena@mastodon.social

      About to create my first cron job. Wish me luck! 😅

      #MySoCalledSudoLife #SelfHosting

      stefan@gardenstate.socialundefined Questo utente è esterno a questo forum
      stefan@gardenstate.socialundefined Questo utente è esterno a questo forum
      stefan@gardenstate.social
      scritto su ultima modifica di
      #122

      @_elena cronjobs are the best. all my bots depend on them! very reliable!

      one thing that got me early on: any output from a script ran in a cronjob seems to be put in some log file. Left alone that log file can fill all the space in your system.

      for reasons I don't fully understand this line fix that by stopping the logging:

      MAILTO=""

      daj@gofer.socialundefined 1 Risposta Ultima Risposta
      0
      • _elena@mastodon.socialundefined _elena@mastodon.social

        @jan @yunohost you're tempting me to set up ANOTHER installation on my Raspi to try it out 😅

        jan@social.dytrych.cloudundefined Questo utente è esterno a questo forum
        jan@social.dytrych.cloudundefined Questo utente è esterno a questo forum
        jan@social.dytrych.cloud
        scritto su ultima modifica di
        #123

        @_elena @yunohost yes! Just go with it! Will help if you want! ;-)

        1 Risposta Ultima Risposta
        0
        • stefan@gardenstate.socialundefined stefan@gardenstate.social

          @_elena cronjobs are the best. all my bots depend on them! very reliable!

          one thing that got me early on: any output from a script ran in a cronjob seems to be put in some log file. Left alone that log file can fill all the space in your system.

          for reasons I don't fully understand this line fix that by stopping the logging:

          MAILTO=""

          daj@gofer.socialundefined Questo utente è esterno a questo forum
          daj@gofer.socialundefined Questo utente è esterno a questo forum
          daj@gofer.social
          scritto su ultima modifica di
          #124

          @stefan

          I add the following at the end of the cron job

          ' > /dev/null 2>&1 '

          Ignore the ' at start and end. Can't get my markdown to show as code

          It captures ALL output from STDOUT and STDERR and sends it to /dev/null (that is, nowhere)

          @_elena

          _elena@mastodon.socialundefined stefan@gardenstate.socialundefined 2 Risposte Ultima Risposta
          0
          • daj@gofer.socialundefined daj@gofer.social

            @stefan

            I add the following at the end of the cron job

            ' > /dev/null 2>&1 '

            Ignore the ' at start and end. Can't get my markdown to show as code

            It captures ALL output from STDOUT and STDERR and sends it to /dev/null (that is, nowhere)

            @_elena

            _elena@mastodon.socialundefined Questo utente è esterno a questo forum
            _elena@mastodon.socialundefined Questo utente è esterno a questo forum
            _elena@mastodon.social
            scritto su ultima modifica di
            #125

            @daj @stefan thank you for the heads up! do I put that code on the same line as the cron job instructions?

            daj@gofer.socialundefined 1 Risposta Ultima Risposta
            0
            • daj@gofer.socialundefined daj@gofer.social

              @stefan

              I add the following at the end of the cron job

              ' > /dev/null 2>&1 '

              Ignore the ' at start and end. Can't get my markdown to show as code

              It captures ALL output from STDOUT and STDERR and sends it to /dev/null (that is, nowhere)

              @_elena

              stefan@gardenstate.socialundefined Questo utente è esterno a questo forum
              stefan@gardenstate.socialundefined Questo utente è esterno a questo forum
              stefan@gardenstate.social
              scritto su ultima modifica di
              #126

              @daj @_elena

              for me the cronjob is a file I edit by calling "crontab -e" on my server.

              so I then put MAILTO="" on it's own line.

              What david is suggesting also sound good / better!

              daj@gofer.socialundefined 1 Risposta Ultima Risposta
              0
              • _elena@mastodon.socialundefined _elena@mastodon.social

                @daj @stefan thank you for the heads up! do I put that code on the same line as the cron job instructions?

                daj@gofer.socialundefined Questo utente è esterno a questo forum
                daj@gofer.socialundefined Questo utente è esterno a questo forum
                daj@gofer.social
                scritto su ultima modifica di
                #127

                @_elena

                Yes, like this:

                0 5 * * * bash ~/backups/backup.sh > /dev/null 2>&1

                which runs mybackup at 5am each day.  You just need to be confident that your script has no errors, as you will never see them!  Or ensure your script outputs to a log of its own within the script

                @stefan

                1 Risposta Ultima Risposta
                0
                • _elena@mastodon.socialundefined _elena@mastodon.social

                  My experience of the #fediverse :

                  Year 1 (2023):
                  It feels a little lonely as 99% of my friends stayed on Big Tech platforms.

                  Year 2 (2024):
                  I start a blog - #TheFutureIsFederated - to explain the fediverse to "normies"... and I make a lot of new (techie) friends.

                  Year 3 (2025):
                  My techie friends encourage me to start self-hosting with #YunoHost... and I do! (GoToSocial, PeerTube, NextCloud...) I LOVE it.

                  Year 4 (2026):
                  I plan to buy a Heltec to try out off-grid mesh radio communication 💁‍♀️

                  hwll@sunny.gardenundefined Questo utente è esterno a questo forum
                  hwll@sunny.gardenundefined Questo utente è esterno a questo forum
                  hwll@sunny.garden
                  scritto su ultima modifica di
                  #128

                  @_elena good luck! Just remember these 3 rules:

                  1. It matters which user you edit a crontab with (sudo crontab -e is not the same as just crontab)
                  2. The letters -l and -r are different 😑
                  3. Version or backup changes to your crontab with crontab > crontab.txt

                  1 Risposta Ultima Risposta
                  0
                  • _elena@mastodon.socialundefined _elena@mastodon.social

                    @tagomago @PMFL "spray and pray" is my approach 😂 it will run every 12 hours so I'm eager to see what will happen tonight. I timed it so I can regain control of things... when my daughter is in school or when she's asleep 💁‍♀️

                    tagomago@mastodon.socialundefined Questo utente è esterno a questo forum
                    tagomago@mastodon.socialundefined Questo utente è esterno a questo forum
                    tagomago@mastodon.social
                    scritto su ultima modifica di
                    #129

                    @_elena @PMFL Sure, I just like it to see how it runs before I leave it chillin’ on its own 😁 Also, you’d save some time by not waiting 12 hours to see what happens.

                    It’s also nice to redirect its output to a file (command >> filename 2>&1) to log what it does while you’re testing it, cause jobs may go wrong for many reasons: permissions, environment...

                    1 Risposta Ultima Risposta
                    0
                    • _elena@mastodon.socialundefined _elena@mastodon.social

                      About to create my first cron job. Wish me luck! 😅

                      #MySoCalledSudoLife #SelfHosting

                      dianshuo@mstdn.ioundefined Questo utente è esterno a questo forum
                      dianshuo@mstdn.ioundefined Questo utente è esterno a questo forum
                      dianshuo@mstdn.io
                      scritto su ultima modifica di
                      #130

                      @_elena it’s fine! Just don’t pick 1am local.

                      _elena@mastodon.socialundefined 1 Risposta Ultima Risposta
                      0
                      • _elena@mastodon.socialundefined _elena@mastodon.social

                        About to create my first cron job. Wish me luck! 😅

                        #MySoCalledSudoLife #SelfHosting

                        madalex@fosstodon.orgundefined Questo utente è esterno a questo forum
                        madalex@fosstodon.orgundefined Questo utente è esterno a questo forum
                        madalex@fosstodon.org
                        scritto su ultima modifica di
                        #131

                        @_elena Bon chance!

                        1 Risposta Ultima Risposta
                        0
                        • dianshuo@mstdn.ioundefined dianshuo@mstdn.io

                          @_elena it’s fine! Just don’t pick 1am local.

                          _elena@mastodon.socialundefined Questo utente è esterno a questo forum
                          _elena@mastodon.socialundefined Questo utente è esterno a questo forum
                          _elena@mastodon.social
                          scritto su ultima modifica di
                          #132

                          @dianshuo I picked weekdays only: 9am local (kiddo in school) and 9pm local (kiddo asleep) 🤗

                          dianshuo@mstdn.ioundefined 1 Risposta Ultima Risposta
                          0
                          • _elena@mastodon.socialundefined _elena@mastodon.social

                            @dianshuo I picked weekdays only: 9am local (kiddo in school) and 9pm local (kiddo asleep) 🤗

                            dianshuo@mstdn.ioundefined Questo utente è esterno a questo forum
                            dianshuo@mstdn.ioundefined Questo utente è esterno a questo forum
                            dianshuo@mstdn.io
                            scritto su ultima modifica di
                            #133

                            @_elena I feel one of those is optimistic #parenting however :)

                            Anyway welcome to the world of scheduling.

                            _elena@mastodon.socialundefined 1 Risposta Ultima Risposta
                            0
                            • dianshuo@mstdn.ioundefined dianshuo@mstdn.io

                              @_elena I feel one of those is optimistic #parenting however :)

                              Anyway welcome to the world of scheduling.

                              _elena@mastodon.socialundefined Questo utente è esterno a questo forum
                              _elena@mastodon.socialundefined Questo utente è esterno a questo forum
                              _elena@mastodon.social
                              scritto su ultima modifica di
                              #134

                              @dianshuo oooh she's only 5, so she's ALWAYS fast asleep at 9pm. The optimistic part would be about the morning because of random illnesses / bugs circulating at school 😅

                              1 Risposta Ultima Risposta
                              0
                              • stefan@gardenstate.socialundefined stefan@gardenstate.social

                                @daj @_elena

                                for me the cronjob is a file I edit by calling "crontab -e" on my server.

                                so I then put MAILTO="" on it's own line.

                                What david is suggesting also sound good / better!

                                daj@gofer.socialundefined Questo utente è esterno a questo forum
                                daj@gofer.socialundefined Questo utente è esterno a questo forum
                                daj@gofer.social
                                scritto su ultima modifica di
                                #135

                                @stefan I'm intrigued what MAILTO in this context does.  I must dig deeper. Every day is a school day

                                stefan@gardenstate.socialundefined 1 Risposta Ultima Risposta
                                0
                                • daj@gofer.socialundefined daj@gofer.social

                                  @stefan I'm intrigued what MAILTO in this context does.  I must dig deeper. Every day is a school day

                                  stefan@gardenstate.socialundefined Questo utente è esterno a questo forum
                                  stefan@gardenstate.socialundefined Questo utente è esterno a questo forum
                                  stefan@gardenstate.social
                                  scritto su ultima modifica di
                                  #136

                                  @daj i found it on stackoverflow years ago and didn't investigate deeply. but has worked well for me!

                                  1 Risposta Ultima Risposta
                                  0
                                  • _elena@mastodon.socialundefined _elena@mastodon.social

                                    About to create my first cron job. Wish me luck! 😅

                                    #MySoCalledSudoLife #SelfHosting

                                    dataknightmare@mastodon.xyzundefined Questo utente è esterno a questo forum
                                    dataknightmare@mastodon.xyzundefined Questo utente è esterno a questo forum
                                    dataknightmare@mastodon.xyz
                                    scritto su ultima modifica di
                                    #137

                                    @_elena
                                    You'll love it, absolutely.
                                    Also, you'll start wondering why TF one needs to be geeky root to have such tool and why "ordinary people" know nothing about it (and grep, and...)
                                    Next up: shell scripting.
                                    Go Elena, you rule!

                                    #MySoCalledSudoLife #SelfHosting

                                    _elena@mastodon.socialundefined 1 Risposta Ultima Risposta
                                    0
                                    • _elena@mastodon.socialundefined _elena@mastodon.social

                                      About to create my first cron job. Wish me luck! 😅

                                      #MySoCalledSudoLife #SelfHosting

                                      grosser_mensch@norden.socialundefined Questo utente è esterno a questo forum
                                      grosser_mensch@norden.socialundefined Questo utente è esterno a questo forum
                                      grosser_mensch@norden.social
                                      scritto su ultima modifica di
                                      #138

                                      @_elena Cron is a life-saver. I also use it to automatically update the base system at night and post an image at a specific time to my Pixelfed server 😊

                                      1 Risposta Ultima Risposta
                                      0
                                      • dataknightmare@mastodon.xyzundefined dataknightmare@mastodon.xyz

                                        @_elena
                                        You'll love it, absolutely.
                                        Also, you'll start wondering why TF one needs to be geeky root to have such tool and why "ordinary people" know nothing about it (and grep, and...)
                                        Next up: shell scripting.
                                        Go Elena, you rule!

                                        #MySoCalledSudoLife #SelfHosting

                                        _elena@mastodon.socialundefined Questo utente è esterno a questo forum
                                        _elena@mastodon.socialundefined Questo utente è esterno a questo forum
                                        _elena@mastodon.social
                                        scritto su ultima modifica di
                                        #139

                                        @DataKnightmare grazie!

                                        E sto ancora sorridendo dopo aver ascoltato il tuo podcast (l'episodio di Pasqua). Mi hai fatto morire quando hai chiamato il garante irlandese il "Labradoodle di Big Tech" 😆 Bravissimo! 🙌

                                        dataknightmare@mastodon.xyzundefined 2 Risposte Ultima Risposta
                                        0
                                        • _elena@mastodon.socialundefined _elena@mastodon.social

                                          @DataKnightmare grazie!

                                          E sto ancora sorridendo dopo aver ascoltato il tuo podcast (l'episodio di Pasqua). Mi hai fatto morire quando hai chiamato il garante irlandese il "Labradoodle di Big Tech" 😆 Bravissimo! 🙌

                                          dataknightmare@mastodon.xyzundefined Questo utente è esterno a questo forum
                                          dataknightmare@mastodon.xyzundefined Questo utente è esterno a questo forum
                                          dataknightmare@mastodon.xyz
                                          scritto su ultima modifica di
                                          #140

                                          @_elena
                                          Grazie! *blush*

                                          1 Risposta Ultima Risposta
                                          0

                                          Ciao! Sembra che tu sia interessato a questa conversazione, ma non hai ancora un account.

                                          Stanco di dover scorrere gli stessi post a ogni visita? Quando registri un account, tornerai sempre esattamente dove eri rimasto e potrai scegliere di essere avvisato delle nuove risposte (tramite email o notifica push). Potrai anche salvare segnalibri e votare i post per mostrare il tuo apprezzamento agli altri membri della comunità.

                                          Con il tuo contributo, questo post potrebbe essere ancora migliore 💗

                                          Registrati Accedi
                                          Rispondi
                                          • Risposta alla discussione
                                          Effettua l'accesso per rispondere
                                          • Da Vecchi a Nuovi
                                          • Da Nuovi a Vecchi
                                          • Più Voti


                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 6
                                          • 7
                                          • 8
                                          Feed RSS
                                          My experience of the #fediverse :
                                          @pierobosio@soc.bosio.info
                                          V4.10.1 Contributors
                                          • Accedi

                                          • Accedi o registrati per effettuare la ricerca.
                                          • Primo post
                                            Ultimo post