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
gradle 설치 #!/bin/sh gradle_version=”4.4-rc-5″ #Your Custom Installation Path install_target_path=”/opt/gradle” wget -N https://services.gradle.org/distributions/gradle-${gradle_version}-all.zip mkdir -p ${install_target_path} unzip gradle-${gradle_version}-all.zip mv gradle-${gradle_version} ${install_target_path}/ ln -sfn gradle-${gradle_version} ${install_target_path}/latest chown -R ec2-user:..
scp -i /directory/to/abc.pem /your/local/file/to/copy ec2-user@ec2-xx-xx-xxx-xxx.compute-1.amazonaws.com:path/to/file medium.com/@dearsikandarkhan/files-copying-between-aws-ec2-and-local-d07ed205eefa#:~:text=Copying%20files%20from%20local%20to%20EC2&text=To%20copy%20files%20between%20your,Unix%2FLinux%2FMac%20system. Files exchanging between AWS EC2 and your local machine Copying files from loca..
=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 / --------------------------..
- Total
- Today
- Yesterday
- AWS
- Redis
- PubSub
- xpath
- Ansible
- pycharm
- scrapy
- docker-machine
- IntelliJ
- MacOS
- PIP
- Netty
- 은전한닢
- GCP
- Elasticsearch
- Spring Boot
- git
- boot2docker
- spring #lombok
- MongoDB
- ansible-container
- pymongo
- Python
- mecab
- TDD
- zsh
- X-Pack
- docker
- Paw
- kubernetes
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |