Posts

adata hm800

What can I say? ADATA HM800 is like a big warehouse (8 TB). Originally, I planned to archive on one and backup on another. After recovering 2 TB from the first, I'm moving the courses to the second and leaving space for YT on the first.     Although the manufacturer recommends reformatting to exFAT, I've left it in NTFS, which is what it comes with. It has given me problems on occasion, perhaps because I use it on Windows 10, Ubuntu 22, Debian 12, Fedora 40 and so on. But I haven't had any major problems, except once, because of permissions, it wouldn't let me delete: apparently I had created files in an OS and not where I intended to delete them.     The second, the newest one, sometimes makes a noise that makes me nervous. Apart from that, I haven't had any major problems.     The manufacturer says it is also compatible with macOS, but I don't know for sure. I didn't trust the brand because several 1 or 2 TB disks have turned out bad. But w...

solution risk xampp ssl

Luego de instalar XAMPP en Fedora, nada más abrir localhost, el mensaje de sitio no seguro. Si doy Continuar de todos modos, sí que abre el dashboard. Buscando firefox linux import a PKCS#11 module, encontré que activando la propiedad security.enterprise (foro de Apache Friends) te ahorras la configuración por archivo. Sin embargo,  no existe ni se tienen planes de que exista, para Firefox en Linux, por lo que se baja OpenSSL , se instala siguiendo la guía de ese sitio (como no se especifica, lo he instalado como usuario normal).     Le doy a+z al gz y lo desempaqueto, viendo el signo $, dirías que es el local no, no es # (root)       $ ./Configure enable-fips     $ make     Tarda y salen estas dos últimas líneas:     chmod a+x util/wrap.pl     make[1]: Leaving directory '/home/.../Downloads/OpenSSL/source/openssl-3.3.1'     Luego sí que necesito root aquí:   ...

tengo la sospecha de que jplusplus evoluciono a csharp

No sólo por  su sintáxis, sino porque es lo mejor de Microsoft. Tuvieron la visión de que no le ganarían a Java y sacaron C#. Les funcionó porque se adelantaron a la venta de Sun Microsystems a Oracle. A ver cómo queda todo en IoT.

setup wsl2 gui on windows 10

All the commands used by David. Bombal (YT) are somewhere here:   Linux on Windows: WSL with Desktop Environment via RDP . And the end of my bashrc you can see:  The complete WSL2 + GUI setup. | Medium export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0 export LIBGL_ALWAYS_INDIRECT=1 sudo /etc/init.d/dbus start &> /dev/null Remote Connection works fine (localhost:3390), but Firefox not yet: failed: timeout waiting for snap system profiles to get updated. Maybe, this is an issue with systemd.

solved how to delete trash-1000

Claim your disk space by deleting this annoying folder. You need to run on Command Prompt or Terminal chkdsk YOUR_DEVICE_LETTER: /f /x /r /b as an Administrator on Windows 10/11. Chkdsk only can process NTFS system files. Linux will not do the job, maybe because this hidden folder, .Trash-1000, is on NTFS format. To recover (r parameter) bad sectors data, device needs free space. After that, I could to delete the hidden trash-1000 via File Explorer.

fix command terminated with non zero status

Hi, there! This is 11-die.pl code:   use strict; use warnings; my ($word) = @ARGV; #if (not defined $word) { if (! $word) {     #die("ERROR: please pass in a command line argument.\n");     # Command terminated with non-zero status. WHY ?? Es por die.       # This runs better:     print("ERROR: please pass in a command line argument.\n");     exit(0); } print(length($word),"\n"); Using perlbrew environment: perlbrew exec perl 11-die.pl SunApr21 8 perlbrew exec perl 11-die.pl ERROR: please pass in a command line argument.

perl5 dinosaur

De un tiempo a esta parte, empezamos a ver un desplazamiento de la conocida mascota de Perl. Esa trilogía de libros en la casa O'Reilly traía un camello en el primer volumen y una llama en el segundo. Ahora, casi en cualquier búsqueda, sale un dinosaurio parecido al de Jurassic Park .    El elefante de PHP simboliza el animal perfecto. El camello, como todo el mundo sabe, representa un caballo dibujado por un comité (un engendro como el perfil solicitado en una vacante).    En nuestros días, Perl es Perl5. Empezó llamándose Pearl, luego PERL y en seguida Perl. Ha dado origen a un país imaginario: Perlistán.