전체 글 54

자주 쓰는 리눅스 명령어(추가 예정) frequently used linux command (will be added more)

-apt 업데이트 해줄때 when updating apt $ sudo apt-get update $ sudo apt-get autoclean $ sudo apt-get clean $ sudo apt-get autoremove -패키지 의존이 박살 났을때 when package has broken dependency $ sudo apt --fix-broken install -파일을 다른 디렉토리에 복사해서 붙여넣기 할때 when copy and paste a file to another directory (주의사항 : 아래 명령어를 터미널에서 칠때, 터미널의 현재 디렉토리는 복사할 파일이 존재하는 디렉토리로 맞춰줘야한다.) $ sudo cp {복사할 파일이름} {붙여넣기할 다른 디렉토리}

기술 2021.05.25

다이어그램 쉽게 그려주는 웹사이트

https://daddyprogrammer.org/post/14320/draw-diagram-software-review-drawio-lucid-chart/ 문서 작성시 멋진 다이어그램을 쉽게 그리는 방법(Lucid Chart/Draw.io) 발표 자료를 만들거나 보고서 등의 문서를 작성할 때 도형을 사용하여 다양한 다이어그램을 그려야 하는 경우가 종종 발생합니다. 문서의 완성도나 퀄리티를 높이고 보는이로 하여금 이해를 쉽 daddyprogrammer.org https://app.diagrams.net/ Flowchart Maker & Online Diagram Software Flowchart Maker and Online Diagram Software diagrams.net (formerly draw..

기술 2021.05.20

우분투18.04 설치하기 ubuntu18.04 installation

1. 우분투 사이트에서 우분투 18.04 버전 이미지 파일을 다운로드한다. https://releases.ubuntu.com/18.04.5/?_ga=2.39226667.943816902.1621235163-1612464256.1619117611 Ubuntu 18.04.5 LTS (Bionic Beaver) Select an image Ubuntu is distributed on three types of images described below. Desktop image The desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later..

기술 2021.05.18