• 2 Posts
  • 55 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle

  • That’s a good start. However, it could be less based on tinder. Tinder doesn’t promote good relationship amd give us a false idea on relationship. :(

    Apparence isn’t everything. Why not also searching some friends ? Suggest some events with Mobilizon app ?

    And the kind of relationship we are looking for, night stand, friend with benefit, short, long…but it will work if everyone are honnest about themselve. :)

    And if there is no more than 3 peoples…let’s say you have to be very lucky ^^










    • chmod : change mode

    • chown : change owner

    • -R : recursive. So all subfolders and files will change ownership.

    • 700 : this is a code for files permission for those 3 groups in linux :

    • user (you) : 7

    • group : 0

    • other : 0

    What do those number mean ? A file can be read, written, executed. Those 3 permissions are associated with number :

    • read : 4
    • witten : 2
    • executed : 1

    If a file can be read and written its number will be 4+2 = 6



  • There is some drawback. The main one : app can’t communicate with each other.

    Example firefox and his extension keepass. As keepass can’t communicate with firefox, you have to open both apps and switch their windows.

    You can use flatseal to manage communication between apps but that’s not an easy process and may prove a security issue if you don’t understand the technical jargon.



  • Sorry, the closest i came up aren’t good solution but may help in your search.

    • Vanilla OS 2 (based on Debian) but it is under Gnome DE and in beta phase. Very begginer friendly. Maybe once it go out from beta it will supports other DE ? So check it around 6th month later or 1 year ?

    But the problem is that their community is very small. If you want something stable, it’s better to look for bigger community so you can benefit from their support and user’s problems

    There is fedora kinoite but you don’t want anything related to IBM. That was the best compromise i can found.

    • NixOS but i don’t know it. I’m affraid it will be a DIY distro at the beggining with the config file. But it will probably meet all your criterias.

    Or the same OS from my steamdeck :

    • Steam OS ? It’s an immutable OS based on Arch and support KDE by default. Full support of flatpaks. Only downside, i dunno if it supports other machines than the steamdeck. Nor if it uses the latest linux kernel. Maybe some variants ?