码迷,mamicode.com
首页 >  
搜索关键字:GNU Bash    ( 18398个结果
debian7 oracle11g 解决 link binaries 错误方案
ln -s /etc /etc/rc.dln -s /usr/bin/awk /bin/awkln -s /usr/bin/basename /bin/basenameln -s /usr/bin/rpm /bin/rpmln -s /lib/i386-linux-gnu/libgcc_s.so.1...
分类:数据库   时间:2014-06-28 23:38:22    阅读次数:467
-bash: fork: retry: Resource temporarily unavailable;centos6.5
Last login: Wed Jun 18 14:04:11 2014 from 1.1.1.135-bash: fork: retry: Resource temporarily unavailable-bash: fork: retry: Resource temporarily unavai...
分类:其他好文   时间:2014-06-28 20:55:05    阅读次数:173
bash模式和模式匹配
bash模式和模式匹配==================* ${variable#pattern} 如果模式匹配变量取值的开头,删除最短匹配部分,返回其余部分* ${variable##pattern} 如果模式匹配变量取值的开头,删除最长匹配部分,返回其余部分* ${variable%patte...
分类:其他好文   时间:2014-06-28 20:31:38    阅读次数:286
backup script
#!/bin/bash###################################################### export the whole database use exp utility. ##################################...
分类:其他好文   时间:2014-06-28 19:58:18    阅读次数:215
在Linux使用mingw32来编写win32程序
MinGW - Minimalist GNU For WindowsMingw32是 GNU 計畫工具的集合,包含了大量的標頭檔(header files)、函式庫與指 令程式。目的在提供免費的工具以生產製作可於 Winodws 上直接執行而無須依賴輔助函式 庫的原生程式(Native Window...
分类:Windows程序   时间:2014-06-21 13:38:43    阅读次数:312
Ag (the_silver_searcher) 安装使用
## if (I am a Programmer || I have a strong sense of time) I use ag___##1. 安装命令行ag(代码中行首的“\\”是多余的)```bash\#!/usr/bin/env bash\#Author Leslie Guan\#ma....
分类:其他好文   时间:2014-06-21 07:55:03    阅读次数:241
ubuntu下设置locale
在bash下中文乱码,因为locale没有正确设置,在bash下执行:/usr/share/locales/install-language-pack zh_CNsudo locale-gen编辑用户主目录下 ~/.bashrc 文件,添加内容export LANG="zh_CN.UTF-8"exp...
分类:其他好文   时间:2014-06-18 10:51:44    阅读次数:211
su和su - 的区别
我们在更改系统文件或者执行某些命令,需要root身份才能进行,这就需要从当前用户切换到root用户。Linux中切换用户的命令是su或su -。前天我在使用useradd这个命令时,才体会到这两者的本质区别。如图:我首先是用su命令切换到root身份的,但是运行useradd时,出现错误:bash:...
分类:其他好文   时间:2014-06-18 00:21:15    阅读次数:275
Linux运维常用知识(4)
linux命令无效-bash:ls:commandnotfound一次重启后开机,基本所有的命令都不可用,只有少数的命令可用[root@centos-1~]#ll-bash:ls:commandnotfound[root@centos-1~]#pwd/root[root@centos-1~]#shutdown-rnow-bash:shutdown:commandnotfound[root@centos-1~]#export$PATH-bash:..
分类:系统相关   时间:2014-06-17 17:45:16    阅读次数:368
mysql安装报错
如果编译时出现了以下错误:checkingfortgetentin-ltermcap…nocheckingfortermcapfunctionslibrary…configure:error:Nocurses/termcaplibraryfound说明curses/termcap库没有安装去下载一个ncurses-5.6.tar.gz,wgethttp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gztar..
分类:数据库   时间:2014-06-17 17:30:13    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!