[-] [email protected] 2 points 2 months ago

El problema parte precisamente de lo que comentas, las noticias se producen principalmente en fuentes inglesas y las notas de prensa se remiten a medios especializados directamente en ese idioma, por lo tanto al final todo el contenido que se genera esta en inglés.

De habla hispana realmente no hay ningún medio que se dedique a ello porque eso tiene un coste grande, les es mas sencillo (y rentable) simplemente traducir noticias que leen en otros medios (de una manera bastante mediocre y añadiendo mucha morralla para posicionarse en Google).

Como mucho aquí tenemos cosas como esta comunidad Lemmy que a fin de cuentas como somos cuatro gatos pues ponemos cosas que vemos interesantes de vez en cuando y claramente no podemos rivalizar con medios que están dedicados a ello.

3
submitted 2 months ago by [email protected] to c/[email protected]

Vamos a ver si le damos un poco de vidilla a esta comunidad que se le ve ligeramente parada.

Lo que os paso es un canal de Telegram muy chulo (en inglés) donde publican diariamente un compendio de noticias destacadas del mundo Linux. Suelen ser noticias interesantes (al menos a mi me lo parecen).

Que conste que no tengo nada que ver con esta gente, os lo paso por lo que os comenté antes de que creo que son interesantes.

Y a ver si levantamos un poco esto y comentamos mas cositas.

[-] [email protected] 2 points 3 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.

[-] [email protected] 12 points 3 months ago

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.

[-] [email protected] 6 points 5 months ago

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

[-] [email protected] 4 points 6 months ago

Best alternatives:

Self-hosted:

Other alternatives:

[-] [email protected] 2 points 6 months ago

About that I have made the simplest possible implementation of a syslog server in Rust. I use it to collect OpenWrt logs and store them on my server. ;-)

[-] [email protected] 3 points 8 months ago

restic without any doubt. I use it with S3 backend and SSH copy and it has an excellent performance (with copies of years).

Borg I was using it for a while (to compare) and I do not recommend it, it is not a bad product, but it has a lousy performance compared to restic.

Kopia I didn't know it, but from what I have read about it it seems to be very similar to restic but with some additions to make it pretty (like having ui).

Some people say that Kopia is faster in sending data to the repository (and other people say it's restic), I think that, unless you need ui, I would use restic.

[-] [email protected] 3 points 8 months ago

I know this is not the best answer since you would probably like me to talk about Nebula, but I have to say that the best solution I have found for setting up a mesh VPN is Zerotier.

It is a very complete solution. Multisystem, very simple but very configurable, fast, etc.

You simply start by creating a network on the public controller (which will generate an ID for that network) and then join the rest to that network and everyone can communicate with everyone (by default, then you can create subnets if you want).

Using the public controller is completely optional (I personally use it because it is convenient for me and because I have few hosts) but if you want you can set up your own controller, I have an article (the bad thing is that it is in Spanish, but if you run a translator you can understand it perfectly) where I explain how to do it without any requirement. If not, you can use ztncui for it.

Take a look at it, you might find it more attractive than Nebula.

By the way, for me one of the great advantages of ZeroTier is that I don't have to worry about certificates and keys, the controller takes care of everything for you and security is guaranteed from the point of view that each node has a unique identifier.

[-] [email protected] 7 points 9 months ago

If you live in Europe you have 1TB by € 3.81 / month with Hetzner. It works fantastic with Restic (I'm using it too for my backups).

[-] [email protected] 2 points 9 months ago

I was an Inoreader user too, but I discovered Miniflux and cannot be happier 😉

[-] [email protected] 3 points 9 months ago

LessPass has the possibility to connect to a database (via its API) to store the configurations made for each site. This API can be used from any of the clients (either the browser extension, the mobile application, etc.).

You set up the DB server wherever you want. If you want something light you can use this implementation. And if you are interested, there is also a command line client.

1
submitted 1 year ago by [email protected] to c/[email protected]

Con shadow >= 4.14.0, el algoritmo de hash de contraseñas por defecto de Arch Linux cambia de SHA512 a yescrypt.

Además, los ajustes de umask ahora se configuran en /etc/login.defs en lugar de /etc/profile.

Esto no debería requerir ninguna intervención manual.

Razones para yescrypt

La función de derivación de clave basada en contraseña (KDF) y el esquema de hash de contraseña yescrypt han sido elegidos debido a su adopción (fácilmente disponible en libxcrypt, que es utilizado por pam) y su mayor resistencia a los intentos de crackear la contraseña sobre SHA512.

Aunque el ganador de la Competición de Password Hashing ha sido argon2, este algoritmo aún más resistente aún no está disponible en libxcrypt (intento uno, intento dos).

Configuración de yescrypt

La configuración de YESCRYPT_COST_FACTOR en /etc/login.defs actualmente no tiene efecto, hasta que pam implemente la lectura de su valor. Si se necesita un YESCRYPT_COST_FACTOR mayor (o menor) que el predeterminado (5), puede establecerse utilizando la opción rounds del módulo pam_unix (es decir, en /etc/pam.d/system-auth).

Lista general de cambios

  • se utiliza yescrypt como algoritmo hash de contraseña por defecto, en lugar de SHA512
  • pam respeta el ENCRYPT_METHOD elegido en /etc/login.defs y ya no anula el método elegido.
  • los cambios en los paquetes filesystem (>= 2023.09.18) y pambase (>= 20230918) garantizan que umask se establezca de forma centralizada en /etc/login.defs en lugar de /etc/profile
1
submitted 1 year ago by [email protected] to c/[email protected]

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
[-] [email protected] 9 points 1 year ago

Before using borg I would recommend you to take a look at restic. In my opinion it is better in everything than borg.

As for how to backup the database, my advice is to export the database to a SQL file and backup that file. That will always be easier than having to deal with agents that connect to the database.

As for the number of repositories, if you use restic, a single repository is enough. Besides, as restic does deduplication, if you have the same files between your machines, they will only occupy the space of one. ;-)

I hope I have helped you with some of my ideas.

Best regards.

3
submitted 1 year ago by [email protected] to c/[email protected]

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
1
submitted 1 year ago by [email protected] to c/[email protected]

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 ›

ogarcia

joined 1 year ago
MODERATOR OF