码迷,mamicode.com
首页 >  
搜索关键字:cucm lab    ( 908个结果
lab-bill-sys-chkpassalgo-davidey
#!/bin/bash#forsecurityofosforipin`catip.txt`doecho-e"\033[31m##################$ip#####################\033[0m"RedhatVersion=`ssh$ip-C"cat/etc/issue"|awkNR==1‘{print$7}‘`if[${RedhatVersion}=‘5.6’]thenssh$ip-C"chattr-i/etc/login.defs&&authconfig--..
分类:其他好文   时间:2014-07-17 09:41:28    阅读次数:257
lab-bill-sys-lvm-davidey.docx
lvm管理
分类:其他好文   时间:2014-07-17 09:38:42    阅读次数:148
lab-bill-sys-update_openssl-davidey
#!/bin/bash#forsecurityofosforipin`catip.txt`doecho-e"\033[31m##################$ip#####################\033[0m"scpopenssl-0.9.8za.tar.gz$ip:/tmp/ssh$ip-C"tar-xzvf/tmp/openssl-0.9.8za.tar.gz-C/tmp/&&cd/tmp/openssl-0.9.8za&&./configsharedno-z..
分类:其他好文   时间:2014-07-17 09:18:46    阅读次数:205
lab-bill-sys-killservers-davidey
#!/bin/shservices="bluetoothcupsfirstbootgpmhiddhplipip6tablesisdnpcscdxfsxinetdyum-updatesdmessagebusabrtdabrt-oopsabrt-ccppavahi-daemonrhsmcertd"forservicein$servicesdoif[-f"/etc/init.d/$service"]thenif[$service==‘xinetd‘]thengrep-rdisable/etc/xinetd.*|se..
分类:其他好文   时间:2014-07-17 09:13:37    阅读次数:197
利用xcode6做出牛的一逼的计算器
1、利用xcode6控件搭成计算器界面2、程序#import "ViewController.h"@interface ViewController (){ float result; int i;}@property (weak, nonatomic) IBOutlet UILabel *lab....
分类:其他好文   时间:2014-07-16 20:31:06    阅读次数:334
F广搜
/* F - 广搜 基础 Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u Submit Status Description Technicians in a pathology lab analyze digitized images of slides. Objects on a sl...
分类:其他好文   时间:2014-07-13 15:40:14    阅读次数:229
6.824 Lab 5: Caching Extents
IntroductionIn this lab you will modify YFS to cache extents, reducing the load on the extent server and improving YFS performance. The main challenge...
分类:其他好文   时间:2014-07-13 12:04:34    阅读次数:279
二维码加密解密工具——优密(手机版)正式上线!
Lizcst Software Lab第一款Android平台应用软件——优密正式发布!         下面是软件的简介及功能特色:         优密——二维码加解密工具该工具是一款强大的二维码加密与解密扫码的手机软件,适用于Android 2.2及以上平台。使用本工具可以制作出具有加密信息的二维码,该二维码无法被普通的二维码扫码工具解码其中的内容,可以非常方便的将机密的...
分类:移动开发   时间:2014-07-08 18:10:02    阅读次数:319
ucore Lab2学习:Virtual Memory
我觉得这个lab最主要就是理解好Virtual memory是怎么map到physical memory的。在CSAPP里面了,通过MMU和TLB电路来实现转换。x86中是用的2级page table。 还要理解stack frame(譬如lab1的project 4.1.1):switch_to_...
分类:其他好文   时间:2014-07-01 21:44:49    阅读次数:539
Python Web开发框架Django
文章地址:http://game-lab.org/?p=357花了两周时间,利用工作间隙时间,开发了一个基于Django的项目任务管理Web应用。项目计划的实时动态,可以方便地被项目成员查看(^_^又重复发明轮子了)。从前台到后台,好好折腾了一把,用到:HTML、CSS、JavaScript、Apa...
分类:编程语言   时间:2014-06-30 23:56:25    阅读次数:583
908条   上一页 1 ... 86 87 88 89 90 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!