17
May
2024

mSBC Airpods 3

17 May 2024

I recommend to use for this Pipewire. On pulseaudio not tested this method.

Add new file

sudo subl /etc/wireplumber/wireplumber.conf.d/50-bluez.conf

With

monitor.bluez.properties = {
    bluez5.enable-msbc = true
}
11
Mar
2024

Downgrade Plasma 6.0.1 to Plasma 5.2.7

11 Mar 2024

Plasma 6.0.1 is too laggy

That is guide how to downgrade:

sudo nano /etc/pacman.conf

#[core]
#Include = /etc/pacman.d/mirrorlist


#[extra]
#Include = /etc/pacman.d/mirrorlist
4
Sep
2023

Artix impressions

04 Sep 2023
  1. Openrc is sux because mpd and etc. Resolving by systemctl
  2. After upgrade - Chrome update problem in build
  3. After upgrade syslog-ng failing on boot
25
Nov
2022

run_scaled linux

25 Nov 2022
apt install xpra xvfb

git clone https://github.com/kaueraal/run_scaled.git

cd run_scaled/
cp run_scaled /usr/local/bin
chmod +x /usr/local/bin

run_scaled <yourapp>
4
Oct
2022

zsh

04 Oct 2022

install

sudo apt install zsh 

make default shell zsh:

chsh -s $(which zsh)

oh my zsh:

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
22
Nov
2019

KDE Dive In

22 Nov 2019

Apps

PHS 2019.1.4 
DGP 2019.2.6 custom JDK
DGP 2019.3 + plugin Choose Runtime + 8u212-linux-x64-b1596.1

latte launcher

subl ~/.config/kwinrc

[ModifierOnlyShortcuts]
Meta=org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu
17
Jun
2019

Dock station D3100

17 Jun 2019

Fix slowing CPU

sudo nano /etc/X11/xorg.conf.d/20-intel.conf 

Section "Device"
  Identifier "Intel Graphics"
  Driver "Intel"
  Option "AccelMethod" "sna" 
  Option "TearFree" "true"
  Option "TripleBuffer" "true"
  Option "MigrationHeuristic" "greedy"
  Option "Tiling" "true"
9
Nov
2018

Ubuntu Dive In

09 Nov 2018

Frontend build

sudo apt-get install nodejs
sudo apt-get install npm
sudo npm install gulp-cli -g

npm install
gulp all-build 

Switch language

6
Dec
2017

Network Tab fast image save

06 Dec 2017

a. Right click on an entry in the network log. Then select Copy All as HAR

b. In console:

”`js x = [<>]; // paste here copied HAR

(function(logObj, mime) {
  var results = [];
  logObj[0].log.entries.forEach(function (entry) {
    if (mime && entry.response.content.mimeType !== mime) return;
    results.push(entry.request.url);
30
Oct
2017

crontab

30 Oct 2017

1-312 odd days

2-312 even days