常用命令添加新用户adduser username
为新用户添加 sudo 权限:
chmod 740 /etc/sudoers
vim /etc/sudoers
在vim编辑中找到前两行内容,添加最后一行:
## Allow root to run any commands anywhere
root ALL=(ALL:ALL) ALL
username ALL=(A...
阅读全文…
在此记录那些在互联网上做过的事。
免费教育邮箱Mine
GitHub Student Developer Pack:https://education.github.com/pack
JetBrains Product Pack for Students:https://account.jetbrains.com/licenses/assets
Google for Education:ht...
阅读全文…
资源
MySQL 中文版
MySQL and Java JDBC - Tutorial
MySQL JDBC 库下载
个人笔记常见问题汇总Windows 打开/关闭 MySQL以管理员身份运行cmd命令提示符:打开
net start mysql
关闭
net stop mysql
登录
mysql -u root -p
忘记 MySQL 密码Windows 更改 MySQ...
阅读全文…