随笔分类 -  Linux

摘要:麒麟操作系统 (kylinos) 从入门到精通 https://segmentfault.com/u/code4world 阅读全文
posted @ 2024-11-09 15:08 tc310 阅读(67) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/chang_chunhua/category_7083174.html MySQL相关 MySQL学习笔记5——MySQL源码编译安装 https://blog.csdn.net/chang_chunhua/article/details/13320134 阅读全文
posted @ 2024-06-17 18:28 tc310 阅读(12) 评论(0) 推荐(0)
摘要:# 一、更新修改日期和时间,注意日期时间需要引号 ``` date -s 'yyyy-MM-dd HH:mm:ss' ``` # 二、只更新修改日期(年月日),时间默认是 00:00:00 ``` date -s 2022-11-15 ``` # 三、只更新修改时间(时分秒) ``` date -s 阅读全文
posted @ 2023-08-08 21:57 tc310 阅读(494) 评论(0) 推荐(0)
摘要:原文:https://www.nginx.cn/install nginx可以使用各平台的默认包来安装,本文是介绍使用源码编译安装,包括具体的编译参数信息。 正式开始前,编译环境gcc g++ 开发库之类的需要提前装好,这里默认你已经装好。 ububtu平台编译环境可以使用以下指令 1 2 apt- 阅读全文
posted @ 2021-01-29 23:51 tc310 阅读(2031) 评论(0) 推荐(0)
摘要:原文:https://blog.csdn.net/qq_15766181/article/details/80755786 Linux 的软件安装目录是也是有讲究的,理解这一点,在对系统管理是有益的 /usr:系统级的目录,可以理解为C:/Windows/,/usr/lib理解为C:/Windows 阅读全文
posted @ 2021-01-28 18:14 tc310 阅读(618) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_36940806/article/details/100122393 jdk-8u221-linux-x64.tar.gz 链接:https://pan.baidu.com/s/1Q0TJsGnncxjghhVTZfSMGg提取码:wdts 阅读全文
posted @ 2020-08-22 17:04 tc310 阅读(190) 评论(0) 推荐(0)