Delete the .git directory locally. Recreate the git repostory: $ cd (project-directory) $ git init $ (add some files) $ git add . $ git commit -m 'Initial commit' 3. Push to remote server, overwriting. Remember you're going to mess everyone else up doing this … you better be the only client. $ git remote add origin $ git push --force --set-upstream origin master
=importRange("SheetKey", "SheetKey!A1:A10") 함수를 이용함. https://webapps.stackexchange.com/questions/786/how-do-i-link-a-cell-in-google-spreadsheets-to-a-cell-in-another-document =importRange("1ruiLBP1a_E30K2GQQrCBmruHLQ2w2S8joELmTilqsIQ","개발팀!A1:Z100")
docker@default:~$ sudo -i Boot2Docker version 1.10.2, build master : 611be10 - Mon Feb 22 22:47:06 UTC 2016 Docker version 1.10.2, build c3959b1 root@default:~# https://stackoverflow.com/questions/32646952/docker-machine-boot2docker-root-password
$ docker pull redis -d는 컨테이너를 백그라운드로 실행하라는 것 $ docker run --name myredis -d redis $ docker logs 809b11ac4b561:C 09 Jul 03:10:54.232 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo1:C 09 Jul 03:10:54.232 # Redis version=4.0.10, bits=64, commit=00000000, modified=0, pid=1, just started1:C 09 Jul 03:10:54.232 # Warning: no config file specified, using the default config. In order to specify a confi..
$ docker run -it --name cowsay --hostname cowsay debian bashroot@cowsay:/# apt-get updatecowsay fortuneroot@cowsay:/# apt-get install -yroot@cowsay:/# /usr/games/fortune | /usr/games/cowsay ________________________________________/ ... A solemn, unsmiling, sanctimonious \| old iceberg who looked like he was || waiting for a vacancy in the Trinity. || |\ -- Mark Twain / --------------------------..
$ docker run debian echo "Hello World" tty mode, interactive mode$ docker run -i -t debian /bin/bash -h : host name$ docker run -h CT -i -t debian /bin/bash $ docker inspect process_name $ docker inspect process_name | grep IPAddress $ docker inspect --format {{.NetworkSettings.IPAddress}} determined_hypatia172.17.0.2 $ docker diff process_name $ docker logs determined_hypatia $ docker rm determ..
아래와 같은 문제가 빌드 중에 발생 맥의 경우 아래 두가지 설정을 모두 Enable 시켜야 한다. 1.) Intellij Idea -> Preferences -> Compiler -> Annotation Processors 2.) File -> Other Settings -> Default Settings -> Compiler -> Annotation Processors
git branch -a | grep -v HEAD | perl -ne 'chomp($_); s|^\*?\s*||; if (m|(.+)/(.+)| && not $d{$2}) {print qq(git branch --track $2 $1/$2\n)} else {$d{$_}=1}' | csh -xfs https://stackoverflow.com/questions/67699/how-to-clone-all-remote-branches-in-git
https://github.com/amix/vimrc
Paw에서 GET, HEAD, DELETE, OPTIONS requests일 경우 request에 body를 설정하더라도 해당 값들이 전송되지 않는다. Restful API를 Test할 때 이렇게 되면 매우 불편해지는데 아래와 같이 설정에서 'Always Send Request Body'를 On 해주면 된다. https://paw.cloud/docs/advanced/always-send-request-body?app=com.luckymarmot.Paw&app_version=3.1.4&utm_medium=app&utm_campaign=help_3.1.4&utm_source=paw_http_client_app
- Total
- Today
- Yesterday
- zsh
- boot2docker
- scrapy
- kubernetes
- Spring Boot
- mecab
- xpath
- Python
- AWS
- pymongo
- ansible-container
- Ansible
- Elasticsearch
- spring #lombok
- Netty
- Paw
- X-Pack
- PIP
- docker
- git
- docker-machine
- GCP
- TDD
- Redis
- IntelliJ
- MacOS
- 은전한닢
- pycharm
- PubSub
- MongoDB
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |