Páginas nuevas
Más acciones
11 nov 2025
- 23:1123:11 11 nov 2025 Setup Baki (hist. | editar) [977 bytes] Adgellida (discusión | contribs.) (Página creada con «* S.O.: [https://www.microsoft.com/es-es/software-download/windows11 Windows 11] * CPU: [https://cpu.userbenchmark.com/SpeedTest/2383771/AMD-Ryzen-7-9800X3D-8-Core-Processor AMD Ryzen 7 9800X3D] * MB: [https://www.amazon.es/dp/B0DFQGX3XS GIGABYTE X870E AORUS Pro Ice] * Refrigeración: [https://www.amazon.es/dp/B0DLWDJS8S ARCTIC Liquid Freezer III Pro 360 A-RGB] * GPU: [https://www.amazon.es/dp/B0DTGPW43H GeForce RTX 5070 Ti Eagle OC Ice SFF 16GB] * SSD: [https://www.a…»)
- 23:1123:11 11 nov 2025 Setup adgellida (hist. | editar) [1622 bytes] Adgellida (discusión | contribs.) (Página creada con «* S.O.: [https://garudalinux.org/downloads.html Garuda KDE Dr460nized] * CPU: [https://cpu.userbenchmark.com/SpeedTest/196987/IntelR-XeonR-CPU-E5-2699-v4---220GHz Intel Xeon CPU E5-2699 v4 @ 2.20GHz] * MB: [https://es.aliexpress.com/item/1005007282236422.html HUANANZHI X99-F8] * Refrigeración: [https://www.amazon.es/dp/B0BWQW4P6M Thermalright Frozen Prism 360] * GPU: [https://gpu.userbenchmark.com/Nvidia-RTX-3060-Ti/Rating/4090 Nvidia RTX 3060-Ti] * SSD: [https://ssd…»)
2 nov 2025
- 00:2900:29 2 nov 2025 Compartir carpeta en Linux y acceder desde Windows (hist. | editar) [1690 bytes] Adgellida (discusión | contribs.) (Página creada con «==Acceso mediante usuario invitado== <syntaxhighlight lang="bash"> sudo pacman -S samba mkdir -p ~/Compartida chmod -R 755 /home/usuario/Compartida chown -R usuario:usuario /home/usuario/Compartida sudo nano /etc/samba/smb.conf </syntaxhighlight> Añadimos esto al final: <syntaxhighlight lang="bash"> [Compartida] path = /home/usuario/Compartida browseable = yes writable = yes guest ok = yes read only = no force user = usuario </syntaxhighlight> <s…»)
18 sep 2025
- 22:3122:31 18 sep 2025 Setups compartidos (hist. | editar) [36 bytes] Adgellida (discusión | contribs.) (Página creada con «adgellida * S.O.: [https://garudalinux.org/downloads.html Garuda KDE Dr460nized] * CPU: [https://cpu.userbenchmark.com/SpeedTest/196987/IntelR-XeonR-CPU-E5-2699-v4---220GHz Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz] * MB: [http://www.huananzhi.com/en/more.php?lm=10&id=305 HUANANZHI X99-F8] * Refrigeración: [https://www.amazon.es/dp/B0BWQW4P6M Thermalright Frozen Prism 360] * GPU: [https://gpu.userbenchmark.com/Nvidia-RTX-3060-Ti/Rating/4090 Nvidia RTX 3060-Ti] * SSD…»)
8 sep 2025
- 23:5623:56 8 sep 2025 Recopilación teclas (hist. | editar) [1769 bytes] Adgellida (discusión | contribs.) ('')
31 ago 2025
- 12:5012:50 31 ago 2025 Redragon (hist. | editar) [108 bytes] Adgellida (discusión | contribs.) (Página creada con «= Tutoriales = *[https://www.youtube.com/watch?v=70XgYwKz5fQ Redragon Fizz K617 Keyboard Switch Replacement]»)
28 ago 2025
- 00:2900:29 28 ago 2025 Possibly missing firmware (hist. | editar) [116 bytes] Adgellida (discusión | contribs.) (Página creada con «<syntaxhighlight lang="bash"> WARNING: Possibly missing firmware for module </syntaxhighlight> Solución: Pendiente»)
- 00:2800:28 28 ago 2025 Failed to write file (hist. | editar) [291 bytes] Adgellida (discusión | contribs.) (Página creada con «<syntaxhighlight lang="bash"> Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted error: command failed to execute correctly </syntaxhighlight> Solución: You have to use pcie_aspm=force as boot parameter if support, or use pcie_aspm=off if not support.»)
- 00:2700:27 28 ago 2025 Failed to prepare transaction (could not satisfy dependencies) (hist. | editar) [361 bytes] Adgellida (discusión | contribs.) (Página creada con «For example you have this message: <syntaxhighlight lang="bash"> installing kio5 (5.111.0-1) breaks dependency 'kio' required by kfiredragonhelper </syntaxhighlight> You have to: <syntaxhighlight lang="bash"> sudo pacman -R kfiredragonhelper </syntaxhighlight> Then, update your system normally and remove each time required packages if you don´t use them.»)
- 00:2700:27 28 ago 2025 Failed to commit transaction (hist. | editar) [842 bytes] Adgellida (discusión | contribs.) (Página creada con «<syntaxhighlight lang="bash"> error: failed to commit transaction (conflicting files) python-commonmark: /usr/lib/python3.10/site-packages/commonmark-0.9.1.dist-info/LICENSE exists in filesystem </syntaxhighlight> or <syntaxhighlight lang="bash"> error: failed to commit transaction (conflicting files) node-gyp: /usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/minipass/index.mjs exists in filesystem </syntaxhighlight> Solución 1: <syntaxhighlight lang=…»)
- 00:2400:24 28 ago 2025 Cannot load /usr/lib/apache2/modules/libphp8.1.so into server, cannot open shared object file: no such file or directoy (hist. | editar) [516 bytes] Adgellida (discusión | contribs.) (Página creada con «Si has actualizado Ubuntu, en este caso de la versión 22.04 a la versión 24.04 y utilizas php, te habrás encontrado con que te ha dejado de funcionar. Esto es debido a que en esta nueva versión se utiliza la versión 8.3. Por lo que habrá que deshabilitar el módulo de la 8.1 y habilitar el de la 8.3. <syntaxhighlight lang="bash "> a2dismod php8.1 a2enmod php8.3 systemctl restart apache2 </syntaxhighlight> *[https://askubuntu.com/questions/1515321/apache2-on-24…»)
- 00:2300:23 28 ago 2025 My /boot partition hit 100% and now I can't upgrade. Can't remove old kernels to make room (hist. | editar) [833 bytes] Adgellida (discusión | contribs.) (Página creada con «*[https://launchpad.net/linux-purge/+announcement/15313 linux-purge] *Instalar con: <syntaxhighlight lang="bash "> sh -c 'cd /tmp && wget -N https://git.launchpad.net/linux-purge/plain/install-linux-purge.sh && chmod +x ./install-linux-purge.sh && sudo ./install-linux-purge.sh && rm ./install-linux-purge.sh' && [ "$BASH" ] && echo Replaced current shell in order to make the Bash completion work && exec bash apt install dialog </syntaxhighlight> Para saber los kerne…»)
27 ago 2025
- 23:4923:49 27 ago 2025 Recuperar grub en Ubuntu (hist. | editar) [1120 bytes] Adgellida (discusión | contribs.) (Página creada con «= Mediante Super Grub2 Disk = == Método 1 == Ejecutar [https://www.supergrubdisk.org/super-grub2-disk/ Super Grub2 Disk] (mediante Ventoy recomendado) y ejecutar estos comandos. Selecciona la opción 1 o 2 según tu tipo de setup y la partición donde se va a instalar por lo general /dev/sda. 1.BIOS legacy mode <syntaxhighlight lang="bash "> sudo su fdisk -lu grub-install /dev/sdX update-grub </syntaxhighlight> 2.EFI - [http://community.linuxmint.com/tutorial/vie…»)
- 00:3400:34 27 ago 2025 VS Code (hist. | editar) [710 bytes] Adgellida (discusión | contribs.) (Página creada con «= Extensiones = *[https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight TODO Highlight] *[https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv Rainbow CSV] *[https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow indent-rainbow] *[https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker Code Spell Checker] *[https://marketplace.visualstudio.com/items?itemName=formula…»)