
linux
文章平均质量分 53
wephper
follow your heart, fuck everything else.
展开
-
SELinux is preventing /usr/sbin/httpd from name_bind access on the tcp_socket port
SELinux is preventing /usr/sbin/httpd from name_bind access on the tcp_socket port附加表现症状:服务器起来后本地curl 127.0.0.1:端口可以访问 但是配置nginx代理用80端口转发后无法访问。原创 2022-09-04 15:31:05 · 3055 阅读 · 1 评论 -
无法make & make install(make: *** No targets specified and no makefile found. Stop.解决方法)
1、wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz2.、tar zxvf ncurses-5.6.tar.gz3、 ./configure -prefix=/usr/local -with-shared-without-debug4、make5、make install转载 2018-04-23 15:40:44 · 6722 阅读 · 6 评论 -
mac下配置vim
macvim配置最终效果如下:系统环境macos10.12.4homebrew1.2.1python3.5&python2.7iTerm2zsh5.3.1macvim8.0安装macvimmac预装了vim,但官方的 vim 在 Mac 上只有一个很不完善的,长期没人维护的 Carbon 图形用户界面。macvim 主要是在此基础上添加了一个完整的 Cocoa 用户界面,其核心部分和 vi...转载 2018-05-25 14:24:07 · 9125 阅读 · 0 评论