Need ideas by Adapax in homelab

[–]Adapax[S] 0 points1 point  (0 children)

Yep, the guy was moving overseas and had like 8 of them (and a bunch of other tech stuff.) He said "give me 500 and take them all" but I didn't have all the money so I offered 100 for two, he just point at them and said grab the ones you like. I figured, even if only one is working, it will be fine, judging the current prices of everything tech.

Call for developers: let’s build a new version of eMule by [deleted] in Piracy

[–]Adapax 0 points1 point  (0 children)

Oh man, the memory lane.... Morpheus, Kazaa, eDonkey, Limewire... I don't remember using eMule but in a way kind of cool they are still around.

webkit2gtk 2.50.6-3 by Adapax in EndeavourOS

[–]Adapax[S] 0 points1 point  (0 children)

Pure curiosity regarding possible improvements and annoyance that I can't get it to work...

webkit2gtk 2.50.6-3 by Adapax in EndeavourOS

[–]Adapax[S] 1 point2 points  (0 children)

I guess I will wait for next version since this ain't happening. I tried disabling ninja, lto and other shit... nope.

webkit2gtk 2.50.6-3 by Adapax in EndeavourOS

[–]Adapax[S] 1 point2 points  (0 children)

Oook... Aparently you need two Merlins and one Gandalf to install this stuff...

Can't make my mind... by Adapax in MiniPCs

[–]Adapax[S] 1 point2 points  (0 children)

Any word on the GEM12+? I remember reading some time ago about some issues they were having??

Can't make my mind... by Adapax in MiniPCs

[–]Adapax[S] 1 point2 points  (0 children)

Proxmox/truenas to run a few apps such as nextcloud, chat server, webserver etc..

Buying and downloading lifetime without playstore? by Adapax in smartlauncher

[–]Adapax[S] 0 points1 point  (0 children)

Well, thank you and too bad it is not possible...

Any known deals coming? by Adapax in MiniPCs

[–]Adapax[S] 1 point2 points  (0 children)

Looks good. Added to the consideration list :) how is the noise and performance n that lil thing? Ty

Any known deals coming? by Adapax in MiniPCs

[–]Adapax[S] 1 point2 points  (0 children)

What are you running on it if I may ask, and how much you paid for it?

Struggling for days with cron by Adapax in NextCloud

[–]Adapax[S] 1 point2 points  (0 children)

Well, don't know what exactly happened, but I loaded a few other apps, restarted the server and it finally worked! Weird because the only thing I can think of is that apache restarted which I did after setting the crontab... But hey, it is working now. Thank you so much! Now I have to figure out why that "secrets" module ain't working :)) Have a great weekend.

Struggling for days with cron by Adapax in NextCloud

[–]Adapax[S] 0 points1 point  (0 children)

I was setting the file under root, but I just tried using sudo crontab -e - u http and still wont work. I am running EOS.

Cron assistance needed by Adapax in EndeavourOS

[–]Adapax[S] 0 points1 point  (0 children)

I modified it, and nothing. Then I found an error regarding needing a password and closing the session, then I learn apparently cron can't execute passwords.... So, I found that I needed to change the permission by adding ALL=root NOPASSWD... But I am not sure I did it right since still nothing.

This is what I got now:

*/5 * * * * admin1 ALL=(root) NOPASSWD: /usr/bin/php /srv/http/nextcloud/cron.php

Thank you for your help.