顯示具有 應用軟體 標籤的文章。 顯示所有文章
顯示具有 應用軟體 標籤的文章。 顯示所有文章

2017年11月30日 星期四

Esxi6.5 upgrade 6.5u1

1.shutdown or pause VMs

2.VM host -> Actions -> enter maintenance mode

3.VM host -> Actions -> Services -> Enable Secure Shell(SSH)

4. ssh login to host

5.command line

#開啟防火牆httpclient設定
>esxcli network firewall ruleset set -e true -r httpClient

#下載並更新6.5u1
>esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.5.0-20170702001-standard

#關閉防火牆httpclient設定
>esxcli network firewall ruleset set -e false -r httpClient

#如果更新成功,重新開機
>reboot

6.VM host -> Actions -> Exit maintenance mode

7.check SYSTEM version and VMs

2017年10月27日 星期五

windows 安裝 apache

下載連結
https://www.apachelounge.com/download/





  1. 安裝vc_redist_x64.exe
  2. 將httpd-2.4.29-Win64-VC15.zip解壓縮到 c:/Apache24 資料夾
  3. c:/Apache24/bin/httpd -k install

2017年8月29日 星期二

office 認證失敗 (an error occurred while making the connection對話框)

在幫office 2013做大量授權認證的時候出現這個對話框

======================================
=  an error occurred while making the connection    =
=  Error code: xxxxxxxxxx                                        =
======================================

經由網路上查詢資訊後,懷疑是WMI的問題,經由下列順序的指令後,可正常認證


net stop winmgmt

c:\windows\system32\wbem\winmgmt.exe /resetrepository

net start winmgmt

2014年4月9日 星期三

red5 live streaming

1. 安裝 jdk 6 update 45

2. 設定 環境變數
   (1)JAVA_HOME c:\Program Files\Java\jdk1.6.0_45
   (2)PATH %JAVA_HOME%\bin
   (3)CLASSPATH .;%JAVA_HOME%\lib;%JAVA_HOME%\tools.jar;

3.安裝 red5 1.02 安裝過程需設定 IP 位置 及 port 5080

4.防火牆開啟 port 80,5080,1935

5.啟動red5 service

6.安裝admin demo模組(監看上線人數) 從http://your_ip:5080/installer選擇安裝

7.安裝 adobe flash media live encoder 3.2
  FMS URL 設定為:rtmp://your_ip/live

8.web伺服器放置 live.htm 及 StrobeMediaPlayback.swf
  (1)live.htm 需修改 red5 server 的 ip 位置(兩處)

相關檔案下載:download

2011年7月12日 星期二

Starter 管理開機啟動程式

Codestuff Starter v5.6.2.9
Copyright (c) 1994-2009, CodeStuff

http://codestuff.tripod.com/products_starter.html#down

可以列出所有開機啟動程式
內含正體中文等多國語言可以選擇

安裝程式下載  http://codestuff.obninsk.ru/StarterSetup.zip

免安裝執行檔下載  http://codestuff.obninsk.ru/Starter.zip

2011年6月3日 星期五

BlueGriffon 1.0 released

BlueGriffon 1.0 released 10-may-2011 !

這是個Mozilla繼NVU之後新開發的網頁編輯瀏覽器,支持 HTML5/CSS3

下載位址:http://bluegriffon.org/pages/Download

目前支援語言: English, French, Czech, German , Hebrew, Italian, Japanese, Simplified Chinese and Spanish.


2012-5-25更新為 1.5.2版

2010年3月22日 星期一

SDP

網站:SDP

可以線上即時抓取串流影音檔案。

1.開啟主程式。


















2.開啟鏈結




3.開始抓取串流



4.儲存檔案位址



5.抓取中



6.停止抓取





轉檔軟體 - 阿特拉斯的軟體倉庫

網站:阿特拉斯的軟體倉庫

有可以轉檔的工具程式,下載網路影音檔案的程式,音樂、圖片的編輯程式,FLV檔案的編輯程式...等等。

2009年12月22日 星期二