Alts

  • Culture : @kebra@peculiar.florist
  • Politique : @xynthia@mastodon.tedomum.net
  • Science : @HadronCollider@peculiar.florist
  • 13 Posts
  • 63 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.