上一页 1 2 3 4 5 6 7 8 ··· 34 下一页
摘要: 参考网址http://www.powerxing.com/install-hadoop/ 1.创建hadoop账户 这条命令创建了可以登陆的 hadoop 用户,并使用 /bin/bash 作为 shell。 sudo useradd -m hadoop -s /bin/bash 2.接着使用如下命 阅读全文
posted @ 2025-01-02 11:49 Robots2 阅读(87) 评论(0) 推荐(0)
摘要: 第一方法设置软连接 ln -s test.log test2.log 第二方法 第一步 新建 /usr/share/applications 目录下的某个快捷方式文件 如 touch /usr/share/applications/Eclipse.desktop cd /usr/share/appl 阅读全文
posted @ 2025-01-02 11:47 Robots2 阅读(499) 评论(0) 推荐(0)
摘要: deb包下载 BCloud 作者官网https://github.com/XuShaohua/bcloud-packages 链接: https://pan.baidu.com/s/1hskY04G 密码: f66d 在自己的下载目录下打开终端,输入以下指令 sudo apt -f install 阅读全文
posted @ 2025-01-02 11:46 Robots2 阅读(227) 评论(0) 推荐(0)
摘要: 查看系统有什么版本的python ls/usr/bin/python* 1方法、通过修改 ~/.bashrc 文件更改python版本 alias python='/usr/bin/python3.4' .~/.bashrc 使修改生效 2方法、添加python列表 update-alternati 阅读全文
posted @ 2025-01-02 11:45 Robots2 阅读(302) 评论(0) 推荐(0)
摘要: Scala由java编写,需要前期安装jdk 面向函数式编程 1、下载 Scala 二进制包2.11.8 http://www.scala-lang.org/downloads 解压到/usr/local/SoftWare/scala-2.11.8 2、配置环境变量 sudo gedit /etc/ 阅读全文
posted @ 2025-01-02 11:43 Robots2 阅读(57) 评论(0) 推荐(0)
摘要: //更新系统 sudo apt-get update更新ruanjian sudo apt-get upgrade更新系统 //安装浏览器 sudo apt-get install chromium-browser google 浏览器 wget https://dl.google.com/linu 阅读全文
posted @ 2025-01-02 11:39 Robots2 阅读(99) 评论(0) 推荐(0)
摘要: 先安装zookeeper,参考本文件夹下安装文档 启动zookeeper 1、解压stome /opt/Server目录下 tar -zxf apache-storm-1.1.0.tar.gz 2、修改配置文件 vim ./conf/storm.yaml ########### These MUST 阅读全文
posted @ 2025-01-02 11:38 Robots2 阅读(78) 评论(0) 推荐(0)
摘要: vim /etc/aptsources.list 学习参考 https://blog.csdn.net/bskfnvjtlyzmv867/article/details/81044217 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mir 阅读全文
posted @ 2025-01-02 11:38 Robots2 阅读(50) 评论(0) 推荐(0)
摘要: 安装必要的包,终端输入: sudo apt-get install libinput-tools sudo apt-get install xdotool sudo gem install fusuma 有些人可能会安装失败,因为gem要使用Ruby的环境,如果上面的第三步安装失败了,记得先使用下面 阅读全文
posted @ 2025-01-02 11:37 Robots2 阅读(155) 评论(0) 推荐(0)
摘要: 使用Docker安装FastDFS 1. 获取镜像 可以利用已有的FastDFS Docker镜像来运行FastDFS。 获取镜像可以通过下载 docker image pull delron/fastdfs 加载好镜像后,就可以开启运行FastDFS的tracker和storage了。 2. 运行 阅读全文
posted @ 2025-01-02 11:36 Robots2 阅读(530) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 34 下一页