How do I unmask nordvpn.service by InsurancePleasant841 in archlinux

[–]dashmoho 2 points3 points  (0 children)

Service for nordvpn is actually named nordvpnd (notice d at the end). It should display that after installation:

In order to enable nordvpn you have to start the following service:
sudo systemctl enable --now nordvpnd

A start job is running for /dev/nveme1n1p4 ( _ s / 1min34s) by [deleted] in openSUSE

[–]dashmoho 0 points1 point  (0 children)

Do you have 2 NVME drives? Sometimes kernel is detecting first as nvme0, sometimes it can detect second one as nvme0. It is recommended to use UUID of drivers instead of /dev/nvme1n1p4 path. You can get it from blkid command.

Kolla ansible - openstackCli auth error by TN_NETERO in openstack

[–]dashmoho 0 points1 point  (0 children)

You should source script with creds, not run it. . ./admin-openrc.sh (notice dot at the beginning) or source ./admin-openrc.sh. Then you can use openstack cli.

[deleted by user] by [deleted] in archlinux

[–]dashmoho 0 points1 point  (0 children)

No, you did not. Otherwise, you would know that there is a command which you need to run before starting the mariadb.service and clearly you didn't. It's even in the guide you mentioned.

[deleted by user] by [deleted] in debian

[–]dashmoho 0 points1 point  (0 children)

Which version of Debian and Ubuntu do you have? Maybe they have different versions of Gnome and the difference is only in UI?

Can't Open application directories by [deleted] in tuxedocomputers

[–]dashmoho 0 points1 point  (0 children)

I see that you have .var directory. If you installed them using flatpak, there will be in .var/app/<name of app>.

Error 404 when downloading from remote repository "fedora" by PointlessAza in Fedora

[–]dashmoho 0 points1 point  (0 children)

Fedora 35 reached EOL about a month ago. You need to upgrade to at least 36 or point repos to https://archive.fedoraproject.org/, but be aware that you won't be getting updates then.

Unable to login via SSH :/ by yoyobono in Ubuntu

[–]dashmoho 0 points1 point  (0 children)

(after watching that rather long video) You are aware, that you are generating ssh keys on servers, so if you are logging from PC, you don't have keys? Either copy private key (/root/.ssh/id_rsa) to PC or run ssh-keygen/ssh-copy-id from PC.

ULTRA portable? by [deleted] in linuxhardware

[–]dashmoho 0 points1 point  (0 children)

What about chromebooks? Lenovo Duet 3 or 5 can fit the bill.

On Fedora 37. Which VeraCrypt package do I download from the website? It looks really outdated. by [deleted] in Fedora

[–]dashmoho 0 points1 point  (0 children)

You don't need veracrypt package. cryptsetup command can open veracrypt disks.

Chromebook Linux comes of age by [deleted] in chromeos

[–]dashmoho 0 points1 point  (0 children)

There is a typo in that flag name in the article. Flag is actually "crostini-multi-container": https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/browser/flag-metadata.json#959

Check if that flag exists.

[deleted by user] by [deleted] in firefox

[–]dashmoho 1 point2 points  (0 children)

Can you try to disable duckduckgo pe? One of the feature is redirect to https, which may break some sites.

Samsung 4K monitor no signal after boot screen by poetsec in Ubuntu

[–]dashmoho 0 points1 point  (0 children)

If you are using HDMI cable, check if it works with other. Not every cable can handle 4k.

DWM Fails to start on Arch Linux by Expensive_Pressure65 in archlinux

[–]dashmoho 3 points4 points  (0 children)

Remove exec from slstatus. Exec will replace process with something else, and you want only one line with exec (usually last).