Showing posts with label Archlabs. Show all posts
Showing posts with label Archlabs. Show all posts

Monday, April 19, 2021

Update gnome 40

    The first update of gnome 40, every things remain the same nothing change. There was a second update a week before. This time it really change to gnome 40 looks. When I start my machine it boots up to the new gnome splash screen.at this point gnome respond very slowly. Some of the gnome extensions not working any more. The extensions app cannot start, so cannot configure any of the extension. I just do not know how to solve this. I just to wait for the later update.

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...

 

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.

Wednesday, May 20, 2020

Setup vnstat in Archlabs

1. install vnstat and net_manager.
2. vnstat --iflist
3. sudo vnstat -i wifi adaptor
4. sudo systemctl start vnstat.service
5. sudo systemctl enable vnstat.service

Usage: vnstat -d -i wifi adaptor
            vnsat -q
            vnstat -l
            vnstat --help

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, 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.