Skip to content

Instantly share code, notes, and snippets.

View nopedev's full-sized avatar
💭
뿜뿜

nope nopedev

💭
뿜뿜
View GitHub Profile
@Rajeshr34
Rajeshr34 / getBase64.sh
Created October 26, 2017 05:32
Google App signing der file to Facebook base64
type deployment_cert.der | openssl sha1 -binary | openssl base64
@first087
first087 / README.md
Created December 29, 2016 02:21
Script for attach drive D: into Docker Toolbox for Windows

How to use script

  1. Run Docker Toolbox from shortcut Docker Quickstart Terminal
  2. Shutdown boot2docker docker-machine stop
  3. Open VirtualBox and goto Settings of default machine
  4. At Shared Folders menu, click + icon, Select folder path to drive D: and set folder name is d, checked all options
  5. Copy attach-drive-d.sh script to Docker Toolbox folder (C:\Program Files\Docker Toolbox)
  6. Edit start.sh add command sh attach-drive-d.sh before finalize step
  7. Run Docker Toolbox from shortcut Docker Quickstart Terminal again
  8. Have fun!!!
@KennethanCeyer
KennethanCeyer / .bash_profile
Last active April 4, 2018 02:06
bash_profile for MAC users
#.bash_profile
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
#============================================================
#
# ALIASES AND FUNCTIONS
# Arguably, some functions defined here are quite big.
# If you want to make this file smaller, these functions can