赞
踩
Nodejs
(高版本)https://blog.csdn.net/qq_32596527/article/details/97535822
开启端口(永久)
firewall-cmd --zone=public --add-port=6379/tcp --permanent
firewall-cmd --reload
htop
# Centos版本
yum -y install epel-release
yum -y install htop
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
screenfetch
cd /bin
wget -O screenfetch https://git.io/vaHfR
chmod +x screenfetch
frp
配置(使用frp在外网进行内网穿透访问内网jupyter)[https://blog.csdn.net/nickkissbaby_/article/details/96516616]
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。