Skip to content

Instantly share code, notes, and snippets.

View muhammad-syaifudin's full-sized avatar

Muhammad Syaifudin muhammad-syaifudin

  • 15:20 (UTC +07:00)
View GitHub Profile
@ThePredators
ThePredators / readme-mde.md
Last active October 18, 2025 13:48
Setup Mobile Development Environment

⭐ Setup Mobile Development Environment

⚠️ The following configuration has been tested on Intel, M1 & M2 Ships ⚠️

Pre-requisit :

If you have any issues with macOS, or need anything related to it check this documentation

Install Xcode Command Line tools :

@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active October 30, 2025 22:09
Building a react native app in WSL2
@bluenex
bluenex / android-dev-osx.md
Last active August 10, 2025 07:12
Setting up Android dev environment without Android Studio via brew on Mac OSX [Android Virtual Device (AVD) included]

Prerequisites

  • Homebrew

Android SDK

Install JAVA

First, install JAVA. Note that Android SDK is not yet supported JAVA 10, so install JAVA 8:

sudo yum install libevent-devel git gcc
cd ~
git clone https://github.com/semigodking/redsocks.git
cd redsocks
make
nohup ./redsocks2 -c redsocks2.conf &
@fearblackcat
fearblackcat / proxy_for_terminal.md
Last active July 9, 2025 00:20
Set proxy for terminal on mac

Shadowsocks Proxy

apt-get install python-pip
pip install shadowsocks

sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start
@evantoli
evantoli / GitConfigHttpProxy.md
Last active October 16, 2025 09:11
Configure Git to use a proxy

Configure Git to use a proxy

In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like:

@Khoulaiz
Khoulaiz / gist:41b387883a208d6e914b
Last active August 30, 2024 01:05
Checking ports without telnet

Here are several different ways to test a TCP port without telnet.

$ cat < /dev/tcp/127.0.0.1/22
SSH-2.0-OpenSSH_5.3
^C

$ cat &lt; /dev/tcp/127.0.0.1/23