Skip to content

Instantly share code, notes, and snippets.

View vinicius-sabadim's full-sized avatar

Vinicius Sabadim Fernandes vinicius-sabadim

  • Amsterdam, Netherlands
View GitHub Profile
@bradtraversy
bradtraversy / ssh.md
Last active March 16, 2026 17:53
SSH & DevOps Crash Course Snippets

SSH Cheat Sheet

This sheet goes along with this SSH YouTube tutorial

Login via SSH with password (LOCAL SERVER)

$ ssh brad@192.168.1.29

Create folder, file, install Apache (Just messing around)

$ mkdir test

$ cd test

@addyosmani
addyosmani / README.md
Last active March 30, 2026 03:56 — forked from 140bytes/LICENSE.txt
108 byte CSS Layout Debugger

CSS Layout Debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Use $$ if your browser aliases it:

~ 108 byte version