가스공급시설에 Filter Separator 또는 Coalescing filter 등으로 구성품이 있음. 동일한 목적으로 보이는 기기지만 다양한 형태로 분류, 이름이 있고 명확하게 정의된 것이 없어서 인터넷 사이트에서 모아봄 - Filteration필터링은 이물질을 제거하는 것이고, 이를 필터에 가두어 더 이상 기기를 통과하지 못하는 것이다. - Separation은 Gas-Liquid (or Liquid-Liquid)에서 Liquid(water, hydrocarbon) 를 분리해 내는 것이다. 이 기능을 위해서 Gas supply쪽에서는 다음 2가지 방법이 주로 사용되는데 1) Mist Eliminator >> 격벽을 통해 분리해 내거나 Gas-Liquid일 때는 상분리 2) Coalescing >> ..
unzip의 사전설치가 필요. sudo apt install unzip으로 설치# admin 권한필요curl -s https://ohmyposh.dev/install.sh | bash -s# 위에 방법이 실패하면 사용자계정아래 설치하는 다음 문구로 설치curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin 설치하여 아래처럼 안내문구 보이면theme를 설정하고 bashrc에 관련 항목을 적어줘야 함.ubuntu@ubunt:~$ curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin⚠️ Installation directory /home/ubuntu/bin is not in your $PATHℹ..
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" _
https://code.visualstudio.com/docs/setup/linux Running Visual Studio Code on LinuxGet Visual Studio Code up and running on Linux.code.visualstudio.com sudo apt-get install wget gpg wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg sudo sh -c 'e..
코딩용 폰트로는 Mono(동일간격) 폰트가 장점이 많다.간단히 아래 설명글을 보면 좋음. https://azi.medium.com/proportional-vs-monospaced-numbers-when-to-use-which-one-in-order-to-avoid-wiggling-labels-e31b1c83e4d0 Proportional vs. Monospaced Numbers: When to use which one in order to avoid “Wiggling Labels”When to use which one in order to avoid “Wiggling Labels”azi.medium.com 아래 사이트에서는 각 폰트를 실제 테스트해보기 좋음 https://www.programming..