Wednesday, April 15, 2020

nss update problem

Archlabs failed to update nss. After searching from google, I found this article that solved the problem.

nss>=3.51.1-1 and lib32-nss>=3.51.1-1 updates require manual intervention

https://www.archlinux.org/news/nss3511-1-and-lib32-nss3511-1-updates-require-manual-intervention/

Use this command to perform the update:

pacman -Syu --overwrite /usr/lib\*/p11-kit-trust.so
 
 

Wednesday, March 25, 2020

Pair Bluetooth device with Archlabs Linux

My brother gave me a bluetooth dongle. I tried to install it to my Archlabs system but failed. Then one day I found and article regarding how to pair bluetooth device on linux, the problem solved.
This the link: https://www.addictivetips.com/ubuntu-linux-tips/pair-and-use-bluetooth-devices-on-linux/

1. sudo pacman -S bluez bluez-utils
2.sudo pacman -S blueman 
3.modprobe btusb
4.sudo systemctl enable bluetooth.service
5.sudo systemctl start bluetooth.service
 
Thanks to Author: Derrik Diener
 

Saturday, February 15, 2020

Archlabs AUR

From the net I got this:
Archlabs uses baph, and it's great...
baph -s xxxx #search
baph -i xxxx #install
baph -u xxxx #update
#info in man baph

Tuesday, December 31, 2019

Happy New Year 2020

新的一年又开始了。2020年是一个怎样的一年?好好的生活就对了。应该放下的放下,应该做的去做,想吃的就去吃,开开心心的过日子就好。

Tuesday, November 5, 2019

Archlabs gui package manager

Since last week Archlabs package manager fails to work. I just don't know why and no way to fix it.

Saturday, February 23, 2019

Archlabs Graphical Package Manager

After install Archlabs then I found out that there is no Graphical Package Manager. Google around and found a way to install it.

just use this command in terminal:
    baph -i pamac-aur
          
                OR

git clone https://aur.archlinux.org/pamac-aur.git
cd pamac-aur
makepkg -si
(without root)

Saturday, February 16, 2019

From Manjaro to Archlabs

Just after Chinese New Year, I change my linux system from Manjaro to Archlabs. I don't know it is a nice choice nor not, but I give it a try.