後臺運行詳情:https://www.cnblogs.com/little-ant/p/3952424.htmlhtml
查看端口、查找等命令linux
根據關鍵字查找文件信息: cat <文件名> | grep <關鍵字> 查詢文件信息 顯示100行: tail -100f easyhome.all.log |grep "guard" -n10 更改文件權限:chmod -R 777 文件名稱、文件夾名稱 查詢端口信息:netstat -apn | grep 4040 查看端口信息:ps -ef |grep tomcat lsof -i:5300 根據關鍵字查找:grep -rn "關鍵字" 路徑
參考:http://blog.csdn.net/wjcquking/article/details/45293167redis
報錯信息以下時:vim
Loaded plugins: fastestmirror Existing lock /var/run/yum.pid: another copy is running as pid 2503. Another app is currently holding the yum lock; waiting for it to exit... The other application is: yum Memory : 19 M RSS (306 MB VSZ) Started: Thu Oct 29 23:03:02 2015 - 04:00 ago State : Traced/Stopped, pid: 2503
解決辦法:tomcat
rm -rf /var/run/yum.pid 來強行解除鎖定,而後就能夠正常使用你的yum了服務器
root 帳號登錄後執行如下命令:yum
install
-y lrzsz
session
1.2.使用說明app
sz命令發送文件到本地: sz filenamepost
rz命令本地上傳文件到服務器:rz測試
執行該命令後,在彈出框中選擇要上傳的文件便可。
說明:打開SecureCRT軟件 -> Options -> session options -> X/Y/Zmodem 下能夠設置上傳和下載的目錄。
安裝命令:yum -y install wget
參考地址:http://www.cnblogs.com/UncleFreak/p/5720996.html
安裝命令: yum install net-tools
安裝命令:yum install gcc
redis設置密碼訪問
你的redis在真是環境中不能夠誰想訪問就能夠訪問,因此必需要設置密碼
設置密碼的流程以下:
vim /etc/redis.conf 找到480行
#requirepass foobared去掉註釋,foobared改成本身的密碼,我在這裏改成
requirepass 123456
而後保存,重啓服務
cd /usr/local/bin
./redis-server /etc/redis.conf
測試鏈接:./redis-cli
輸入命令 會提示(error) NOAUTH Authentication required. 這是屬於正常現象。
咱們輸入 auth 123456#你剛纔設置的密碼
查看全部打開的端口命令:
firewall-cmd --zone=public --list-ports
列出全部端口:
netstat -ntlp