配置 ssh 免密登录
ssh-keygen
scp -p ~/.ssh/id_rsa.pub user@remote:~/.ssh/authorized_keys
ssh-keygen
scp -p ~/.ssh/id_rsa.pub user@remote:~/.ssh/authorized_keys
Install Samba:
sudo yum -y install samba
Start Samba:
sudo systemctl start smb nmb
Restart Samba:
sudo service smb restart
Make smb ......
sudo vim /etc/hostname
最近发现 Sublime Text 3 安装插件经常出现以下问题:
There are no packages available for installation
经过确认发现似乎是官方的 https://packagecontrol.io/channel_v3.json 无法访问导致......
Use __new__ when you need to control the creation of a new instance. Use __init__ when you need to control initialization of a new instance.
__new__ ......