# Screen

반응형 웹(Responsive Web)
최근 절대 허용하지 않을 것 같던 '애플'도 허용한만큼 웹을 어느 기기에서도 사용할 수 있도록 만드는 것의 중요성이 더욱 높아지고 있죠! 때문에 기기마다 다른 화면을 맞추기 위해 viewport의 개념을 더 잘 이해할 필요가 있습니다 아래 사진의 viewport, 눈에
screen 자주 사용 명령
작성일: 2022-05-29$ screen -S 이름$ screen -R 이름$ screeen -list$ exit
iOS notification center screen 보여질 때 didBecomeActiveNotification 호출되는 문제
iOS 화면 상단을 손가락으로 쓸어내리면 (swipe down) 알림 센터가 보여지게 된다. 이때 화면 하단으로 알림 센터를 완전히 내리게 되면 didBecomeActiveNotification 이 호출 되버린다.

[Linux] Screen 사용법
Screen 이란? linux(ubuntu)나 mac os에서 사용하는 명령어로, 세션을 자유롭게 열고 터미널의 화면분할 등 다양한 곳에 활용될 수 있다. 예전에 프로젝트를 할 때에는 이와 비슷한 기능을 하는 tmux 를 잘 사용했었던 경험이 있어서 그렇게 낯설지는
리눅스 screen 명령어
How to install screencheck if it is installed on your systemscreen --version If you don’t have screen, install itsudo apt install screenStarting linux
Using the scrollwheel in GNU Screen
Q. How can I setup GNU screen to allow the mouse's scrollwheel to scroll around in the scrollback buffer? I tried to Google about this, but most hits
How to fix "Cannot open your terminal '/dev/pts/0' - please check."
link to fix: https://thedbadmin.com/how-to-fix-cannot-pen-your-terminal-dev-pts-2-please-check/thedbadmin@testdb01 ~$ screen -S screen_testCannot