Giter Club home page Giter Club logo

cheat-sheets's Issues

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

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

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.

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

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).

Enhance Teleport guides

Enhance Teleport sections

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

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"

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.

Refactor Readme.md

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

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

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.