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

📄 magicd.texi

📁 Magic C++!的源代码
💻 TEXI
字号:
magicd(1)NAME	magicd - starup the server-side program of Magic C++.	killit.sh - stop the server-side program of Magic C++	SYNOPSIS	magicd [-f FILE] [-p PORT] [-L FILE] [-a USERNAME,PASSWORD] [-h] [-v] [-d] [-c] [-r]	killit.shDESCRIPTION	magicd starts up the server-side program of Magic C++.bind the port to listen request 	come from frontend of Magic C++.		killit.sh kills all the magicd process and remove all IPCS.	OPTIONS	-f FILE	define the configure file of magicd , here is an example of magicd configure file:	[COMMON]	port=2004 	login=/bin/login	debug=0	[WINSZ]	row = 100	col = 300	[SELF_AUTH]	self auth = 0	#need check password?	username=magicd	password=magicd	port - port to bind with.	row -  the number of rows in the terminal.	col - the number of cols in the terminal.	self auth - using user-defined user name and password to verify user.	username - user-defined user name.	password - user-defined password.	 	-p PORT 	define the port to bind with , by default , port number is 2004. 	 	-L FILE 	define the login name in your system , by default , program search 'login' program in  	$PATH environment varible. 	 	-a USERNAME,PASSWORD 	using user-defined user name and password to verify user.you must define USERNAME and PASSWORD 	after this argument. 	 	-h = --help 	print help infomation. 	 	-v = --version 	print version infomation. 	 	-d = --debug 	program runs under debug mode.  	-c = --col 	the number of cols in terminal 	 	-r = --row 	the number of rows in terminal 	BUGS 	Email bug reports to support@magicunix.com.   Be  sure  to    include the word "magicd" somewhere in the "Subject:" field.    

⌨️ 快捷键说明

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