Sp-cy

Hola! I'm Miguel and this is my laboratory of cybernetics
en es

How to Fix Macbook Pro 8,2 Late 2011 Wifi on Ubuntu 23.04

My most recent hobby project has been installing Ubuntu 23.04 to my Macbook Pro from late 2011 which I use just as a side device. It’s been using Pop!_OS that honestly had been working great but I wanted to upgrade the SSD for a faster and bigger one.

I popped in a Samsung 850 Evo in there with around 500 GB. but I kept the previous ssd inside in a sata2 port as a backup system. The bootloader in that system broke when I re-installed Grub on Ubuntu but it seems it’s fixable.

Continue reading

How to Use Hugo on Android

You can update your Hugo blog from your Android mobile phone by installing the Termux app and then installing Hugo using the command pkg install hugo. Once installed, you can create your site directory using hugo new site <sitename> and then navigate to it using cd <sitename>. You can then use Git to initialize your site with git init and add a theme with git submodule add <hugo-git-theme-link> themes/<theme-name>. After that, you can update your blog using Git commands.

Continue reading
Older posts Newer posts