⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vcdir.readme

📁 相当优秀的 UNIX 进程管理工具
💻 README
字号:
vcdir converts a .dir_control file into a mysql dir_control table. Compile line example for gnu/linux:Compile:gcc -I.. -I/usr/include/mysql -g -O2 -Wall -c vcdir.cLink:gcc -g -O2 -Wall -o vcdir vcdir.o ../libvpopmail.a -L/usr/lib/mysql -lmysqlclient -lz -lnsl -lcrypt -lmExample on how to use it:./vcdir domainname.comIn the above example vcdir converted a domain named "domainname.com"To check if it worked, use the mysql command line interface.mysql -uroot -p<enter your root password>use vpopmail;select * from dir_control where domain = "domainname.com";It should show data. The second column is the current numberof users on your system.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -