Skip to content

Instantly share code, notes, and snippets.

@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