Skip to content

Instantly share code, notes, and snippets.

@wey-gu
wey-gu / animated_connectors.md
Last active October 22, 2025 21:09
How to create diagrams like Alex Xu/bytebytego's great work

Tool: draw.io

Animate the connectors

Animating your connectors is great for demonstrating directional flow charts, electrical circuits and more. To animate your connectors:

  1. Click on the connector you wish to animate. Hold Ctrl or Cmd and click to select multiple connectors
  2. On the right-hand side go to Style > Property and click on the arrow to expand the field
  3. Scroll down to Flow Animation and check the box
@WenWangxin
WenWangxin / closing-2022-and-whishes.markdown
Created December 25, 2022 15:50
Closing 2022 and Whishes

Closing 2022 and Whishes

Last codepen challenge of the year. Mixxed some stuff here and there to stress the GPU. Just for fun, not entend, nor suggested, to play with this on production.

Btw, Xmas is there, will Santa's comes to you?

A Pen by Dennys Dionigi on CodePen.

@Bes0n
Bes0n / EX200.md
Last active May 9, 2022 04:55
Preparation for RHCSA based on RHEL 8

EX 200

Lesson 2 - Understanding and Using Essential Tools on RHEL 8

Accessing Linux Systems
  • ssh-keygen - generate ssh key
  • ssh-copy-id web_user@monolith - copy ssh key on remote host
  • ssh web_user@monolith cat /etc/redhat-release - get release info via ssh
  • scp web_user@monolith:/home/web_user/*.gz . - copy any tar files from remote machine on your working directory
  • sftp db_user@monolith - access remote host via secure FTP protocol
  • mget *.gz - grab all files via sftp with .gz extension
@jamiedevsandbox
jamiedevsandbox / really-interesting-repos
Last active July 14, 2024 20:48
Curated list of impressive repositories
https://github.com/github/training-kit
https://github.com/AdguardTeam/AdGuardHome
https://github.com/TH3xACE/SUDO_KILLER
https://github.com/simbody/simbody
https://github.com/matthieu-hackwitharts/Win32_Offensive_Cheatsheet