自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 ubuntu上百度云的安装

到官网链接上下载百度云Linux版https://pan.baidu.com/download选择deb格式随后使用命令,即可实现安装sudo dpkg -i baidunetdisk_3.5.0_amd64.deb安装后可在菜单中看见

2021-08-10 17:05:06 125

原创 ubuntu使用Sakura frp实现内网穿透,并实现ssh连接

1.安装openssh-serversudo apt-get install openssh-server 将sshd_config文件下的PermitRootLogin的#删掉并设置为yessudo gedit /etc/ssh/sshd_config ps -e | grep ssh2.安装Sakura frp并配置进入Sakura frp官网:https://openid.13a.com/确认系统架构uname -m根据输出结果查看自己的架构如

2021-07-28 01:04:30 7828 8

原创 ubuntu中静态IP的设置

ubuntu中静态IP的设置使用ifconfig命令查询到netmask,gateway,dns-nameserver使用sudo vim /etc/network/interfaces写入auto ens33iface ens33 inet staticaddress 192.168.20.181netmask 255.255.255.0gateway 192.168.20.1dns-nameserver 114.114.114.114使用sudo vim /etc/reslov

2021-07-27 11:44:52 154

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除