158 articles
Thursday, Oct 31, 2019
rsync: connection unexpectedly closed 0 bytes received so far sender rsync error: error in rsync protocol data stream code 12 at /BuildRoot/Library/Ca...
Wednesday, Oct 30, 2019
其实刚开始觉得很难得,。。。尤其是什么系统,环境变量什么的。。。 其实Linux系统安装golang只需要三步 看代码了。。。没什么难的 wget https://go.dev/dl/go1.18.2.linux-amd64.tar.gz rm -rf /usr/local/go && tar -C...
Sunday, Oct 27, 2019
kangle一款国产的web服务器 是一款跨平台、轻量级,功能强大、易操作的高性能web服务器和反向代理服务器软件。 适用平台 linux、windows、freebsd、openbsd、netbsd、solaris等。 本次安装是在Debian 9 和Debian 10 系统下安装的。。。 官方L...
Wednesday, May 15, 2019
真的是醉了,竟然有些发行版的Linux系统镜像没有安装crontab, 执行命令就会出现-bash: crontab: command not found ubuntu问题 安装crontab 即可 sudo apt-get install cron
debian,ubuntu赋予普通用户绑定端口权限的方法。 这里需要用到,setcap,安装命令如下 sudo apt-get install libcap2-bin 如果没有安装setcap则会出现以下错误信息 -bash: setcap: command not found 下面是caddy使用...
出现sh: 0: getcwd failed: No such file or directory原因 是因为你进入到了已经卸载了软件目录,解决方法很简单,进入主目录cd 即可 一般这种问题都是出现在ubuntu系统上。
Tuesday, May 7, 2019
debian安装docker和Docker面板Portainer并部署Wordpress 使用以下命令安装最新版本的docker curl -sSL https://get.docker.com/ | sh 开启docker服务并设置开机启动 systemctl start docker.servi...
Monday, May 6, 2019
mac os 使用brew安装软件时出现了以下错误 shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory Error: T...
mac os install soft command as debian apt-get ,centos yum install command open terminal,Enter the following command ruby -e \"$curl -fsSL https://raw.g...
Friday, May 3, 2019
configing more ip in debian9: cp /etc/systemd/network/50-default.network /etc/systemd/network/50-default.network.bak //backup network config edit your...