常用代码 | 系统配置篇

Linux

添加新用户并设置为超级用户

adduser touwen && adduser touwen sudo

此步骤完成记得退出root,用新的用户登录

更新软件仓库并安装必要软件

sudo apt-get update && sudo apt-get -y install zsh git unzip

oh-my-zsh

sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

miniconda

Get miniconda and install

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && sh Miniconda3-latest-Linux-x86_64.sh

Auto start zsh and miniconda.

echo zsh >> ~/.bashrc && echo "source ~/miniconda3/bin/activate" >> ~/.zshrc && source ~/.zshrc

Pull Code from github.

wget https://github.com/RunningIkkyu/toutiao/archive/master.zip && unzip master.zip && rm master.zip
本作品采用《CC 协议》,转载必须注明作者和本文链接
《L03 构架 API 服务器》
你将学到如 RESTFul 设计风格、PostMan 的使用、OAuth 流程,JWT 概念及使用 和 API 开发相关的进阶知识。
《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
讨论数量: 0
(= ̄ω ̄=)··· 暂无内容!

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!
未填写
文章
1
粉丝
0
喜欢
0
收藏
0
排名:3107
访问:187
私信
所有博文
博客标签
社区赞助商