Updating the Python packages with one command
You can update all Python modules with one command on Linux: pip3 list -o –format columns| cut -d‘ ‚ -f1|xargs -n1 pip install -U
You can update all Python modules with one command on Linux: pip3 list -o –format columns| cut -d‘ ‚ -f1|xargs -n1 pip install -U
Además del base de datos MongoDB, tengo el base de datos MySQL en mi Fedora 39 que había instalado en las versiones anteriores (Fedora 37 y Fedora 38). La instalación de MySQL 8.0.36 fue fácil, también la preguntas seguras durante del proceso de la instalación. Pero en Fedora 39 falta el MySQL Workbench. Oracle, que tiene MySQL, no prepara un fichero por Fedora 39. Pero había visto en Snap que hay el MySQL Workbench allí. Snap es otra herramienta para…
Now I have installed Fedora 26 on my hard drive. But this time it was a hard way. I wanted to upgrade my disk space from 320 GB to 1 TB (with a new hard drive). My motherboard supports only SATA II and the hard drive is SATA III. I have built in the new hard drive instead of the old one into my pc case and connected to the motherboard. First I wanted to install directly Fedora 27 from…