test
这是我的新头像
测试1aaaaaaaaaa
测试2bbbbbbbbbb
测试3cccccccccc
搭建Hadoop
1、配置网络 在终端中输入 1$ nmtui 更改网络设置。配置好网络后使用 1$ service network restart 与宿主机互ping,如果互ping成功,就算完成2、关闭防火墙
123$ systemctl status firewalld$ systemctl stop firewalld$ systemctl disable firewalld
3、安装配置JDK创建文件夹(为了方便所有文件均改名)
1$ mkdir /opt/programs
4、安装Java
1$ rpm -qa |grep openjdk
出现如下信息 java-1.7.0-openjdk-headless-1.7.0.261-2.6.22.2.el7_8.x86_64 java-1.8.0-openjdk-headless-1.8.0.262.b10-1.el7.x86_64 java-1.8.0-openjdk-1.8.0.262.b10-1.el7.x86_64 java-1.7.0-openjdk-1.7.0.261-2.6.22 ...
建站感言
今天,把博客建的差不多了。不过还有一些功能,还要等到后期完善。
起因 当时和鱼鱼(lz差不多是条咸鱼)见面,他就有一个完美的博客。于是,我就想搭建一个个人博客。
搭建过程 我采用的是Hexo来搭建的,在这个过程中出现了很多问题,不过也解决了。
test
test
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment