Open in app

Sign In

Write

Sign In

Gustavo Adolfo Mejía
Gustavo Adolfo Mejía

9 Followers

Home

Lists

About

Pinned

The memory and the processes

How processes interact with the virtual memory — Every time that you run a program on your PC, bash,vim, photoshop, chromeor matlab, the executable or binary file and the variables must be loaded, the question is where. Many people think that they are in the R.A.M. But it’s not totally correct, because sometimes they are loaded on the…

C

7 min read

The memory and the processes
The memory and the processes
C

7 min read


Apr 20, 2021

My experience in Holberton School

One of my most beautiful experience How to setup my Ubuntu One of the most beautiful experiences in holberton Resolver warning de perl echo 'export LC_ALL=$LANG' >> ~/.bash_aliases Resolver el problema de la zona horaria sudo timedatectl set-timezone America/Bogota Actualizar vim8 sudo add-apt-repository ppa:jonathonf/vim sudo apt update sudo apt install vim vim --Version | head -1 Actualizar gdb sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt update sudo apt install gdb -y gdb -v sudo add-apt-repository ppa:ubuntu-toolchain-r/test…

Vim

4 min read

My Setup in Holberton School
My Setup in Holberton School
Vim

4 min read


Mar 25, 2021

Roots — Final Project

Roots was an Idea from our peer Alison Alison Quintero, She has a brother in the autism spectrum. He studies everyday with a specialist how to understand the world. The people who are un this Spectrum has problem with verbal communication. The world has a lot of information and it…

3 min read

Roots — Final Project
Roots — Final Project

3 min read


Mar 5, 2021

Valgrind

Tutorial valgrind Lets start talking about the What happen to the RAM when you execute your program. Measure the memory the command free will show you the free memory in the system vagrant@vagrant-ubuntu-trusty-64:~$ whatis free free (1) - Display amount of free and used memory in the system and with the flag --si…

4 min read

Valgrind
Valgrind

4 min read


Mar 5, 2021

IIaRC: IIaRC is about Recursion in C

What is a recursion In C — Let’s start with a simple definition of Recursion «A thing is defined in terms of itself or of its type» — Wikipedia But what it means. Well, Let’s keep simple «It’s like search a word in a dictionary and find the word in the definition» In these days that we…

Recursion

7 min read

IIaRC: IIaRC is about Recursion in C
IIaRC: IIaRC is about Recursion in C
Recursion

7 min read


Jan 27, 2021

How to setup PowerShell with bash shortcuts

TL;DR — Enable Emacs shortcuts (PS6 & PS7) Steps: Open PowerShell and run this 4 lines \> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser \> mkdir $(Split-Path $PROFILE) \> echo "Set-PSReadLineOption -EditMode Emacs" >> $PROFILE \> & $PROFILE use Ctrl+p to search into history to check the change was done Explanation: Set RemoteSigned into ExcecutionPolicy for CurrentUser mkdir creates the $PROFILE directory

Powershell

4 min read

How to setup PowerShell with bash shortcuts
How to setup PowerShell with bash shortcuts
Powershell

4 min read


Jul 6, 2020

Static Libraries

Static Libraries

1 min read

1 min read


Jun 11, 2020

What happens when you type `gcc main.c`

What happens when you type `gcc main.c` Short answer: A new execute file born… That’s all, now you can close the page. … bye … I don’t expect that you still here, but if you are like me and this answer is simple and tasteless, and it only gives you another question … what suppose to be an execute file? Well, keep reading Maybe you are reading this article with a web explorer like chrome, firefox or safari, or Let’s think about your favorite writing program or your favorite pdf reader.

1 min read

What happens when you type `gcc main.c`
What happens when you type `gcc main.c`

1 min read


Jun 9, 2020

Now I can .c you

What happens when you type ls *.c — ls is a command Written by Richard M. Stallman and David MacKenzie. Yes, our favorite Hippe creator of the GNU project. The philosophy of Unix is that “everything is a file”, and the ls command applies it. This command searches in the directory and list the files founded in a…

C

1 min read

Now I can .C you
Now I can .C you
C

1 min read

Gustavo Adolfo Mejía

Gustavo Adolfo Mejía

9 Followers
Following
  • alpha2phi

    alpha2phi

  • Yang Zhou

    Yang Zhou

  • Marian Villa

    Marian Villa

  • Bytefer

    Bytefer

  • Keith Chen

    Keith Chen

See all (49)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams