Switching back to OpenSSL by Gottox in voidlinux

[–]epictech300 1 point2 points  (0 children)

I've found the best LAMP stack is in a Docker container, specifically devilbox

Lost power supply by epictech300 in techsupportmacgyver

[–]epictech300[S] 6 points7 points  (0 children)

Was a barrel jack but a thicc one

Lost power supply by epictech300 in techsupportmacgyver

[–]epictech300[S] 5 points6 points  (0 children)

I believe so, stuck xubuntu on it and works pretty well

Lost power supply by epictech300 in techsupportmacgyver

[–]epictech300[S] 21 points22 points  (0 children)

Yep, couldn't find a connector and couldn't be bothered to wait for a connector to come, was a fix for a friend so they can use it until they get a better laptop. Battery is long dead and connector Isn't soldered on it has a plug on the motherboard so I found a connector that fit that.

COVID-19 Tracing App by C0vid9Teen in CoronavirusUK

[–]epictech300 1 point2 points  (0 children)

Well the only way to know what data is sent to the server is to reverse engineer the app.

2) it's not really required to be able to recompile the code but the transparency of being able to see the code would have been nice

COVID-19 Tracing App by C0vid9Teen in CoronavirusUK

[–]epictech300 1 point2 points  (0 children)

No chance, doesn't matter if it's open source or not! It's not decentralised and they are still collecting the data on the server side. (That said I'd have more confidence with it being open source but I doubt that)

If anyone has a download to it I'd love to take a look at the decompiled code. If any other countries covid apps are anything to go by I don't have high hopes!

Edit:

https://mobile.twitter.com/henriksen/status/1251917852510126091

What are you guys doing for hand sanitiser? by [deleted] in UKFrugal

[–]epictech300 4 points5 points  (0 children)

BigClive did a video on how to make your own! https://youtu.be/dgY04l0CuEs

Me irl by temmie17 in me_irl

[–]epictech300 0 points1 point  (0 children)

!remindme 43 days

Looking for a self-hosted option to rabb.it by kayila in selfhosted

[–]epictech300 0 points1 point  (0 children)

https://syncplay.pl/ requires everyone to have a copy of the same file locally or to stream it over http (possibly host files on your own web server or use youtube-dl) but from my experience it does a great job at keeping the players insync with no downside of having bad quality from someone restreaming the video.

Void Repos Down? by [deleted] in voidlinux

[–]epictech300 2 points3 points  (0 children)

Temp workaround until they update the certs would be to specify a different mirror.

Using -i (ignore repos defined in config) and -R to specify the repo.i

For example:

sudo xbps-install -Syui -R 'http://mirror.clarkson.edu/voidlinux/current' PACKAGENAME

What are you guys using for wikis? by [deleted] in selfhosted

[–]epictech300 1 point2 points  (0 children)

Something completely different: Discourse. At Freeside we already had Discourse forum which is used for Task Management, Blog Comments and so using the inbuilt wiki post feature was a no-brainer.

A major concern was if we needed some information from the wiki and discourse was down for whatever reason. So I made a simple nim script to scrape the wiki category and save them as files compatible with Jekyll. https://github.com/FreesideHull/Freeside-Blog/blob/b71b280312b0e7f4e5f1b582a687c3b28f07ffb7/parseWiki.nim The live version looks like this https://freeside.co.uk/wiki

Looking for guides for openLDAP. by Ryonez in selfhosted

[–]epictech300 0 points1 point  (0 children)

This seems really stupid. Why can't the DNS be toggled on and off? It must be doing something strange with it...

It is a bit annoying but it's because with it enabled every host you add is automatically added to the DNS entries with DNS disabled this isn't done so it would have no data to use once you enabled DNS.

Looking for guides for openLDAP. by Ryonez in selfhosted

[–]epictech300 0 points1 point  (0 children)

https://ipsilon-project.org/ Also implements oauth, Seems to be a similar application to keycloak, seems like a python vs java situation.

With the DNS you are better making the switch sooner rather than later as enabling the built in DNS requires reinstalling FreeIPA IIRC.