[gitlab][setup][setting] 利用反向代理, 為內部的gitlab伺服器, 做ssl加密

No Comments

REF: https://ithelp.ithome.com.tw/articles/10199373

 

[visualStudio][Linux] Code編輯器與Core Runtime環境

No Comments

Get MS core runtime for linux
https://www.microsoft.com/net/download/linux-package-manager/centos/runtime-current

Download MS Visual Studio Code for linux/windows :
https://code.visualstudio.com

 

[Alfresco][Ubuntu] 舊版Alfresco5.1 內建啟動程式不被Ubunut18.04 支援的解法

No Comments

REF  https://gist.github.com/fmaul/b05d9b8d8b5ff8ff0a0657f2c25d7d8d

 

Ubuntu 自16.04起, 開始支援 systemd 服務啟動方法, 原本的 upstart 在 18.04則不被支援
間接影響了舊版 Alfresco ECM 的啟動程式(/etc/init.d/alfresco)

依上述提供的參考網址, 增加 alfresco.service 檔案, 並且利用 systemctl 設定為 enable
systemctl enable alfresco.service

之後重開機也能順利啟動 aflresco ECM, 而不會有Ubuntu升級18.04後, alfresco無法啟動的問題

而原本的 /etc/init.d/alfresco 可以先利用 update-rc.d alfresco remove(其實好像也沒作用)
再移除 /etc/init.d/alfresco 這個檔案(或移動到 /tmp 去, 就當作沒看到)

[Alfresco][Editor][tinyMCE] 中文輸入支援修訂

No Comments

編輯以下檔案
vim /opt/alfresco-community/tomcat/webapps/share/WEB-INF/classes/alfresco/share-config.xml

找到 <I18N>
將原本的
<tiny-mce-supported-locales>en,de,es,fr,it,ja,nl,zh_CN,ru,nb,pt_BR</tiny-mce-supported-locales>

修改為
<tiny-mce-supported-locales>en,de,es,fr,it,ja,nl,zh_TW,zh_CN,ru,nb,pt_BR</tiny-mce-supported-locales>

並做以下設定
[重開後有效]
編輯 /etc/default/locale
LANG=”zh_TW.UTF-8″
LANGUAGE=”zh_TW:zh”

或是
[立即有效, 但重開後失效]
export LANG=”zh_TW.UTF-8″
export LANGUAGE=”zh_TW:zh”

星際大爭霸-詳細文章

No Comments

https://www.gq.com.tw/blog/riverhong/detail-3736.html

https://www.gq.com.tw/blog/riverhong/detail-3742.html

[IPv6][Samba] windows 10 連線到 IPv6 的samba, 方法

No Comments

REF:https://en.wikipedia.org/wiki/IPv6_address#Literal_IPv6_addresses_in_UNC_path_names

假如 samba server 的 IPv6 address 在 windows 上使用 ipconfig 指令查看到以下位址

fe80::20c:29ff:fec3:97f8

則在檔案總管上要連線到這個 samba服務, 就要在路徑上輸入

\\fe80–20c-29ff-fec3-97f8as15.ipv6-literal.net

[Windows] LibreOffice 無法在安裝時建立捷徑圖示, 造成安裝失敗

No Comments

2018-04-11
桌機有個狀況發生很久了, 就是安裝 LibreOffice 時, 如果照預設的選項, 是會在 c:\Users\Public\Desktop 目錄去新增一個 icon
不過卻一直發生 “警告 1090” 找不到目錄的錯誤, 試了很多法子都不行

最後看到一篇說, 換個防毒就可以了, 原本以為是 windows defender 有問題,
但在筆電上, 同樣有 defender 卻可以安裝 Libreoffice, 這又更令人奇怪

最後偶然發現在 defender 裡有個設定是, “病毒與威脅防護設定”裡
有個”受控資料夾存取權”, 被 enabled , 關閉它之後就順利安裝 LibreOffice了
先前編輯文件後不能存檔在桌面的問題也就被解決了。

 

updated:

REF: https://ask.libreoffice.org/en/question/138666/installation-failure-warning-1909-internal-error-2902/

 

Older Entries Newer Entries