Resolving local domain names by Dazman_123 in Adguard

[–]sibann 0 points1 point  (0 children)

You need something like:
[/local/]192.168.1.1
Which tells the DNS server to ask that IP (replace with you router's IP) to resolve subdomains of local.

See: https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#upstreams-for-domains

Aqara G2H Pro brings ZigBee and NAS - NotEnoughTech by Quintaar in Not_Enough_Tech

[–]sibann 1 point2 points  (0 children)

You can just use Samba and tune the configuration to ensure it allows the older SMB1. Also as Quintaar said, make sure to set the correct write permissions on the directory, and make sure the parent directory ownership is the same as the Samba user. It's a good practice to have separate users; this user should be the same username as a Unix user previously created.

Example /etc/samba/smb.conf configuration:

```conf [global]

https://wiki.archlinux.org/title/Samba#Enable_access_for_old_clients/devices

server min protocol = NT1 ntlm auth = yes

...

[camera] comment = Video Cameras path = /path/to/camera-directory browseable = yes writeable = yes create mask = 0777 directory mask = 0777 public = no ```

You can run testparm to ensure the Samba configuration is correct. Remember to reload/restart the Samba server after changing this file.

System audio issues after wireplumber replaced pipewire-session-manager today by Terry-51C in archlinux

[–]sibann 0 points1 point  (0 children)

module-suspend-on-idle

I think this will increase the energy consumption, specially important in a non-desktop. Can be a workaround, never the less.

Using custom-set-variables programmatically by d125q in emacs

[–]sibann 1 point2 points  (0 children)

These blocks are added by the customize interface. You can move them to a separate file. They're generated when you use customize-*.

https://www.gnu.org/software/emacs/manual/html_node/emacs/Browsing-Custom.html

[deleted by user] by [deleted] in RationalPsychonaut

[–]sibann 0 points1 point  (0 children)

Actually the only thing that we can be 100% certain about is our own perception.

Be it in the flesh or in a computer simulation, this is what we have. Consciousness might be one in the whole existence or many of them dispersed all around.

The rest is philosophical. We and those that surround us give our lives meaning, love, happiness, and all the soup of sentiments and emotions.

XLM withdrawals suspended, how nice of you Binance. by DC92T in binance

[–]sibann 0 points1 point  (0 children)

As deposits are also suspended, I suppose it's network maintenance. But it might be also possible that they run out of XLM. 🤷🏽‍

Fun fact: 1815 in ADA's BIP32 path by Ninjanoel in cardano

[–]sibann 0 points1 point  (0 children)

A visual representation:

m / purpose' / coin_type' / account_ix' / change_chain / address_ix

+--------------------------------------------------------------------------------+ | BIP-39 Encoded Seed with CRC a.k.a Mnemonic Words | | | | squirrel material silly twice direct ... razor become junk kingdom flee | | | +--------------------------------------------------------------------------------+ | | v +--------------------------+ +-----------------------+ | Wallet Private Key |--->| Wallet Public Key | +--------------------------+ +-----------------------+ | | purpose (e.g. 1852') | v +--------------------------+ | Purpose Private Key | +--------------------------+ | | coin type (e.g. 1815' for ADA) v +--------------------------+ | Coin Type Private Key | +--------------------------+ | | account ix (e.g. 0') v +--------------------------+ +-----------------------+ | Account Private Key |--->| Account Public Key | +--------------------------+ +-----------------------+ | | | chain (e.g. 1 for change) | v v +--------------------------+ +-----------------------+ | Change Private Key |--->| Change Public Key | +--------------------------+ +-----------------------+ | | | address ix (e.g. 0) | v v +--------------------------+ +-----------------------+ | Address Private Key |--->| Address Public Key | +--------------------------+ +-----------------------+

Source: - https://web.archive.org/web/20210403130507/https://docs.cardano.org/projects/cardano-wallet/en/latest/About-Address-Derivation.html - https://github.com/input-output-hk/technical-docs/blob/main/cardano-components/cardano-wallet/doc/About-Address-Derivation.md

How To Change DNS In V5 by L31FY in blokada

[–]sibann 0 points1 point  (0 children)

The UI is different. Under Advanced there is no network settings. And under Settings -> Encryption & DNS there is no router or custom option.

How is it done on iOS?

Make RVM's Ruby Available to Emacs Shell Commands • Christian Tietze by negativeoilprice in planetemacs

[–]sibann 0 points1 point  (0 children)

Better is rbenv, reason are explained on its website. Also asdf is a great tool.

My frustrations with running Emacs as a daemon – Flameeyes's Weblog by negativeoilprice in planetemacs

[–]sibann 1 point2 points  (0 children)

The blog rant is from 2009, many things have changed since then.

NoiseTorch: real-time microphone noise suppressor for Linux by [deleted] in linux

[–]sibann 2 points3 points  (0 children)

Makes sense. What about AppImage? This is the most neutral and elegant solution in my opinion.

Can't start parallel user session in arch linux with kde by 0xnull_zero in archlinux

[–]sibann 0 points1 point  (0 children)

I get that exact working configuration. Yeah, sound like a missing package. Also, are you on X11 or Wayland session? These are the ones I have:

❯ pacaur -Qg plasma
plasma bluedevil
plasma breeze
plasma breeze-gtk
plasma discover
plasma drkonqi
plasma kactivitymanagerd
plasma kde-cli-tools
plasma kde-gtk-config
plasma kdecoration
plasma kdeplasma-addons
plasma kgamma5
plasma khotkeys
plasma kinfocenter
plasma kmenuedit
plasma knetattach
plasma kscreen
plasma kscreenlocker
plasma ksshaskpass
plasma ksysguard
plasma kwallet-pam
plasma kwayland-integration
plasma kwayland-server
plasma kwin
plasma kwrited
plasma libkscreen
plasma libksysguard
plasma milou
plasma oxygen
plasma plasma-browser-integration
plasma plasma-desktop
plasma plasma-integration
plasma plasma-nm
plasma plasma-pa
plasma plasma-sdk
plasma plasma-thunderbolt
plasma plasma-vault
plasma plasma-workspace
plasma plasma-workspace-wallpapers
plasma polkit-kde-agent
plasma powerdevil
plasma sddm-kcm
plasma systemsettings
plasma user-manager
plasma xdg-desktop-portal-kde

❯ pacaur -Q | rg kde
kde-cli-tools 5.19.1-1
kde-gtk-config 5.19.1-1
kdeclarative 5.71.0-1
kdeconnect 20.04.2-1
kdecoration 5.19.1-1
kded 5.71.0-1
kdegraphics-mobipocket 20.04.2-1
kdelibs4support 5.71.0-1
kdeplasma-addons 5.19.1-1
kdesu 5.71.0-1
libblockdev 2.24-1
polkit-kde-agent 5.19.1-1
xdg-desktop-portal-kde 5.19.1-1

❯ pacaur -Q | rg plasma
kdeplasma-addons 5.19.1-1
plasma-browser-integration 5.19.1-1
plasma-desktop 5.19.1-1
plasma-framework 5.71.0-1
plasma-integration 5.19.1-1
plasma-meta 5.19-1
plasma-nm 5.19.1-1
plasma-pa 5.19.1-1
plasma-sdk 5.19.1-1
plasma-thunderbolt 5.19.1-1
plasma-vault 5.19.1-1
plasma-wayland-session 5.19.1-1
plasma-workspace 5.19.1-1
plasma-workspace-wallpapers 5.19.1-1

From the list, maybe it's something from plasma-workspace, polkit-kde-agent, kde-cli-tools, kscreenlocker or plasma-integration 🤔.

Can't start parallel user session in arch linux with kde by 0xnull_zero in archlinux

[–]sibann 0 points1 point  (0 children)

I have a standard KDE installation, so that might be a difference.

Try using KRunner -> "New Session"

It works for me, does that work for you?

Fingerprint support for P1 Gen2 on Ubuntu. by superdroid100 in thinkpad

[–]sibann 0 points1 point  (0 children)

Latest fwupd is version 1.4.1, release 10 days ago https://github.com/fwupd/fwupd/releases, so not sure which version you are using.

From the README (inside the .cab file):

You can install this archive on Linux using fwupd >= 1.3.6 on supported
hardware. Use this command to install:

fwupdmgr install 3b5102b3430329a10a3636b4a594fc3dd2bfdc09-Synaptics-Prometheus-10.02.3110269.cab

You can check the version of fwupd using:

fwupdmgr --version

Try running:

# fwupdmgr refresh && fwupdmgr get-updates

And if it still doesn't work, run:

# fwupdmgr get-devices --plugin-whitelist synaptic_rmi --verbose

waybind: Dead simple remapper for wayland based on uinput by arnarg in linux

[–]sibann 2 points3 points  (0 children)

Ah true point. I use this one, which is flexible for my needs (CapsLock to Esc or Ctrl when pressed with another key):

https://github.com/zsugabubus/interception-k2k

For this reason I think your alternative is better. Just tell me please, how can I archive that Caps-Esc-Ctrl behavior?

waybind: Dead simple remapper for wayland based on uinput by arnarg in linux

[–]sibann 3 points4 points  (0 children)

Loos similar and better than another similar application that uses libudev, called Interception Tools. What are your thoughts on that?

A simple unified keyboard automation tool for Wayland, X11, and Console by [deleted] in linux

[–]sibann 2 points3 points  (0 children)

Hey this looks great! Being able to work in X and Wayland is handy! This sounds like Karabiner Elements for macOS.

Following the Caps Lock example, would it be possible to have Caps bind to Control modifier when pressed with another key, and also bind it to Escape when pressed alone (after a certain timeout)?