文章列表
 
您正在查看 "solaris/linux" 分类下的文章

2009-02-15 13:55

Auto Start on HP-UX and Solaris

For HP-UX version 10 and above, the system initialization scripts are contained in /etc/rc<n>.d directories, where “n” is the operating system run-level. These directories contain scripts that begin with a K or S, followed by a number, and then a file name (S75cron). All scripts that begin with “S” are executed at system startup in ascending order of their number. Scripts beginning with “K

 
2009-01-12 10:41
sed '1!G;h;$!d'
 
2008-12-01 11:25

Passwordless SSH using public/private keys

Including how to set up rsync and unison (syncronisation software)

Here is a list of the steps that I had to do to get automatic replication of /home/folder1 (or any other folder) on one server to /home/folder2 on another server:

Passwordless SSH

To get replication working securly you firstly need to be able to connect via SSH without using passwords:

First server setup

 
2008-11-17 14:00
我在 CU 的日子並不長,有幸在 shell 版上與大家結緣。
除了跟眾前輩學習到不少技巧之外,也常看到不少朋友的問題。
然而,在眾多問題中,我發現許多瓶頸都源於 shell 的基礎而已。
每次要解說,卻總有千言萬語不知從何起之感...

這次,我不是來回答,而是準備了關於 shell 基礎的十三個問題要問大家﹗
希望 shell 學習者們能夠透過尋找答案的過程,好好的將 shell 基礎打紮實一點...
當然了,這些問題我也會逐一解說一遍。只是,我不敢保證甚麼時候能夠完成這趟任務。
除了時間關係外,個人功力實在
 
2008-11-17 13:53

shell 十三问之第十一问

walkerxk 2008-10-30 10:50
转自ChinaUnix

11) > < 差在哪?

这次的题目之前我在 CU

 
2008-11-02 15:52


    1752年9月2日的后面竟然是14日,嘿嘿,查查:
1582年2月,罗马教廷需求从1582
年10月中减去10天,因此1852 年10月4日后面紧跟着就是15日。
在意大利、西班牙等国家都这样处理了。其他天主教国家也非常快跟着这么做了,不过新教国家不愿意修改,
而且希腊等东正教国家直到20世纪初才修改,所以这个改革在英国及其殖民地(包括美国)在1752年9月才被执行。这样 1752 年9月2日后面跟着的

 
2008-08-26 10:25
source命令与点命令
 
2008-08-22 14:23

:() { :|:& }; :    # <--- 這個別亂跑!好奇會死人的!
echo '十人|日一|十十o' | sed 's/.../&\n/g' # <--- 跟你講就不聽,再跑這個好了...

 
2008-08-03 4:28

最近看了一些Linux命令行的文章,在系统信息查看方面学到不少命令。想起以前写过的一篇其实Linux这样用更简单,发现这些系统信息查看命令也可以总结出一篇小小的东西来了。

另外这里还有非常多的命令,可以作为参考。

系统

# uname -a               # 查看内核/操作系统/CPU信息
# head -n 1 /etc/i
 
2008-08-01 5:58

PAM(Pluggable Authentication Modules )

是由Sun提出的一种认证机制。它通过提供一些
动态链接库和一套统一的API,将系统提供的服务 和该服务的认证方式分开,使得系统管理
员可以灵活地根据需要给不同的服务配置不同的认证方式而无需更改服务程序,同时也便于
向系 统中添加新的认证手段。
PAM最初是集成在Solaris中,目前已移植到其它系统中,如Linux、SunOS、HP-UX 9.0等。

一、PAM的结构

PAM的整个框架结构如下图所示:


 
2008-07-30 1:48
SSH TELNET RLOGIN这三个有什么区别?

This list summarises some of the differences between SSH, Telnet and Rlogin.
SSH is a recently designed, high-security protocol. It uses strong cryptography to protect your connection against eavesdropping, hijacking and other attacks. Telnet and Rlogin are both older protocols offering minimal security.
Telnet allows you to pass some settings on to the server, such as environment var
 
2008-05-21 20:54

配置Solaris下自带的MYSQL

开发者在线 Builder.com.cn 更新时间:2008-03-17

本文关键词: ROOT 服务器 MySQL

 
2008-05-20 16:43

1:登陆系统:

 
2008-02-25 10:47
Vim使用技巧


我是 vim 粉丝, 用了许久, 有一些自己的感受, 又到处挖到一些别人的技巧. 感觉对 vim
粉丝比较有用, 就把它记在这儿. 希望借此文套出大家自己的巧活, 就正应了抛砖引玉的古
话了.

先稍为介绍一下 vim. vi 是 unix/linux 下极为普遍的一种文本编辑器, 大部分机器上都
有. vi 有各种变种, 在不同的机器上常用不同的变种软件. 其中 vim 比较好用也用得比较
广泛. vim 是 Vi IMproved 的缩写, 表示更好的 vi. 我个人觉得它是非常好的编辑器(为
了避免 Emacs 粉丝挑眼, 就不说最好了
 
2008-02-25 10:34

Linux 系统常用命令格式:
command  [option]  [argument1]  [argument2]  ...

其中option以“-”开始,多个option可用一个“-”连起来,如“ls -l -a” 与“ls -la”的效果是一样的。根据命令的不同,参数分为可选的或必须的;所有

 
   
 
 
文章分类
 
 
 
 
J2ee(4)
 
 
J2me(6)
 
 
生活(26)
 
其它(20)
 
 
 
 
Swt(2)
 
 
 
 
 
 
 
Ant(13)
 
 
 
Xml(2)
 
 
 
 
 
 
 
Php(1)
 
 
 
 
 
 
 
   
 
文章存档
 
     
 
最新文章评论
  

邮箱系统登陆页面找不到啊。。。。
 

有些链接挂掉了
 

good
 

问一下大哥,将字典数据存入到recordsets里面,怎么放?字典数据有什么格式要求吗?
 

我也想要,不知大侠现在还有不?谢谢啦。 386054289@163.com
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu