Doc D’s prescription: Two memes, one shitpost and don’t call me in the morning.

  • 0 Posts
  • 79 Comments
Joined 11 months ago
cake
Cake day: October 13th, 2024

help-circle




  • Just do like me - Install Ollama and OpenWebUI, install Termux on Android, connect through Termux with port forwarding.

    ssh -L 0.0.0.0:3000:ServerIP_OnLAN:3000

    And access OpenWebUI at http://127.0.0.1:3000/ on your phone browser. Or SSH forward the Ollama port to use the Ollama Android app. This requires you to be on the same LAN as the server. If you port forward SSH through your router, you can access it remotely through your public IP (If so, I’d recommend only allowing login through certs or have a rate limiter for SSH login attempts.

    The shell command will then be ssh -L 0.0.0.0:3000:YourPublicIP:3000

    But what are the chances that you run the LLM on a Linux machine and use an android to connect, like me, and not a windows machine and use an iPhone? You tell me. No specs posted…











  • Are there any benefits, in terms of performance or security in ‘wiping’ or overwriting an SSD before reinstalling Linux?

    Yes, you remove the possibility of theoretically restoring the old data previously stored on the storage device.

    And if so, what is the best way of doing it? I’m planning on doing a clean install of Debian 13

    Select encrypted storage when partitioning, make sure you select the “Overwrite with random data” option.

    I’m currently on Fedora and using encryption and will be using encryption on Debian too.

    If it’s a full disk encryption on both current and future setup, there’s no benefit from overwriting.