1、先用安裝gc環境 yum install gcc-c++
解壓安裝包:tar -xzvf redis-3.0.4.tar.gz
切換到該目錄下 cd redis-3.0.4
編譯:make
3、執行命令:make prefix=/usr/local/redis install
4、找到redis-3.0.4下的redis.conf檔案移動到 redis/bin目錄中: cp ./redis.conf /usr/local/redis/bin/
切換到bin目錄中: cd /usr/local/redis/bin/
開啟服務端:./redis-server ./redis-conf
開啟客戶端:./redis-cli
阿里雲linux伺服器安裝桌面
原文 登入伺服器,執行如下指令安裝桌面環境 yum groups install mate desktop 安裝完成 設定預設通過桌面環境啟動伺服器 systemctl set default graphical.target systemctl set default multi user.tar...
阿里雲伺服器安裝 nginx
然後是去安裝依賴的庫 命令列yum y install make gcc gcc c glibc glibc devel lsof pcre pcre devel zlib zlib devel openssl openssl devel這是很全,主要看你有沒有安裝過 yum install pcr...
阿里雲伺服器安裝jupyter
1.安裝anaconda 2.配置jupyter notebook jupyter notebook generate config3.在ipython中獲取token in 1 from notebook.auth import passwd in 2 passwd 4.修改jupyter配置檔案...