🐈‍⬛新机vps安装的东西记录
2023-6-21
| 2024-2-13
0  |  0 分钟
type
status
date
Jun 21, 2023 09:44 AM
slug
summary
tags
category
icon
password
 

新机vps安装的东西记录

apt-get update && apt install build-essential unzip fuse tmux curl rsync vim htop neofetch libssl-dev ethtool net-tools git zsh -y
 
开发扩展包:
` apt install -y pacman gcc make autoconf automake gdb tree`
 
默认编辑器,会在~ 生成.select_edit
/usr/bin/select-editor
tzselect
vim .profile
echo "TZ='Asia/Shanghai'; export TZ" >> .profile && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
cd /opt && mkdir g_schematicer g_fan g_google o_msod
nohup rclone mount gdrive: /opt/g_schematicer &
nohup rclone mount baidu: /opt/o_msod &
fusermount -u /path/to/local/mount
chmod +x /root/.ssh/rc

ubuntu 重启ssh

/etc/init.d/ssh restart

cenos 重启ssh

systemctl restart sshd.service

neofetch

BBR 加速
安装anaconda
/opt/anaconda2/
备份/还原rclone
crontab rclone 配置
wordpress 配置
ipython web配置
oneindex 配置
aria2 配置
ariaNG 配置
nextcloud 配置
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/aria2.sh && chmod +x aria2.sh && bash aria2.sh
Aria2 简单配置信息:
地址 : 198.12.109.237
端口 : 7445
密码 : fanpengtao
目录 : /root/Download
技术折腾
  • Linux
  • Ubuntu18.04 更新 Git 至最新版本linux常用命令
    目录