這個問題 Google 出來這個 URL 的方法我不能用
當您嘗試安裝 Office 時,無法存取 [Windows Installer 服務]
找了好久繞了好大一圈,最後解決方法是
執行 services.msc 之後,將 Windows Installer 啟動就可以了
Managing Services in Windows 7
Category Archives: Software
Winodws7 無法存取 Windows Installer 服務
PIME 大易三碼
對一個大易用戶來說,好的輸入法不好找。
Windows 7 時是 Yahoo 輸入法最好用,但是 Yahoo 輸入法已經停止開發,Windows 10 上比較好一點的輸入法只有 PIME
前一陣子回答了一個 PIME 的問題 大易3碼表缺字 #520
Grafana+Prometheus+Python_Client

好久沒有研究 Monitor 平台了,以前都是用 Cacti 打造就覺得這玩意高大上了,但是最近研究完 Grafana+Prometheus 才知道為什麼這個組合會變成最近的潮流,這實在是太炫了,比 Cacti 不知道好看多少倍。
但是也因為如此,所以花了不少時間研究一下如何將自己設定的參數值,透過 Prometheus 在 Grafana 顯示出來
python vim setting
忘了那邊找來的,不過覺得不錯用
將以下設定存到 /etc/vim/vimrc or ~/.vimrc
" configure expanding of tabs for various file types au BufRead,BufNewFile *.py set expandtab au BufRead,BufNewFile *.c set noexpandtab au BufRead,BufNewFile *.h set noexpandtab au BufRead,BufNewFile Makefile* set noexpandtab " -------------------------------------------------------------------------------- " configure editor with tabs and nice stuff... " -------------------------------------------------------------------------------- set expandtab " enter spaces when tab is pressed set textwidth=120 " break lines when line length increases set tabstop=4 " use 4 spaces to represent tab set softtabstop=4 set shiftwidth=4 " number of spaces to use for auto indent set autoindent " copy indent from current line when starting a new line " make backspaces more powerfull set backspace=indent,eol,start set ruler " show line and column number syntax on " syntax highlighting set showcmd " show (partial) command in status line
Office 2016 註冊後還是一直出現要求註冊(啟用)的視窗
DNS Query But Get Reply Code : Format Error
This is strange problem, when update BIND this time, suddenly, DNS query failed. I cannot find reason, I thought that should be NAT problem originally, because it cannot all other domains but Intranet domain, So, after capture packet to observe it. found root cause eventually , the DNS server replay me Format Error.
Build SDK in Docker
這一篇是我在弄編某家 IC 設計公司的 SDK 的弄的 Docker document 時寫的文件, 懶得轉成中文了, 所以大家就將就看一下吧
最早是因為 Host OS 已經升級, 但是編 SDK 一直出問題, 所以只好弄一個環境編譯 SDK
Ubuntu 16.04 應該是目前最穩定的版本, 所以以下的文件也都是基於 Ubuntu 16.04 寫的 最後的 Docker file 可以安裝和編譯該家公司目前大多數的 SDK, 或許也適合其他家公司使用.
給各位參考一下
Ubuntu 16.04 error: undefined reference to `create_module’
Ubuntu 16.04 error: undefined reference to `create_module’
Building module-init-tools-3.2 in Ubuntu16.04 failed: lsmod.o: In function `try_old_version': ./module-init-tools-3.2/backwards_compat.c:56: undefined reference to `create_module' |
這一篇Ubuntu 16.04 error: undefined reference to `create_module’對我沒有用, 但是解法是對的, 這時就要用粗暴的方式, 直接改 backwards_compat.c
加上
#define CONFIG_NO_BACKWARDS_COMPAT |
暫時解決問題
關掉 Windows 10 升級通知
最近 Windows 10 升級通知又跑出來了.
關掉最好的方案
1) 用系統管理員身份開啟 cmd
2) 執行以下 command
$ reg add HKLM\Software\Policies\Microsoft\Windows\Gwx /t REG_DWORD /v DisableGwx /d 1
3) 重開機就看不到了
Ref.
How to manage Windows 10 notification and upgrade options
[VMWARE] There are no un-bridged host network adapters 的錯誤
Windows 10 Upgrade 之後, Vmware 出現 There are no un-bridged host network adapters 的錯誤
解決方法很簡單
打開 VMWare 內的 Virtual Network Editor (Edit -> Virtual Network Editor), 然後按下 “Restore Defaults”.
這樣就可以解決了.
ref.
RESOLVING VMWARE ERROR “THERE ARE NO UN-BRIDGED HOST NETWORK ADAPTERS” AFTER WINDOWS 10 UPGRADE
Bridging issues in Windows 10 and WS11
近期留言