Category: macOS

  • XCode 13 big sur

    Hola lectores,

    Hoy nosotros tenemos en una aplicación esto:

    Nuestra aplicación para tenermos actual, nosotros hacemos una modificación.

    objectVersion = 56;
    para
    objectVersion = 50;
  • macOS con C++

    Hola Lectores,

    Hoy, ustedes a van aprender como hacer una compilación de neon network para macOS big sur. Nosotros tenemos big sur como el sistema actual para desenrollar.

    Primero, llamar un terminal como iterm2:

    Segundo tener un fichero de cmake como esto y un directorio como esto:

    Tercero, en el terminal hacer esto:

    -> mkdir build && cd build

    -> cmake ../

    -> make

    Después puedes compilar la aplicación.

    Ahora por fin pulsar “Enter” con el comando make

    Contenido para estudiar:

    https://github.com/ringsce/morpheus

  • macOS terminal

    macOS terminal llaves y users

    Hola Lectores,

    Hoy, ustedes a van aprender como hacer un terminal para gestión de llaves.

    Empezamos por escribir password para cambiar de llave.

    • passwd

    Cómo listar un cliente en macOS:

    • dscl . list /Users
    • dscl . list /Users | grep -v '_'
    This image has an empty alt attribute; its file name is Screenshot-2023-08-08-at-12.02.34.png

    Resultados:

    Listar todos clientes

    This image has an empty alt attribute; its file name is Screenshot-2023-08-08-at-12.03.50.png

    Solo user

    This image has an empty alt attribute; its file name is Screenshot-2023-08-08-at-12.04.57.png
  • macOS check plist

    Hello, today we are going to learn how to check plist file on the terminal

    • type on the terminal:
    • plutil Info.plist

  • macOS terminal passwords and users

    Hello readers,

    Today, we will learn how to use a terminal for users and passwords.

    Type password to change passwords.

    • passwd

    To list a User on Mac

    • dscl . list /Users

    To list only users

    • dscl . list /Users | grep -v '_'

    Results

    Users All

    Only User

  • UNIX – Hard and Simple links

    Hello again!

    Today, we are going to learn about hard or simple links on a POSIX system.

    What is a hard link?

    A hard link is used by a root mode. Be careful with EOACCESS. We recommend soft links, this links are user mode.

    What is a user mode?
    A user mode is a link made by our account on the system. With soft link, we can build several links of the original binary or text file.

    Example:
    sudo ln -s /home/user/text.txt user1.txt

    This example is very back because can be an EOACCESS error.

    Soft link:
    ln -s /home/user/text.txt /home/user/text1.txt

    With soft links we can make more links, it’s easier.

  • ringsce IDE poc (english version)

    We are delivering an IDE for macOS. It’s an IDE for Linux on the fly. We are providing a zip for testing proof.

    For now, we have two testing versions.

     

    • Without Linux or even boot scripts
    • IDE is just for coding

    On this proof, you can test printing mode, save, save as, load, and exit. This IDE will be for coding c99, c++17, cmake, basic, HTML, PHP, CSS, and javascript.

    Now, you can write and code, without syntax highlighting, we are working on a new version with code completion and a fix for syntax.

    RINGSCEIDE

     

  • Cómo hacer un c header con una imagen de foto

    Hola Lectores,

    Hoy,

    vamos a aprender cómo hacer un c header a partir de un archivo de imagen jpeg.

    .

  • Create a header file from a photo file

    Hello readers,

    Today, we are going to learn how to make a c header from a jpg image file.

     

  • podman instalación

    Bienvenidos al primero artículo del mes de coder by gleentech Labs.

    Aquí la búsqueda de podman en macos ordenadora.

    brew install podman-desktop

    Cómo ha visto están en macos. Tiempo a tiempo necesitamos de hacer “upgrade” el brew.

    Ahora, la tarea es crear una imagen en podman.

    Este comando en tu terminal tiene una lista de ordenadores virtuales.

    podman machine list
    podman machine stop

    podman machine rm
    podman machine init

    podman machine start

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.