일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- 안드로이드
- java
- nodejs
- vim
- CSS
- 리눅스
- Mac
- SVN
- error
- 우분투
- node
- network
- windows
- JS
- javascript
- Android
- ASP
- ubuntu
- Gmail
- mysql
- Linux
- HTML
- socket.io
- PHP
- HaProxy
- 구글
- Eclipse
- 기본문법
- install
- Today
- 221
- Total
- 1,087,760
목록ubuntu (83)
Blue Breeze
리눅스의 시작 프로그램 개념 정리 시작프로그램 설정 - 우분투 한국 커뮤니티 포럼 우분투 리눅스에서 직접 시작메뉴에 프로그램 추가하기 How to Change An Application Icon in Ubuntu Unity [Tips] 어플리케이션 프로그램 위치 : /usr/share/applications 로컬 여플리케이션 프로그램 위치 : .local/share/applications Android Studio [Desktop Entry..
How to Switch between Multiple PHP Version on Ubuntu 저장소 등록 apt-get install -y python-software-properties add-apt-repository -y ppa:ondrej/php apt-get update -y 7.2 설치 sudo apt-cache search php7.2 sudo apt-get install php7.2 php7.2 libapache2-mod-..
Get Docker CE for Ubuntu 우분투 확연 Docker APT 저장소 sudo apt-get update sudo apt-get install docker.io source /etc/bash_completion.d/docker sudo docker version Docker 관리 저장소 curl -sSL https://get.docker.com/ | sudo sh Docker 업그레이드 sudo apt-get update..
우분투에서 네임서버를 손쉽게 설정하기 How do I add a DNS server via resolv.conf? sudo vi /etc/resolvconf/resolv.conf.d/base nameserver 8.8.8.8 nameserver 8.8.4.4 sudo resolvconf -u resolvconf: Error: /run/resolvconf/interface either does not exist or is not a direc..
N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension explanation of the origin and purpose of .ucf-dist files. 패키지 업데이트할 때 새버전 구성파일이 포함되어 있고 패키지 관리자는 이를 이전 버전 구성파일에 덮어쓰기 않..
install sourcetree GitKraken Dev Blog GitKraken smartgit SourceTree 이런 linux에서는 SourceTree 가 제공되지 않는다..... 왜지? GitKraken # 다운로드 https://www.gitkraken.com/download/linux-deb sudo apt install gitkraken-amd64.deb smartGit # dep 파일을 다운로드 후 설치한다..