• 1 Post
  • 461 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle



  • Still a bit open ended. Web browser finger printing is probably going to be quite specific, unless you have a browser that avoids fingerprinting.

    There is a trust issue, you need to trust the userland packagers to not build in any additional tracking, but its pretty unlikely that they’ll do that given its a tiny project.

    Privacy is also multifaceted, and its never going to be as simple as “use this distro”. The techniques for online tracking are changing and evolving all the time.


  • This is a bit of a “how long is a piece of string” question, security is multifaceted.

    From what I understand, it uses your phones kernel, so if its out of date or vulnerable, that might be a problem, and you may not be able to fix that.

    Conversely, its running inside android, so the android hardening might make it more secure.

    What are you specifically concerned about? Firewall? Zero days? Antimalware?











  • I dunno, maybe its time for Dropbox to just slowly decline and eventually exit? I don’t see what they could possibly pivot into that isnt already covered by Google, Microsoft, Proton, etc. They had years of first mover advantage they could have pivoted off, but thats long behind them.

    That said, if thats their plan, then the C suite needs to have their pay cut to the bone as well. CEOs get the big bucks because they make the big decisions to grow the company. If they arent growing, they should be the first cut.






  • /etc/passwd: you may be able to get to this from the GUI file manager.

    If not, open a terminal and type: cat /etc/passwd. Copy the relevant lines.

    To test the login, from a terminal, type su otheruser, replace otheruser with the username from /etc/passwd. It should ask for a password, put that in and it should log you in. Type whoami and make sure its the same username as you expected. Paste any errors here.