brew update
brew install pyenv
| #.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 |
| "Syntax Highlighting | |
| if has("Syntax") | |
| syntax on | |
| endif | |
| set autoindent | |
| set cindent | |
| set ts=4 | |
| set shiftwidth=4 | |
| #.bash_profile | |
| if [ -f ~/.bashrc ]; then | |
| . ~/.bashrc | |
| fi | |
| # ========== | |
| # ALIAS | |
| # ========== | |
| alias ll="ls -alv" |
Hyper-V κΈ°λ₯ νμ±νμ 2222 ν¬νΈλ₯Ό μμ½ν΄λ²λ €μ laradock μμ λͺ»μ°λκ² μμΈcmd κ΄λ¦¬μ κΆνμΌλ‘ μ€νnetsh int ipv4 show excludedportrange protocol=tcp μ€νν΄μ 2222 ν¬νΈ μμ½λμ΄ μλμ§ νμΈHyper-V μ’
λ£ β PC 리λΆνΈnetsh int ipv4 add excludedportrange protocol=tcp startport=2222 numberofports=1 μ€νν΄μ μ§μ κ΄λ¦¬ν¬νΈλ‘ λ±λ‘Hyper-V νμ±ν β PC 리λΆνΈnetsh int ipv4 show excludedportrange protocol=tcp μ€νν΄μ 2222 ν¬νΈκ° μ§μ κ΄λ¦¬ ν¬νΈλ‘ λΉ μ Έμλμ§ νμΈ// Create group with root and nodeuser as members
$ sudo groupadd certusers
$ sudo usermod -a -G certusers root
$ sudo usermod -a -G certusers nodeuser
// Make the relevant letsencrypt folders owned by said group.
$ sudo chgrp certusers /etc/letsencrypt/live/site.domain.com
$ sudo chgrp certusers /etc/letsencrypt/archive/site.domain.comupdate Window
in CMOS enable Virtualization Technology
Powershell or CMD open ad Admin
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
# μ¨λΌμΈ μ€ν μ΄λ₯Ό ν΅ν΄ λ€μ΄λ‘λν μ μλ Linux λ°°ν¬ν λͺ©λ‘
wsl -l -o | wsl --list --online