Category: macOS

  • macOS disk utility (en Castellano)

    Hola todos!

    Hoy, aprenderemos cómo usar el modo de terminal de la utilidad de disco para grabar DVD-RW o DVD-R.

    Esta herramienta es muy útil para los administradores de sistemas.

    En primer lugar, aprenderemos a borrar un dvd-rw.

    hdiutil burn -erase

    Ahora, veremos cómo grabar un dvd-rw.

    hdiutil burn name_of_.iso

    Elegí grabar como ejemplo la iso de Debian, debian.org, la última compilación iso.

  • FreeDOS comandos (en Castellano)

    Hola todos!

    Hoy, vosotros iran leer sobre FreeDOS, compatíble con MS-DOS 6.22.

    Las funciones que aprendimos antes se pueden encontrar en los artículos anteriores sobre qemu con FreeDOS. Vamos a trabajar con máquinas qemu y VirtualBox.

    El símbolo del sistema es una necesidad muy esencial, sin él, no puede aprender cómo se puede obtener el conocimiento.

    Ahora, vamos a aprender cómo usar el comando dir, este comando es muy útil para listar un directorio.

    Ahora vamos a ver el comando ver, con este comando podemos ver la versión del sistema en sí.

    Ahora, veremos el directorio /s APPS, este comando listará un cierto directorio dentro.

    Ahora, vamos a aprender cómo cambiar el directorio con el comando cd. Tenemos una tarea para cambiar de directorio, usamos este comando.

    Finalmente, la pantalla clara, el comando cls.
  • FreeDOS basic tutorial

    Hello readers,

    Today, we will learn the basics of FreeDOS, compatible with MS-DOS 6.22.

    The features we learned before can be found in the previous articles about qemu with FreeDOS. We are going to work with qemu and VirtualBox machines.

    The command prompt is a very essential need, without it, you can’t learn how to the shattered knowledge can be earned.

    Now, we are going to learn how to use dir command, this command is very useful to list a certain directory.

    Now we are going to see ver command, with this command we can see the version of the system itself.

    Now, we will see the dir /s APPS, this command will list a certain directory inside.

    Now, we are going to learn how to change the directory with the cd command. Every task to switch directories, we use this command.

    Finally, the clear screen, the cls command.

  • podman installation

    Welcome to the first article of the month on the coder by gleentech Labs. We are going to learn how to install podman on a macOS machine. We are going to try to make the task easier.

    brew install podman-desktop

    As we see, it’s already installed. Time a time we should update brew.

    Now, we have the podman installed. We are going to see how to create an image to run on podman.

    This command is to list the machines active. Now, we are going to delete this image to be prepared for our labs monthly.

    podman machine list
    podman machine stop

    podman machine rm
    podman machine init

    podman machine start

  • macOS disk utility terminal

    Today, we will learn how to use disk utility terminal mode for recording dvd-rw or dvd-r.

    This tool is very useful for system administrators.

    First of all, we will learn how to erase dvd-rw.

    hdiutil burn -erase

    Now, we will see how to record a dvd-rw.

    hdiutil burn name_of_.iso

    I chose to record as an example the iso from Debian, debian.org, the latest iso build.

  • macOS kill services

    Hello readers,

    Today, we are going to deliver one more topic about cli. On this article, we are going to learn how to kill services under terminal application.

    As we see, it’s empty for now the terminal, or iTerm2.

    Now, we are going to call a command from the operating system called top.

    We are going to kill on the terminal the service called qemu. With the pid as 4293.

    Press q (to exit)

    Press Return carrier ( Enter)

    Now, go back to the top command to see if the service has gone.

    As we see there’s nothing now.

    Press q again ( exit command)

  • how to flash odroid on an emmc flasher

    Hello readers,

    https://wiki.odroid.com/odroid-n2/os_images/ubuntu/20220629

    https://east.us.odroid.in/ubuntu_22.04lts/N2/ubuntu-22.04-4.9-minimal-odroid-n2-20220622.img.xz

    Install on macOS balena etcher.

    Now, choose the image file from Downloads folder.

    Now, select target.

    Finally, we can flash them. It will ask for our password before flashing.

    In the end, it will say well done.

  • how to create an iso image on macOS

    Hello readers,

    Today, we are going to learn how to make an iso image on macOS.

    First of all, call the disk utility.

    Then go to file. New as image.

    Now finally, on the terminal type the following command.

    cd Downloads
    hdiutil makehybrid -iso -joliet -o -FILENAME.iso FILENAME.cdr

  • esp-idf requirements for macOS

    Today, we will see how to install the requirements for odroid and esp32 on a macOS machine. But you must install

    https://www.silabs.com/documents/public/software/Mac_OSX_VCP_Driver.zip

    After installation of that zip driver and reboot macos, you can follow the article.

    brew install cmake ninja dfu-util

    On big sur you must have python3. But first type this on terminal:

    brew install python38

    sudo easy_install pip

    sudo pip install esptool

    I have done these steps already. You must type them on terminal or iTerm2.

    These procedures must be done before flashing or coding any kind of source code.

  • esp-idf on macOS

    Hello readers,

    Today, we are going to learn how to install esp-idf on macOS.

    But first to compile the toolchain before that, we must install by brewing the following items on terminal or iTerm2

    brew install cmake ninja dfu-util

    We don’t have apple m1 or m2 so, we couldn’t test it with rosetta2. We tested on a big sur machine, MacBook pro. We have the toolchain running on a MBP dev machine.

    After cloning the repos follow the next steps.

coder by Gleentech
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.