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.

Monday, December 31, 2018

Sunday, December 31, 2017

2018

I am sorry. Please forgive me. 2017 you are gone.

Thank you. I love you. 2018 you are here.


Saturday, February 4, 2017

Apricity Failed to synchronize any databases: unexpected error

Solve:
Open up a teminal and type: sudo rm /var/lib/pacman/db.lck
then press return key. That's it.

Saturday, November 12, 2016

Setup vnstat in Mageia 5

1. install vnstat and net_manager.
2. sudo vnstat -u -i wifi
3. sudo service vnstat start
4. chkconfig vnstat on