wenyao'space
linux shell 编程 linux shell 编程
linux shell 编程 最近在用Linux倒腾一些东西,发现好多东西都可以使用写成一个shell脚本来简化,所以学习一下shell. 示例12#! /bin/bashecho "hello,world!" she
2021-05-06
use nginx on ubuntu 18.04 use nginx on ubuntu 18.04
nginx on ubuntu 18.04reference How To Install Nginx on Ubuntu 18.04 nginx beginner’s guideintroduction nginx is one of
2021-04-25
linux command linux command
linux commandlinux基础命令 参考 命令帮助1234567whatis commandinfo command man commandcommand --helpwhich command #查看命令二进制文件所在位置whe
Initial Server Setup with Ubuntu Initial Server Setup with Ubuntu
Initial Server Setup with Ubuntu When you first create a new ubuntu 18.04 server, there are a new configuration steps th
2021-04-21
code-server code-server
code-server code-server is a cloud ide platform, which can enable us to code through browser anywhere. But how to set up
2021-04-21
零碎的技术 零碎的技术
零碎的技术域名解析 记录类型:A记录:将域名指向一个IPv4地址(例如:10.10.10.10),需要增加A记录CNAME记录:如果将域名指向一个域名,实现与被指向域名相同的访问效果,需要增加CNAME记录主机记录:www :将域名解析为w
2021-04-21
proxy trojan proxy trojan
proxy trojan自动脚本onGitHub trojan server 服务端 傻瓜式一键部署,(等我Linux学有所成了再自己一步一步地配置)1curl -O https://raw.githubusercontent.com/at
2021-04-21
基于 CentOS 搭建 Discuz 论坛 基于 CentOS 搭建 Discuz 论坛
基于 CentOS 搭建 Discuz 论坛准备LAMP环境 LAMP 是 Linux、Apache、MySQL 和 PHP 的缩写,是 Discuz 论坛系统依赖的基础运行环境。 MySQL123456yum -y install mys
2021-04-19
linux base linux base
linux basecentos6 定时重启12345678910111213vi /etc/crontab按照提示添加 00 06 * * * root reboot载入内存crontab /etc/crontab启动服务并设置开机自启动
build a mail server for myself build a mail server for myself
build a mail server for myself使用环境 centos7.6环境搭建域名解析 解析域名添加两条记录123456789A 记录记录类型:A主机记录:@记录值:ip addressMX 记录记录类型:MX主机记录:@
2021-04-16
git的使用 git的使用
git的使用菜鸟教程 创建git库初始化git123mkdir gittestcd gittestgit init 将要添加的文件加入git管理 add 从工作区到暂存区 1git add [filename] 或者将目录下所有文件都加
2021-03-23
markdown的使用方法 markdown的使用方法
markdown 的使用方法标题 星号数量为标题等级段落 markdown换行直接在后面加上两个以上的空格就好。字体 *斜体文本*_斜体文本_**粗体文本**__粗体文本__***粗斜体文本***___粗斜体文本___ 分割线 你
2021-03-22
6 / 7