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