Giter Club home page Giter Club logo

cheat-sheets's Introduction

Christian Lempa

Welcome

Hey, there!

I’m Christian, and I’m passionate about creating educational tech content for IT Pros and Homelab nerds.

Through my YouTube channel, I’m sharing engaging videos, tutorials, and write-ups that make complex topics easy to understand. Whether you're a tech enthusiast or just someone curious about IT, my content offers valuable insights and practical knowledge.

Why am I doing all this? Because I just have a genuine love for IT and sharing my knowledge with others. I believe that by presenting what I've learned, I can inspire people to explore and experiment with technology themselves.

https://youtube.com/@christianlempa

Meet our Community

And because I believe in the power of connection and collaboration, I’ve created a tech community on Discord. It's a fantastic place to connect with other IT professionals, tech enthusiasts and others who share your passion.

https://christianlempa.de/discord

Write-Ups and Tutorials

Also, don't forget to check out my written tutorials and documentation. These resources serve as valuable references that complement the information in my videos. You'll find helpful example code snippets, templates, and more to support your learning process.

  • Dotfiles - My personal configuration files on macOS
  • Boilerplates - Templates for various projects like Docker, K8S, Ansible, etc
  • Cheat-Sheets - Command Reference for various tools and technologies
  • Videos - Documentation and project files for all my video tutorials on YouTube
  • Homelab - This is my entire Homelab documentation, and configurations for infrastructure, applications, networking, and more.

Support me and make a difference

Creating high-quality videos and valuable resources that are accessible to everyone, free of charge, is a huge challenge. With your contribution, I can dedicate more time and effort into the creation process, which ultimately enhances the quality of the content. So, all your support, by becoming a member, truly makes a significant impact on what I do. And you’ll also get some cool benefits and perks in return, as a recognition of your support.

Remember, supporting me is entirely optional. Your choice to become a member or not won't change your access to my videos and resources. You are also welcome to reach out to me on Discord, if you have any questions or feedback.

https://www.patreon.com/christianlempa

cheat-sheets's People

Contributors

ahmedelzagh avatar alexbigkid avatar alpha-mo avatar christianlempa avatar coniass avatar cschug avatar davvied avatar didoux avatar doctorfree avatar doctorftb avatar evey-pea avatar fronix avatar harshrajbedi avatar icy-comet avatar jesb1n avatar landaal-ict avatar mbreemhaar avatar migdal-or avatar njmsaikat avatar ostronaut avatar puneet2715 avatar rapjul avatar ruben279 avatar sakthirathinam avatar siancu avatar sosbgit avatar thedatabaseme avatar watcodedatcode avatar zairahira avatar zivsimchoni avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cheat-sheets's Issues

linuxbasics syntax

You have netplay apply under networking. It should be netplan but also if you use netplan try it will revert back in 120 seconds without user input. This will help if there is an error in the config (especially on a headless unit).

Obsidian internal links in GitHub

One thing that I'm not really clear on - is the intent of the cheat-sheets to be viewed in GitHub markdown or in Obsidian markdown. I absolutely appreciate the Obsidian markdown as it makes using the cheat-sheets in Obsidian painless.

I think that may be the reason that in the BigSync PR #64 that doctorfree had changed all of the Obsidian internal links into relative GitHub markdown links.

Enhance Teleport guides

Enhance Teleport sections

  • Installation
  • Configuration
  • App Service
  • AD
  • AI Assist
  • Passwordless
  • Server
  • Kubernetes
  • DB (WIP)

AWK Cheat Sheet missing from repo

I just noticed that your AWK Cheat Sheet (PDF) link isn't working. I think you're using Obsidian with this repo, but the assets folder isn't included.

Currently it links to https://github.com/ChristianLempa/cheat-sheets/blob/main/linux/assets/awk.cheat.sheet.pdf

openssl missing equal sign error while generating cert

Getting following error while running

$openssl x509 -req -sha256 -days 3650 -in cert.csr -CA ca.pem -CAkey ca-key.pem -out cert.pem -extfile extfile.cnf -CAcreateserial
x509: Error on line 1 of config file "extfile.cnf"
CC580000:error:07000065:configuration file routines:def_load_bio:missing equal sign:crypto\conf\conf_def.c:513:HERE-->��sline 1

tried different version of openssl and tried building openssl but still same error. anyone have any idea what's going on?

here's the contents of extfile.cnf

subjectAltName=DNS:*.puvvadi.local,IP:10.20.10.246

creating html cheatsheet

This repository contains all you need for starting an html page

  1. h tag
  2. p tag
  3. lists
  4. forms
  5. colors
  6. footer
  7. br , hr
  8. comments
  9. tables

Error to restore a container from backup

first of all i want to apologize for my bad explanation and my bad English.

When I try to restore a volume docker from backup a had the following error:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "bash": executable file not found in $PATH: unknown.

the command who I used is:

docker run --rm --volumes-from CONTAINER -v $(pwd):/backup busybox bash -c "cd CONTAINERPATH && tar xvf /backup/backup.tar --strip 1"

from the file infrastructure > docker > docker-cli.md

to solve this problem i used the following command:

docker run --rm --volumes-from CONTAINER -v $(pwd):/backup busybox /bin/sh -c "cd CONTAINERPATH && tar xvf /backup/backup.tar --strip 1"

Why are cheat-sheets folders empty

@question After watching your YouTube videos, I came here to find the corresponding documentation, only to find that most of the folders were empty. Your videos indicate that we don't need to write everything down because it will be documented, but when I click on the links, it brings me to empty folders. Is this a short-term thing while you migrate to a new structure, or what is happening? Also, while in transition it would be helpful if you marked each folder name with tags like _WIP, _ToBeUpdated, or some indication that showed which folders contain content vs. just being empty.

Update doc (Restore Volume)

Hi,

Restore container from backup

Restore the volume with a tarball archive. docker run --rm --volumes-from CONTAINER -v $(pwd):/backup busybox bash -c "cd CONTAINERPATH && tar xvf /backup/backup.tar --strip 1"

replace bash by sh

Refactor Readme.md

Add new Readme that includes a tutorial for obsidian, logseq, and joplin to add cheat-sheets to the vault.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.