linux系统安装后相关操作
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
修改开机启动项
vi /etc/inittab
2修改开机倒计时
vi /boot/grub/grub.conf
修改IP
vi /etc/sysconfig/network-scripts/ifcfg-eth0
修改主机名
vi /etc/sysconfig/network
修改ip映射关系
vi /etc/hosts
更改虚拟机网段
查看端口
netstat -nltp
设置宽度
set linesize 200
免密登录
ssh-keygen
然后一直回车就行
远程拷贝文件
scp file root@ip:/path
将公钥拷贝给目标的主机(想要免密登录的主机)
scp .ssh/id_rsa.pub hadoop2:/root/ 然后授权
简单做法
ssh-copy-id 192.168.10.66 把公钥拷贝到目标的目录下
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献7条内容
所有评论(0)