
fedora
iteye_21275
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Sudo list of Fedora 12
Newly created user is not in the sudo list of Fedora 12. To add a user to sudo list: 1. Switch user to root using su. 2. Execute the following code: echo username ALL=(ALL) ALL >> /etc/sudoe...2010-04-16 16:18:10 · 103 阅读 · 0 评论 -
Setup Java and Eclipse in fedora 12
After installing JDK from jdk.bin file downloaded from sun, JAVA_HOME and CLASSPATH must be set. If they are only exported in a shell, They take effect temporarily. They must be exported again if anot...2010-04-16 16:43:32 · 152 阅读 · 0 评论 -
Install software using yum
yum search can be used to search software from the repository. chkconfig serviceName on is used to set service start automaticly. service serviceName start is used to start a service.2010-04-18 14:07:35 · 107 阅读 · 0 评论 -
Connect to MS SQL Server
Freetds is used to connect MS SQL Server in linux. and freetds depends on UnixODBC. In fedora, execute yum -y freetds, freetds-devel and freetds, unixodbc and freetds-devel will be installed. free...2010-04-19 13:42:57 · 161 阅读 · 0 评论