This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.

修性不修命,萬劫陰靈難入聖; 修命不修性,猶有家財無主柄
Album | Blog | Comment | Profile | Control Panel
aquatower | 1 August,2009 8:55

Apache Web Server

Packages: httpd, httpd-devel, httpd-manual
Daemon: /usr/sbin/httpd
Scripts: /etc/init.d/httpd
Ports: 80(http), 443(https)
Conriguration: /etc/httpd/*, /var/www/*
Related: mod_ssl (for https)

%SElinux
(Read More...)

aquatower | 26 July,2009 23:54

3. Samba Services

four main service
. authentication and authorization of users
. file and printer sharing
. name resolution
. browsing

related
. smbclient
(Read More...)

aquatower | 26 July,2009 22:44

2. Network File Service(NFS)

Packages: nfs-utils
Daemons: rpc.nfsd(1),rpc.mountd(1),rpc,rquotad(1),rpciod(1),rpc.statd(2),rpc.lockd(2)
Scripts: /etc/init.d/nfs(1),/etc/init.d/nfslock(2)
Ports: 2049, Others assign by portmap(111)
Configuration: /etc/exports
Related: portmap, tcp_wrappers

#rpcinfo -p (verify that(RPC) service are running)
(Read More...)

aquatower | 26 July,2009 22:00

Network File Sharing Service

1. File Transfer Protocol (FTP)

Packages: vsftpd
Deamon: /usr/sbin/vsftpd
Script: /etc/init.d/vsftpd
Ports:21(ftp),20(ftp-data)
Confituration: /etc/vsftpd/vsftpd.conf, /etc/vsftpd/ftpuser(黑名單)
Log: /var/log/xferlog
(Read More...)

aquatower | 21 July,2009 23:59

Filesystem

entry in #/etc/fstab

partitions
-------------------------
5(or f)--Extended
82 --linux swap
83 --linux (ext2, ext3)
8e --linux LVM
(Read More...)