ubuntu apache2 更换默认端口

0x00 apache2 默认监听端口是 80,如何修改? ...

November 8, 2018 · 1 min · 74 words · ronething

MAC Operation not permitted

0x00 chmod: Unable to change file mode on /usr/bin/cc: Operation not permitted 在 mac 系统进行操作的时候出现 Operation not permitted 问题 ...

October 1, 2018 · 1 min · 49 words · ronething

ubuntu or centos 屏蔽 ssh 恶意爆破 ip

0x00 服务器经常被别人恶意爆破,如何将这些 IP 加入黑名单? ...

August 1, 2018 · 1 min · 131 words · ronething

ubuntu16.04 apache2 配置 SSL 证书

0x00 感觉有一把小锁头比较舒服。 ...

July 1, 2018 · 1 min · 94 words · ronething

关于 chmod +X

0x00 我们都知道 chmod +x 是给所有用户加上执行权限 $ touch myfile $ ls -l myfile -rw-r--r-- 1 ronething wheel 0 5 18 20:46 myfile $ chmod +x myfile && ls -l myfile -rwxr-xr-x 1 ronething wheel 0 5 18 20:46 myfile 但是 chmod +X 呢 ...

June 24, 2018 · 1 min · 175 words · ronething

搭建音乐站点发生的趣事

0x00 Introduction 只想简单听听歌。 ...

June 18, 2018 · 1 min · 91 words · ronething

搭建 wordpress 网站遇到的一些问题

0x00 WordPress 提示”在裁剪您的图像时发生了错误" 怎么办 ...

June 16, 2018 · 1 min · 131 words · ronething

Win10 正式专业版激活方法

0x00 重装系统之后 ...

May 25, 2018 · 1 min · 26 words · ronething

MP3 歌曲添加专辑封面图片

0x00 Introduction 因为某些原因需要给 mp3 加上封面图片 ...

May 20, 2018 · 1 min · 19 words · ronething

树莓派搭建小型 NAS 服务器

0x00 网络连接存储设备(英语:Network Attached Storage,缩写:NAS)[1],是一种专门的数据存储技术的名称,它可以直接连接在电脑网络上面,对异质网络用户提供了集中式数据访问服务。 ...

May 18, 2018 · 2 min · 350 words · ronething