Krzysztof Łuczak

DevOps

07.02.2023

Useful links #23

FFmpeg - The Ultimate Guide https://img.ly/blog/ultimate-guide-to-ffmpeg/ Awesome MacOS command line https://git.herrbischoff.com/awesome-macos-command-line/about Share files directly from your device to anywhere https://toffeeshare.com/...

07.12.2022

Useful links #22

Turn around your Git mistakes in 17 ways https://dev.to/smitterhane/turn-around-your-git-mistakes-in-17-ways-2mn1 Everything important about Redis https://architecturenotes.co/redis/ DevOps Roadmap https://github.com/milanm/DevOps-Roadmap DORA - DevOps...

04.10.2022

Useful links #21

Making API calls with Terraform provider https://registry.terraform.io/providers/devops-rob/terracurl/latest/docs Git-Flow, GitHub-Flow, Gitlab-Flow and Trunk Based Development explained https://steven-giesel.com/blogPost/ff50f268-c0bf-44d8-a5b8-41554ab50ba8 A script that helps...

26.08.2022

Useful links #20

An image cropper for content creators https://cropper.madza.dev/ Open source Kubernetes monitoring, troubleshooting, and automation platform https://github.com/robusta-dev/robusta Scale down or delete...

03.06.2022

Useful links #19

A cli to provision and manage local developer environments https://github.com/raiyanyahya/freshenv Kubernetes - Research documents on node instance types, managed services,...

08.04.2022

Useful links #18

Color generator for website etc https://huemint.com/ Awesome Terraform https://github.com/shuaibiyy/awesome-terraform/ Terraform best practices - GREAT!! https://www.terraform-best-practices.com// Convert CURL command to code...

26.02.2022

Useful links #17

Map of the Infrastructure (Electricity, Antennas) https://openinframap.org/#6.18/51.988/19.269 Add emoji, text, timer to your camera https://meet.cam/ To Do, Task Management (rather...

17.01.2022

Useful links #16

Simple app for mind maps https://www.mindmaps.app/ A simple and elegant open-source markdown editor that focused on speed and usability. https://github.com/marktext/marktext...

28.12.2021

Useful links #15

converters, decoders, encoders, encrypting https://gchq.github.io/CyberChef/ generate SVG, backgrounds, templates - for web designers https://fffuel.co/ a self hosted virtual browser that...

30.11.2021

Useful links #14

tool that allows any two computers to simply and securely transfer files and folders https://github.com/schollz/croc THC’s favourite Tips, Tricks &...

29.10.2021

Useful links #13

Open source API development ecosystem - similiar to Postman https://github.com/hoppscotch/hoppscotch Tool to find origin servers of websites protected by Cloudflare...

15.10.2021

Lista ciekawych Static Site Generator'ów

Ku pamięci mojej oraz dla Waszej informacji. Przedstawiam Wam listę Static Site Generator’ów, które moim zdaniem są warte zainteresowania. Lektor...

15.10.2021

Lista ciekawych Flat File CMS

Ku pamięci mojej oraz dla Waszej informacji. Przedstawiam Wam listę Flat File CMS’ów, które moim zdaniem są warte zainteresowania. getgrav.org...

13.10.2021

Useful links #12

SAST tool for detecting hardcoded secrets like passwords, api keys, and tokens in git repos https://github.com/zricethezav/gitleaks Reverse Shell Generator https://www.revshells.com/...

13.10.2021

Mysqldump without locks

Command mysqldump --compress --quick --triggers --routines --lock-tables=false --single-transaction -h HOST -pPORT -uUSER -p YOUR_DATABASE_NAME Source https://ma.ttias.be/mysqldump-without-table-locks-myisam-innodb/

25.09.2021

Useful links #11

YouTube channel with short IT tech videos https://www.youtube.com/c/TechWorldwithNana/videos Like jq, but for HTML https://github.com/mgdm/htmlq Miller is like awk, sed, cut,...

02.07.2021

Useful links #10

The easiest way to identify anything (files) https://github.com/bee-san/pyWhat Filozofia systemu Unix https://pl.xcv.wiki/wiki/Unix_philosophy Understanding Software Engineering - teoria, procesy, itp https://dev.to/ankushsinghgandhi/software-engineering-3gbm...

14.05.2021

Useful links #9

FFmpeg cheat sheet https://gist.github.com/steven2358/ba153c642fe2bb1e47485962df07c730 Simple online tool for creating sequence diagrams https://swimlanes.io/ Simple and Effective Cron Job Monitoring https://healthchecks.io/ The...

24.04.2021

Useful links #8

Free and Open Source Speedtest https://librespeed.org/ Help with debugging in Python - Never use print() to debug again https://github.com/gruns/icecream Tool...

29.03.2021

Useful links #7

Rich is a Python library for rich text and beautiful formatting in the terminal https://github.com/willmcgugan/rich Typer, build great CLIs. Easy...