自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

中国在线教育

探讨一种在中国现行可行的、可持续的、可操作的在线教育模式。

  • 博客(8)
  • 资源 (13)
  • 收藏
  • 关注

转载 Airprint across subnets(2)

按:这是Ashish的另外一篇,发布在Google sites上的有关AirPrint在企业环境中的配置。 原文地址:Airprint across subnets Your company decided to deploy iPad/iPhone. Now you want to print from the device onto your corporate printer. You

2012-06-27 04:24:46 1903

转载 Airprint in the Enterprise across subnets

按:这是一个iOS设备在企业网内部打印到网络打印机的方案,由于AirPrint使用Bonjour作为网络资源的搜索,而企业网内部一般不使用Bonjour,Ashish Desai找到了一个方法,使企业用户无论是有线还是无线网络,都可以让iOS使用AirPrint打印。它需要配置DNS,CUPs服务和iOS设备。下面是他的详细配置描述,供大家测试和欣赏。 From:  Airprint

2012-06-27 04:19:19 1871

原创 远程执行命令避免UAC提示

远程执行命令避免UAC提示 Workaround: Run commands remotely bypassing UAC prompt   前言 使用WindowsVista/7的用户都有这样的经历,每当你安装程序,或者变更被系统保护的资源——很多时候你也不知道到底哪些东西是被系统保护的,甚至一个没有有效签名的程序运行的时候,即便你是管理员用户登陆, Windows默认地都会暂时

2012-06-21 13:18:36 4177

原创 可适应打印机部署(2)

续:可适应打印机部署(1) 详述: 打印机部署的管理主要是基于文件的,下面将要分别介绍使用电脑分组、打印机列表和打印机配置信息来描述企业内部管理状态,理解这些文件的使用定义,是决定成功使用本脚本的关键一步。 管理电脑分组 在现实中,电脑的功能是可以用分组的方式来描述的,就如同在LDAP中管理电脑和用户一样,具有相同功能/用途的电脑,或者相同管理背景的用户被分在同一组一样。同样,打印机的管理

2012-06-14 00:38:04 2165

原创 可适应打印机部署(1)

注:这是一个为了解决工作中的问题而编写的Windows VBScript脚本程序,英文名称我叫她:Adaptable Printer Deployment。为了中文的blog,写了这个中文介绍和具体实施的详细解释。这个0.5.5版本还有好多需要改进和功能添加等工作,不过这个版本已经可以胜任这个任务的绝大部分要求了。   简述: 本程序使用VBScript语言开发,她为管理员对局域网内部的

2012-06-13 01:04:07 2835

原创 Win7: Logoff被用户Lock的屏幕

Windows XP的时候,当一个用户锁住了屏幕后(屏幕保护密码,关闭笔记本屏幕,Sleep唤醒等),管理员可以方便输入自己的账户,退出当前登陆的用户。在Windows 7中,除非机器有信用卡读卡器,管理员无法从本机界面强行把该用户了logoff,而可以从远程另外一台机器RDP到这个机器,才能logoff当前用户。为了可以恢复管理员在Windows XP时代的能力,有人(网名Oliver F)开发

2012-06-02 12:34:20 2909

原创 Windows: 定制多用户多Registry键脚本

关键就在这个多字。 先看看单一Registry键的定制过程: reg load HKU\TempHive C:\Users\Default\NTUSER.dat reg import Sample.reg reg unload HKU\TempHive 下面的脚本可以处理用于Default用户的多个reg文件 REG load HKU\TempHive "C:\Users\Default

2012-06-01 10:25:39 2027

原创 Windows 7:定制所有登陆用户的Taskbar固定图标

由于在Windows 7中直接禁止了把现存用户复制到默认用户模板(Default User)的行为,而且微软强烈明确地指出唯一的定制默认用户模板的方法是使用Sysprep过程中明确标明Microsoft-Windows-Shell-Setup\CopyProfile参数。如果由于各种原因/因素导致,无法使用这个官方方法,那么下面的方法也是一个选择。基于各种目标的不同,对于定制默认用户模板的要求也是

2012-06-01 10:24:54 2921

knockknock v2.1.1

这个 app 是由 object-see 制作的免费软件,用于列出当前系统中所运行的相关软件(系统和第三方)的信息,可用于排查可疑或者了解自己的系统状况。

2020-12-26

osx_gnu_bash_installer

集成适合于OS X从10.5到10.10的bash更新包,它将bash更新到目前最新的3.2.56版本 详细参考:http://blog.csdn.net/cneducation/article/details/39807859

2014-10-05

AdministratorUnlock_Install

在Windows 7的Lock屏幕中添加一个强制让当前用户退出的一个按钮。 在AD的环境中,系统默认禁止Switch User功能,而且即便在Group Policy中也无法开启这个功能,所以管理员无法在本机强制退出当前用户。这个源码就是添加这个功能的一个按钮。

2012-06-03

AdministratorUnlock_Installer

在Windows 7的Lock屏幕中添加一个强制让当前用户退出的一个按钮。 在AD的环境中,系统默认禁止Switch User功能,而且即便在Group Policy中也无法开启这个功能,所以管理员无法在本机强制退出当前用户。这个源码就是添加这个功能的一个按钮。

2012-06-03

AdministratorUnlock

在Windows 7的Lock屏幕中添加一个强制让当前用户退出的一个按钮。 在AD的环境中,系统默认禁止Switch User功能,而且即便在Group Policy中也无法开启这个功能,所以管理员无法在本机强制退出当前用户。这个源码就是添加这个功能的一个按钮。

2012-06-02

设置Windows 7用户只可以运行的程序

这篇英文文章介绍了如何使用Group policy来限制用户运行程序

2010-10-30

SingleApp_on.app

This app will turn the single application mode ON. For Mac OS X system only. There's another application call SingleApp_off.app, will be uploaded later.

2010-06-08

再就业帮助手册-English

这个帮助手册,提供了在找寻工作期间自我管理资源的一个手段/工具, 这个手册,并不是一个什么灵丹妙药,但是它提供一种有序的可管理的方式,帮助你尽快地找到工作。 语言:English

2009-12-29

createUser 1.0.3

Createuser的使用方法 说明:这个安装包可以自动生成新用户,它提供了很好的适应性,使用于10.4以上的Mac OS X系统,可以选择添加新用户到管理员组,而且可以应用到可选择的文件卷上,适用于ARD等发布方式. 使用方法:

2009-09-24

Create Mobile Account

This video demonstrate how to create a mobile acocunt in Mac OS X.

2009-07-01

MS Office 2008 For Mac Preference Manifests

Quest Software has been working really hard on their Mac OS X management software. As a side effect of that, they have put together some Preference Manifests for MS Office 2008. You can use these with anything that uses manifest such as Workgroup Manager or Quest's QMX offerings. In the download you get a few things. 1. A read me 2. A MS AutoUpdate manifest 3. A MS Excel manifest 4. A MS Word manifest 5. A general MS Office manifest Good stuff all the way around if you want to manage Office 2008.

2009-06-25

Property List Editor

Property List Editor is a part of Mac OS X deveploment tools called Xcode Tools This application is from MacBook OS X 10.5.6 Installation DVD OS: Mac OS X only Instruction: After download, double click it to mount it, open the mount point "PropertyListEditor" if it doesn't pop up automatically, and copy the .app to /Applications/ folder or anywhere else you want. Run and enjoy it. May 2009

2009-06-05

LDapper X - ver2.0.4

LDapper is a simple LDAP client for finding e-mail addresses and browsing LDAP servers. What's new in this version: .Fixed a divide by 0 error when searching. .Progress bar in search "sheet" now goes all the way to 100% when finished. (This always bothered me.) .Window sizing preferences, etc., are now always saved rather than only being saved when it was explicitly closed. .Resizing column headers in search window no longer select/sort the column. .No longer causes "group member should be added to the database first" console messages when exporting to Address Book. .Copying an entry in a browser window now copies the entry's dn and not the word "goober". .Universal binary. .Now requires Mac OS X 10.2 or later. .Address Book importer no longer uses separate bundle. .Now uses the Mac OS X LDAP framework rather than compiled OpenLDAP code. It believe that the version is OpenLDAP 2.2.19. Operating System Requirements: This product is designed to run on the following operating systems: .Mac OS X 10.4 Intel .Mac OS X 10.4 PPC .Mac OS X 10.3.9 .Mac OS X 10.3 .Mac OS X 10.2

2009-02-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除