Recently reinstalled Manjaro,The built-in Viewnior image browser does not support the WebP format by default,The solution is also very easy,Just install the webp-pixbuf-loader package。
Continue browsing »

When using Telegram in Manjaro, there has been a problem of being unable to input Chinese through gcin.,I have tried several methods on the Internet,For example, setting the QT_IM_MODULE path,Although you can switch to "Ciyin",But what comes out is still in English,Some people also say that this method only applies to the official version,But I tried and failed,In the end, I had to compare Line,Simulate it as an app through Chrome。
Continue browsing »



幾年前曾上網搜尋 Evernote 在 Linux 的解決方案,當時 OS 是 Ubuntu,找到的結果是官方說沒打算開發,而社群能找到的替代方案則是只有 NeverNote,但 NeverNote 的介面實在用不習慣,因此後來就使用 Evernote 的 Web 版。最近把 Manjaro 修好後,又再次上網搜尋看有沒有新的解決方案,結果找到 Tusk,Tusk 的介面幾乎跟 Evernote 一模模一樣樣,連拖曳記事本的方式也一樣,整個大心。

詳細可以前往 Tusk 的網站,介紹的蠻詳細的。
【參考連結】

Line 官方建議若要在 Linux 上使用 Line,可以透過 Google Chrome 安裝 Line 擴充元件(Extension)的方式來達到,因此一直以來也都用這種方式在使用。剛剛在使用時,總覺得要先開啟 Chrome 的這個動作有點多餘,因此上網找看看有沒有可以在 Manjaro 執行的其他解決方案,之後找到這篇「在 Linux 上讓 Chrome 的 Line 擴充元件當作獨立運作程式執行"Article,剛好是我想要的(十分感謝),因此試著在 Manjaro 比照辦理,以下為步驟。

週末準備開啟 XAMPP 來練習 php 時,卻怎麼也找不到 XAMPP 安裝在哪,從「套件管理員」也顯示我電腦沒有安裝,雖然納悶為啥會被移除,但也只好試著在安裝一次。從「套件管理員」安裝時,畫面卻卡在”Extracting package (this might take several minutes, don’t give up!)”,第一次讓他跑了一個多小時還沒動靜,第二次直接讓它跑一整晚,結果還是一樣,Searching for a bit,國外也有其他網友遇到一樣的情形,似也沒有明確的解決方式。後來去官方看了一下,原來官方有提供 .run 的安裝檔,安裝方式就幾乎跟 Windows 一樣了,很方便,這也讓我想起我前兩週就是用這個方法安裝的,難怪在「套件管理員」會不知道我已經安裝了(記性真的差到一個極致)。

最近有在學習 python,課程中是使用 anaconda 的開發環境,介面的感覺算直覺,回家就想試著在 Manjaro 也安裝起來練習,但是有點不太順利。第一次安裝失敗是因為空間不足,也才發現原來 anaconda 需要用掉數G的空間,應該是因為裏面有眾多套件的關係。

surroundings:Graylog OVA 檔
版本:2.5
【change Password】
1. Gear position confirmation graylog.conf,graylog.conf Graylog OVA environment located /opt/graylog/conf/graylog.conf,Please refer to this other environmentConsolidated。
2. Through the vi editor graylog.conf。
sudo vi /opt/graylog/conf/graylog.conf
### vi common commands ###
a 進入編輯模式
esc 回到指令模式
:w Archive
:q leave
:q! When forget to use sudo to open the archive and no authority,Forced to leave。

開源 log 系統 — Graylog 有提供 OVA 的虛擬映像環境供使用,預設的網卡設置會以 DHCP 為初始設定,因此開起來後如果沒配發到 IP,會有部份錯誤訊息,如要改成固定 IP,可依照下列步驟進行:
