Monday, March 8, 2021

国际妇女节。

相当莫名其妙的。国际妇女节却变成了女神节。这个年头什么东西都变来变去。就像马来西亚这样,是个很会U转的国家。

Monday, November 23, 2020

Install Archlabs 2020.11.04

 On 22/11/2020 I installed new version of Archlabs.

First must update archlabs-installer.

Just follow the step given by the installer.

This time the installation is very smooth and fast. It takes around 20-30 minutes.

Everything is good and nice.

 

Monday, September 7, 2020

Tracker Store high cpu usage

after having tracker-store running with almost 100% CPU, almost all the time for 7 days now, it seems like I found an easy fix:

tracker reset --hard

CAUTION: This process may irreversibly delete data.
Although most content indexed by Tracker can be safely reindexed, it can?t be assured that this is the case for all data. Be aware that you may be incurring in a data loss situation, proceed at your own risk.

Are you sure you want to proceed? [y|N]: 

/usr/lib/tracker/tracker-store process is gone for now, fan is spinning down, and everything seems quiet after a week. Haven't tested a reboot though...

 

Sunday, July 12, 2020

Manjaro Bluetooth Speaker no sound

Since momday my archlabs linux crashed and cannot be reinstalled then I choose to install Manjaro Linux. After installed everythings go es fine but bluetooth speaker no sound. Googling for more than 5 days but still no help. Today 05/07/2020 I found an article :
How to send sound through Bluetooth on Linux

Just one command and two action then the problem solved.

In terminal type: killall pulseaudio
turn off bluetooth  
turn on bluetooth again
that's it.

Friday, July 10, 2020

Archlabs install error

I try to install archlabs many times, But cannot Complete the installation.After googling for archlabs forum. I found the solution.
update the installer.
pacman -Syy archlabs-instsller
type: installer
that's it.

Wednesday, June 24, 2020

Add bluetooth support to Archlabs

I read this article: 
How to add bluetooth support to ArchLabs for bosebluetooth headphone


I follow the instruction and get things done.


sudo pacman -S pulseaudio-alsa pulseaudio-bluetooth  
sudo pacman -S bluez bluez-libs bluez-utils bluez-firmware blueberry
sudo systemctl enable bluetooth.service 
sudo systemctl start bluetooth.service 
sudo systemctl daemon-reload

That's it. 
Thank you.

Saturday, June 20, 2020

Tips for archlabs problem

To remove database lock when using pacman
rm /var/lib/pacman/db.lck

When install archlabs remember to install base-devel.