
Unix/Linux
iteye_10938
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
一些常用的正则表达式
正则表达式是一种通用的标准,大部分计算机语言都支持正则表达式,包括as3,这里转摘出了一些常用的正则表达式语句,大家用到的时候就不用自己写了 ^\d+$ //匹配非负整数(正整数 + 0) ^[0-9]*[1-9][0-9]*$ //匹配正整数 ^((-\d+)|(0+))$ //匹配非正整数(负整数 + 0) ^-[0-9]*[1-9][0-9]*$ //匹配负整数 ^-?\d+...2008-06-30 14:02:00 · 97 阅读 · 0 评论 -
硬盘与分区
Shell:~/tmp >: df Filesystem Size Used Avail Capacity iused ifree %iused Mounted on/dev/sd0a 97.9M 43.2M 49.9M 46% 2462 13536 15% //dev/sd0f 22.6G 5.3G ...2008-10-30 13:14:22 · 182 阅读 · 0 评论 -
apropos
Shell:~/tmp >: man apropos APROPOS(1) OpenBSD Reference Manual APROPOS(1)NAME apropos - locate commands by keyword lookupSYNOPSIS apropos [-C file] [-M path...2008-10-30 13:11:48 · 136 阅读 · 0 评论 -
fedora 回收站路径
回收站的路径:$HOME/.local/share/Trash/2008-08-22 02:42:25 · 196 阅读 · 0 评论 -
smtpClient
mv sendmail smtpClient add Makefile for smtpClient detail: http://code.google.com/p/mylibs/source/browse/#svn/trunk/tools/smtpClient2008-08-10 07:46:08 · 185 阅读 · 0 评论 -
Fedora 代号
Fedora Core 1: YarrowFedora Core 2: TettnangFedora Core 3: HeidelbergFedora Core 4: StentzFedora Core 5: BordeauxFedora Core 6: ZodFedora 7: MoonshineFedora 8: WerewolfFedora 9: SulphurFedora 10: Camb...2008-07-31 06:58:51 · 121 阅读 · 0 评论 -
开源技术选型手册(提供电子书免费下载)
本迷你书是《开源技术选型手册》(互动出版网购买) 的精选版,包括Web框架篇、动态语言篇、Ajax开发篇、版本控制篇、项目管理篇(AOP)、面向方面编程篇和面向服务架构篇(SOA)等,作者均为 InfoQ中文站编辑。《开源技术选型手册》由博文视点出版公司出版,全书共包含20个章节,由各领域的专家撰写而成,为中高级技术人员的技术选型工作提 供必要的参考。 结合本书面向中高端技术人员选型手册的定位,...2008-07-31 00:54:53 · 198 阅读 · 0 评论 -
vim没有菜单的问题
我的fedora9里的vim不知道从什么时候没有菜单了,都是在终端上使用vi没太注意,google一下,原来可以这样: vi $HOME/.gvimrc set encoding=utf8set langmenu=zh_CN.UTF-8set imcmdlinesource $VIMRUNTIME/delmenu.vimsource $VIMRUNTIME/menu.vim 就好了,嘿嘿~~...2008-07-16 08:17:01 · 375 阅读 · 0 评论 -
My Vimrc
set dir=~/.vim/swpset backupset backupdir=~/.vim/backup/set backupext=.bakset autoindent "always set autoindenting onset smartindent "set smart indentset smarttab "use tabs at th...2008-07-11 15:36:53 · 111 阅读 · 0 评论 -
send mail command
/* * Copyright 2008 N23 <No.0023@gmail.com> * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the L...2008-07-10 18:09:13 · 214 阅读 · 0 评论 -
Tim 的剖析系列文章
这里2008-07-07 09:16:09 · 116 阅读 · 0 评论 -
SCIM 词码表 ---- 万能五笔
Linux: Wnwb-linux.tar.gzOpenBSD: Wnwb-OpenBSD.tar.gz存放路径:Linux: /usr/share/scim/tables/OpenBSD: /usr/local/share/scim/tables/ 下载后改文件扩展名为: *.tar.gz 后再解压,重启Xwindow后就可以看到了,万能五笔哦。...2008-07-02 08:58:07 · 214 阅读 · 0 评论 -
PGP PUBLIC KEY
Here is my public PGP key: -----BEGIN PGP PUBLIC KEY BLOCK-----Version: GnuPG v1.4.8 (OpenBSD)mQGiBEiTdXsRBADbaQp99heFlinoOiJP8GZWcMIKXjelDZr9sWoTcfa7VL7CT2cf8Dd0zMEVJ3y0H1/ipuvxu3P+vGo01vwNDK5Gja+5P...2008-07-02 08:54:42 · 1201 阅读 · 0 评论 -
w3m
w3mman:Shell:/var/db/pkg >: pkg_info -L w3m-0.5.1p2-imageInformation for w3m-0.5.1p2-imageFiles:/usr/local/bin/w3m/usr/local/bin/w3mman/usr/local/libexec/w3m/cgi-bin/dirlist.cgi/usr/local/libexec/w...2008-07-02 08:53:23 · 492 阅读 · 0 评论 -
30 Cool Linux Login Screens
1-Somatic By: pokemonjojo2 2-Clear Crisp Morning By: penseleit 3-Tux vs. MS By: alcapcom 4-Doe By: xyzwqt 5-Blue Swirl By: darkknight9 6-Magic Book By: gHiRo 7-Pixel Girl B...2008-11-04 00:41:21 · 145 阅读 · 0 评论