linux 安裝libevent: mysql
要安裝memcached,須要有libevent的支持。linux
centos經過 sql
yum install libevent-devel數據庫
安裝便可tomcat
其它版本可經過安裝libevent的源文件得到。服務器
linux 安裝memcached: memcached
yum install memcached-devel 安裝便可oop
啓動memcached :memcached -d -m 512 -l 127.0.0.1 -p 11211 -u rootspa
設置memcached開機啓動:memcached -u root -d -m 2048 -p 11211 -P /tmp/memcached.pid 進程
遠程複製 scp -r zookeeper-3.3.4 192.168.120.223:/home/hadoop/installation/
yum鎖定:
多是系統自動升級正在運行,yum在鎖定狀態中。
能夠經過強制關掉yum進程:
#rm -f /var/run/yum.pid
而後就能夠使用yum了。
userdel -r username刪除用戶
1,sudo -su root (以root身份執行su命令)
2,more /.../../hello.txt (打開文件,在任何地方均可以打開指定路徑下的文件)
3,rpm -ivh file.rpm (安裝rpm格式文件)
4,cp /home/admin/file.txt -r . (複製/home/admin/路徑下的file.txt文件到本目錄)
5,chmod 777 file (給file受權)
6,mysql -u root -p (進入mysql數據庫)
7,show databases;(顯示全部數據庫)
8,use data;(進入data數據庫)
9,show tables;(顯示該數據庫下的全部表信息)
10,exit;(退出mysql數據庫)
11,/etc/init.d/openfire start/stop(啓動或中止openfire服務器,這是用於安裝了rpm格式的openfire服務器所用的命令)
12,unzip file.zip (解壓zip文件到本目錄下,若是要解壓到指定目錄下的話,可:unzip file.zip file)
13,cd /home (進入home目錄,若是想退出到上一節目錄的話,可用:cd .. 命令)
14,mkdir file (建立一個file文件夾)
15,netstat -anp(查看端口使用狀況)
16,service tomcat6 start/stop(啓動或中止tomcat6服務)
17,ls (查看該目錄下的全部文件列表) ,
18,mv /home/a.zip . (將home路徑下的a.zip文件移動到本目錄下)
19,where is 文件名 (查找文件名所在位置)
20,tail -n a.txt (根據指定條數顯示文件最後信息數)
暫時記上這些,那天忘了,可用來看看。
21,ps -ef |grep tomcat (查看正在運行的tomcat進程)