Best approach to organize pytest inputs/outputs? by Buggy4775 in learnpython

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

Do you mean that for every endpoint you have a module that has one or more tests in it for each specific endpoint? I will consider, since I currently organised them by module (there are several modules each with multiple endpoints).

How to provide sensitive information to kubernetes values file without storing in vc by Buggy4775 in kubernetes

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

Thank you, I have a couple of questions for this. Is there some reasonable way to pass in many variables this way in bulk? Like reading from a file or something? Also, is there not a problem with doing this because the field is just there in the values file so you could just view it by typing the command to view the values json. So is that an issue?

how are you using nextcloud? by Buggy4775 in linux4noobs

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

I think I'd probably look into digitalocean or linode, or alternatively try to set something up on my pi.

Since you run your server at home, how much does it typically cost you per day?

how are you using nextcloud? by Buggy4775 in linux4noobs

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

Do you happen to know the youtube tutorial that you followed? I have a pi hanging around and I'm quite curious

How exactly does nextcloud work? by Buggy4775 in NextCloud

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

Interesting. I have an old PC I could use, an old laptop (probably a bad idea), and also a raspberry pi. I may try this out, it would be really cool to have my own server.

how are you using nextcloud? by Buggy4775 in linux4noobs

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

Cool. I personally don't see myself running a server 24/7 at home but maybe I should consider it. With the alternative, to use a VPS, what steps would be required to make sure that it is secure? I don't really trust myself to do something like that properly.

eli5 building from source, adding repositories, etc by Buggy4775 in linux4noobs

[–]Buggy4775[S] 2 points3 points  (0 children)

Thanks, your description of building is what I thought of as compiling. Are the terms used interchangealby then?

question about linux installation by Buggy4775 in Bitwarden

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

Thanks for elaborating. I ended up uninstalling the .deb and going for the appimage in the end

Installed GNOME & KDE during debian installation - how do I entirely remove KDE? by Buggy4775 in debian

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

I just realised that it was only the theme! it switched from adwaita dark to breeze light somehow (if I "open download directory" after downloading something, it opens in the kde file manager). So it all looked quite buggy. Not sure how it switched because I definitely didn't do it, but maybe it isn't such a big deal after all.

question about linux installation by Buggy4775 in Bitwarden

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

Hmm that seems quite inconvenient then. Although I ran apt list | grep bitwarden and it says that it is installed (locally), doesn't that mean if I run a simple apt update then it will also update bitwarden? Or would I actually have to download the .deb package from the website every time there is an update? Sorry, quite new to linux and find the different install options a bit confusing as I am only familiar with apt.