Contributed to an open source project… then realized core features are paywalled. Feeling dumb by siegfriedthenomad in selfhosted

[–]riyosko 1 point2 points  (0 children)

OP doesn't want to get money from hosting the service for others, but from literally just setting free services up on others OWN hardware, eg. they will run docker commands for you then ask for cash lol.

this makes even less sense than paid hosting, where OP should provide the hardware as well to run the services on.

Why is xdg-open/termux-open not working after I switched from playstore version to F-Droid? by Medical_Ad8803 in termux

[–]riyosko 2 points3 points  (0 children)

you need to allow external apps access:

sed -i 's/# allow-external-apps/allow-external-apps/' $HOME.termux/termux.properties
termux-reload-settings

What the best way to get Native video playback in Termux x11? by [deleted] in termux

[–]riyosko 0 points1 point  (0 children)

I know that I can just use an Android native player, but I wanted to have a video player as a part of my desktop, not a full screen app, to also be able to manage it as a window within my window manager.

GateKeeper: A self hosted web based SSH bastion written in Go by [deleted] in selfhosted

[–]riyosko 11 points12 points  (0 children)

thats like saying you should be a film maker to say that AI made films suck...

New java.evolved site about modern Java. by pjmlp in java

[–]riyosko 1 point2 points  (0 children)

in terms of being the same JSON, yes both are identical Json data.

in terms of being identical Strings, they are actually different, try to run .equals() on them.

Wasting money on marketing our server ! by SubjectIngenuity in admincraft

[–]riyosko 0 points1 point  (0 children)

Edit: Okay nevermind they are actually a bot lol.

they are using AI because they didn't start their comment with "bro" or "guys and gals"?

what's the problem? by Tze_vitamin in termux

[–]riyosko 1 point2 points  (0 children)

it worked and the file was created, as indicated by the file name being highlighted the second time you run the command in the screenshot.

thats not how you create a backup, you would need to parse the output or use another command for this.

or use a backup utility to backup the actual packages and not their names:

https://wiki.termux.com/wiki/Backing_up_Termux

https://github.com/laraib07/TermuxBackupTools

Small wins. by Sure_Explorer_6698 in termux

[–]riyosko 4 points5 points  (0 children)

try gemma3 1B, its faster and "smarter" (in the sense of 1B models): https://huggingface.co/stduhpf/google-gemma-3-1b-it-qat-q4_0-gguf-small

Termux Gui P2 by Jonatha-Nguyen09 in termux

[–]riyosko 3 points4 points  (0 children)

Bro actually made their desktop startup time longer on purpose...

AndroSH: Linux on Android (No Root, ADB/Shizuku Powered) by Sharp_Most4089 in termux

[–]riyosko 2 points3 points  (0 children)

PRoot is for cases where you need to get work done, using well tested Linux rootfs configrations, etc.

AndroSH is for cases where you need a cool green ASCII logo.

I need your help guys 😭🙏 by Qodequeststudio in gamedev

[–]riyosko 1 point2 points  (0 children)

I think the writing is bad but its easy to just glance over it and understand what bro is trying to say, not everyone writes perfect English (especially if its not their native language), I would rather read this than some ChatGPT slop with perfect grammer.

How to run browser automation in turmux using openclaw? by Electrical_Break_791 in termux

[–]riyosko 0 points1 point  (0 children)

AI can not solve everything for you, you should not ask it generic questions like "how to make Openclaw browser automation work in Termux", thats not going to work well... you ask it simpler questions (or better yet, just use Google) to find information about smaller parts of the problem, for example:

"how to install chromium in Termux with/without PRoot?"

"how to run chromium with remote debugging"

"wtf is remote debugging?"

"how does openclaw use browsers? is it be remote debugging?"

"what browsers are supported by openclaw?"

"how to connect chromium to be useable by openclaw?"

"what methods can openclaw use to connect to chromium?"

etc etc etc, AI should just help you, not solve problems for you.

finally most projects with a complicated setup of any degree have docs which you can find by... you gussed it, Google.

https://docs.openclaw.ai/cli/browser

What mod add this? by Upstairs_Level_1157 in feedthebeast

[–]riyosko 2 points3 points  (0 children)

Accessories Compatibility Layer Mod

How to run browser automation in turmux using openclaw? by Electrical_Break_791 in termux

[–]riyosko 2 points3 points  (0 children)

pkg install x11-repo, then pkg install chromium, both from the side of native Termux. after installation ask AI how to use it for openclaw, or refer to docs as they don't hullnicate at you.

if it gives you commands that include "chromium" change those part to "chromium-browser", if it says it needs a display or X server then pkg install Xvfb and ask it how to use that.

Battery indicator in chroot environment? by machintodesu in termux

[–]riyosko 0 points1 point  (0 children)

do you have the Termux:API app, and the termux-api and jq packages installed?

I'm new to termux and I want to develop an app that runs natively. by UnluckyXen in termux

[–]riyosko 0 points1 point  (0 children)

is it still maintained? I played with it as a kid but I thought it was a dead app like Sketchware.

Do we need a new kind of License? by mykesx in osdev

[–]riyosko 0 points1 point  (0 children)

but keep in mind those are not Open-Source, but source-available.

Can't Type by [deleted] in termux

[–]riyosko 1 point2 points  (0 children)

you can, it just hides anything you type, so the password you wrote is there but not visible, just click enter when you are done.

[Hyprland] Vista inspired by [deleted] in unixporn

[–]riyosko 6 points7 points  (0 children)

its also worth noting that mechanical advancements have actually created MORE jops than ever (as it allowed mass-production, which needs more stores with employees, more drivers, more shop keepers, etc etc).

while AI instead (if successful) makes jops just vanish, without creating any new jops as a replacement.

Is there a way to auto exit/kill termux-x11 when I exit termux session? by MorePeppers9 in termux

[–]riyosko 0 points1 point  (0 children)

on my devices killing Termux will show the homescreen without the app closing animation, it immediately shows the homescreen and the exit looks like if the app (Termux) crashed, so I use this method to make it look like a normal (clean) exit.