List All Pages
概要
僅介紹 2.0 與 2.2 兩個版本,這兩個版本都需要在 compile apache 時編入 LDAP 相關選項。
2.0
AuthLDAPEnabled on
AuthLDAPURL...
.brackup.conf
[TARGET:amazon]
type = Amazon
aws_access_key_id = KEY
aws_secret_access_key = SECRETKEY
keep_backups = 3
[SOURCE:gslin-mail]
path = /home/staff/gslin/Mail/
chunk_size =...
http://wiki.yichi.org/wiki/User:Gslin
參考 http://files.gslin.org/Software/ffmpeg-2008.06.14.13767.shar
轉成 flv
可以給 Flash Player 用,codec 是 flv + mp3lame:
ffmpeg -i input.mpg -y -vcodec flv -b 350k -acodec libmp3lame -ab 64k -ar 11025 output.flv
轉成 wmv
給 Silverlight...
基本資料
http://blog.gslin.org/
頁面
apache-ldap - Apache + LDAP 的設定
brackup - Brackup 的設定檔
ffmpeg - ffmpeg 的 ports
ffmpeg-usage - ffmpeg 的用法
haproxy - HAProxy...
#
# Ref: http://haproxy.1wt.eu/download/1.2/doc/haproxy-en.txt
#
global
maxconn 32768
user nobody
group nobody
daemon
nbproc...
保護 .svn 之類以 dot 開頭的目錄:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} (^|/)\.
RewriteRule . / [L]
Please change this page according to your policy (configure first using Site Manager) and remove this note.
Who can join?
You can write here who can become a member of this site.
Join!
So you...
http://lua-users.org/wiki/TutorialDirectory
#!/usr/local/bin/lua-5.1
-- A simple lua program
function fib1(n)
-- Recursive algorithm
if n < 2 then
return 1
end...
lua 的部份:
http://www.oreillynet.com/lpt/a/7098
http://jan.kneschke.de/2007/8/8/mysql-proxy-and-a-global-transaction-id
http://jan.kneschke.de/2007/8/1/mysql-proxy-learns-r-w-splitting
Squid
最簡單的一些設定,讓 proxy 會動而已:
acl all src 0.0.0.0/0.0.0.0
cache_dir ufs /home/squid/cache 40960 16 256
cache_effective_user squid
cache_mem 64 MB
cache_peer...
Recent changes
List all pages
Page Tags
Site Manager
Page tags
Add a new page
edit this panel
Members:
Moderators
Admins
Benchmark 的方法:
$ openssl speed
快速產生 key + self certificate 的方法:
# openssl genrsa -out server.key (umask 077 好像沒用,那只好在生完後趕快 chmod 400)
#...
在 Apache 裡的設定
<VirtualHost 1.2.3.4:80>
DocumentRoot /home/wwwadm/svn.example.com/webroot
ServerName svn.example.com
ErrorLog...
example menu
example item 1
example item 2
contact
RelayBandwidthRate 512000 # bytes/sec
RelayBandwidthBurst 1024000
ORPort 32768
ExitPolicy accept *:80,accept *:443,reject *:*