六月 28

BookStack 在使用 AD 验证后,还可以将角色与 AD 的群组进行串接,以简化群组成员变动的工作,不过在使用和设置上,有些地方需要注意,虽然都是小问题,但我自己花了一两周的时间才找出原因,因此整理出来分享。

 

继续浏览 »

六月 27

今天有同事反馈,Outlook 的邮件忽然全部变成纯文本格式,部分内容还显示乱码情况,手动修改编码也无法恢复正常。上网查询资料,Outlook确实有一个设置是让用户在浏览邮件时,全部以纯文本的形式来查看,为了提高安全性,但该同事的此项设置并未开启,就算开启再关闭,邮件依然是纯文本模式。

 

继续浏览 »

六月 26

根据 BookStack 官方说明,要使用 LDAP / AD 作为登录验证,需先将下列设置值新增至 .env 文件,示例域名:
◎ AD 域: abc.com.tw
◎ AD 管理员账号 / 密码: administrator / 123456

 

继续浏览 »

六月 26

  Outlook 有时会收到包含 image001.wmz、image002.wmz… 附件的邮件,针对 wmz 文件扩展名的文件,Windows 默认会建议使用 Windows Media Player 打开,但实际上可能会打开失败。若另存为 jpg 或 png 等图片格式,就要看你用的是哪款看图软件,有的可以打开,Some don't。

 

继续浏览 »

六月 24

  這兩天在處理一台新的 acer NB型號是 Swift SF514-53T內建的 Windows 10 1809 版本,Tried to update it 1903 版本,Unexpectedly, after rebooting,the wireless network couldn't be used,Went to the network center to check,The entire wireless network card disappeared,Then checked in 'Device Manager',The wireless network card showed an exclamation mark,The model of this network card is Intel Wireless-AC 9560,After clicking into it,The complete error message is”该设备无法启动。 (代码 10) {操作失败} 请求的操作不成功。”

 

继续浏览 »

六月 24

Colleagues reported that a new computer, when printing an Excel file,would show a memory insufficient message,列印 PDF 檔則是沒有反應原先以為 Windows 10 1903 跟 Excel 2007 相容性的問題因為升到 1903 时,該台電腦的無線網卡直接罷工更新驅動程式後才恢復正常測試過幾個方式之後試著把該印表機的驅動刪掉再行安裝,I just realized that this computer has lost its connection authentication to the server,so it is necessary to re-enter the username and password for verification,and this is also the main reason why Excel printing shows insufficient memory,therefore, you just need to go to the User Accounts in the Control Panel,and set the Windows credentials correctly to solve the problem。

六月 12

最后更新:2020/09/09

◎ 到 GitHub 下载 Release 版本。

◎ 解压并复制到 apache 的 htdocs 目录下。

◎ 安装 composer

# Composer 為一 php 相依性套件管理工具。

# 安裝時會需要指定 php.exe 的路徑,並新增到 Windows 環境變數,
# 因此日後如果 php 的路徑有改變,可直接去修改環境變數的 path。

# 安裝過程會檢查 php.ini 設定,並協助修正。
# 以我來說,基於安全性的因素,"allow_url_fopen" 平常我會設為【Off】,
# 但這會造成 Composer 無法下載套件,
# 因此安裝過程會將此設定改成【On】,並產生一個 "php.ini~orig" 的原始備份檔。

 

继续浏览 »

六月 12

  BookStack 是一个类似 wiki 架构的开源知识管理系统,最近尝试安装使用看看,沒想到裝完後一進首頁就發生所有 icon 都變超大的的情形每個圖示幾乎都是滿版。上网搜索原因后,原來是因為我在 GitHub 下載時抓到的是 master 版本因此不包含 css 檔才會導致版面大走鐘所以只要補上相關 css 檔或者重新下載 release 版本,to resolve the issue。

 

继续浏览 »