March 10, 2021
tried to permit sed command only with root permission
chmod 750 /usr/bin/sed
then when use commands ls, mv … related with file operation ``` $ ls .
March 9, 2021
웹 브라우저(Tornado web 프레임워크) 기반의 인터프리터. 문서화/학습 기능 로컬 서버의 kernel이 IPython 인터프리터를 실행시킴
pip install jupyterlab --editable ${PRJ_PATH}
a Tornado based HTML Server that serves up an HTML5/Javascript JupyterLab client.
March 8, 2021
const tags = Array(8).fill(0).map((value, index) => ( <StyledInput key={index} name={"binary_ip_2_"+index} /> )