Sử dụng git completion trên ubuntu 16.04
1. Tải file git-completion.bash
2. Thêm nội dung sau vào file ~/.bashrc
1. Tải file git-completion.bash
xem nội dung file tại
đây
2. Thêm nội dung sau vào file ~/.bashrc
|
1 2 3 |
|
$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.3 LTSRelease: 16.04Codename: xenial
$ ps aux | head
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 119808 1928 ? Ss 10:02 0:01 /sbin/init splash
root 2 0.0 0.0 0 0 ? S 10:02 0:00 [kthreadd]
root 4 0.0 0.0 0 0 ? S< 10:02 0:00 [kworker/0:0H]
root 6 0.0 0.0 0 0 ? S 10:02 0:00 [ksoftirqd/0]
traefik:
image: traefik
command: --web --docker --docker.domain=docker.localhost --logLevel=DEBUG
ports:
- "80:80"
- "8080:8080"
- "443:443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /dev/null:/traefik.toml
mkfifo -m 600 /tmp/logpipechown user:user /tmp/logpipe
cat <> /tmp/logpipe 2>&1 & (*)Trong trường hợp (*) này, tất cả log sẽ được redirect sang stdout. Nếu muốn log được redirect sang stderr, dùng:
cat <> /tmp/logpipe 1>&2 &
thanhnguyen@thanhnguyen:~$ lsb_release -r
Release: 14.04