Welcome to Site In English

Here you can find info about Raspberry PI, ODROID, Linux and any other ideas.

News this week in the Pi World!

![Ubuntu](https://misapuntesde.com/images/2020/04/ubuntu-server.png)

It's been a long time since I've spent time in this section that used to be quite regular. I know you miss it, but I stopped seeing so much interesting information and joined the little time I had, it was abandoned until I saw that this week I can make one more post about all the wonderful things that are happening in the Pi World... Let's go!

[Continue reading...](post.php?id=931)

Batocera: Switch partition to extFAT for macOS/Windows compatibility

![batocera](https://misapuntesde.com/images/2020/04/batocera.jpg)

Many distributions prepared to play emulators, come by default with the secondary partition in *EXT4* to store settings, *BIOS and ROMs*. For those of us who usually work with *macOS and/or Windows*, it would be better if this partition came in *extFAT* to be able to mount in you non *Linux OS* and transfer files comfortably from the *Explorer/Finder*, so that is what I have proposed today. It's not a big deal, let's go.

[Continue reading...](post.php?id=930)

alpinOS: New release for Raspberry Pi 4

![alpinOS](https://misapuntesde.com/images/2020/02/alpinos_logo.png)

Here the changes:

  • Installed on /root alpinOS repo.

  • Enable Edge repositories.

  • Installed common packages: git nano mc rng-tools raspberrypi raspberrypi-bootloader-cutdown htop xrandr shadow sshfs netatalk.

  • Remove ttyys 3-6.

  • Added custom .profile and .bash_aliases on pi and root.

  • Change hostname alpineos to alpinOS.

Link: [github.com > alpinOS](https://github.com/jmcerrejon/alpinOS)

Today in mysteries to solve: DOSBox and the MacOS key mapping bug

![dosbox_macos_01](https://misapuntesde.com/images/2020/04/dosbox_macos_01.png)

My favorite game of all time

Lately I've been doing mini posts about problems that I stuck on a daily basis. I have some of them pretty dense that I don't finish, I hope to get the time and publish them to get rid of my backlog.

Today I come to solve the famous *DOSBox* problem with the key mapping in *macOS*.

[Continue reading...](post.php?id=928)

Best options to use for file/directory compression

![compress](https://misapuntesde.com/images/2020/04/compress.png)

Just a quick reminder, If you need the **best ratio** with different file compression software:

[Continue reading...](post.php?id=927)

Fix Git xcrun: error: active developer path (...) does not exist on macOS

![git_issues_mac](https://misapuntesde.com/images/2020/04/git_issues_mac.png)

Just a quick reminder. I Recently deleted *XCode* for getting some free space disk (**30Gb!**), and suddenly I get the message above. ``` brew install git ``` did not the trick. I use Git a lot, don't fuck me, *Apple*. All posts around the web say I must to install *XCode*. I don't want to do it. You only need the command line tools. So finally I found the command that saves my day:


sudo xcode-select -s /Library/Developer/CommandLineTools
Retr Av