Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 905 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 905 Bytes
#include <stdio.h>

int main() {
  printf("Hello, World!");
  return 0;
}

About Me 🙋‍♂️

Hi, I'm Xealea, an amateur kernel Linux developer that love C code. I am currently studying at high school and exploring the world of Linux development in my free time.

Tools I Use

  • Gitpod for my code server
  • GPG for secure communication
  • Docker for containerization

Usage

Gitpod

To start my Gitpod workspace, click on the following link:

https://gitpod.io/#https://github.com/xealea/gitpod.git

GPG

To import my GPG public key, run the following command:

curl -s https://github.com/xealea.gpg | gpg --import

Docker

To pull my Debian Docker image, run the following command:

docker pull xealea/xea:02

Connect with Me