본문 바로가기

Developments41

reStructuredText(reST) reStructuredText 란 무엇인가?docutils.sourceforge.io/docs/user/rst/quickref.html 2020. 6. 29.
[EDITOR] ubuntu용 notepad editor notepadqq http://ubuntuhandbook.org/index.php/2015/06/install-notepadqq-notepad-like-editor-ubuntu-14-04/ Install Notepadqq (Notepad++-like Editor) in Ubuntu 14.04/15.04 | UbuntuHandbook Notepadqq is a free, open source, and Notepad++-like text editor for the Linux desktop. It’s written in C++ and works on Qt5. Notepadqq helps developers by providing all you can expect from a general purpose text editor, .. 2020. 3. 17.
[KEYBOARD] mStone Groove T SF 실리콘 라이트그레이 (저소음 적축) https://www.rooky.co.kr/shop/product_detail.html?pd_no=16960 mStone 루키 상세정보 배송정보 교환 및 반품정보 사용후기 상품 Q&A 상세정보 - 제조회사엠스톤 - 연결 방식유선 - 인터페이스- - 접점 방식기계식 - 키 스위치체리(저소음 적축) - 기능키- - 동시입력- - LED 백라이트- - 부가 기능- - 외형- - 키보드형태- 전자상거래 상품정보제공 고시 상세정보 - 품명 및 모델명 : 상세정보참조 - 법에 의한 인증·허가 등을 받았음을 확인할 수 www.rooky.co.kr 2020.03.16 현재 전세계가 코로나-19(COVID-19)로 힘든 시기를 보내고 있는 것 같다. 발원지로 알려진 중국 우한시는 이제 감염 확진자가 소강 국면에 들어섰다.. 2020. 3. 17.
Visual Studio Code Microsoft 사에 제공하는 Visual Studio Code Tool 다운로드 https://code.visualstudio.com/docs/?dv=linux64_deb Documentation for Visual Studio Code Find out how to set-up and get the most from Visual Studio Code. Optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com Windows/.. 2019. 5. 17.
Touchpad Indicator 오류 해결 방법 Touchpad Indicator 설치 후 Program Crash 로 인해서 제대로 동작하지 않는 경우가 있다. 아래와 같이 해결할 수 있다. $ cd ~/ (Home Directory 로 이동)$ mkdir .config/autostart (.config 디렉터리 아래에 autostart 라는 디렉터리 생성)$ cd .config/autostart $ cp /usr/share/touchpad-indicator/touchpad-indicator-autostart.desktop . 또는$ cp /usr/share/touchpad-indicator/touchpad-indicator-autostart.desktop ~/.config/autostart/ 2018. 5. 1.
apt-get update 에서 Error 발생시 해결 방법 최근 apt-get update시 아래와 같은 에러가 발생되었다. 이럴 경우 보통은 물리적으로 해당 repository 가 없어서 발생되는 것이므로 source.list에서 해당 저장소를 삭제하거나 다른 서버를 선택하면 문제가 해결되는데, 이번 것은 별 짓을 다 해봐도 해결되지 않았다.최근 Intel CPU의 Hardware architecture 에서 기인한 멜트다운과 스펙터로 보안에 취약점이 발견되어 이를 패치해야할 상황이 생겼으나, 업데이트 제공이 2018년 1월 9일로 예정되어 있는 오늘까지도 저런 오류때문에 package list를 가져오지 못해 업데이트가 안되는 상황이 발생했다. 결론부터 얘기하자면, 위와 같은 문제는 xenial/main 아래에 binary-arm64 repository가 없.. 2018. 1. 10.