GPRESULT [/S system [/U username [/P [password]]]] [/SCOPE scope]
[/USER targetusername] [/R | /V | /Z] [(/X | /H) [/F]]
描述:
這個命令列工具用來顯示目標使用者及電腦的
原則結果組 (RSoP) 資訊。
[Windows] Gpresult 查詢群組原則套用狀況
- 4436
- 0
GPRESULT [/S system [/U username [/P [password]]]] [/SCOPE scope]
[/USER targetusername] [/R | /V | /Z] [(/X | /H) [/F]]
描述:
這個命令列工具用來顯示目標使用者及電腦的
原則結果組 (RSoP) 資訊。
In some environment we have some limit to set the environment.
However, we can use the command to open it and setting the environment.
Hbase 常用的指令筆記一下.
When doing the npm install, we got error below.
npm ERR! request to https://registry.npmjs.org/bower failed, reason: unable to get local issuer certificate
餓死抬頭
簡單記錄一下安裝.
Yum install可以讓事情變得很簡單.
$ sudo yum install rh-mongodb32 rh-mongodb32-server
工作上用到這個這邊記錄一下.
環境是linux.
安裝指令
$ sudo yum install rh-postgresql96-postgresql-server.x86_64
web服務器Apache目前一共有三種穩定的MPM(Multi-Processing Module,多進程處理模式 簡稱: MPM) 它們分別是prefork,worker和event,它們同時也代表這Apache的演變和發展。在編譯Apache時必須選擇其中一個MPM,MPM會影響到Apache的速度和可伸縮性。
工作到現在也超過十年了, 換過幾次工作, 也跟一些獵頭交手過, 這邊做一些心得記錄吧. 或許不是全貌, 就是我交手過幾次的經驗. 大概會分幾個部分講.
如果你已經有不錯的工作經驗了, 或者對自己目前的工作很滿意, 那麼這篇文章可能對你沒什麼幫助, 就跳過吧.
建立maven時eclipse錯誤訊息如下:
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:2.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-war- plugin:jar:2.2
Error message:
Database collation must be case-sensitive and accent-sensitive. It is Latin1_General_CS_AI but should be Latin1_General_CS_AS.
Jenkins 使用上可以透過API叫它幫我們完成某些事情.
官方文件參考:
https://wiki.jenkins.io/display/JENKINS/Remote+access+API
環境變數是什麼, 就自己看一下超人鳥哥的文章吧.
http://linux.vbird.org/linux_basic/0320bash.php#variable_environ
這邊講一下設定環境變數的幾個做法.
這裡大概說明4個GC ,如果進行了錯誤的選擇將會大大的影響程式的效能。
Serial 、Parallel、CMS、G1
Reference:
https://go.cloudbees.com/docs/solutions/jvm-troubleshooting/
這邊有他的官網, 有心的朋友這邊自己參考囉.
https://www.elastic.co/
這邊簡單紀錄一下安裝的過程.
選擇的版本 6.5.3
https://www.elastic.co/cn/downloads/past-releases/elasticsearch-6-5-3
mysqlcheck 是 MySQL 內建的指令模式工具, 可以檢查, 修復及最佳化資料表.
這邊是官方的說明文件. 有興趣可以自己參考一下.
站台經過多次不正常操作後, 重開機再啟動 apache , 站台出現 HTTP 500, 顯示的訊息為「建立資料庫連線時發生錯誤」
進資料庫直接下command查詢的時候顯示error message 如下.
"Table XXX is marked as crashed and should be repaired".
資料庫毀損? 甚麼鬼.
這邊紀錄一下處理的.
log 沒做rotate就會一直長大, 一個log file 12 GB有沒有看過?
打都打不開, 光用vim都會開很久.
這個時候我們需要做設定, 這邊說明一下.
Dockerfile,只要下 docker build
的指令就可以把 Docker Image 建構起來,末來要使用就直接 Run 此 Image即可。