Skip to content

Instantly share code, notes, and snippets.

View gatodeveloper's full-sized avatar

Diego Santiesteban gatodeveloper

View GitHub Profile
@gatodeveloper
gatodeveloper / messages.css
Last active May 3, 2017 13:59
messages.css
#wife{
right: 100%;
margin: 0;
}
.fear{
display: none;
}
.ninja{
@gatodeveloper
gatodeveloper / web-servers.md
Created June 16, 2017 21:52 — forked from willurd/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
@gatodeveloper
gatodeveloper / README.md
Created June 23, 2017 03:41 — forked from erichrobinson/README.md
SwitchResX Configuration

#SwitchResX Settings for LG 21:9 UltraWide

SwitchResX is a utility that allows users to override the default resolution settings in OSX. For more information, including download links, vist http://www.madrau.com/ .

##Disabling System Integrity Protection (SIP)

If you are running OSX 10.11 or higher, SIP must be disabled. To disable SIP do the following:

  • Boot into the recovery partition by pressing CMD + R when starting up your Mac.
  • Once in recovery mode, open a terminal window.
  • Type the command csrutil disable