5 changes: 2 additions & 3 deletions 5 alpine-bash-docker/Dockerfile Original file line numberDiff line numberDiff line change @@ -1,9 +1,8 @@ FROM alpine:latest MAINTAINER Ziou Zheng <zhengziou@gmail.com> COPY
Understanding the kafka-run-class Bash Script ▶︎Developing Apache Kafka Applications Kafka producers ▶︎Kafka consumers Subscribing to a topic Groups and fetching Protocol between consumer and broker Rebalancing partitions Retries Kafka clients and ZooKeeper ▶︎Java client ▶︎Client ex...
大多数的导航按鍵使用的contrl+字母的命令和bashshell中是相同的(例如,Control+A代表光标移到到行首,Control+B代表光标移动到行尾)。然而,类似的“元操作”Option或者Escape键就不起作用了(例如,Option+F一次向前移动一个单词这样的命令).相似地,Delete删除键会删除光标左边的字符,而ForwardDeIete回榕键不会删除掉光...
eg:#echo ”Thecurrentdirectory /root." 当前目录是root pwd 直接切换到当前目录 #echo ”Thecurrentdirectoryis$(pwd)." 把root换成pwd #echo ”Diris‘pwd‘" 把命令中某个子命令替换为其执行结果的过程; eg:touch ./file-$(date+%F-%H-%M-%S).txt file-2013-2-28-14-53-31.txt bash支持的引号:...
This is only used by git-completion.bash to add or remove commands from the list of completed commands. Normally only porcelain commands and a few select others are completed. You can add more commands, separated by space, in this variable. Prefixing the command with - will remove it from...
/bin/bash # @Function # Find out the highest cpu consumed threads of java processes, and print the stack of these threads. # # @Usage # $ ./show-busy-java-threads # # @online-doc https://github.com/oldratlee/useful-scripts/blob/master/docs/java.md#-show-busy-java-threads...
echo "Commit Id: The current directory is not a Git repository, or the Git command is not installed." else echo "Commit Id: $git_version" fi echo "Operating system: $(get_distro_info)" echo "CPU Type: $cpu_model" echo "Memory: $memory_size" echo "Docker Version: $docker...
/bin/bash # nginx Startup script for the Nginx HTTP Server # it is v.0.0.2 version. # chkconfig: - 85 15 # description: Nginx is a high-performance web and proxy server. # It has a lot of features, but it's not for everyone....
Mention Bash on Ubuntu on Windows (#5960) Document --unpublished flag introduced in 91e9ecf (#5959) Update upgrading.md to mention usage of bundle update (#5604) Fix missing quotation mark (#6002) New tutorial: Convert an HTML site to Jekyll (#5881) Revamp Permalink section (#5912) Fix...
else python_version="Python not installed" fi # Print all information echo "Current Repository: $git_repo_name" # get Commit ID git_version=$(git log -1 --pretty=format:'%h') if [ -z "$git_version" ]; then echo "Commit Id: The current directory is not a Git repository, or the...