項目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for process IDs, UID, GID, signal masks, umask, priority, file descriptors, and environmental variables. It comes with test configurations for anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, and xterm. env_audit是一個搜索有關環境的所有東西的程序。它查詢進程IDs,UID, GID,信號掩碼,umask,優先權,文件描述符,和環境變量。它提供了用于anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, 和xterm的測試配置。 類別: Development STATUS: 5 - Production/Stable Environment: Console (Text Based) Intended Audience: System Administrators License: GNU General Public License (GPL) Operating System: POSIX Topic: Security
標簽: environment everything Env_audit ferrets
上傳時間: 2013-12-02
上傳用戶:qweqweqwe
A language monitor provides a full duplex communications path between the print spooler and bi-directional printers that are capable of providing software-accessible STATUS information and adds printer control information, such as commands defined by a printer job language, to the data stream s.
標簽: communications language bi-direc provides
上傳時間: 2015-03-29
上傳用戶:comua
在C語言中,可以用keep ( )函數將程序駐留內存。這個函數有兩個參數:STATUS和size。size為駐留內存長度,可以用size=_SS+_SP/16-_psp得到,當然這也是一種估算的方法,并不是精確值。函數執行完以后,出口狀態信息保存在STATUS中。比如,對于上面的例子,將“geninterrupt (0x60) ”改寫成“keep(0,_SS+_SP/16-_psp) ”后再執行程序,這一段程序就被駐留,此后在其它的任何軟件或程序設計中,只要用到了60H號中斷,就會在屏幕上顯示“This is an example!”的字樣。要恢復系統對60H號中斷的定義,只能重新啟動計算機。
標簽: C語言
上傳時間: 2015-05-01
上傳用戶:yd19890720
The Point-to-Point Protocol (PPP) for the Transmission of Multi-protocol Datagrams over Point-to-Point Links STATUS of this Memo This RFC specifies an IAB standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "IAB Official Protocol Standards" for the standardization state and STATUS of this protocol. Distribution of this memo is unlimited.
標簽: Point-to-Point Multi-protocol Transmission Datagrams
上傳時間: 2014-01-22
上傳用戶:cazjing
Displays CPU time usage, the list of processes (can be terminated) and the task which are running (can be close or switch to). Plus a little net traffic monitor and a disk STATUS report.
標簽: terminated the processes Displays
上傳時間: 2013-12-25
上傳用戶:zgu489
=== === =時鐘20:6=== === === == 應先初始化狀態寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 06H PC EQU 07H PD EQU 20H IAR EQU 00H 間接尋址寄存器 TMR0 EQU 01H 定時器 STATUS EQU 03H 狀態寄存器 BSR EQU 04H bank選擇寄存器 PORTA EQU 05H I/0端口寄存器 PORTB EQU 06H I/0端口寄存器 PORTC EQU 07H I/0端口寄存器 PORTD EQU 20H I/0端口寄存器 PULL EQU 21H PULL-High上拉寄存器 WAKEUP EQU 22H 喚醒控制寄存器--被用來設定watchdog允許和禁止 IRQM EQU 23H 中斷屏蔽寄存器 IRQF EQU 24H 中斷標志寄存器 WDTSEL EQU 25H
上傳時間: 2013-12-13
上傳用戶:chfanjiang
--- ----initial------- MOVLA 00H IODIR PA IODIR PB IODIR PC MOVAM PA MOVAM BSR MOVAM STATUS MOVAM TMR0 MOVAM TMR1 MOVAM TMR2 -------end initial----- -------------乘法運算------------ 乘數->10H 被乘數->11h 結果(積)->12H 14H 15H 16H 17H(中間運算) --------------------------------- MOVLA 05H 乘數
上傳時間: 2015-06-25
上傳用戶:sqq
--- ----initial--- - MOVLA 00H IODIR PA IODIR PB IODIR PC MOVAM PA MOVAM BSR MOVAM STATUS MOVAM TMR0 MOVAM TMR1 MOVAM TMR2 ----------------------- MOVLA AAH 寫入RAM的數據 MOVAM 08H MOVAM 09H MOVAM 0AH MOVAM 0BH MOVAM 0CH MOVAM 0DH MOVAM 0EH MOVAM 0FH MOVAM 10H MOVAM 11H MOVAM 12H MOVAM 13H
上傳時間: 2013-12-29
上傳用戶:wff
This example shows how to transmit and receive packets with packet length up to 255 bytes. The STATUS byte is polled every 200 us in a timer1 int.
標簽: transmit example receive packets
上傳時間: 2014-01-26
上傳用戶:zhuimenghuadie
With OpenSSL 0.9.6, a new component has been added to support external crypto devices, for example accelerator cards. The component is called ENGINE, and has still a pretty experimental STATUS and almost no documentation. It s designed to be fairly easily extensible by the calling programs.
標簽: component external OpenSSL devices
上傳時間: 2015-10-01
上傳用戶:ryb