Open in app
Home
Notifications
Lists
Stories

Write
Jiseth Peña
Jiseth Peña

Home

Jan 9, 2021

Do you know what happens when do you type a URL?

A common activity when we are in front of our computers is to open a browser and type in a URL. …

8 min read

Do you know what happens when do you type a URL?
Do you know what happens when do you type a URL?

Sep 8, 2020

How to create dynamic libraries and what is its difference from static libraries?

In programming, on many occasions it is necessary to reuse some blocks of code that are needed to solve a common problem, these code fragments are functions that if they were already compiled outside the program to always have them at hand, would help speed up the programmer’s work because…

Dynamic Library

3 min read

How to create dynamic libraries and what is its difference from static libraries?
How to create dynamic libraries and what is its difference from static libraries?

Jul 7, 2020

Static libraries, what is it and how to use it.

Imagine that every time that you need to resolve a common problem that you always know how to solve, you write the same code again and again, and you know that this way to solve that specific problem is not going to change on a near future. …

Static Libraries In C

3 min read

Bibliotecas estáticas, qué es y cómo usarlo.
Bibliotecas estáticas, qué es y cómo usarlo.

Jun 11, 2020

How GCC do it’s job

It’s a very easy job use a command like gcc and execute your file but do you know how actually this command works?. I will try to explain in a lit bit deeper detail how this job is performed. The process is composed by 4 steps, that four steps perform…

Gcc

4 min read

How GCC do it’s job
How GCC do it’s job

Jun 9, 2020

Hard vs Symbolic Links

Sometimes we need to use a link to the files in order to have a quick access to them, Linux give us a way to links files/folders with a special command called ln. This command allow us to create symbolic or hard links , and we will try to show…

Links

3 min read

Hard vs Symbolic Links
Hard vs Symbolic Links

Jun 8, 2020

How to list files having a bunch of them , without die trying.

On my first work , one of my first tasks was order, adjust and edit thousands and thousands of files in a computer that have a Linux distribution system, that files have to fullfill an amount of characteristics, some of them were: name of files that starts with an specific…

Shell

3 min read

How to list files having a bunch of them , without die trying.
How to list files having a bunch of them , without die trying.
Jiseth Peña

Jiseth Peña

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable