Roundcube 安裝0.8.1後,登入Webmail發現信件的日期欄位是空白的
原因是出在php.ini檔案未設定時區
解決方式
修改php.ini ,找到date.timezone處進行設定
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "Asia/Taipei"
2012年9月18日 星期二
2012年9月9日 星期日
Ubuntu rar解壓縮亂碼問題
一般要讓ubuntu 能解壓縮rar檔案,都會安裝rar套件
指令如下:
sudo apt-get install rar
但這個方法會讓某些rar壓縮檔裡面的檔案出現亂碼,而不能解壓縮
建議將rar移除,指令如下:
sudo apt-get remove rar
sudo apt-get remove unrar
若不確定是否已經安裝可用下列指令來查詢
指令: dpkg --get-selections [套件名稱]
將rar 以及unrar 解除安裝(若有安裝的話)
之後安裝p7zip-full 以及p7zip-rar 指令如下
sudo apt-get install p7zip-full
sudo apt-get install p7zip-rar
安裝完成之後,ubuntu 解壓縮管理員即可正常解壓縮rar檔案!.
指令如下:
sudo apt-get install rar
但這個方法會讓某些rar壓縮檔裡面的檔案出現亂碼,而不能解壓縮
建議將rar移除,指令如下:
sudo apt-get remove rar
sudo apt-get remove unrar
若不確定是否已經安裝可用下列指令來查詢
指令: dpkg --get-selections [套件名稱]
將rar 以及unrar 解除安裝(若有安裝的話)
之後安裝p7zip-full 以及p7zip-rar 指令如下
sudo apt-get install p7zip-full
sudo apt-get install p7zip-rar
安裝完成之後,ubuntu 解壓縮管理員即可正常解壓縮rar檔案!.
訂閱:
文章 (Atom)