Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ssh key 배포
- Kibana
- Windows
- G-suite
- macos
- xe guest utilities
- hardening
- freebsd
- docker
- centos 8
- ELASTIC
- 로그인불가
- PlayBook
- proxycfg
- pfsense
- Elasticsearch
- endpoint security
- application security
- miniconda
- GitLab
- x-pack
- elastic stack
- ansible
- Kibana server is not ready yet
- bash
- Proxy
- 한글가이드
- XCP-ng
- 보안양파
Archives
- Today
- Total
목록bash (2)
선 밖에 선 자유인
bash prompt 설정
https://martin.ankerl.com/2016/11/04/linux-bash-prompt/ Linux Bash Prompt Elapsed time, errorcode ✘ or ✔, git & svn status, ... martin.ankerl.com function prompt_timer_start { PROMPT_TIMER=${PROMPT_TIMER:-`date +%s.%3N`} echo -ne "\033]0;${@}\007" } function prompt_svn_stats() { command -v svn >/dev/null if [ $? != 0 ]; then return fi local WCROOT=`svn info --show-item wc-root 2>/dev/null` if [ ..
IT/System & Network
2022. 1. 21. 12:52