Skip to content

Instantly share code, notes, and snippets.

View tkiapril's full-sized avatar
💭
Standing in between

Seo Myunggyun (Jonathan) tkiapril

💭
Standing in between
View GitHub Profile
@tkiapril
tkiapril / docker-1_1.6.2-2-armv7h.pkg.tar.xz
Last active August 29, 2015 14:23
Docker 1.6.2 packages for Arch Linux ARM
This file has been truncated, but you can view the full file.
@tkiapril
tkiapril / gist:f9718e11ccc172b38c77
Last active June 24, 2020 04:51
How to install Arch Linux ARM quick - in a tkistic style

How to install Arch Linux ARM quick on Odroid XU3-Lite with an external HDD - in a tkistic style

This article derives from this article - where typical x86-64 Arch Linux Installation is described. The procedure is a bit simillar, a bit different - if the original article is revised, the changes may also be applied to this article.

This guide is based on Arch Linux ARM on Odroid XU3-Lite board: I cannot

@tkiapril
tkiapril / enha-to-namu.js
Created May 13, 2015 11:22
엔하위키 미러 -> 나무위키 redirect userscript
// ==UserScript==
// @name Redirect to Namu Wiki
// @namespace tki
// @include https://mirror.enha.kr/wiki/*
// @version 1
// @grant none
// ==/UserScript==
window.location = "https://namu.wiki/w/" + window.location.href.replace(/([^\/]*\/){4}/, '')
@tkiapril
tkiapril / imgur-better-ux.js
Created April 1, 2015 08:11
Imgur click username goto images
// ==UserScript==
// @name imgur click username goto images
// @namespace tkism.org
// @include http://imgur.com/
// @include http://*.imgur.com/
// @include https://imgur.com/
// @include https://*.imgur.com/
// @version 1
// @grant none
// ==/UserScript==
@tkiapril
tkiapril / readable-lfs.css
Created April 1, 2015 08:07
Readable LFS Stylish Stylesheet
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("http://(?:www\\.)?(?:linuxfromscratch\\.org/(?:[bh])?lfs|clfs\\.org)/view/.+?/.*") {
html {
display: table;
margin: auto;
}
body {
min-width: 790px;
min-width: 790px;
@tkiapril
tkiapril / instructions.md
Created February 3, 2015 16:33
How to update computers with factory configured WimBoot to Windows 10 Technical Preview 9926 without clean install (on X205)

'''Disclaimer: You should not try this if you don't have a good knowledge about computers, how to install, manipulate WIM images, and use DISM. I have NO GURANTEE that your mileage might not vary. I CANNOT support you if you mess something up. Before trying, please read the whole description at least once. DO IT ON YOUR OWN RISK.'''

by tki.

  1. Follow these steps to un-wimbootify your computer: http://www.zipmagic.co/forums/viewtopic.php?t=75&p=192 (these steps are from my attempt to find a way to un-wimbootify my computer: please tell me if you have any other method without having to install a external program.)
  2. After a backup, Remove Recovery Partition.
  3. Extend your OS partition.
  4. (Optional, Probably not needed. I did this while bashing around to find a way to update to Windows 10.) With DISM, capture your uncompressed system image and install it using Windows 8.1 installer. You'll probably need two USBs if your WIM image is larger than 4GB; the hard limit of the size of a single file in FAT32. Form
@tkiapril
tkiapril / keybase.md
Last active September 18, 2019 04:52

Keybase proof

I hereby claim:

  • I am tkiapril on github.
  • I am tki (https://keybase.io/tki) on keybase.
  • I have a public key whose fingerprint is 3F54 9250 5A17 9523 CFB3 3CAC 8902 4B64 2475 5ADB

To claim this, I am signing this object:

@tkiapril
tkiapril / install-arch-linux-tkistic-style.md
Last active August 29, 2015 14:05
How to install Arch Linux quick - in a tkistic style

How to install Arch Linux quick - in a tkistic style

Install base system

  1. First, get a latest, fresh ISO image.

  2. Boot.