readme.vlp
来自「samba-3.0.22.tar.gz 编译smb服务器的源码」· VLP 代码 · 共 36 行
VLP
36 行
Virtual line printer test program (vlp)=======================================This can be useful for testing/debugging Samba print code. It gives you a virtual full-function printer.Setup1) Configure and build Samba. For this to work, you need to add: -DDEVELOPER to your CFLAGS, and add: --srcdir=<wherever your source is> when running configure. Generally ./configure --srcdir=`pwd` <other configure options> should work. 2) Build and install vlp. # cd testsuite/printing # make -f Makefile.vlp vlp # su # cp vlp /usr/local/samba/bin3) Set up Samba to use vlp. In your smb.conf file under [global], add the following option: printing = vlp and then add any number of print shares, without needing to make them really exist. [testprinter] printable = yes is all you need for the most basic virtual printer.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?