일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- maVen
- 네트워크
- Mac
- import
- find
- ssh
- IntelliJ
- Windows 10
- VirtualBox
- GIT
- Quartz
- 단축키
- Source
- JavaScript
- Eclipse
- port
- Windows
- vscode
- netsh
- lsof
- xargs
- 줄바꿈 문자
- profile
- plugin
- web.xml
- bash
- tomcat
- grep
- context
- resource
- Today
- Total
목록2024/06 (9)
develog
git log --pretty=format:'%C(auto)%h %C(auto)%ad %C(bold blue)%an%C(reset) %C(auto)%s %C(auto)%d' --date=iso-local --decorate=auto
# vboxmanage 명령어가 있는 경로로 이동한다C:\> cd C:\Program Files\Oracle\VirtualBox# 실행중인 vm 목록을 확인한다# vboxmanage list runningvmsC:\Program Files\Oracle\VirtualBox> vboxmanage list runningvms"web1" {fee587b8-6d47-4425-9b7f-4f9d7ffd4481}# 아래 명령으로 실행중인 vm 을 종료한다# vboxmanage controlvm poweroffC:\Program Files\Oracle\VirtualBox> vboxmanage controlvm fee587b8-6d47-4425-9b7f-4f9d7ffd4481 poweroff0%...10%...20%....
div 가 여러 개 있을 때 div 사이 높이 간격만 벌리기div.myItem:not(:last-child) { margin-bottom: 20px;}
ssh-keygen -R 192.168.56.11
https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_conditionals.html#commonly-used-facts Conditionals — Ansible Community DocumentationAnsible Community Documentation Ansible Conditionals In a playbook, you may want to execute different tasks or have different goals, depending on the value of a fact (data about the remote system), a variable, or the result of a previous task. You m..