VirtualBox虚拟机文件默认存放位置在C盘,hadoop搭建完全分布需要多建立几个虚拟机,C盘就直接炸了,所以先改个默认路径吧。 1.选择全局设定 2.选择你想把虚拟机vdi存放的路径 重点:虚拟机文件迁移方法 1.先把你的某个虚拟机的整个文件夹拷贝到你的目录下去,比如这是我拷过来的文件夹。 ...
分类:
其他好文 时间:
2020-07-05 15:40:50
阅读次数:
90
apt-cache search package 查找包 sudo apt-get install package 安装包 sudo apt-get remove package 删除包 sudo apt-get autoremove 自动删除不需要的包 sudo apt-get update 更新 ...
分类:
系统相关 时间:
2020-07-05 15:15:48
阅读次数:
74
安装 sudo add-apt-repository ppa:gerardpuig/ppa sudo apt update sudo apt install ubuntu-cleaner 卸载: sudo apt remove ubuntu-cleaner && sudo apt autoremov ...
分类:
系统相关 时间:
2020-07-05 13:55:34
阅读次数:
198
爬虫分为几大方向,WEB网页数据抓取、App数据抓取、软件系统数据抓取。本课程主要为同学讲解如何用Python实现App数据抓取,课程从开发环境搭建,App爬虫必备利器详解,项目实战,到最后的多App端数据抓取项目集成,到实现数据实时展示,让你掌握App数据抓取的技能,向更优秀的Python爬虫工程 ...
分类:
移动开发 时间:
2020-07-05 10:24:36
阅读次数:
410
缓存查看: https://webcache.googleusercontent.com/search?q=cache:ZT0TPl2lQhgJ:https://www.xmind.net/download/previous/+&cd=2&hl=zh-CN&ct=clnk 下载路径: http:// ...
分类:
系统相关 时间:
2020-07-05 00:50:35
阅读次数:
109
1、安装宝塔 #CentOS系统 wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh #Ubuntu系统 wget -O install.sh http://download.bt.cn/i ...
分类:
Web程序 时间:
2020-07-05 00:21:57
阅读次数:
203
今天在Ubuntu系统中,需要在同一个系统的两个不同VNC窗口中分别开启Firefox,可是被报错了,如下图所示 ?Firefox报错信息 Firefox is already running, but is not responding. To open a new window,you must ...
分类:
系统相关 时间:
2020-07-04 22:27:00
阅读次数:
122
网上的入门教程一大堆,搬来搬去,错漏百出,故出此教程 1.下载erlang安装包(先去看下要下载的rabbitmq的版本以及匹配的erlang版本) erlang下载地址:https://www.erlang-solutions.com/resources/download.html 下载好安装包上 ...
分类:
系统相关 时间:
2020-07-04 20:59:32
阅读次数:
84
在ubuntu安装nvidia显卡驱动报错 输入命令,按build-essential解决了 sudo apt-get install build-essential ...
分类:
系统相关 时间:
2020-07-04 20:47:05
阅读次数:
172
说明:此方法适用于Debian、Ubuntu等带apt工具的操作系统。 sudo apt-get autoremove --purge 软件名 # 命令&参数解释: # sudo——获取 root 权限 # apt-get——执行安装卸载功能的软件 # autoremove——告诉apt-get 我 ...
分类:
其他好文 时间:
2020-07-04 20:34:48
阅读次数:
76