09 2016 档案

摘要:Generate public keys and certificates using keytool. Pay money to have your certificates authenticated by a trusted third party such as Comodo. Create 阅读全文
posted @ 2016-09-30 15:08 ordi 阅读(236) 评论(0) 推荐(0)
摘要:Operators The shells use arithmetic operators from the C programming language, in decreasing order of precedence.Math Operators 阅读全文
posted @ 2016-09-28 13:39 ordi 阅读(203) 评论(0) 推荐(0)
摘要:COMMAND DESCRIPTION ( ) Runs the enclosed command in a sub-shell (( )) Evaluates and assigns value to a variable and does math in a shell $(( )) Evalu 阅读全文
posted @ 2016-09-28 10:15 ordi 阅读(145) 评论(0) 推荐(0)
摘要:if … then statement if [ test_command ] then commands fi if … then … else statement if [ test_command ] then commands else commands fi if … then … elif … (else) statemen... 阅读全文
posted @ 2016-09-28 09:47 ordi 阅读(169) 评论(0) 推荐(0)
摘要:#!/bin/bash # # SCRIPT: NAME_of_SCRIPT # AUTHOR: AUTHORS_NAME # DATE: DATE_of_CREATION # REV: 1.1.A (Valid are A, B, D, T and P) # (For Alpha, Beta, D 阅读全文
posted @ 2016-09-28 09:42 ordi 阅读(172) 评论(0) 推荐(0)