Upvote!
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
nutbutter@discuss.tchncs.de to linuxmemes@lemmy.world ·
edit-2
6 days ago

chmod 666

discuss.tchncs.de

message-square
22
fedilink
324

chmod 666

discuss.tchncs.de

nutbutter@discuss.tchncs.de to linuxmemes@lemmy.world ·
edit-2
6 days ago
message-square
22
fedilink
alert-triangle
You must log in or # to comment.
  • optissima@lemmy.ml
    link
    fedilink
    arrow-up
    36
    ·
    6 days ago

    Idk if titles can be updated but consider chmod 666

    • muhyb@programming.dev
      link
      fedilink
      arrow-up
      19
      ·
      6 days ago

      Yup, it can be edited. This is not Reddit. :)

    • nutbutter@discuss.tchncs.deOP
      link
      fedilink
      arrow-up
      7
      ·
      6 days ago

      Done. Thanks!

  • BeardedGingerWonder@feddit.uk
    link
    fedilink
    English
    arrow-up
    26
    ·
    6 days ago

    Ooh do snap next

    • Ascend910@lemmy.ml
      link
      fedilink
      English
      arrow-up
      7
      ·
      6 days ago

      And then apt?

      • BeardedGingerWonder@feddit.uk
        link
        fedilink
        English
        arrow-up
        17
        ·
        6 days ago

        There was a mote of an idea floating about a few months back you’ve reminded me of. Basically distrohopping the hard way - start with one distro and install/remove packages until you’ve gotten to another one.

        • jack@sh.itjust.works
          link
          fedilink
          arrow-up
          13
          ·
          6 days ago

          Theseus OS

          • Ascend910@lemmy.ml
            link
            fedilink
            English
            arrow-up
            4
            ·
            6 days ago

            Starting from lfs?

    • caseyweederman@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      6 days ago

      Oh that’s nasty. Yeah, do it!

  • Ging@anarchist.nexus
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    1
    ·
    6 days ago

    You… You wouldn’t actually do this, would you?

    • mittorn@masturbated.one
      link
      fedilink
      arrow-up
      26
      ·
      6 days ago

      @Ging @nutbutter it’s freedom of init system choice!

      • Ging@anarchist.nexus
        link
        fedilink
        English
        arrow-up
        12
        ·
        6 days ago

        You’re not wrong, but …jesus what is that homeserver? I’m gonna go clean the coffee off my monitor now

        • mittorn@masturbated.one
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          6 days ago

          @Ging this was reference to one funny musks post about mastodon few years ago (post was deleted later)
          Also, mascot is green elephant reference:
          https://en.wikipedia.org/wiki/The/_Green/_Elephant

          • Ging@anarchist.nexus
            link
            fedilink
            English
            arrow-up
            3
            ·
            6 days ago

            After further review, I respect this greatly :D

  • three@lemmy.zip
    link
    fedilink
    arrow-up
    19
    ·
    6 days ago

    No idea what you’re taking about, but I’ll always upvote this picture.

  • dukatos@lemmy.zip
    link
    fedilink
    arrow-up
    11
    ·
    6 days ago

    Installing Arch with extra steps

  • Gonzako@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    5 days ago

    How does one actually use systemd? I tried making a script to trigger every time I boot up but it didn’t work out for me

    • e8d79@discuss.tchncs.de
      link
      fedilink
      arrow-up
      6
      ·
      5 days ago

      This should work. Add a file /home/username/.config/systemd/user/my_cool_service.service with this content:

      [Unit]
      Description=My cool service
      
      [Service]
      Type=oneshot
      ExecStart=/home/username/my_cool_script.sh
      
      [Install]
      WantedBy=default.target
      

      Now add the script /home/username/my_cool_script.sh.

      #!/bin/bash
      echo "Hello from my cool script."
      

      Enable and run the service.

      $ chmod +x /home/username/my_cool_script.sh
      $ systemctl --user daemon-reload
      $ systemctl --user enable my_cool_service.service
      # Optional:
      $ systemctl --user start my_cool_service.service 
      $ journalctl -e --user-unit=my_cool_service # You should see the echoed string from the script.
      

      The service should now run every time the user username logs in.

      • Gonzako@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        5 days ago

        Oh, thanks! My distro has a package that has a bunch of visual configurations that reset on boot and I wanted to do my configs on top

    • jim3692@discuss.online
      link
      fedilink
      arrow-up
      5
      ·
      5 days ago

      Did you set the WantedBy field?

      Did you systemctl enable the service?

  • Log in | Sign up@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    6 days ago

    chmod 640 for the win.

  • sepi@piefed.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 days ago

    go get em, tiger

linuxmemes@lemmy.world

linuxmemes@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !linuxmemes@lemmy.world

Hint: :q!


Sister communities:
  • !tech_memes@lemmy.world
  • !memes@lemmy.world
  • !lemmyshitpost@lemmy.world
  • !risa@startrek.website

Community rules (click to expand)

1. Follow the site-wide rules
  • Instance-wide TOS: https://legal.lemmy.world/tos/
  • Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like “every user of thing”.
  • Don’t get baited into back-and-forth insults. We are not animals.
  • Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures

We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.

  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.

 

Please report posts and comments that break these rules!


Important: never execute code or follow advice that you don’t understand or can’t verify, especially here. The word of the day is credibility. This is a meme community – even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don’t remove France.

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 850 users / day
  • 3.82K users / week
  • 7.14K users / month
  • 18.8K users / 6 months
  • 1 local subscriber
  • 27.7K subscribers
  • 1.86K Posts
  • 95.7K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.world
  • zephyr@lemmy.world
  • rtxn@lemmy.world
  • BE: 0.19.6
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org