In the early days of using Ubuntu, I encountered that Ubuntu would set the BIOS time to UTC time.,This caused me to enter Windows,The time is wrong too。I recently reinstalled Manjaro and encountered the same situation.,Checked the information,The setting method is the same as before in ubuntu.。
Continue browsing »

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 »

My computer has an external NTFS hard drive.,After recently booting,Click on this drive in Thunar,Will all fail to mount,error message “error mounting wrong fs type bad option bad superblock…”。

when installing the program,"No more space left on device" appears,Check with df -h,is /tmp full。
My /tmp dependent partition,is with / same magnetic region,and / there is room,So you can temporarily increase the space of /tmp by remounting the command。
df -h /tmp #查詢 /tmp 佔用空間。 sudo mount -o remount,size=15G /tmp/ #將 /tmp 大小改成 15G。 df -h /tmp #確認 /tmp 的佔用 % 是否改變。
To empty /tmp,The following commands can be executed:
sudo rm -r /tmp/*
【參考連結】

i:Start editing at the cursor position。
the:Start editing under the cursor。
Continue browsing »

When Manjaro was updated two days ago,rEFind pops up a message,But i didn't look closely,When booting today,I found the boot menu that was originally attractive to me,Become a very positive interface。


wrote an article earlier Ubuntu decompression garbled Article,After reaching Manjaro,Encounter old problems again,I also bought songs at Omusic,After buying, unzip and garble,And deal with it in the previous way,This time it was invalid。

Several years ago, I searched the Internet for Evernote solutions in Linux,At that time, the OS was Ubuntu,The result found is that the official said that there is no plan to develop,The alternative that the community can find is only NeverNote,But the interface of NeverNote is really not used to it,So later I used the web version of Evernote。After repairing Manjaro recently,I searched the Internet again to see if there were any new solutions,Results found Tusk,Tusk's interface is almost exactly the same as Evernote,Even the way to drag the notepad,Whole heart。

For details, you can go to Tusk 'S website,Very detailed introduction。
【參考連結】

When updating Manjaro today,Keep jumping out “nss:/Usr/lib/p11-kit-trust.so already exists in the file system” mistake,Later tried the following instruction method (sudo pacman -Syyu) The result is the same,上網查詢,The result is normal,Because of some errors in the old version,So when updating,Need to add parameters to force coverage。

