I have some software running (behind cloudflare and results tailored to Brazil on SearXNG because of the brazilian IP):

Feel free to use on Libredirect or directly!

  • 15 Posts
  • 99 Comments
Joined 4 months ago
cake
Cake day: February 9th, 2026

help-circle

  • In your scenario, I would prefer to tunnel to the outside, as it could be risky to just open a port on your router and open a port on your computer. In this case, pointing the IP to a vps that your PC tunnels to or putting the record in cloudflares DNS, that way no automatic port searcher will try to nuke your network. There is dynamic DNS too.

    There is cloudflare and other options too.

    Edit: I do this with cloudflare, but privacy is very much not given with them.






  • If you would accept custom roms in general, there are GSI ROMs available that you could try, it works (sometimes with some problems, it’s good to read a little bit about GSI ROMs) even if there isn’t a official ROM built specifically for your device.

    Edit: It seems RestlessOS and VoltageOS have some unofficial builds in there, I heard that they’re trying to be grapheneos, but for every phone (and because of this, some less security features)








  • My /etc/security/limits.conf is like this (everything is commented, just that two lines aren’t):

    #<domain>      <type>  <item>         <value>
    #
    
    #*               soft    core            0
    #*               hard    rss             10000
    #@student        hard    nproc           20
    #@faculty        soft    nproc           20
    #@faculty        hard    nproc           50
    #ftp             hard    nproc           0
    #@student        -       maxlogins       4
    
    # End of file
    * soft nofile 65535
    * hard nofile 65535
    

    Idk if you have anything else in that file, but it could be good to try with only that two uncommented lines and then reboot the computer.





  • Some posts were deleted (I’m posting a screenshot), I think this might be my instance that’s not updated, so I’m seeing these spammy posts by new accounts still. Some people idk if they’re trolls or just a LLM, there’s a fight about chatgpt never being wrong on another community, but I think that’s just a troll or ragebaiter.

    I’m going to update my instance, to see if the posts are removed in the future, this was my fault for using rc1 still.

    Edit: removed the identifiable information for the community

    Screenshot of the post not being found.



  • You also can put the hosts file made for a Linux system into the mounted /system/etc/hosts, the system partition /system can be mounted on /mnt or /mnt/system too.

    As you have root, or with just a custom recovery, you can change it, just going to the recovery, using adb in there and mounting the system partition as rw, then moving the hosts file to the mounted expected location.