• 0 Posts
  • 19 Comments
Joined 3 years ago
cake
Cake day: August 7th, 2023

help-circle



  • Just FYI cyberpunk works perfectly fine on Linux.

    I understand the piracy, I’m not advocating it but I understand. But if you have the funds, and the company is worth getting your money why don’t you just get out of all the trouble of finding how to play it and just buy it and play it without any issue?

    With that said, lutris and/or bottle (or any other recent launcher to play video games on linux) will actually do the trick. If for some reason you are unable to find the how to somewhere I wonder if you should really be downloading executables off the internet. Even more so on windows if you are not using Linux anymore for ever.

    Those are usually the vector of a lots of viruses and malwares.

    Anyway. Have fun with cyberpunk, it’s pretty great!.. When you can launch it :-)


  • For printer it works out of the box you dont need any app.

    For the MSI thingy… Well there is multiple apps that can do that but truthfully you don’t need to tweak as much as you do on windows, and if you do you’ll find plethora of apps to help you achieve what you want







  • You could probably go for nextcloud.yourdomain.ddns.org, but I can’t guarantee that since I have no experience with ddns.org.

    There is a lot of cheap registrars, I’ll let you check and select the one you want if you need a second domain.

    Basically docker let you setup multiple (fake) computers inside your computer. For those that want to correct this, I know. But I’m trying to explain the top view here.

    So, your computer (host) is hosting multiple containers, each containers will have there set of available ports. And as stated earlier each container will have an application that may or may not need to expose ports. But since each have their own ports you can have hundreds of containers using the port 80 INSIDE the container, an using 8100 to 8200 OUTSIDE the container (on your host). The only real limit would be the amount of ports available (somewhere along the lines of 65535).

    There. Now go have fun and read up on docker and reverse proxy! Don’t forget to use ssl on your nextcloud instance since it’ll be facing the internet! And… Have fun! :-)


  • OK you are thinking at it the wrong way : 80 and 443 are the default ports for the web access of any web application.

    You are using docker with the nextcloud aio image. Which mean, you are deploying a docker container which contain the web application.

    What you are doing is using arbitrary ports for the container. This could be 7777. Then, this is redirected to 443 inside the container, to the web application.

    This is why you can actually use any port you want for your container. You are not really switching the port for nextcloud, only for the container.

    This is why I suggested doing 444:443 in the docker-compose.yml file: you are exposing 444 to the container, to 443 inside the container.

    And this is why you can actually use any ports for every web app you are going to host : apache will redirect to the port you want to the container, a’d docker will redirect inside the container to either 80 or 443 (or anything else needed for that web application).


  • In fact 80 and 443 refer to http and https, those are default ports.

    You can in fact use the ports you want for the service you want. I have multiple web services behind the ports 80 and 443, you need one service that is able to get the request at the correct port. This is the role of the reverse proxy.

    Apache can assume that role, you go to anything.yourdomain.com and apache will then redirect “anything” to the correct service (with the internal ip and port). So say you want to put nextcloud at 7777 you can tell docker to expose 7777 and redirect it to 443 on nextcloud.

    The chain is like that in the case : nextcloud.yourdomain.com > apache > nextcloud is at ip:7777 > redirect the request to 7777 > nextcloud homepage is shown




  • Hello!

    Concernant les interrupteurs, il existe des modules qui prennent en charge plusieurs interrupteurs. Tu peux aussi acheter directement un interrupteurs avec plusieurs pressoir au besoin.

    Oui, ça fonctionne même si tu as un module dans un interrupteur et que tu éteint depuis l’autre qui pilote la même ampoule (j’en ai ici - pas testé avec un interrupteur connecté, j’ai des modules directement dans le boîtier de l’interrupteur).

    Pour le chauffe-eau, si ton tableau électrique est récent (et que c’est des gros modules en plastique) c’est hyper facile : tu dévisse le haut puis le bas et tu tire, l’inverse pour remettre. Et si ce n’est pas un électrique, il n’y a pas vraiment de raison de le stopper il n’est normalement pas demandeur sauf si quelqu’un tire de l’eau chaude ? (sauf si tu parle d’un ballon d’eau chaude, mais la ils sont équipés pour détecter le changement hp/hc)


  • Je comprends!

    L’avantage en 2025 c’est qu’on a plus trop besoin de passer par le terminal pour installer tout ça :-)

    Steam a une option pour installer Proton, et a moins de vouloir changer de version pour une raison quelconque tu ne passeras pas par un logiciel tiers (ou un terminal) pour jouer.

    Lutris s’installe soit via la bibliothèque d’application de ta distro (flatpak ou deb) soit via une ou deux commandes en terminal.

    Mais oui, je comprends l’attrait d’une distribution “jeux” pour éviter de se prendre la tête, faut juste savoir que c’est pas/plus un argument. Si tu veux tester POP-OS!, je te conseille d’attendre quelques semaines pour avoir la version finale actuelle de dispo, autrement y en a pleins que tu peux tester, n’hésites pas a faire des machines virtuelles pour ne pas tout re-installer à chaque fois, ou tu peux aller regarder à quoi elles ressemblent sur https://distrosea.com/fr/

    Après, le choix du type est aussi important : Si tu veux du extra stable, qui bougera quasiment pas avant la prochaine mouture, part sur une version LTS Si tu veux une rolling-release, c’est a dire des trucs plus a jour, tu peux exclure Ubuntu par exemple, même en version non-LTS


  • C’est une distribution Linux oui.

    Selon ce que tu recherches elle est bien ou non. Basée sur Ubuntu, l’équipe développe ses propres outils et avance dans une direction un peu différente de Canonical (Ubuntu).

    Il y a pleins de distributions “pour le jeu” (qui en réalité ne fait que faciliter ce que tu peux faire sur toutes les autres).

    Récemment y a GLF OS qui est sortie, c’est une distro faites par des français (gaminglinux.fr/glf-os) qui se tente si tu veux quelque chose de stable avec une grosse communauté française derrière.

    Après, c’est surtout les Desktop Environment qui changent, les goûts et les couleurs, tout ça. Mais tu peux ajouter presque tout d’une “spéciale jeux” à ta distro favorite :-)


  • https://github.com/awesome-selfhosted/awesome-selfhosted

    Pour plus d’idées sur des services que tu peux héberger sur ton NAS !

    Une remarque pour le gestionnaire de mot de passe : l’utilisateur lambda voudra sûrement quelque chose d’utilisable partout facilement, l’alternative c’est Bitwarden (ou Vaultwarden en auto hébergé et donc 100% gratuit).

    Je suis content de voir une section pour soutenir les projets ! C’est rare. Et n’oublions pas que c’est de cette façon que les devs derrière (parfois solo) ont l’envie de continuer.

    Très bon sujet en tout cas ! Il est possible d’utiliser les appli bancaires avec un téléphone rooté, Magisk et ses modules sont là pour ça.

    Bonne soirée/nuit/journée !