The workaround
sudo nano /etc/pacman.conf
IgnorePkg = nvidia-open-dkms nvidia-utils nvidia-settings lib32-nvidia-utils
The workaround
sudo nano /etc/pacman.conf
IgnorePkg = nvidia-open-dkms nvidia-utils nvidia-settings lib32-nvidia-utils
copy your DataSource from SQLite to SQLCipher
add the JDBC Driver Download and add the following driver:
sqlite-jdbc-3.31.1.jar
go to the Advanced tab and set the cipher to sqlcipher
use the following connection string:
copy your DataSource from SQLite to SQLCipher
add the JDBC Driver Download and add the following driver:
sqlite-jdbc-3.31.1.jar
go to the Advanced tab and set the cipher to sqlcipher
use the following connection string:
this
jdbc:sqlite:<FULL_FILENAME_WITH_FWD_SLASHES>?cipher=sqlcipher&legacy=4&key=<ENCRYPTION_PASSWORD>
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
}
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
}
Then
systemctl --user restart pipewire pipewire-pulse wireplumber
sudo systemctl restart bluetooth
TLDR
I wondered for two weeks why the method described in the official Arch Linux guide, using the WirePlumber configuration file at /etc/wireplumber/bluetooth.lua.d/51-bluez-config.lua
and syntax like bluez_monitor.properties = {
It doesnt’work
Instead, use /etc/wireplumber/wireplumber.conf.d/50-bluez.conf and syntax described in the beggining of post and will be fine
Choose on OS installation pipewire
sudo pacman -S mpd
yay -s cantata
Choose for current user mode in Cantata
Install flatpak tidal-hifi
Choose on OS installation pipewire
sudo pacman -S mpd
yay -s cantata
Choose for current user mode in Cantata
Install flatpak tidal-hifi
sudo cp /usr/share/pipewire/pipewire.conf /etc/pipewire/pipewire.conf
paste
default.clock.rate = 192000
default.clock.allowed-rates = [ 48000 44100 96000 192000 ]
then
systemctl --user restart pipewire.service
maybe you need
pw-metadata -n settings 0 clock.force-rate 192000
check
cat /proc/asound/card*/pcm*p/sub*/hw_params
closed
closed
closed
closed
closed
closed
closed
access: MMAP_INTERLEAVED
format: S32_LE
subformat: STD
channels: 2
rate: 192000 (192000/1)
period_size: 1024
buffer_size: 32768
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
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
[core]
SigLevel = PackageRequired
Server=https://archive.archlinux.org/repos/2024/03/01/$repo/os/$arch
[extra]
SigLevel = PackageRequired
Server=https://archive.archlinux.org/repos/2024/03/01/$repo/os/$arch
Then
sudo pacman -Syyuu
If you have a problem with broken u need to downgrade each package manually with pacman -U.
sudo pacman -Qi expat libelf lib32-expat lib32-libelf
sudo pacman -U /var/cache/pacman/pkg/lib32-expat-2.6.0-1-x86_64.pkg.tar.zst
sudo pacman -U /var/cache/pacman/pkg/lib32-libelf-0.190-1-x86_64.pkg.tar.zst
If you have problem with plasma-framework5 exists in filesystem
sudo pacman -Syyuu --overwrite '*'
The final step
sudo reboot
Kubectl
subl subl /home/USER/.config/systemd/user/kubectl.service
[Unit]
Description=Kubectl Port Forward
[Service]
Type=simple
ExecStart=/home/USER/Autostart/kubectl_port_forward.sh
Restart=on-failure
RestartSec=5
Kubectl
subl subl /home/USER/.config/systemd/user/kubectl.service
[Unit]
Description=Kubectl Port Forward
[Service]
Type=simple
ExecStart=/home/USER/Autostart/kubectl_port_forward.sh
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target
subl /home/USER/Autostart/kubectl_port_forward.sh
#!/bin/bash
# Set the path to the Google Cloud SDK (adjust the path based on your installation)
export PATH="/home/USER/Apps/google-cloud-sdk/bin:$PATH"
# Set the path to the gke-gcloud-auth-plugin executable
export GKE_GCLOUD_AUTH_PLUGIN="/home/USER/Apps/google-cloud-sdk/bin/gke-gcloud-auth-plugin"
# Set the Kubernetes configuration file path (adjust the path based on your configuration)
export KUBECONFIG="/home/USER/.kube/config"
# Set the path to your service account key file
export GOOGLE_APPLICATION_CREDENTIALS="/home/USER/.config/gcloud/application_default_credentials.json"
# Authenticate with Google Cloud using the service account
gcloud auth activate-service-account --key-file="$GOOGLE_APPLICATION_CREDENTIALS"
# Run kubectl port-forward with the necessary authentication
kubectl port-forward svc/mysql-stage-v8-k8sqlv3-stage-v8 -n mysql 3321:3306
systemctl –user enable kubectl_port_forward systemctl –user start kubectl_port_forward
Cloud SQL Proxy
subl /home/USER/.config/systemd/user/cloud-sql-proxy.service
[Unit]
Description=Cloud SQL Proxy
[Service]
Type=simple
ExecStart=/home/USER/cloud_sql_proxy -instances=autodoc-XXXXXXX:europe-west3:slave-11=tcp:3311 #master
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target
First
version: "3.5"
services:
proxy:
image: hello-world
ports:
- "80:80"
networks:
- proxynet
networks:
First
version: "3.5"
services:
proxy:
image: hello-world
ports:
- "80:80"
networks:
- proxynet
networks:
proxynet:
name: custom_network
Second
version: "2"
services:
web:
image: hello-world
networks:
- my-proxy-net
networks:
my-proxy-net:
external:
name: custom_network
From first
172.17.0.1:8500
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>
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>
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)"
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)"
copy plugins similar:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
all plugins enum:
plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting)
hardcode install powerlevel10k:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
Set ZSH_THEME="powerlevel10k/powerlevel10k" in ~/.zshrc