当前位置:   article > 正文

linux安装系统后常用操作_qq_32596527

qq_32596527

Centos7安装Nodejs(高版本)

https://blog.csdn.net/qq_32596527/article/details/97535822

防火墙

开启端口(永久)

firewall-cmd --zone=public --add-port=6379/tcp --permanent
firewall-cmd --reload
  • 1
  • 2

安装htop

# Centos版本
yum -y install epel-release
yum -y install htop
  • 1
  • 2
  • 3

安装oh-my-zsh

yum -y install zsh
chsh -s /bin/zsh
reboot
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
reboot
  • 1
  • 2
  • 3
  • 4
  • 5

安装screenfetch

cd /bin
wget -O screenfetch https://git.io/vaHfR
chmod +x screenfetch
  • 1
  • 2
  • 3

frp配置

(使用frp在外网进行内网穿透访问内网jupyter)[https://blog.csdn.net/nickkissbaby_/article/details/96516616]

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/205712
推荐阅读
相关标签
  

闽ICP备14008679号