我的學習手記

Archive for the Server

GPO troubleshooting

Posted by Billy.F in March 17, 2010

Subversion installation

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 [...]

Creating a taskpad and delegating several admin tasks

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

Some BSD collection

Posted by Billy.F in March 14, 2010

Tags:

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 [...]

Vim for CentOS

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


Calendar

March 2010
M T W T F S S
« Feb    
1234567
891011121314
15161718192021
22232425262728
293031  

PowerGUI