I’ll start. Did you know you can run a headless version of JD2 on a raspberry pi? It’s not the greatest thing in the world, but sometimes its nice to throw a bunch of links in there and go to sleep.
I’ll start. Did you know you can run a headless version of JD2 on a raspberry pi? It’s not the greatest thing in the world, but sometimes its nice to throw a bunch of links in there and go to sleep.
I was looking into this like last week but paused it because I’m an idiot who can’t figure out which package to grab off their git lol. I think it is amdx64 but I have intel everything, I know it isn’t arm though.
It’s called amd64 because AMD invented the x86-64 processor instruction set, it works both on Intel and AMD
Thank you! I’m just not used to seeing things named like that, it’s usually just x86 in my experience for some reason so I wasn’t sure, and had nobody to ask haha. Thank you, setting that up immanently!
x86 are 32-bit applications.
amd64 are 64-bit applications.
Or sometimes also x86_64
type
uname -m
in your terminalThanks!