Introduction After reading this howto, a FreeBSD stateful firewall setup is completed for either you gateway or workstation. This FreeBSD stateful firewall setup allows traffic initiated by your workstation or network to flow though, and denies traffic initiated from the outside. This howto also setup the internet connection sharing with other computers on the ne...
by mageguoshi - BSD文档中心 - 2008-04-07 15:25:12 阅读(727) 回复(0)
吼,我的一个哥们发给我的,顺便贴出来 1.安装mysql cd /usr/ports/database/mysql40-server make WITH_XCHARSET=all DB_DIR=/home/mysqldb BUILD_OPTIMIZED=yes install clean 修改mysql的绑定地址及最大连接数 修改/usr/local/etc/rc.d/mysql-server.sh中 /usr/local/bin/mysqld_safe --user=mysql --datadir=${DB_DIR} --pid-file=${PIDFILE} > /dev/null & 为 /usr/local/bin/mysqld_safe --user=mysql --datadir=${DB_DI...
How to modify the "PATH" under the solaris. And it will affetcs all the users. Thanks a lot.
Configure HP MCSG on l3000 ======================================================================================= config network 1、/etc/nsswitch.conf .rhost /etc/hosts hosts: files [NOTFOUND=continue] dns 2、landiag 3、linkloop -i4 0x908r7075096ADF88 4、nsloopup name 5、cmmodnet -r -i 10.0.0.1 10.0.0.0 create vg 1、export vg information #vgexport -v -p -s -m /tmp/vgdata.map /dev/vgdata ###...
NBAP-PDU : initiatingMessage : { procedureID { procedureCode 12, ddMode fdd }, criticality reject, messageDiscriminator common, transactionID longTransActionId : 456, value CommonTransportChannelsetupRequestFDD : { protocolIEs { { id 25, criticality reject, value C-ID : 481 }, { id 43, criticality reject, value ConfigurationGenerationID : 2 }, { id 36, criticality ignore, va...
B0BC nbap_aux_cell_config_s nbaprb 1 rraprb C466 aal_data_req_s nbaprb 1 --> cfusal C465 aal_data_ind_s nbaprb 1 cfusal B0BB nbap_aux_cell_config_ack_s nbaprb 1 --> rraprb B9E3 nbap_cell_setup_req_s nbaprb 1 rraprb C466 aal_data_req_s nbaprb 1 --> cfusal C465 aal_data_ind_s nbaprb 1 cfusal B9E2 nbap_cell_setup_resp_s nbaprb 1 --> rraprb ADDF nrm_cell_res_create_s nrmprb 0 rraprb C39E rm_serv_...
想装一个offline的wikipedia,下了mediawiki,但是点setup wiki时,出现以下信息: Parse error: syntax error, unexpected T_NAMESPACE, expecting T_STRING in C:\AppServ\www\wikipedia-1.9.3\includes\Namespace.php on line 46 我看了一下46行是class的定义的开始处,可怎么会需要string类型的量呢? 该怎么解决啊?先谢了。
pool for zone: run the following command in opensolaris 0811 rc2 failed, why?? # pooladm -s # pooladm pooladm: couldn't open pools state file: Facility is not active # pooladm -e svcadm: Instance "svc:/system/pools:default" is in maintenance state. pooladm: cannot enable pools: Error 0 # svcs -xv svc:/system/pools:default (resource pools framework) State: maintenance since November 28, 2008 2:57...
How to setup Timezone for India on Solaris5.8/UNIX Intro The timezone used in India is known both by IST and Asia/Calcutta, which is equivalent to GMT+5.5. Normally it is NOT installation in Solaris5.8/UNIX, and this article will guide you steps of installing timezone for india. About IST (Indian Standard Time) The most interesting thing about the IST timezone is that it is 5.5 hours offset from ...