This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## https://wiki.winehq.org/Ubuntu | |
| ## μ λ§ν¬λ₯Ό ν΅ν΄ μλ μ€μΉ λ°©λ²μ΄ μ΅μ μΈμ§, λ²μ or OSμ μΌμΉνλμ§ νμΈν κ²!! | |
| # apt μ μ₯μ μΆκ° (μ΄μ체μ λ³ μμ΄!!) | |
| sudo sh -c 'echo "deb https://dl.winehq.org/wine-builds/ubuntu/ focal main" > /etc/apt/sources.list.d/winehq.list' | |
| # gpg key μΆκ° | |
| wget -qO - https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/winehq.gpg > /dev/null | |
| # winehq stable μ€μΉ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create bookmark like | |
| ## name: (whatever you want) | |
| ## URL: (copy & paste codes below) | |
| javascript: (function () { | |
| var text = prompt('Search for:', ''); | |
| if (text == null || text.length == 0) return; | |
| var spans = document.getElementsByClassName('labnol'); | |
| if (spans) { | |
| for (var i = 0; i < spans.length; i++) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mohaveλ κ±°μ λ°λ‘ λμ§λ§, Catalinaλ μ λ³Όκ² μ’ λ§λ€.. | |
| κΉν λ ν¬ | |
| https://github.com/jloisel/t440p | |
| Kext λ³κ²½ λ΄μ | |
| - AppleALC 1.2.8λ‘ λ€μ΄κ·Έλ μ΄λ (μ μκΈ° μ 컀λν¨λ λ¬Έμ ) | |
| https://github.com/acidanthera/AppleALC | |
| - BrcmPatch Catalinaμ λ§κ² κ΅μ²΄ : ..Data, ..RAM3, ..Injector (Catalinaμμ DW1820A λΈλ£¨ν¬μ€/μμ΄νμ΄ λ¬Έμ ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install defaults | |
| brew install zsh | |
| # install oh-my-zsh | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
| # zsh-autosuggestions | |
| git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions | |
| # zsh-syntax-highlighting (λͺ λ Ήμ΄ μμ νμ΄λΌμ΄ν ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ######################################################## | |
| # | |
| ##### Overall Steps ##### | |
| # | |
| # (shutdown) | |
| # 1. ncloud μ½μμμ "λμ€ν¬" ν¬κΈ° νμ₯ | |
| # (boot, umount) | |
| # 2. λμ€ν¬μ "νν°μ " ν¬κΈ°λ₯Ό νμ₯λ λμ€ν¬ ν¬κΈ°λ§νΌ ν€μ°κΈ° | |
| # 3. ν΄λΉ νν°μ μ "νμΌ μμ€ν " ν¬κΈ°λ₯Ό νμ₯λ νν°μ ν¬κΈ°λ§νΌ ν€μ°κΈ° | |
| # (mount) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 2TiB μ΄μμ νν°μ μ κΈ°μ‘΄ MBR λ°©μμ νν°μ ν μ΄λΈμμ μΈμμ λͺ»ν¨. (fdiskμμ μ§μνλ λ°©μ) | |
| # λ°λΌμ, GPT λ°©μ νν°μ ν μ΄λΈμ μμ±ν΄μ€μΌνκΈ° λλ¬Έμ parted μ νΈλ¦¬ν°λ₯Ό μ¬μ©ν΄μΌ ν¨ | |
| # λμ€ν¬ μ°κ²° | |
| # λμ€ν¬, νν°μ νμΈ | |
| fdisk -l | |
| # λμ€ν¬ μ 보 νμΈ (MBR or GPT) | |
| parted /dev/sdb print |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Assume you are ROOT! | |
| vim /etc/ssh/sshd_config | |
| # ClientAliveInterval 300 | |
| # ClientAliveCountMax 6 | |
| service ssh status | |
| service ssh restart | |
| vim ~/.bashrc | |
| # HISTSIZE=-1 (μμ ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " no VI compatible mode | |
| set nocompatible | |
| " indentation | |
| set autoindent | |
| filetype plugin indent on | |
| " numbers to be saved commands, search patterns | |
| set history=100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./cleos.sh multisig propose givemoney '[{"actor": "grandlion111", "permission": "active"},{"actor": "grandlion112", "permission":"active"}]' '[{"actor": "babylion1234", "permission": "active"}]' eosio.token transfer '{"from":"babylion1234", "to":"lazylion1234", "quantity":"25.0000 EOS", "memo":"We love you"}' -p grandlion111@active |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "threshold": 2, | |
| "keys": [], | |
| "accounts": [ | |
| { | |
| "permission": { | |
| "actor": "grandlion111", | |
| "permission": "active" | |
| }, | |
| "weight": 1 |