Skip to content

Instantly share code, notes, and snippets.

View imansyaefulloh's full-sized avatar

Iman Syaefulloh imansyaefulloh

View GitHub Profile
@imansyaefulloh
imansyaefulloh / list.md
Created July 23, 2023 13:38 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@imansyaefulloh
imansyaefulloh / 00_etc-hosts.md
Created August 6, 2020 04:31 — forked from mul14/00_etc-hosts.md
/etc/hosts for Vimeo, Reddit, and Imgur.

Unblock Vimeo, Reddit, Imgur, dan NPM

Saya support Internet Positif untuk memblokir porn, situs judi, dan hal-hal ilegal lainnya. Tapi pemerintah dan ISP sangat konyol karena tidak mengizinkan akses ke Vimeo, Reddit, Imgur, Netflix--yang mana bukanlah situs dengan konten utama ilegal.

Linux / BSD / macOS

Tambahkan list di bawah ke /etc/hosts.

Windows

@imansyaefulloh
imansyaefulloh / script.js
Created May 24, 2019 19:01 — forked from QuantBits/script.js
BitMex USD Converter - For TemperMonkey
// ==UserScript==
// @name BitMex USD Converter
// @namespace https://bitmex.com/
// @version 0.11
// @description Get some sanity into your gambling.
// @author koinkraft
// @grant none
// @include https://bitmex.com/*
// @include https://www.bitmex.com/*
// @require https://code.jquery.com/jquery-2.1.4.min.js
@imansyaefulloh
imansyaefulloh / multiple-deploy-keys-multiple-private-repos-github-ssh-config.md
Created February 1, 2019 18:23 — forked from gubatron/multiple-deploy-keys-multiple-private-repos-github-ssh-config.md
How to configure multiple deploy keys for different private github repositories on the same computer without using ssh-agent

Let's say alice is a github.com user, with 2 or more private repositories repoN. For this example we'll work with just two repositories named repo1 and repo2

https://github.com/alice/repo1

https://github.com/alice/repo2

You need to be to pull from these repositories without entering a passwords probably on a server, or on multiple servers. You want to perform git pull origin master for example, and you want this to happen without asking for a password.

@imansyaefulloh
imansyaefulloh / postman_install.sh
Created August 29, 2018 20:25 — forked from oleg-sh-test/postman_install.sh
Postman install Ubuntu 18.04
#!/bin/bash
# Get postman app
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
sudo tar -xzf postman.tar.gz -C /opt
sudo ln -s /opt/Postman/Postman /usr/bin/postman
#Create a Desktop Entry
cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8
@imansyaefulloh
imansyaefulloh / UbuntuOnDell.md
Created August 28, 2018 16:11 — forked from cantbewong/UbuntuOnDell.md
How to install Ubuntu on a Dell laptop

Supported Models

Hundreds of Dell laptops are certified to run Ubuntu.

Certified laptop list

If you laptop is not on the list, or has been certified only on a backlevel version, this does not mean that it can't run Ubuntu, or can't run a newer version than the one listed as certified.

You can boot from the install media and choose the Try Ubuntu option to evaluate compatibility of a release with your laptop.

@imansyaefulloh
imansyaefulloh / xvfb
Created February 25, 2018 18:12 — forked from dloman/xvfb
### BEGIN INIT INFO
# Provides: Xvfb
# Required-Start: $local_fs $remote_fs
# Required-Stop:
# X-Start-Before:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Loads X Virtual Frame Buffer
### END INIT INFO
@imansyaefulloh
imansyaefulloh / .env.travis
Created February 17, 2017 06:22 — forked from gilbitron/.env.travis
Laravel 5 Travis CI config
APP_ENV=testing
APP_KEY=SomeRandomString
DB_CONNECTION=testing
DB_TEST_USERNAME=root
DB_TEST_PASSWORD=
CACHE_DRIVER=array
SESSION_DRIVER=array
QUEUE_DRIVER=sync