Skip to content

Instantly share code, notes, and snippets.

View blackc0mb's full-sized avatar

Tonatiuh Morales blackc0mb

View GitHub Profile
@blackc0mb
blackc0mb / media-query.css
Created December 27, 2020 19:22 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@blackc0mb
blackc0mb / picommands.md
Last active May 1, 2021 20:05
Useful commands to manage Raspberry PI

Useful commands to manage Raspberry PI

Update the system package list

sudo apt update

Upgrade the installed packages

sudo apt full-upgrade
@blackc0mb
blackc0mb / windows-shorcuts.md
Last active May 1, 2021 20:06
Useful windows shortcuts

Useful windows shortcuts

Open action center Windows key+A

Open file explorer Windows key+E

Open game bar (screen capture tool) Windows key+G

@blackc0mb
blackc0mb / dev-resources.md
Last active May 1, 2021 20:04
Useful development resources