Ir al contenido principal

Entradas

Mostrando las entradas etiquetadas como wine

When “Pre-Installed OpenWrt” Isn’t Plug-and-Play

  Lessons Learned After Finally Configuring a Raspberry Pi CM4 Mini Router (Bought in 2022) Product Mini Router built with Raspberry Pi Compute Module 4 Dual Gigabit Ethernet NICs 4GB RAM / 32GB eMMC Pre-installed OpenWrt Compact form factor, fanless, low power Background: A Device That Waited Its Turn I bought this device back in 2022 . At the time, it looked like the perfect small router: Raspberry Pi Compute Module 4 Dual Ethernet ports OpenWrt already installed No SD card required thanks to eMMC But like many homelab projects, it ended up sitting on a shelf . Fast forward to today — with more networking experience, a clearer home network plan, and a real need for a flexible router — I finally decided to configure it properly. That’s when the real journey started. What I Expected (Even in 2025) Even knowing this wasn’t a consumer router, I still expected: Plug WAN into my upstream router Plug LAN into my laptop Access 192.168.1.1 Hav...

Install Office 2007 in Ubuntu

Long time ago, I was wondering if it was possible to install the office 2007 in ubuntu, and after some investigation I discovered that it was possibles. Steps The first things we have to do is to install the latest wine version. We download it here After that we install the wine tricks. We download it here We execute the winetrick command and its going to appear this window We have to select the fallowing and we click Accept. winetricks dotnet11 *winetricks gdiplus *winetricks vb3run *winetricks vb4run *winetricks vb5run *winetricks vb6run *winetricks msxml3 *winetricks msxml4 *winetricks msxml6 *winetricks riched20 *winetricks riched30 *winetricks vcrun6 *winetricks vcrun2005 *winetricks vcrun2005sp1 and after we have it ready. Here its a picture :) And that's all. Want to read this in spanish (¿Quieres leerlo en español?) Aqui .

Instalar Office 2007 en Ubuntu usando Wine

Ya días me preguntaba esto. Y si se puede. ¿Como? Bueno buscando en google y aquí les digo como. Pasos Primero lo que tenemos que hacer es instalar la ultima versión del wine. Aqui Después descargamos el winetricks. Aquí Abrimos la consola y escribimos el siguiente comando: winetricks Despues selecionamos los siguientes winetricks dotnet11 *winetricks gdiplus *winetricks vb3run *winetricks vb4run *winetricks vb5run *winetricks vb6run *winetricks msxml3 *winetricks msxml4 *winetricks msxml6 *winetricks riched20 *winetricks riched30 *winetricks vcrun6 *winetricks vcrun2005 *winetricks vcrun2005sp1 Y listo. Aqui hay unas fotos. Y eso es todo!!