Skip to content

Instantly share code, notes, and snippets.

View mklef121's full-sized avatar

Nwabueze Miracle mklef121

  • Lagos, Nigeria
View GitHub Profile
@mklef121
mklef121 / shell_script.md
Last active August 27, 2022 11:16
I have put together in this gist, practicals and theories you need to know to become a shell Ninja. This is because Shell Scripting allows you to encapsulate common lists of commands in a file, automate processes and build easily configurable tools.

BASH SCRIPTING-- Bourne-Again Shell

A shell script is a computer program designed to be run by the Unix/Linux shell. A shell is a command-line interpreter and typical operations performed by shell scripts include file manipulation, program execution, and printing text.

Unix/Linux shells include

  • The Bourne Shell
    • Bourne shell (sh)
    • Korn shell (ksh)
<div className="w-28 inline-block relative ">
<select className="leading-tight block appearance-none w-full bg-white border border-gray-200 px-3 py-2 pr-8 rounded">
<option>Choose Action</option>
<option>Delete</option>
<option>Edit</option>
</select>
<div className="pointer-events-none absolute top-2.5 right-0 flex items-center px-2 text-gray-400">
<svg className="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z" /></svg>
</div>
</div>
@mklef121
mklef121 / mongodb_cheat_sheet.md
Created November 21, 2020 17:59 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@mklef121
mklef121 / Jenkinsfile
Created October 31, 2020 20:29 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples