[root@localhost nagios]# make install-webconf/usr/bin/install -c -m 644 sample-config/httpd.conf /etc/httpd/conf.d/nagios.conf/usr/bin/install: cannot create regular file `/etc/httpd/conf.d/nagios.conf': No such file or directorymake: *** [install-we…
安装doxmate时,doxmate地址是:https://github.com/JacksonTian/doxmatenpm install doxmate -g 安装完后把错误:Cannot install NodeJs: /usr/bin/env: node: No such file or directory 解决方法:ln -s /usr/bin/nodejs /usr/bin/node或者sudo apt-get install nodejs-legacy 地址是:http://st…
1.安装zip yum install -y unzip zip 2.安装lrszs yum -y install lrzsz 3.安装scp 遇到下面的问题: 结果提示: No package scp available. 解决办法: scp这东西应该属于openssh-clients:直接运行安装yum install openssh-clients 4.yum安装wegt yum -y install wget 5.yum安装vim yum  install vim 安装过程中报错: Fi…
/********************************************************************************* * httpd: config error '*.php:/usr/bin/php-cgi' in '/etc/httpd.conf' * 说明: * 打开了httpd功能,但是没有打开支持脚本功能. * * 2018-1-23 深圳 宝安西乡 曾剑锋 ****************************************…
如题,本人在安装samba等软件的时候,在命令行敲入: sudo apt-get install samba4命令的时候,系统在下载之后报错,大致内容如下: ~$ sudo apt-get install apache2[sudo] password for lilyyin: Reading package lists... DoneBuilding dependency tree Reading state information... Doneapache2 is already the n…
按照教程mac下解压缩rar文件工具-rarosx(免费),在mac上安装rar,在执行命令 sudo install -c -o $USER unrar /bin 出现错误:install: /bin/rar: Operation not permitted 解决办法:mac 系统一般没有权利修改/bin和/usr/bin目录的,故把上面命令中的/bin改为/usr/local/bin即可.…
/usr/bin/which: no wish 安装yum -y install tcl 和yum -y install tk 显示所有的分支 $gitk --all 显示所有的分支 $gitk --since="2 weeks ago" #显示2周以来的所有提交 提交用: $ git gui 显示要提交的 ======================= 非常好用的gitg 用法 Download: ftp://ftp.gnome.org/pub/GNOME/sources/gitg/…
操作系统为自身完成启动所需要的 /bin, /sbin 系统基本管理所需要的 /usr/bin, /usr/sbin 第三方的 /usr/local/bin, /usr/local/sbin 核心库 glibc - 几乎所有程序都需要的 /lib, /usr/lib, /usr/local/lib静态库:*.a动态库: *.so (shared objects)库文件没有执行入口,所以不能独立运行.他必须是在其他程序被调用的时候,随其他程序一起运行.所以库,在开发中又被称为函数. 软件包的组成部…
/libfastcommon-1.0.36 # ./make.sh cc -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -g -O3 -c -o hash.o hash.c cc -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -g -O3 -c -o chain.o chain.c cc -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -g -O3 -c -o shared_fu…
#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby # This script installs to /usr/local only. To install elsewhere you can just # untar https://github.com/Homebrew/brew/tarball/master anywhere you like or # change the value of…