N0x0n

joined 2 years ago
[–] N0x0n@lemmy.ml 2 points 9 months ago (1 children)

Haha, dunno about Garuda, but EndeavourOS is a tad difficult if you never used any Linux based distro before ! Granted it's easier to setup and maintain than Arch, but still...

This reminds me of how in the past the swimming instructor just throw you in the pool even If you can't swim... Some learned the hard way others were traumatized for life.

[–] N0x0n@lemmy.ml 0 points 9 months ago* (last edited 9 months ago) (2 children)

Not the whole code but only the part that triggers those flags. Not everyone is versed in C to "verify the code" himself... That's a stupid take, It's like saying to a toddler to change his diapers on his own when it's dirty.

Strangely enough It went from 1 trigger to 29 triggers after 1 update? Seems rather sketchy :/ In the past (pirated games/software) I would have ignored those warnings and add an exception into my firewall... But nowadays with all the crypto schemes and obfuscated code, I won't go near anything like that.

[–] N0x0n@lemmy.ml 3 points 9 months ago

But my understanding is that you can set up the virtual machine to “capture” the graphics card when it is booted up, and “release” it when it’s done.

The word you are looking for is GPU passthrough. You can find some guides on the web.

[–] N0x0n@lemmy.ml 3 points 9 months ago

I Gave it a try on macOS a few days ago because brew and python is a dependencie hell and way to much workarounds to make some scripts to work properly when specific versions of packages are needed...

Miniconda actually made it work fine, without to much hassle. I'm kinda impressed.

[–] N0x0n@lemmy.ml 4 points 9 months ago* (last edited 9 months ago)

Yep this would be the best option ! However, 450$ for laptop + drawing tablet? This seems like a dream offer...

[–] N0x0n@lemmy.ml 3 points 9 months ago

Thanks for the mediaelch tip !

[–] N0x0n@lemmy.ml 1 points 9 months ago
[–] N0x0n@lemmy.ml 5 points 9 months ago* (last edited 9 months ago) (6 children)

Yeah and it depends. The fact that there is no easy way to search the fedi for similar posts right now is a bit cumbersome for sure.

I see a lot of new users post something that has already been answered a 10000x times (What's the best Linux distro? It depends !) And luckily there's always someone to give a mature and comprehensive answer to a new comer without scaring him or down voting him to oblivion. This shows that there are a lot of people who believe in Lemmy and are ready to repeat themselves to keep Lemmy alive and give new comers a warmly welcome ! However I have only seen that kind of interaction in the Linux/self-hosted communities... Most memes/ask Lemmy/political views/... Communities seems rather hostile on their own opinions and quickly become a cesspool of anger and hate :/.

Also a lot of people think because some communities have a lower user base they won't get any answer or interaction I was quite surprised to get a comprehensive answer and help in the bash@lemmy.ml community which has only 50 users/month !

[–] N0x0n@lemmy.ml 4 points 9 months ago (1 children)

I heard that after this scene he just disappeared and was never found?

If I'm right it was the population who fraught back their oppressive regime but I can't remember exactly when or where (if someone could give me some Info's here?)

It was a very very hard time for this country and this image was and IS a symbol for freedom.

If any historian could chime in :)

[–] N0x0n@lemmy.ml 1 points 9 months ago (1 children)

Hi there ! Sorry my English is not that good, but I'm doing the best I can !

Actually, I do not have a VPS. I use an old spare laptop as server which handles everything.

I have Wireguard barebone installed with a a second external wireguard interface and some iptables to send all traffic to ProtonVPN.

All my containers,on the same laptop, are directly reachable via this configuration and HTTPS is handle by Treafik with my self-signed local certificates (root CA with intermediate CA).

Eg: From my mobile over WiFi or 4G I can access all my containers where ever I'm. My endpoint in my Wireguard's confirguration (on my phone) being my home's public IP.

I hope I answered your question? If not I'm willing to give you a diagram of my setup, this will probably clear up the confusion/question? And will probably be way more explicit than my broken English 😄.

[–] N0x0n@lemmy.ml 2 points 9 months ago

I heard everything and it's contrary. But that's more of a how many times/week you do it thing IMO.

I'm not a doctor or any specialist but rather on the safe side of things. It's the dose that makes the difference. If you drink 5 liters of water in less than 1 min, it will probably kill you... But that doesn't stop me drinking water every day.

And yes I can imagine all Nordic people doing it like 5 time a week? Is probably way to much... It also depends on other factors (genetics?).

Just my 2cent, don't take it for granted.

[–] N0x0n@lemmy.ml 6 points 9 months ago* (last edited 9 months ago) (3 children)

Probably what you're looking for is the following setup:

docker <-> services <-> reverse proxy <-> VPN <-> Internet

  1. Your next step is to chose a reverse proxy to handle your requests and serve your services on port 80 and port 443. There are several choice and you have to somehow stick with it, because each reverse proxy has it's up and downsides and learning curve:
  • Treafik (that's the one I use and is specifically made for containers)
  • Caddy (Never used it but heard only good things about it)
  • Nginx (this one is a beast to tame, however I heard it's easier to setup with nginx proxy manager)

Those are the 3 big players I'm aware of.

  1. You reverse proxy ready and functional you need something to access them outside your LAN. There are also several ways to achieve the same goal. The one I use and are happy with is to configure Wireguard on your server and only open the port needed to connect to it.

This is also a big part and probably this is the route of a tinkerer and have lot of personal time to spare... There are easier AIO routes that will probably save you time and energy. (Others will point you to the right direction)

  1. Bonus tip

You will rapidly understand the necessity of DNS. Reaching out to your services by IP:PORT will annoy you over time, even if you save them as bookmarks. Also if you don't assign a static IP to your containers they will change every time you restart them or reboot your server. Not very practical !!

Here you have 2 choices:

  • personal mini certificate authority (totally free and personal local domains but harder to setup)
  • cheap domain name with automatic certificate generation.

I personally chose the tinkerer route and learning process. But I have time to spare and while I prefer this route... It's very time consuming and involves a lot of web crawling and books reading.

If you are interested I can recommend you a good ebook on how to setup your own mini-CA :).


Hope it helps, you are halfway through !

view more: ‹ prev next ›