04 2016 档案

office2010安装Microsoft Office Document Imaging (MODI) 图解
摘要:<!-- 300x250, 创建于 10-5-10 --> Microsoft Office 2010 中删除了 Microsoft Office Document Imaging (MODI)。本文提供了在计算机上安装 MODI 的步骤,还说明了重新获得某些 MODI 功能的替代方法。 解决方案 阅读全文

posted @ 2016-04-20 16:58 fklin 阅读(14877) 评论(0) 推荐(1)

ESXi cron jobs
摘要:#Edit corn jobs vi /var/spool/cron/crontabs/root # Check crond pross id cat /var/run/crond.pid # Kill old crond /bin/kill $(cat /var/run/crond.pid) # 阅读全文

posted @ 2016-04-19 17:33 fklin 阅读(489) 评论(0) 推荐(0)

VM命令行操作
摘要:vim-cmd vmsvc/getallvms /查看ESXi上所有虚拟机信息,主要查看虚拟机对应的ID号vim-cmd vmsvc/power.on <VM ID> /对应ID的虚拟机即启动 08 22 * * * /bin/vim-cmd vmsvc/power.on 12 设定定时开启VM虚拟 阅读全文

posted @ 2016-04-19 16:15 fklin 阅读(1862) 评论(0) 推荐(0)

Configuring Squid as an accelerator/SSL offload for Outlook Web Access
摘要:Configuring Squid as an accelerator/SSL offload for Outlook Web Access Warning: Any example presented here is provided "as-is" with no support or guar 阅读全文

posted @ 2016-04-19 09:59 fklin 阅读(278) 评论(0) 推荐(0)

Cisco ASA 5505 Routing Between Two (Internal) VLANS
摘要:Problem I had to set this up for a client this week, I’ve setup a DMZ on a 5505 before and I’ve setup other VLANs to do other jobs, e.g. visitor Inter 阅读全文

posted @ 2016-04-13 09:56 fklin 阅读(395) 评论(0) 推荐(0)

Windows共享设定-使用net use添加网络盘带上账号密码
摘要:食欲 net use \\10.11.1.2\ipc$ /user:dmnm\usr "pwd" 阅读全文

posted @ 2016-04-09 12:28 fklin 阅读(1985) 评论(0) 推荐(0)

Linux iptables重启后失效
摘要:解决办法如下: 输入完iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 后 执行iptables-save 注意:iptables-save是连在一起的,是一个命令,不是参数 iptables-sav 阅读全文

posted @ 2016-04-01 10:21 fklin 阅读(4836) 评论(0) 推荐(1)

导航