Thinker Thinker

Linux系统more 、less命令详解

Linux系统more 、less命令详解 参考:https://www.lxlinux.net/2473.html 一、more命令 more功能类似 cat ,cat命令是整个文件的内容从上到下显示在屏幕上。 more会以一页一页的显示方便使用者逐页阅读,而最基本的指令就是按空白键(space)

Aristotle Aristotle 发布于 2023-12-04

Certbot命令行工具使用说明

Certbot命令行工具使用说明 参考:https://blog.csdn.net/weixin_42164567/article/details/105652214 用法: certbot [子命令] [选项] [-d 域名] [-d 域名] ... Certbot工具用于获取和安装 HTTPS/

Aristotle Aristotle 发布于 2023-12-04

nc和ncat的特殊使用,文件传输

nc和ncat的特殊使用,文件传输 参考:https://www.cnblogs.com/Junglezt/p/17417094.html

Aristotle Aristotle 发布于 2023-12-03

tcpdump

tcpdump 参考:全网最详细的 tcpdump 使用指南 参考:tcpdump的简单使用

Aristotle Aristotle 发布于 2023-12-03

Nginx和php-fpm部署到不同的服务器

Nginx和php-fpm部署到不同的服务器 参考:https://www.cnblogs.com/fansik/p/6635813.html Nginx安装滤过,基本上nginx上的配置很少,只要添加个server就可以了,主要安装php-fpm服务 php7.1.3安装 1、安装依赖的软件包 y

Aristotle Aristotle 发布于 2023-12-03

MySQL用户授予的权限

MySQL用户授予的权限 参考:https://www.cnblogs.com/kerrycode/p/7423850.html //设置全部ip访问方法一 use mysql; 使用mysql数据库 update user set host = '%' where user ='root'; f

Aristotle Aristotle 发布于 2023-12-02

centos7 安装php82

centos7 安装php82 及 添加模块 tonyenc https://blog.csdn.net/oToyix/article/details/129384160 解决包冲突 Error: libzip5-tools conflicts with libzip-0.10.1-8.el7.x8

Aristotle Aristotle 发布于 2023-11-30

一篇文章带你快速弄清楚什么是终端

一篇文章带你快速弄清楚什么是终端 原文:https://www.cnblogs.com/jfzhu/p/13040942.html

Aristotle Aristotle 发布于 2023-11-29

删除文件需要什么权限,文件夹-目录的读写权限

删除文件需要什么权限,文件夹-目录的读写权限 原文:https://blog.csdn.net/qq_23062949/article/details/107817830 首先删除这个文件需要文件你要先拥有这个文件所属文件夹(这里需要强调是文件夹)的所有权限就是读r,写w,执行x 因为发现这个文件的

Aristotle Aristotle 发布于 2023-11-29

Xargs

Xargs 参考:find -print0和xargs -0原理及用法 参考:知乎xargs详解

Aristotle Aristotle 发布于 2023-11-29