20150906_202640.jpg
筆者大學買了個Nike背包,因使用多年已不堪使用,特別到The North Face選購!
我的需求:
1.要能裝進Lenovo X240筆電(12.5吋)
2.背起來要舒適及通風

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

原始檔內容為簡體中文,直接開啟該檔案結果為亂碼!
Reference: http://support.kktix.com/knowledgebase/articles/278363-%E7%82%BA%E4%BD%95%E4%BD%BF%E7%94%A8-microsoft-excel-%E6%89%93%E9%96%8B%E5%8C%AF%E5%87%BA%E7%9A%84%E5%A0%B1%E5%90%8D%E4%BA%BA-csv-%E6%AA%94%E6%A1%88%E6%98%AF%E4%BA%82%E7%A2%BC

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

今日前公司同事詢問,當Outlook收到信後要再轉寄到外部信箱。
 
Reference: http://www.dotblogs.com.tw/dotjum/archive/2008/05/21/4096.aspx

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

狀況說明:
同仁反應登入terminal server(server 2008),工作列出現「未正確載入您的使用者設定檔」
解決方法:

如果要自行解決這個問題,請依照下列步驟執行:

  1. 使用 [電腦內容] 對話方塊刪除設定檔。如果要執行這項操作,請依照下列步驟執行:

    1. 按一下 [開始],用滑鼠右鍵按一下 [電腦],然後按一下 [內容]

    2. 按一下 [變更設定]

       

       

      2804685


    3. 在 [系統內容] 對話方塊中,按一下 [進階] 索引標籤。

       

       

      2804686


    4. 按一下 [使用者設定檔] 區域中的 [設定]

    5. 在 [使用者設定檔] 對話方塊中,選取您要刪除的設定檔,按一下 [刪除],再按一下 [確定]


  2. 按一下 [開始],在 [搜尋] 方塊中輸入 regedit,然後按下 ENTER。

  3. 找出下列登錄子機碼並按一下:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList


  4. 用滑鼠右鍵按一下要移除的 SID,然後按一下 [刪除]


登入電腦,然後建立新的設定檔。

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

12
狀況說明:
因公司Terminal Server(server 2008)系統設有磁碟配額,造成User反應無法顯示縮圖。
 
解決方法:

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

狀況說明:
公司有台CA憑證服務主機,前陣子透過網域帳號登入系統,出現「此工作站和主要網域間的信任關係失敗」錯誤訊息。

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

增加登錄檔
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"ctfmon"="C:\Windows\System32\ctfmon.exe"
可讓每位登入使用者,自動載入ctfmon.exe程式!

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

解決方法:
To enable root login for SSH and SCP clients:

If you have physical access to the ESX host, login to the console of your ESX host as the root user. If you can only connect to the ESX host over the network, connect using an SSH client (such as PuTTY) and log in as a user other than root.
To create a user in ESX host for using a SSH client:

  1. Log in to the vSphere Client as a root user.

  2. Click Users & Groups.

  3. Right-click on a blank area and click Add.

  4. Enter a username and password. Confirm your password. 
    Note: Starting in ESX 4.0, the password needs to be at least 8 characters in length. 

  5. Select Grant shell access to this user.

  6. Select root group from the dropdown and click Add > OK.
    Note: By default it assigns to the users group and does not allow SSH access.


After you are logged in SSH session, switch to the root user with the command:
su -
Note: If you do not have any other users on the ESX host, you can create a new user by connecting directly to the ESX host with VMware Infrastructure (VI) or vSphere Client. Go to the Users & Groups tab, right-click on the Users list and select Add to open theAdd New User dialog. Ensure that the Grant shell access to this user option is selected. These options are only available when connecting to the ESX host directly. They are not available if connecting to vCenter Server.
Edit the configuration file for SSH with the command:
nano /etc/ssh/sshd_config

Find the line that starts with PermitRootLogin and change the no to yes. You can find this line about 2 pages down from the top.
Save the file by first pressing Ctrl-O and then Enter.
Exit with Ctrl-X.
Restart the sshd service with the command:
service sshd restart
Note: Alternatively, use the command:
/etc/init.d/sshd restart 

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

作業系統:Win 7 Professional 32Bit
軟體:Office 2010 Standard
Office 2010無法啟用,錯誤訊息為「發生未指定的錯誤。目前無法處理您的需求。請稍候再試一次。(0x80070190)」

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

用命令删除WINDOWS.OLD文件
  点击开始,在搜索框里面输入CMD,确定。
  然后输入:rd/S/Q c:\WINDOWS.OLD

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

昨天在找如何計算Storage IOPS的教學文章,提供給大家參考!
Reference:
http://www.techrepublic.com/blog/the-enterprise-cloud/calculate-iops-in-a-storage-array/2182/

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

server backup error log
【狀況說明】
Exchange2010升級完成後,欲利用Windows Server Backup進行系統及資料備份,但隔天發現備份失敗,錯誤訊息如下:
 
【解決方法】

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

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。