Skip to content

Instantly share code, notes, and snippets.

View jsfag's full-sized avatar

Pushkin jsfag

View GitHub Profile
@jsfag
jsfag / android_instructions.md
Created October 21, 2019 10:00 — forked from patrickhammond/android_instructions.md
Easily setup an Android development environment on a Mac

Here is a high level overview for what you need to do to get most of an Android environment setup and maintained.

Prerequisites (for Homebrew at a minimum, lots of other tools need these too):

  • XCode is installed (via the App Store)
  • XCode command line tools are installed (xcode-select --install will prompt up a dialog)
  • Java

Install Homebrew:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

@jsfag
jsfag / sysctl.conf
Created June 29, 2018 11:14 — forked from kgriffs/sysctl.conf
Linux Web Server Kernel Tuning
# Configuration file for runtime kernel parameters.
# See sysctl.conf(5) for more information.
# See also http://www.nateware.com/linux-network-tuning-for-2013.html for
# an explanation about some of these parameters, and instructions for
# a few other tweaks outside this file. Increasing the TCP congestion
# window is particularly important.
# Protection from SYN flood attack.
net.ipv4.tcp_syncookies = 1