Skip to content

Instantly share code, notes, and snippets.

View buihuuloc's full-sized avatar
🎯
Focusing

Loc Bui buihuuloc

🎯
Focusing
  • Ha Noi, Viet Nam
View GitHub Profile
# YouTube (english) : https://www.youtube.com/watch?v=FtU2_bBfSgM
# YouTube (french) : https://www.youtube.com/watch?v=VjnaVBnERDU
#
# On your laptop, connect to the Mac instance with SSH (similar to Linux instances)
#
ssh -i <your private key.pem> ec2-user@<your public ip address>
#
# On the Mac
@buihuuloc
buihuuloc / jenkins-ec2-centos.sh
Created March 18, 2020 13:41 — forked from mevrians/jenkins-ec2-centos.sh
Install Jenkins on EC2 Centos Server (Amazon)
#!/bin/bash
# Install stable version
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo
sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
sudo yum install jenkins
# Install Java version 1.8
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jre-8u144-linux-x64.rpm"
sudo yum localinstall jre-8u144-linux-x64.rpm
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-x64.rpm"
sudo yum localinstall jdk-8u144-linux-x64.rpm
@buihuuloc
buihuuloc / Fastfile
Created February 2, 2018 04:40 — forked from dddnuts/Fastfile
Build ipa from Unity project with fastlane
fastlane_version "1.94.0"
default_platform :ios
platform :ios do
desc "Run Unity Editor tests"
lane :test_unit do
unity(
run_editor_tests: true
)
@buihuuloc
buihuuloc / Hackintosh
Created October 14, 2013 02:52
Hackintosh Tip
- Check Bootloader Version:
> bdmesg|head
@buihuuloc
buihuuloc / search
Created August 23, 2012 09:43
Submit with btn-group