disable prefect
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters
servicios
bajar
sysadmin
disable prefect
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters
servicios
bajar
sysadmin
Pasos para activar WoL por consola
enp3s0 o eth0): [1]ip linksudo apt update && sudo apt install ethtoolWake-on:):sudo ethtool <tu-interfaz> (cambia <tu-interfaz> por el nombre obtenido antes, ej. enp3s0)sudo ethtool -s <tu-interfaz> wol g [1]sudo nano /etc/systemd/system/wol.serviceenp3s0 por el nombre real de tu interfaz): [1][Unit]
Description=Activar Wake-on-LAN
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/sbin/ethtool -s enp3s0 wol g
[Install]
WantedBy=multi-user.target
sudo systemctl daemon-reloadsudo systemctl enable wol.servicesudo systemctl start wol.service [1]winget install --id Notepad++.Notepad++ -e
winget install -e --id Microsoft.VisualStudioCode
winget install Microsoft.VisualStudio.2022.Community
winget install -e --id Microsoft.SQLServerManagementStudio.22
winget install -e --id 7zip.7zip
winget install --id=SmartBear.SoapUI -e
winget install Postman.Postman
winget install -e --id Mozilla.Firefox
winget install -e --id KaiKramer.KeyStoreExplorer
winget install -e --id OBSProject.OBSStudio
winget install -e --id PuTTY.PuTTY
winget install -e --id VideoLAN.VLC
winget install -e --id WinMerge.WinMerge
winget install -e --id TeamViewer.TeamViewer
winget install -e --id Google.Chrome
winget install -e --id Mozilla.Firefox
winget install -e --id Valve.Steam
winget install -e --id Discord.Discord
winget uninstall "Microsoft Noticias"
winget uninstall "Enlace Móvil"
winget uninstall "Xbox TCUI"
winget uninstall "Xbox Identity Provider"
winget uninstall "Outlook for Windows"
winget uninstall xbox
winget uninstall "Microsoft To Do"
winget uninstall "Microsoft 365 Copilot"
winget uninstall "MSN El tiempo"
winget uninstall "Microsoft Bing"
En el caso de que aparezca el error
Failed when searching source: msstore
An unexpected error occurred while executing the command:
0x8a15005e : The server certificate did not match any of the expected values.
winget settings --enable BypassCertificatePinningForMicrosoftStore
https://learn.microsoft.com/en-us/answers/questions/5514779/how-to-reinstall-microsoft-teams-add-in-for-outloo
%SystemRoot%\System32\regsvr32.exe /n /i:user "C:\Users\xxxx\AppData\Local\Microsoft\TeamsMeetingAdd-in\1.26.11802\x64\\Microsoft.Teams.AddinLoader.dll"
Posterior a ataques via navegador tor o curl llegué a esta configuracion bien util que soporta chrome y edge , todo el resto lo bloquea.
Instalé Revolution X y solo aparece en la maxima resolucion, por ende anda mas lento y consume mas recursos.
si lo dejo con la resolucion menor anda mas fluido
adb shell wm size 720x1480 que es la resolucion HD
adb shell wm density 280
# Instalar Ollama
curl -fsSL https://ollama.com/install.sh | sh
# Verificar instalacion
ollama --version
# Iniciar el servicio
sudo systemctl enable ollama
sudo systemctl start ollama
https://gemma4-ai.com/es/blog/gemma4-raspberry-pi
sudo apt install docker.io
https://projects.raspberrypi.org/en/projects/llm-rpi/3
esto ultimo para poder ver ollama web.
sudo docker run -d -p 192.168.1.xxx:3000:8080 -v
ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui
--restart always ghcr.io/open-webui/open-webui:ollama