logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

重启samba服务器失败解决

sudo service smbd restartJob for smbd.service failed because the control process exited with error code.See "systemctl status smbd.service" and "journalctl -xe" for details.重启失败,查看详细情况systemctl status

#php#ubuntu#linux
linux编译出现问题:file not recognized: File format not recognized

之前在板子上面编译的,现在在ubuntu下编译出现下面的问题:ipc/ipcclient.o: file not recognized: File format not recognizedcollect2: ld returned 1 exit statusMakefile:58: recipe for target ‘libcommon.so’ failed显示是格式问题:查看文件格式:fil

Git Clone错误解决:GnuTLS recv error (-110): The TLS connection was non-properly terminated.

报错:fatal: unable to access 'https://github.com/libcheck/check.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.解决:apt-get install gnutls-bingit config --global http.sslV

#git
Mysql--ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘127.0.0.1‘ (111)解决

ERROR 2003 (HY000): Can’t connect to MySQL server on ‘127.0.0.1’ (111)解决1、如果数据库服务器位于远程计算机上,请尝试使用以下ping命令测试客户端服务器的连接性ping 127.0.0.1使用ps下面的命令以检查mysql守护程序是否在系统上运行$ ps -Af | grep mysqld如果前一条命令没有输出,请按以下方式启

linux编译出现问题:file not recognized: File format not recognized

之前在板子上面编译的,现在在ubuntu下编译出现下面的问题:ipc/ipcclient.o: file not recognized: File format not recognizedcollect2: ld returned 1 exit statusMakefile:58: recipe for target ‘libcommon.so’ failed显示是格式问题:查看文件格式:fil

shell---退出脚本

shell运行每一个命令后,都会有一个退出状态值(0~255),在命令结束运行时由命令传给shell。查看退出状态值:linux退出状态码0命令成功结束1一般性未知错误126命令不可执行127没找到命令128无效的退出参数128+x

Mysql--ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘127.0.0.1‘ (111)解决

ERROR 2003 (HY000): Can’t connect to MySQL server on ‘127.0.0.1’ (111)解决1、如果数据库服务器位于远程计算机上,请尝试使用以下ping命令测试客户端服务器的连接性ping 127.0.0.1使用ps下面的命令以检查mysql守护程序是否在系统上运行$ ps -Af | grep mysqld如果前一条命令没有输出,请按以下方式启

暂无文章信息