笔记

.bash_profile 与 .bashrc 文件

.bash_profile 文件在通过控制台(或远程登录, 比如ssh)登录(login)系统的时候被执行的shell脚本.
而 .bashrc 则是在打开虚拟终端的时候才会起作用,比如在GNOME,KDE中执行rxvt.

如果你想在控制台登录的时候, 同时执行 .bashrc 脚本, 可以在.bash_profile文件中加入如下内容:

if [ -f ~/.bashrc ];
then
source ~/.bashrc
fi

slackware 从10.2 升级至11.0

安装slapt-get

wget http://software.jaos.org/slackpacks/10.2/slapt-get-0.9.11h-i386-1.tgz
installpkg slapt-get-0.9.11h-i386-1.tgz
wget http://slackware.mirrors.tds.net/pub/slackware/slackware-10.2/slackware/l/libidn-0.5.17-i486-1.tgz
installpkg libidn-0.5.17-i486-1.tgz

crontab文件格式

分钟 小時 日期 月份 星期 命令

ORACLE 字符集

[Q]
  怎么样查看数据库字符集

[A]
  数据库服务器字符集select * from nls_database_parameters,其来源于props$

deluid 的使用

$ gpg --edit-key etony

[ultimate] (1). etony <etony@tom.com>
[ultimate] (2) etony C.F.AN <etony.an@gmail.com>

GNU 隐私手册


帮助信息

$ gpg --help
gpg (GnuPG) 1.4.7
Copyright (C) 2006 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

公钥体系结构中的几个概念

公钥体系结构中的几个概念

  基于非对称加密体系,可建立起一套优秀的安全体系结构、称为公钥体系结构。以下介绍公钥体系结构中的一些基本概念与结构组成。

常见数字证书格式和文件扩展名

PKCS 全称是 Public-Key Cryptography Standards ,是由 RSA 实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,PKCS 目前共发布过 15 个标准。

openssl简明使用手册

简要介绍了使用openssl来生成CA证书、申请证书、颁发证书以及撤销证书的过程

XML feed