CentOS或Ubuntu禁止特定软件包更新 发表评论 / Linux / frost CentOS: 禁止全部更新: 编辑/etc/yum/yum-cron.conf update_message CentOS或Ubuntu禁止特定软件包更新 Read More »
Win10 Ubuntu子系统 发表评论 / Linux / frost Win10内置Ubuntu子系统,性能直逼原生,毙掉虚拟机,可玩性超高,目前的最大缺点就是不能直接运行桌面应用 Win10 Ubuntu子系统 Read More »
shell小技巧 发表评论 / Linux / frost ?忽略单个字符 *忽略所有字符 查找文件时find -name mysqllog.20160???,find shell小技巧 Read More »
设置ll和ls -l命令中显示的日期格式 发表评论 / Linux / frost 1、临时更改显示样式,直接执行命令 2、永久改变显示样式,修改/etc/profile文件,在文件内容末尾加入 设置ll和ls -l命令中显示的日期格式 Read More »
mysql启动失败 发表评论 / Linux / frost 查看日志文件 /var/log/mysql/error.log 错误记录 Plugin ‘Inno mysql启动失败 Read More »
交互式bansh与非交互式bash 发表评论 / Linux / frost 交互式bash读取~/.bashrc文件;非交互式bash读取的是环境变量BASH_ENV(通常情况下)所指定 交互式bansh与非交互式bash Read More »
jenkins 发表评论 / Linux / frost jenkins远程执行脚本的方式,属于非交互式Shell,载入~/.bash_profile,需要用到.bas jenkins Read More »