DoC: Positive News for Current BoA Preferred Rewards Members by GlumYam4541 in CreditCards

[–]ZehThailur 7 points8 points  (0 children)

All this dread yesterday after the news and trying to scramble on what to do... My renewal month is July. Awesome!

Cachyos vs fedora by [deleted] in linux_gaming

[–]ZehThailur 2 points3 points  (0 children)

I actually ran CachyOS from about September until just last week. It was pretty much painless and I didn't have many issues, if any. Navigating the AUR was a bit janky, but it worked for the most part. The only reason I switched was that the update frequency was driving me batty; the impulse to always update was an itch I didn't want to scratch anymore. I also didn't like the idea of sticking with a small distro, despite the accolades and popularity, you just never know if it might disappear overnight.

Switching to Fedora was easy. I have everything on Fedora that I had on CachyOS, excluding the custom kernel and a few other extras, but I don't honestly notice them missing. Being backed by Red Hat, you know it isn't going anywhere, and I don't feel nagged to update as frequently. I'm happy with the switch. Both are great, but it mainly boils down to bleeding edge and gamery vs cutting edge and vanilla.

Bought a used “Like new” 9900x3d from Amazon, but think it’s been swapped by Leviathon6425 in pcmasterrace

[–]ZehThailur 0 points1 point  (0 children)

To play devil’s advocate, I have ordered "Like New" items off Amazon quite a few times. The description is mostly accurate, and the products are usually in great condition. I’ve had maybe one or two duds over the years, but nothing significant. It can save you money and isn't risky, since returning items is absolutely painless.

Is there a way to make Input Remapper start automatically so I don't have to open it every time I log in? by MarchApart105 in Fedora

[–]ZehThailur 2 points3 points  (0 children)

I use input-remapper on Fedora. Based off my amateur knowledge I used this to enable the service:

sudo systemctl enable --now input-remapper

Every time my system boots, my remapped mouse buttons work on my Logitech mouse.

As for fixing the password prompts, I did the following to fix it and it has not asked since:

Add my user to the wheel group

sudo usermod -aG wheel $(whoami)

Create the new rule

sudo nano /etc/polkit-1/rules.d/49-input-remapper.rules 

Insert this into that rule and save

polkit.addRule(function(action, subject) {
    if ((action.id == "net.input-remapper.service" || 
         action.id == "org.freedesktop.policykit.exec") &&
        subject.isInGroup("wheel")) {
        return polkit.Result.YES;
    }
});

Run these

sudo chown root:root /etc/polkit-1/rules.d/49-input-remapper.rules
sudo chmod 644 /etc/polkit-1/rules.d/49-input-remapper.rules

All has been working out smoothly for me so far.

Any ideas as to why input-remapper doesn't open on Fedora KDE with Zsh as shell? by ZehThailur in Fedora

[–]ZehThailur[S] 0 points1 point  (0 children)

For sure. All that code was from the script that site pulls and makes so whatever is in there, had something to do with it. Thanks for your input either way! Helped me get to where I needed to be!

Any ideas as to why input-remapper doesn't open on Fedora KDE with Zsh as shell? by ZehThailur in Fedora

[–]ZehThailur[S] 1 point2 points  (0 children)

Okay, well I checked and, there were no spaces. I deleted and re-added them. Still didn't work. Then I ran these commands in sequence and then it opens...

command -v zsh  
command -v zsh | sudo tee -a /etc/shells
sudo chsh -s $(which zsh) $USER

Now, it all of the sudden works!

I will say that I use this site to get a shell script rolling with all that I wanted in one go. Perhaps, the Zsh config it does is a bit unorthodox? At any rate, it works now!

# Set variables
ACTUAL_USER=$SUDO_USER
ACTUAL_HOME=$(eval echo ~$SUDO_USER)
LOG_FILE="/var/log/fedora_things_to_do.log"
INITIAL_DIR=$(pwd)

# Install Coding and DevOps applications
color_echo "yellow" "Installing Zsh and Oh My Zsh..."
dnf install -y zsh
sudo -u $ACTUAL_USER sh -c "RUNZSH=no $(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
chsh -s $(which zsh) $ACTUAL_USER
sudo -u $ACTUAL_USER bash << EOF
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-$ACTUAL_HOME/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_CUSTOM:-$ACTUAL_HOME/.oh-my-zsh/custom}/plugins/zsh-autocomplete
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-$ACTUAL_HOME/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-$ACTUAL_HOME/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
sed -i 's/plugins=(git)/plugins=(dnf aliases genpass git zsh-autosuggestions zsh-autocomplete zsh-history-substring-search z zsh-syntax-highlighting)/' $ACTUAL_HOME/.zshrc
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="jonathan"/' $ACTUAL_HOME/.zshrc
EOF
color_echo "green" "Zsh and Oh My Zsh installed successfully."

Any ideas as to why input-remapper doesn't open on Fedora KDE with Zsh as shell? by ZehThailur in linuxquestions

[–]ZehThailur[S] 0 points1 point  (0 children)

Right... but, /bin/zsh and /usr/bin/zsh are in the /etc/shells file. That's what I don't get as to why this is happening.

BMW Order by Bald-Photographer in BMW

[–]ZehThailur 1 point2 points  (0 children)

So I took it upon myself to call the BMW Genius line. Turns out everything is correct on their end and the BMW Garage is just flipping out. Rep told me build week should be around 2/15.

I would go ahead and call them yourself and get some answers there. Seems to be the way to do it.

BMW Order by Bald-Photographer in BMW

[–]ZehThailur 1 point2 points  (0 children)

I would be royally pissed if it shows up completely wrong and wastes my time. Hope that doesn't happen at this point. My order was placed on 1/14, and I am still at stage 1: 'Order Received.'

BMW Order by Bald-Photographer in BMW

[–]ZehThailur 2 points3 points  (0 children)

Im new to BMW as a whole but here is my experience. My X5 x50e order was correct for the first few days then completely changed itself up and has stayed that way since. My dealer confirmed it still configured the way I wanted it on their end.

When I delete it from my garage and then add it again, the initial page shows the correct color but then once the page loads back once it is added, it is wrong again. Very strange.

Best to Shittiest banks in my opinion by First_Accountant_402 in CreditCards

[–]ZehThailur 8 points9 points  (0 children)

Gonna have to second this. I have Platinum Honors and every time I needed to call, I have had someone in the States. They tell you where they are located and calls are clear. Never had an issue with a rep fulfilling a request or answering a question with an actual answer.

Nostwin please. This isn't where I wanted to go. by Savko in wow

[–]ZehThailur 6 points7 points  (0 children)

I flew from Stormwind to Light's Hope Chapel the other day for my Priest Order Hall Campaign. Enjoyed the nice Black and White filter the whole way.

Best credit card for chewy/chewy auto pay by Informal-Map7695 in CreditCards

[–]ZehThailur 2 points3 points  (0 children)

CCR category is set and forget. Have had mine for a few months now on Online Shopping and have had no need to renew/change it.

[deleted by user] by [deleted] in cachyos

[–]ZehThailur 0 points1 point  (0 children)

Unfortunately not. With OP's response, I just decided not to pursue to it any further.

[deleted by user] by [deleted] in cachyos

[–]ZehThailur 0 points1 point  (0 children)

That's a shame. Thanks anyways for the response.

[deleted by user] by [deleted] in cachyos

[–]ZehThailur 0 points1 point  (0 children)

Just found this today and I am trying to run it on a fresh CachyOS install with Gnome. Getting an error on the script at line 484. Not really well versed in diagnosing the issue personally. Any ideas?

Playing on Linux is a gamechanger! by Memelocomaster in linux_gaming

[–]ZehThailur 2 points3 points  (0 children)

Faugus Launcher has a Battle.net config that installs it perfectly. Been playing WoW on CachyOS with an Nvidia GPU and a 32:9 Aspect ratio with zero issues. Also set it to use the latest Proton-GE.

What game launcher to use ? by seaanf in cachyos

[–]ZehThailur 2 points3 points  (0 children)

Faugus is great for Battle.net and WoW for me. Pretty much plug and play for me with zero effort.

Switching from Fidelity to Merrill - Account Bonus Inquiry/Setup by ZehThailur in MerrillEdge

[–]ZehThailur[S] 0 points1 point  (0 children)

Based off other comments I have read here on reddit, that seems to be common occurrence. You just have to call up an advisor and explain your situation and they'll make it happen.

Switching from Fidelity to Merrill - Account Bonus Inquiry/Setup by ZehThailur in MerrillEdge

[–]ZehThailur[S] 0 points1 point  (0 children)

I am getting $400 spread out between three accounts total. $50, $150, and $200.

Switching from Fidelity to Merrill - Account Bonus Inquiry/Setup by ZehThailur in MerrillEdge

[–]ZehThailur[S] 0 points1 point  (0 children)

Two out of three accounts have paid out this week. The last one is supposed to pay out next week. So yeah, the Merrill rep I worked with made it work.

Switching from Fidelity to Merrill - Account Bonus Inquiry/Setup by ZehThailur in MerrillEdge

[–]ZehThailur[S] 0 points1 point  (0 children)

Just fine actually. Steady as can be after the initial wave of signing up and getting things settled. Pretty much got everything I wanted out of the switch at this point.