码迷,mamicode.com
首页 >  
搜索关键字:usr    ( 26217个结果
异常/usr/bin/install: cannot create regular file `/usr/local/jpeg6/include/jconfig.h'
出现下列异常:  /usr/bin/install -c -m 644 jconfig.h /usr/local/jpeg6/include/jconfig.h /usr/bin/install: cannot create regular file `/usr/local/jpeg6/include/jconfig.h': No such file or directory ...
分类:其他好文   时间:2014-07-22 22:59:55    阅读次数:893
ubuntu software management
software directory: The default directory of software installed on ubuntu is /usr, so just allocate more space for this partition when installing oper...
分类:其他好文   时间:2014-05-06 00:02:59    阅读次数:281
emacs 为什么找不到执行程序?
我记得前段时间有个朋友问我为什么在emacs中打不开matlab程序?明明在terminal下是能打开的,却在emacs中不行. 今天自己终于遇到了类似的问题,我今天安装racket 6.0.安装好后racket程序的执行路径为/usr/local/racket/bin 然后我将这个路径加入到PATH里了,在terminal环境下能打开 接下来安装Geiser,它是emacs下连接r...
分类:其他好文   时间:2014-05-03 23:50:28    阅读次数:429
rsync inotify
rsync客户端+inotify-tools1.1.1.12rsync服务器1.1.1.111.1.1.12配置[root@slave3wwwroot]#cat/etc/rsyncd-web.sh #!/bin/bash host1=1.1.1.11 src=/web/wwwroot/ dst1=web1 /usr/bin/inotifywait-mrq--timefmt‘%d/%m/%y%H:%M‘--format‘%T%w%f%e‘-emodify,delete,create,attrib..
分类:其他好文   时间:2014-05-03 01:08:22    阅读次数:426
Lnmmp动静分离简易架构
拓扑如下图所示;本次环境全部为:Centos6.5-64位;一、先安装Mariadb数据库(编译安装与mysql的安装方法一样,此处不做详解);通用二进制格式安装;#mkdir-pv/mydata/data/ #chown-Rmysql:mysq/mydata/data/ #tarxfmariadb-10.0.10-linux-x86_64.tar.gz-C/usr/local/ #ln-svmar..
分类:其他好文   时间:2014-05-03 00:44:35    阅读次数:473
/usr/local/lib/libz.a: could not read symbols: Bad value
64位系统中,安装freetype时,出现这个问题。后来发现,此问题进出现在64位系统中。       修复方法: cd zlib-1.2.3 //进入zlib目录 CFLAGS="-O3 -fPIC" ./configure //使用64位元的方法进行编译 make make install        然后,进入freetyp...
分类:其他好文   时间:2014-05-02 23:50:23    阅读次数:397
[转]Installing python 2.7 on centos 6.3. Follow this sequence exactly for centos machine only
Okay for centos 6.4 also On apu.0xdata.loc, after this install was done$ which python /usr/local/bin/python$ python -VPython 2.7.3$ ls -ltr /usr/local...
分类:编程语言   时间:2014-05-02 12:53:59    阅读次数:609
《Linux/Unix系统编程手册》读书笔记7 (/proc文件的简介和运用)
《Linux/Unix系统编程手册》读书笔记 目录第11章这章主要讲了关于Linux和UNIX的系统资源的限制。关于限制都存在一个最小值,这些最小值为文件中的常量。通过cat 命令查看:lancelot@debian:~/Code/tlpi$ cat /usr/include/limits.h /*...
分类:系统相关   时间:2014-05-02 12:43:09    阅读次数:708
perl模块发邮件
vimsendmail.pl#!/usr/bin/perl-wuseMIME::Lite;subperl_sendmail{my$mail_to="$_[0]";收件人邮箱my$from="$_[1]";发件人邮箱my$subject="$_[2]";邮件标题my$data="$_[3]";邮件内容$sendmail=MIME::Lite->new(From=>$from,To=>$mail_to,Subject=>$subject,Data=>..
分类:其他好文   时间:2014-05-02 03:00:15    阅读次数:283
Fedora20下安装vim
$sudoyuminstallvim-enhanced<snipped>Transactioncheckerror:file/usr/share/man/man1/vim.1.gzfrominstallofvim-common-2:7.4.179-1.fc20.x86_64conflictswithfilefrompackagevim-minimal-2:7.4.027-2.fc20.x86_64报错,于是我又更新了一下vi试试$sudoyumupdatevim-min..
分类:其他好文   时间:2014-05-02 02:55:55    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!