• 0 Posts
  • 4 Comments
Joined 3 years ago
cake
Cake day: June 2nd, 2023

help-circle
  • Well it sounds like you have things back in control with the parental controls gone, so if you haven’t already I would uninstall the play store, and Files by google. You can check out a file manager such as Fossify File Manager as a replacement.

    The last part does sound a bit concerning though, you aren’t running an actual FTP server from your phone are you? I would recommend not doing that if you are, as FTP famously doesn’t encrypt traffic. If you need to move files between your phone and a computer, I would recommend using sftp instead and having the sftp server run on your PC.

    You can use something termux on android to connect to your pc over ssh, as well as sftp.


  • ~/Scripts for any bash or python scripts
    ~/Gits for any repos I clone
    ~/Projects for any projects im working on (not organized by programming language, but I do have some dirs called zig, go, etc., for when im learning a new language and want to make some projects for learning purposes)

    Most other files go into ~/Documents if they don’t have a home already, or don’t fit into the above directories


  • I understood what you meant, I was just pointing out that what you said was incorrect. Even in your reply you said

    I compress my files with the compression that encrypts it.

    Which is still not entirely correct. The compression is not doing any encrypting. They are two separate processes that the tool you are using is presenting as a single step for convenience. You seem to know what you are talking about, and I happen to know about cryptography, but as someone else in the thread mentioned not everyone knows how these things work. If we are trying to spread knowledge and tips in this community (like your post is doing) then I just saw this as an opportunity to clarify something that was incorrect. Not for your benefit, but for others.