Linux cat 命令
cat test1.sh > test3.sh
cat test1.sh >> test3.sh
其实我一直在你身边
cat test1.sh > test3.sh
cat test1.sh >> test3.sh
Linux uname命令
uname -a
$ touch authorized_keys
$ cat jubaopen_rsa_2048.pub >> authorized_keys
$ chmod 600 authorized_keys
横向分割显示:vim -o test.sh test1.sh
纵向分割显示:vim -O test.sh test1.sh
Let’s Encrypt
curl https://get.acme.sh | sh
acme.sh –issue -d zhongguomayun.com -d www.zhongguomayun.com -d api.zhongguomayun.com -d static.zhongguomayun.com -d m.zhongguomayun.com -w /code/coding/zhongguomayun/public
df -h 查看硬盘空间
du -sh 查看文件夹大小
du -h 查看文件夹下所有文件大小
Regex101 – online regex editor and debugger
Desmos Graphing Calculator
非常强大的在线作图工具,而且支持动画(支持函数动态变化),界面也非常简洁耐看
centos6.5 查看内存 free -m
释放关闭swap
swapoff -a
首先到 Maven 官网 http://maven.apache.org/download.cgi 下载 Maven 软件
解压 Maven到 /usr/local 目录下
修改配置 Maven,环境变量
lnmp 报错 open_basedir restriction in effect解决办法
vim /usr/local/php/etc/php.ini