From 9c308dfba3e1361b50d17d2c077f241ec4fe98df Mon Sep 17 00:00:00 2001 From: jhuaman Date: Sun, 26 Nov 2023 07:06:10 -0500 Subject: [PATCH 1/3] Mi perfil de GitHub --- github-profiles/pandaman-1897.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 github-profiles/pandaman-1897.md diff --git a/github-profiles/pandaman-1897.md b/github-profiles/pandaman-1897.md new file mode 100644 index 000000000..a440d5f48 --- /dev/null +++ b/github-profiles/pandaman-1897.md @@ -0,0 +1,31 @@ +https://github.com/jhuamancc +# Hello, I'm Jorge Huaman, +I help developers to improve their skills while creating quality products. +I'm a Full-stack Java Developer from Peru. + + +## Skills + +* Java +* Javascript +* Angular + +## Shell Commands +Shell commands are instructions entered and executed in a command-line interface, allowing users to interact with the operating system. These commands perform various tasks such as file manipulation, program execution, system configuration, and more. + +| Command | Description | +| ------ | ------ | +| `ls` | List files and directories in the current directory. | +| `cp` | Copy files or directories from one location to another. | +| `mv` | Move or rename files and directories. | +| `rm` | Remove (delete) files or directories. | +| `cat` | Display the contents of a file. | + +## Command Aliases + +Command aliases are short names or abbreviations assigned to longer or more complex commands. They provide a convenient way to execute frequently used or lengthy commands with shorter and easier-to-remember names. Aliases enhance command-line efficiency by reducing the amount of typing required for common tasks. + +| Alias | Command | Description | +| ------ | ------ |------ | +| `cafe` | cat /dev/urandom \| hexdump \| grep "ca fe" | Searches for "ca fe" in randomly generated data from /dev/urandom. | +| `cl` | clear | Clears the terminal screen. |git \ No newline at end of file From 8e08baf2f4043595843037fafaef25381bba89f8 Mon Sep 17 00:00:00 2001 From: jhuaman Date: Sun, 26 Nov 2023 11:56:43 -0500 Subject: [PATCH 2/3] Add index.html --- .../README.md} | 0 github-profiles/pandaman-1897/index.html | 88 +++++++++++++++++++ 2 files changed, 88 insertions(+) rename github-profiles/{pandaman-1897.md => pandaman-1897/README.md} (100%) create mode 100644 github-profiles/pandaman-1897/index.html diff --git a/github-profiles/pandaman-1897.md b/github-profiles/pandaman-1897/README.md similarity index 100% rename from github-profiles/pandaman-1897.md rename to github-profiles/pandaman-1897/README.md diff --git a/github-profiles/pandaman-1897/index.html b/github-profiles/pandaman-1897/index.html new file mode 100644 index 000000000..ac793c4b4 --- /dev/null +++ b/github-profiles/pandaman-1897/index.html @@ -0,0 +1,88 @@ + + + + + + + Jorge Huaman + + + + +

Hello, I'm Jorge Huaman

+

I help developers to improve their skills while creating quality products. I'm a Full-stack Java Developer from + Peru.

+ +

Skills

+ + +

Shell Commands

+

Shell commands are instructions entered and executed in a command-line interface, allowing users to interact with + the operating system. These commands perform various tasks such as file manipulation, program execution, system + configuration, and more.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CommandDescription
lsList files and directories in the current directory.
cpCopy files or directories from one location to another.
mvMove or rename files and directories.
rmRemove (delete) files or directories.
catDisplay the contents of a file.
+ +

Command Aliases

+

Command aliases are short names or abbreviations assigned to longer or more complex commands. They provide a + convenient way to execute frequently used or lengthy commands with shorter and easier-to-remember names. Aliases + enhance command-line efficiency by reducing the amount of typing required for common tasks.

+ + + + + + + + + + + + + + + + + + + + + +
AliasCommandDescription
cafecat /dev/urandom | hexdump | grep "ca fe"Searches for "ca fe" in randomly generated data from /dev/urandom.
clclearClears the terminal screen.
+ + + + \ No newline at end of file From 5d7092f339b1fd8f9eddf8b687bfd1676750a583 Mon Sep 17 00:00:00 2001 From: jhuaman Date: Sun, 26 Nov 2023 13:47:09 -0500 Subject: [PATCH 3/3] Add style.css --- github-profiles/pandaman-1897/index.html | 1 + github-profiles/pandaman-1897/style.css | 73 ++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 github-profiles/pandaman-1897/style.css diff --git a/github-profiles/pandaman-1897/index.html b/github-profiles/pandaman-1897/index.html index ac793c4b4..c112c5ce3 100644 --- a/github-profiles/pandaman-1897/index.html +++ b/github-profiles/pandaman-1897/index.html @@ -4,6 +4,7 @@ + Jorge Huaman diff --git a/github-profiles/pandaman-1897/style.css b/github-profiles/pandaman-1897/style.css new file mode 100644 index 000000000..ff6ffe47d --- /dev/null +++ b/github-profiles/pandaman-1897/style.css @@ -0,0 +1,73 @@ +body { + margin: 0 auto; + max-width: 50em; +} + +body { + font-family: "Helvetica", "Arial", sans-serif; +} + +body { + line-height: 1.5; + padding: 4em 1em; +} + +h2 { + margin-top: 1em; + padding-top: 1em; +} + +body { + line-height: 1.5; + padding: 4em 1em; +} + +h2 { + margin-top: 1em; + padding-top: 1em; +} + +h1, +h2, +strong { + color: #333; +} + +code, +pre { + background: #eee; +} + +code { + padding: 2px 4px; + vertical-align: text-bottom; +} + +pre { + padding: 1em; +} + +a { + color: #e81c4f; +} + +body { + color: #566b78; +} + +code, +pre { + background: #f5f7f9; + border-bottom: 1px solid #d8dee9; + color: #a7adba; +} + +pre { + border-left: 2px solid #69c; +} + +@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500'; + +body { + font-family: "Roboto", "Helvetica", "Arial", sans-serif; +} \ No newline at end of file