目前分類:未分類文章 (189)

瀏覽方式: 標題列表 簡短摘要

 掃瞄到硬碟中,有舊版本ESXi ,所以會做詢問。

在這邊因為要做版本升級,所以請選擇 [Upgrade ESXi, preserve VMFS datastore]

The selected storage device contains an installation of ESXi and a VMFS datastore. Choose whether to upgrade or install and overwrite the existing ESXi installation. Also choose whether to preserve or overwrite the existing VMFS datastore.

( ) Upgrade ESXi, preserve VMFS datastore (升級ESXi,並保留VMFS數據資料)

BENIT 發表在 痞客邦 留言(0) 人氣()

To enable the controller and set boot order in HP ProLiant 100 Series servers:
1. Power up the server.
2. When prompted during the start-up sequence, access RBSU by pressing the F10 key.
3. Select Advanced or Advanced Settings.
4. Select SATA Configuration or Hard Drive Configuration.
5. Change SATA #1 to RAID.
6. Return to the previous screen by pressing the Escape key.
7. Select the Boot Menu by pressing the right arrow key.
8. Select Hard Disk Drives.
9. To assign the HP Smart Array B110i SATA RAID Controller as the boot controller, set Ctrl 1 to
Embedded RAID.
10. Press the F10 key to save the setting and to exit RBSU.


BENIT 發表在 痞客邦 留言(0) 人氣()

shell 選擇 密碼  shift vmw drop vmware  密碼

 

1.重啟ubuntu,按住shift(開機啟動時)

2.選擇recovery mode,enter

BENIT 發表在 痞客邦 留言(0) 人氣()

Google chrome 書籤(我的最愛)位置

方法一:

●第一步:打開隱藏的資料夾

WindowsXP路徑:

BENIT 發表在 痞客邦 留言(0) 人氣()

新版WIN10更新之後,去除了控制台區域語言設定,目前還能用命令叫出來,
Windows+R 輸入 
explorer shell:::{BF782CC9-5A52-4A17-806C-2A894FFEEAC5} 
終於可以取消後選提示字元  

BENIT 發表在 痞客邦 留言(0) 人氣()

請於”命令提示字元”中 右鍵 系統管理員執行,在Office的安裝路徑下,輸入以下指令來查詢:

cscript ospp.vbs /dstatus

((因此電腦裡安裝了多個版本的Office,所以查到多組Office Keys)

clip_image001

BENIT 發表在 痞客邦 留言(0) 人氣()

首先確認 google chrome 為新的版本 .內建了 flash player 

1.進到chrome 裡面的設定- - > 進階

2.系統 -->  把  使用硬體加速關掉


BENIT 發表在 痞客邦 留言(0) 人氣()

Uninstall Internet Explorer 11
 FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart"


BENIT 發表在 痞客邦 留言(0) 人氣()

打開 Excel 主程式→檔案→選項→信任中心→信任中心設定→在「受保護的檢視」裡,取消以下四個的勾選:

  • 「針對網際網路的檔案啟用受保護的檢視」
  • 「針對位於可能不安全位置的檔案啟用受保護的檢視」
  • 「針對 Outlook 附件啟用受保護的檢視」
  •   「啟用資料執行防止模式」

BENIT 發表在 痞客邦 留言(0) 人氣()

手動方式來復原您的活頁簿:

按一下 [檔案] > [開啟舊檔]

按一下包含損毀的活頁簿的位置和資料夾。

 [開啟舊檔] 對話方塊中,選取損毀的活頁簿。

BENIT 發表在 痞客邦 留言(0) 人氣()

 

目前使用  收到客戶寄送的.  xls 檔案或是  PDA 程式轉出來的檔案   ,編輯並儲存後轉寄給 客戶 ,其中有一位卻無法開啟檔案,顯示

 

"找到無法讀取的內容 / Excel 無法藉由修復或移除無法讀取的內容來開啟檔案"

 

BENIT 發表在 痞客邦 留言(0) 人氣()

#apt-get update

#apt-get install xrdp 

#service xrdp start 

永久開機啟動  要從  rcconf  勾選 xrdp 

BENIT 發表在 痞客邦 留言(0) 人氣()

#sudo -i 

 

#adduser benit

#userdel  benit

BENIT 發表在 痞客邦 留言(0) 人氣()

/etc/passwd 

/etc/shadow

/etc/group

/etc/gshadow

BENIT 發表在 痞客邦 留言(0) 人氣()

#sudo -i 

#apg-get update

#apt-get upgarde

 

BENIT 發表在 痞客邦 留言(0) 人氣()

開啟 vsphere client 的捷徑 

選擇 => 內容

目標  加入一段  -locale en_US 

這樣就回到熟悉的介面了.

BENIT 發表在 痞客邦 留言(0) 人氣()

控制台= = >開啟或闗閉 WINDOWS 功能

 

INTERNET INFORMATION SERVICES 

 

BENIT 發表在 痞客邦 留言(0) 人氣()

This article provides an example of the configuration of a custom NTP server via CLI.
Solution
A custom NTP server can be configured via CLI as follows:

BENIT 發表在 痞客邦 留言(0) 人氣()

首先停止 opensuse內建的防火牆

# /etc/init.d/SuSEfirewall2_init stop

# /etc/init.d/SuSEfirewall2_setup stop

BENIT 發表在 痞客邦 留言(0) 人氣()

OpenSSH Server 設定
環境本身已經預載了 OpenSSH Server,我們只需進行一些設定便可從外部 SSH 連線進去。
首先,先使用 ssh-keygen 產生 key,接著打開 sshd_config 來編輯設定:

$ sudo /usr/bin/ssh-keygen -A

BENIT 發表在 痞客邦 留言(0) 人氣()