Dec 31

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…”。

Continue browsing »

Jan 2

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/*

 

【參考連結】

Jun 25

   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。

Continue browsing »

Apr 26

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。

Continue browsing »

Apr 11

Prior to write a "In Manjaro installation wxMEdit」,At that time, regardless of whether MadEdit was installed、Neither wxMEdit nor Madedit-Mod can succeed,Later, I found wxMEdit packaged by netizens and successfully installed it.。In the past two years, the company's Windows environment has gradually changed from wxMEdit to use Madedit-Mod (mainly the problem of default font settings),So I want to try and install Madedit-Mod in the Manjaro environment at home.。

Continue browsing »

Apr 11

◎ Manjaro version

cat /etc/lsb-release

 

◎ Linux Kernel

uname -a

 

【參考連結】

Apr 11

Wrote an article last September "Manjaro Login become all green screen」,Later, Yomo happened again a month later.,In the next month or two,Can't solve it by updating the driver。Later I tried some ways,For example, the mhdw command is used to change the originally used linux-video to linux-vesa,Although you can successfully enter the desktop,But the resolution is not the native resolution,Blurred picture quality,Finally had to give up,Switch to Windows for now。

Continue browsing »

Sep 8

The first two weeks to help make Manjaro update,The next morning, after re-boot login,Get a full picture of green,See this picture I followed the green face,Ha。Intuition think should be the day before the update problem,My CPU is “AMD Ryzen 3 2200G with Radeon Vega Graphics”,According to past experience,Processor or graphics card is AMD / ATI,In Linux is relatively easy encounter compatibility problems,Generally address will not be too easy,Internet search about it,Indeed there are no articles mention the same problem I like green screen,So this time around on the first left unattended,Use the Windows operating。

Continue browsing »

Jul 27
This week's update day Manjaro out of more than one hundred files to be updated,To install but often come out the wrong message,At first glance thought it was the AUR Adobe Reader or Dropbox cause,But skip this update is still two problems Wufajiejue,Free weekend again had to wait for a good study。
 
Carefully read the updated record,Seems to be out in this program dnsmasq,The following error message:


錯誤: 無法打開檔案 /var/lib/pacman/local/dnsmasq-2.80-3/files: 沒有此一檔案或目錄
警告: 無法完全載入軟體包的解釋用資料 dnsmasq-2.80-3


 

Continue browsing »

Apr 14

Do not know when to start,When using Manjaro's "Suite Manager",Whether installed、When removing or updating software,Will jump “/var/lib/pacman/local/dnsmasq-2.80-3/desc: This is not a file or directory” mistake,But it does not affect the installation of conduct,This message also did not go to the tube。

 

Continue browsing »