Currently browsing category

Linux, Page 34

VNC for normal desktop

[xxxxx@www ~]$ cd .vnc/ [xxxxx@www .vnc]$ cat xstartup #!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc …

Security and NFS

This list of security tips and explanations will not make your site completely secure. NOTHING will make your site completely secure. Reading …

linux notes – ldap commands

ldapsearch -H ldaps://localhost/ -x ldapsearch -D “uid=xxx,ou=people,dc=xxx,dc=xxxxx,dc=edu” -x -W ldapsearch -v -x -b “uid=xxx,ou=people,dc=xxx,dc=xxxxx,dc=edu” ldapwhoami -H ldap://localhost/ -x

[轉貼] DAAPD + iTunes + Bonjour

文章來源 : Mac Blog 我在一台 FC3 Server 上架了一個 daapd,這樣,其他的電腦,不管是 Windows 或是 Mac 只要有裝 iTunes 就可以撥放 daapd 分享出來的音樂了 Fedora 相關的套件在 DAG 的網站上都有打包好的 rpm …

Vi : Search and Replace

Change to normal mode with escape key. Search: Search STRING forward : /STRING Search STRING backward: ?STRING. Repeat search: n Repeat search …