自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

liufei_learning--脚踏实地,戒骄戒躁!

每天叫醒自己的是闹钟,而让自己起床的是梦想!

  • 博客(9)
  • 资源 (1)
  • 收藏
  • 关注

转载 bash-If Statement Examples

Bash conditional statements perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false. These statements are used to execute dif

2013-01-30 17:52:02 855

原创 vi 打开大文件报错:(0602-101 Out of memory saving lines for undo)

在AIX 平台下用vi 打开大文件会报错:0602-101 Out of memory saving lines for undo)因为是/tmp 目录空间不足引起的,vi 默认路径是/tmp解决方案1:export EXINIT="set ll=20000000 dir=/home/tmp"  /**** /home/tmp为自定义空间足够的目录 *****/解决方案

2013-01-24 15:46:47 3021

转载 ubuntu 更新chrome 浏览器

Setup key with:wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - Setup repository with:sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stabl

2013-01-22 14:08:04 1158

转载 Errors and Signals and Traps - Part 2

http://linuxcommand.org/wss0160.phpby William Shotts, Jr.Errors are not the only way that a script can terminate unexpectedly. You also have to be concerned with signals. Consider the following

2013-01-21 18:10:56 600

转载 Errors and Signals and Traps - Part 1

http://linuxcommand.org/wss0150.phpby William Shotts, Jr.In this lesson, we're going to look at handling errors during the execution of your scripts.The difference between a good program and a

2013-01-21 18:10:07 772

原创 ubuntu server: Asking for cache data failed

在安装的ubuntu12.10 64bit server时,出现下面的错误:[11690.011238] [sdb] Asking for cache data failed[11690.011248]  [sdb] Assuming drive cache: write throughgoogel了下找到下面的解决方案,是ubuntu的一个bug:在我机器上卸载后就没有问题了

2013-01-19 23:54:09 4254

原创 U盘安装ubuntu12.10

Universal USB Installer – Easy as 1 2 3Universal USB Installer aka UUI is a Live Linux USB Creator that allows you to choose from a selection of Linux Distributions to put on your USB Flash Dr

2013-01-19 18:51:14 1014

转载 ubuntu skype 录音-Record Audio

Record Audio 录音机可以录制系统声效卡声音和麦克风声音,现在还有一个先进的功能:自动录制Skype通话记录。audio-recorderRecord Audio功能:录制系统的声卡,麦克风,浏览器,摄像头等等声音;内置计时器:您可以启动,停止或暂停在一个预先定义的时间或一定的时间后录音无论是语音或声音自动开始录音自动停止沉默录

2013-01-17 11:11:16 1196

转载 VIM查找替换归纳总结

1,简单替换表达式替换命令可以在全文中用一个单词替换另一个单词::%s/four/4/g”%” 范围前缀表示在所有行中执行替换。最后的 “g” 标记表示替换行中的所有匹配点。如果仅仅对当前行进行操作,那么只要去掉%即可  如果你有一个象 “thirtyfour” 这样的单词,上面的命令会出错。这种情况下,这个单词会被替换成”thirty4”。要解决这个问题,用

2013-01-07 15:01:44 517

gvim 配置 -ubuntu

解决ubuntu下vim无法配置问题,c/c++/java/ruby等

2011-06-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除