中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問手機版  

Linux常用命令|Linux培訓學習|考試認證|工資待遇與招聘,認準超級網工!

招聘|合作 登陸|注冊

網絡工程師培訓

當前位置:網絡工程師 > 技術課程 > linux > 熱點關注 > linux常用命令

Linux 常用命令 (持續(xù)更新)

時間:2019-06-06

linux常用命令_linux常用shell命令_linux命令中的head命令

以下是在工作當中積累下來的linux常用命令,以做不時之需。

-------------------------------------------------------------- Tomcat -------------------------------------------------------

Tomcat 常用命令

netstat -ap |grep 8080 //查找tomcat端口是否被占用

tail -f catalina.out 查看日志

jar -xvf project.war 解壓war包

first off, i check maven central via search.maven.org. recall that maven central is defined in the super pom and, if i find it in here, i won't need to add any extra repository information to my pom or settings file. i enter flexunit into the search box and it yields the three items shown in figure 2:。 xsi:schemalocation="http://maven.apache.org/pom/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">。 xsi:schemalocation="http://maven.apache.org/pom/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">。

maven環(huán)境變量配置:打開/etc/profile,在文件最后添加

export MAVEN_HOME=/usr/local/java/maven3.5

export MAVEN_HOME

export PATH=$PATH:$MAVEN_HOME/bin

---------------------------------------------------------------- nginx -------------------------------------------------------

Nginx常用命令:

啟動:

/usr/local/nginx/sbin

./nginx

重啟:

/usr/local/nginx/sbin

./nginx -s reload

判斷配置文件是否正確:

cd /usr/local/nginx/sbin

./nginx -t

看到如下顯示 說明配置文件正確!

nginx.conf syntax is ok

nginx.conf test is successful

查詢nginx主進程號

ps -ef | grep nginx

at org.apache.storm.kafka.kafkaspout.open(kafkaspout.java:77) ~[storm-kafka-1.0.1.jar:1.0.1]。at org.apache.storm.kafka.trident.zkbrokerreader.(zkbrokerreader.java:44) ~[storm-kafka-1.0.1.jar:1.0.1]。at org.apache.storm.kafka.kafkautils.makebrokerreader(kafkautils.java:58) ~[storm-kafka-1.0.1.jar:1.0.1]。

 上一個教程:linux基礎命令