随笔分类 -  linux

摘要:运行 vi /root/.bash_profile 打开文件,按 i 进入编辑模式。 将 PATH=$PATH:$HOME/bin 修改为 PATH=$PATH:$HOME/bin:/usr/local/apache/bin。 按 Esc 键退出编辑模式,输入 :wq 保存并关闭文件。 运行 source /root/.bash_profile 重新执行文件 和windows不同,linux各个... 阅读全文
posted @ 2017-10-31 15:37 za_szybko 阅读(393) 评论(0) 推荐(0)
摘要:启动错误 service mysql startRedirecting to /bin/systemctl start mysql.serviceJob for mysqld.service failed because the control process exited with error c 阅读全文
posted @ 2017-10-23 11:54 za_szybko 阅读(16483) 评论(6) 推荐(0)
摘要:ftp拓展 cd /usr/local/src/php-7.0.32/ext/ftp #进入PHP安装源码包,找到ext下的ftp,进入 find \ -name ftp /usr/local/php/bin/phpize #whereis phpize 得到路径 或者 find / -name p 阅读全文
posted @ 2017-09-07 00:47 za_szybko 阅读(804) 评论(0) 推荐(0)