Ir al contenido principal

Entradas

Limitar carga bateria Mac_OS y Linux Charge Limit  (Límite de Carga) para Mac, permitiendo establecer un tope máximo de carga entre  80% y 100%  para prolongar la vida útil de la batería https://github.com/actuallymentor/battery/releases/download/v1.4.0/battery-1.4.0-mac-arm64.dmg para linux
Entradas recientes
 Tailscale auto recuperable crontab -e */5 * * * * systemctl is-active tailscaled || sudo systemctl restart tailscaled
 bip39 diccionario en ingles https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt https://drive.google.com/file/d/1xeN-dW1H2yDx_HuLQavgAQTUIi7FF7Gg/view?usp=sharing
WiFi BCM4331 en Fedora — Driver b43 + firmware (Opción A) El driver b43 ya viene incluido en el kernel de Linux. El problema es que le falta el firmware propietario de Broadcom. Esta opción es más estable a largo plazo porque no depende de recompilar un módulo con cada actualización del kernel. Paso 1 — Instalar b43-fwcutter Esta herramienta extrae el firmware desde el paquete oficial de Broadcom y lo coloca donde el kernel pueda encontrarlo: # Instalar la herramienta de extracción de firmware sudo dnf install b43-fwcutter Paso 2 — Descargar e instalar el firmware Descarga el paquete de Broadcom, extrae el firmware e instálalo en el sistema: # Descargar el paquete de firmware de Broadcom wget https://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2 wget https://drive.google.com/file/d/1PPH4MMsk-V1W6yhBct96J9K-3VhnWq3G/view?usp=sharing # Descomprimir tar xjf broadcom-wl-5.100.138.tar.bz2 # Extraer e instalar el firmware en el sistema sudo b43-fwcutter -w /li...
  Download / How to use it? ​ Method 1 - PowerShell (Windows 8 and later) ❤️ Method 2 - Traditional (Windows 7 and later) Open PowerShell (Not CMD). To do that, right-click on the Windows start menu and select PowerShell or Terminal. Copy and paste the code below and press enter irm https://get.activated.win | iex Alternatively, you can use the following (It will be deprecated in the future.) irm https://massgrave.dev/get | iex You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation. That's all Not working ❓ ​ If you are  unable to launch MAS  using the PowerShell method, please refer to  Method 2  listed above. If MAS is launched and the script shows any errors, check for any troubleshooting steps mentioned in blue color and try to follow those. If you have any issues, please feel free to reach out to us  here . note The IRM command in PowerShell downloads a script from a specified URL, and the IE...