crontab定时任务

Linux的crond定时任务是周期性执行任务的守护进程。 安装 yum -y install crontab 启动crond服务 service crond start 查看状态service crond status 使用crontab -...

2020-03-13 · 1 min · oeong

Linux笔记

Linux 是一套免费使用和自由传播的类 Unix 操作系统,是一个基于 POSIX 和 UNIX 的多用户、多任务、支持多线程和多 CPU 的操作系统。 [root@localhost ~]#的含义 用户名:root 主机名...

2020-02-26 · 5 min · oeong

Hexo笔记

Hexo is a fast, simple and powerful blog framework. You write posts in Markdown (or other markup languages) and Hexo generates static files with a beautiful theme in seconds. 如何上传文章 在你博客站点文件夹下右键空白处,选择Git Bash Here hexo new post "&qu...

2020-02-16 · 3 min · oeong

Git入门

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git简介 Git是目前世界上最先进的分布式版本控制系统。由Linus使用C写成。 http://git-scm.com 廖雪峰的...

2020-02-02 · 10 min · oeong