ogarcia

joined 1 year ago
MODERATOR OF
[–] ogarcia@lemmy.world 1 points 2 days ago

Or you can directly use Glowing Bear without installing anything.

[–] ogarcia@lemmy.world 2 points 1 month ago

Well, if you want private images it is normal that they charge you for it. What I advise you to do is to make the images public and mount the private part as a volume. This way you can upload the images wherever you want without worrying.

Another option if you want the resulting image to have something private is to create as much as you can in a public image and have a script that adds the private part as the last layer.

[–] ogarcia@lemmy.world 5 points 1 month ago (3 children)

Apart from the registries you have in GitLab and GitHub if you are looking for something more generic like Docker Hub you have Quay (from RedHat). It works very well and has a pretty nice interface (especially the new one that is in testing).

[–] ogarcia@lemmy.world 4 points 1 month ago (1 children)

You don't really need Cloudflare to have your own domain, you can do everything directly with GitHub.

[–] ogarcia@lemmy.world 10 points 4 months ago (4 children)

It is not about leading anything but about having the code in a repository so that it is easy to read/consult/audit/etc.

You can upload the code to any service (it doesn't have to be GitHub, it can be GitLab, sourcehut, etc...) and disable issues and comments.

[–] ogarcia@lemmy.world 2 points 4 months ago

Yes, without a doubt, for me it is the most balanced client, a pity that there is not for Android, but well, in mobile Element does not give problems either.

[–] ogarcia@lemmy.world 1 points 4 months ago

They are very focused on development and therefore the documentation is a bit sparse (maybe).

The truth is that it is not very complicated to install. It is simply to download the binary (it is statically compiled so it has no dependencies) place it in /usr/bin and execute it (the best is to create a user in the machine with the home in /var/lib/conduit and then launch it with systemd).

Another option is to simply launch it with docker.

In any case, if you have problems, comment it here and we will look to see what could be happening.

[–] ogarcia@lemmy.world 12 points 5 months ago (4 children)

I recommend Matrix with the Conduit server. This server requires almost no resources and even runs on a Raspberry Pi.

Cinny works perfectly as a desktop client (in case you want to escape from the ubiquitous Element). And for mobile I would use Element for Android/iOS although FluffyChat also works very well.

[–] ogarcia@lemmy.world -1 points 5 months ago

Excuse me, but on what authority do you say it doesn't suck? The comparison in the readme seems to be written by a resentful kid.

[–] ogarcia@lemmy.world 7 points 7 months ago

If you have an NVIDIA card don't upgrade before see here, here and here.

[–] ogarcia@lemmy.world 1 points 8 months ago (5 children)

Synching is currently the fastest and lightest you will find, but the concept is different from Seafile or Nextcloud. With Synching there is no central server, you have resources (folders) shared between nodes on a peer-to-peer basis. This has several advantages, the most obvious one is that if a node goes down the rest continues working, but also that if a file is available in two or more nodes when a new node enters it will download that file from all the nodes in which it is available. As a disadvantage we could say that there is no web server where to see the shared files, so you will not be able to enter a URL with username and password and browse the files and upload or download. You will not be able to share files with third parties through a URL either.

[–] ogarcia@lemmy.world 4 points 8 months ago

Best alternatives:

Self-hosted:

Other alternatives:

 

A partir de ansible-core 2.15.3, el upstream ha movido la documentación y los ejemplos a un repositorio separado dedicado (ver los registros de cambios relacionados). Esto significa que, a partir de la versión 2.15.3, el paquete ansible-core dejará de incluir documentación y un ejemplo de configuración por defecto en /etc/ansible/ansible.cfg.

En cuanto a la documentación, está disponible en línea: https://docs.ansible.com/

En cuanto al fichero de configuración, como se explica en la wiki, se puede generar una config base con el siguiente comando:

ansible-config init --disabled > ansible.cfg

Tras actualizar de ansible-core <= 2.15.2-1 a >= 2.15.3-1, todos los que utilicen un archivo de configuración global personalizado de Ansible almacenado en /etc/ansible/ansible.cfg tendrán su configuración guardada como archivo pacsave. Para restaurarla, ejecute el siguiente comando

mv /etc/ansible/ansible.cfg.pacsave /etc/ansible/ansible.cfg
 

Al actualizar de budgie-desktop 10.7.2-5 a 10.7.2-6, el paquete mutter43 debe sustituirse por magpie-wm, que actualmente depende de mutter. Como mutter43 entra en conflicto con mutter, es necesaria la intervención manual para completar la actualización.

En primer lugar, elimina mutter43 y, a continuación, realiza inmediatamente la actualización. No vuelvas a iniciar sesión ni reinicies entre estos pasos.

pacman -Rdd mutter43
pacman -Syu
 

A partir de la versión 2023.66594-9, los paquetes de TeX Live se han reorganizado para reflejar las colecciones upstream. Aunque el nuevo texlive-basic sustituye al antiguo texlive-core, muchos de los contenidos de texlive-core (incluidos los archivos específicos del idioma) están ahora divididos entre diferentes paquetes. Para averiguar qué paquete de Arch contiene un paquete CTAN específico, puede utilizar la utilidad tlmgr, p. ej.

$ tlmgr info euler | grep collection
collection:  collection-latexrecommended

lo que significa que el paquete CTAN euler está contenido en texlive-latexrecommended. También puede utilizar pacman -F para buscar archivos específicos.

Un nuevo metapaquete texlive-meta está disponible para instalar todos los subpaquetes (excepto los específicos del idioma), y el nuevo paquete texlive-doc proporciona la documentación completa para su uso sin conexión.

view more: next ›