Skip to content

Instantly share code, notes, and snippets.

View ihorlaitan's full-sized avatar

IronSquirrel ihorlaitan

  • 127.0.0.1
View GitHub Profile
@ihorlaitan
ihorlaitan / LICENCE SUBLIME TEXT
Created June 20, 2018 13:07
Sublime Text 3 Serial key build is 3176
## Sublime Text 3 Serial key build is 3176
> * Added these lines into /etc/hosts
127.0.0.1 www.sublimetext.com
127.0.0.1 license.sublimehq.com
> * Used the license key
----- BEGIN LICENSE -----
@ihorlaitan
ihorlaitan / control
Created May 15, 2018 14:31
Comprehensive Debian control file example
Package: com.example.package
Name: Example Package
Description: An example package.
This longer description will load when a depiction URL is not specified.
Author: Ms. Example <[email protected]>
Maintainer: Example, Inc. <[email protected]>
Version: 1.0-1
Section: Addons (SpringBoard)
Pre-Depends: com.example.system
Depends: com.example.library
@ihorlaitan
ihorlaitan / index.html
Created April 10, 2018 17:59
Instagram (with Vue.js and CSSGram)
<div id="app">
<div class="app__phone">
<div class="phone-header">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Instagram_logo.svg/500px-Instagram_logo.svg.png" />
<p class="cancel-cta" v-if="step === 2 || step === 3" @click="goToHome">Cancel</p>
<p class="next-cta" v-if="step === 2" @click="step++">Next</p>
<p class="next-cta" v-if="step === 3" @click="sharePost">Share</p>
</div>
<transition name="fade">
<div class="feed" v-if="step === 1" v-dragscroll.y="true">
Use folowing Linux commands to repackage dep package:
1: Extract deb package
# dpkg-deb -x <package.deb> <dir>
2: Extract control-information from a package
# dpkg-deb -e <package.deb> <dir/DEBIAN>
3. After completed to make changes to the package, repack the deb
# dpkg-deb -b <dir> <new-package.deb>
@ihorlaitan
ihorlaitan / sketch-never-ending.md
Created September 26, 2017 10:52 — forked from Bhavdip/sketch-never-ending.md
Modify Sketch to never ending trial

###Sketch trial non stop

Open hosts files:

$ open /private/etc/hosts

Edit the file adding:

127.0.0.1 backend.bohemiancoding.com

127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com

@ihorlaitan
ihorlaitan / GBA4iOS 2.0 Install Instructions
Created May 27, 2017 21:18 — forked from WDUK/GBA4iOS 2.0 Install Instructions
Install GBA4iOS 2.0 with Developer Credentials
Have a developer account?
Want to run GBA4iOS 2.0 without needing to change your device date all the time?
Here's what you do!
1. Safari: Download the ipa file direct
http://gba4iosapp.com/download/GBA4iOS.ipa
2. Terminal: Unzip the ipa (it's just a zip file after all)
unzip -q GBA4iOS.ipa
@ihorlaitan
ihorlaitan / sierra_boot_usb.sh
Created May 6, 2017 21:07 — forked from ryanmaclean/sierra_boot_usb.sh
Create macOS Sierra USB Installation Disk
#!/bin/bash
## The drive will need to be named "USB"
## It should be over 8GB large
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/USB --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction
@ihorlaitan
ihorlaitan / create-iso.sh
Created April 27, 2017 12:18 — forked from julianxhokaxhiu/create-iso.sh
Simple bash script to create a Bootable ISO from macOS Sierra Install Image from Mac App Store
#!/bin/bash
#
# Credits to fuckbecauseican5 from https://www.reddit.com/r/hackintosh/comments/4s561a/macos_sierra_16a238m_install_success_and_guide/
# Adapted to work with the official image available into Mac App Store
#
# Enjoy!
hdiutil attach /Applications/Install\ macOS\ Sierra.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app
hdiutil create -o /tmp/Sierra.cdr -size 7316m -layout SPUD -fs HFS+J
hdiutil attach /tmp/Sierra.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/install_build
@ihorlaitan
ihorlaitan / Sublime Text 3 Build 3103 License Key - CRACK
Created April 27, 2017 11:19
Sublime Text 3 Build 3103 License Key - CRACK
I use the first
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04