Posted by Billy.F in March 17, 2010
GPO troubleshooting
http://blogs.technet.com/grouppolicy/archive/2010/02/24/troubleshooting-group-policy.aspx
Posted by Billy.F in March 17, 2010
http://technet.microsoft.com/en-us/library/cc731728%28WS.10%29.aspx
http://technet.microsoft.com/en-us/library/dd464018%28WS.10%29.aspx
http://technet.microsoft.com/en-us/library/ee522994%28WS.10%29.aspx
Posted by Billy.F in March 17, 2010
More reference:
Using pGINA to Authenticate Users in Microsoft Windows Environments
Posted by Billy.F in March 17, 2010
Posted by Billy.F in March 17, 2010
Posted by Billy.F in March 17, 2010
Install Subversion on CentOS
1. Install apache yum -y install httpd mod_ssl service httpd start chkconfig httpd on
2. Install MySQL yum -y install mysql-server mysql-devel service mysqld start chkconfig mysqld on
3.Config MySQL’s root password /usr/bin/mysqladmin [...]
Posted by Billy.F in March 14, 2010
This article provides some information on the delegation of certain tasks and on how to create a taskpad.
http://www.activedir.org/Articles/tabid/54/articleType/ArticleView/articleId/37/Default.aspx
Posted by Billy.F in March 14, 2010
FreeBSD
http://www.freebsd.org/
RelaxBSD
http://twntwn.info/blog/ajer001/archives/546
PCBSD
FreeSBIE
http://en.wikipedia.org/wiki/FreeSBIE
GhostBSD
Posted by Billy.F in March 14, 2010
Change timezone
Linux systems traditionally keep the definition of their timezone in /etc/localtime. This is a binary file with the timezone info, and if we want to change it we need to find the appropriate timezone file from /usr/share/zoneinfo and copy it over the one from /etc or just link to it. Once you change [...]
Posted by Billy.F in February 23, 2010
Install Vim
yum -y install vim-enhanced mv /bin/vi /bin/vi.bak ln -s /usr/bin/vim /bin/vi echo “set nu” >> /etc/vimrc