前言 在ubuntu 18.04下挂上ss后firefox能直接上google了但是chromium上不去 会出现下面两种情况 # This site can't be reached xxxxxx is unreachable. ERR_ADDRESS_UNREACHABLE # This site can't be reached xxxxxx refused to connect. Try: - Checking the connection - [Checking the proxy a…
一.安装 Redis ① 下载 wget http://download.redis.io/releases/redis-3.2.8.tar.gz ② 解压 tar -zxvf redis-3.2.8.tar.gz ③ 复制,放到usr/local⽬录下 sudo mv ./redis-3.2.8 /usr/local/redis/ ④ 进⼊redis⽬录 cd /usr/local/redis/ ⑤ 生成 sudo make ⑥ 测试,这段运⾏时间会较⻓ sudo make test 如果这一…
前段时间将Hadoop 在ubuntu环境下装好,接下来尝试安装Hue来管理Hadoop,参照的资料有: 1.高可用Hadoop平台-Hue In Hadoop 2.ubuntu16.04 安装单机Hadoop&HIVE&HUE 3.安装Hue后的一些功能的问题解决干货总结 现将过程中的一些问题记录下来,供碰到类似问题的同学参考 Hue Web无法访问HDFS的文件,提示: Failed to obtain user group information: org.apache.hadoop…