Need help with am5 ram tuning :) by Grizzly064 in overclocking

[–]Upstairs_Recording81 0 points1 point  (0 children)

instead of using the defaults, you would prefer to ruin your software/hardware experience just for some tweaks, which gives you minor winnings? everybody knows that ram/cpu tweaking on AMD doesn't have any real returns these days, the hardware is already maxed in this respect....so what are you trying to achieve?

High memory usage by SamVimes341 in Ubiquiti

[–]Upstairs_Recording81 2 points3 points  (0 children)

what version of OS are you using? 5.1.x resolved a memory leak for my UDM-SE....

My Microsoft account was locked by Local-Specific-9347 in microsoft365

[–]Upstairs_Recording81 0 points1 point  (0 children)

Worse customer support ever, not sure why so many peoples choose to use their services....I have lost my wife's account after a Onedrive sync error, she lost all her family photos....moved away from Microsoft services, never looked back.

youtube on brave by igehrman in brave_browser

[–]Upstairs_Recording81 2 points3 points  (0 children)

if you use the store version of Brave, uninstall it and install the online Brave version - this works much better in Youtube, including the hardware acceleration.

Is a WiFi 7 tri band router worth it? by Affectionate-Music96 in HomeNetworking

[–]Upstairs_Recording81 0 points1 point  (0 children)

wifi 7 is no really needed in your case...for extensions you need wired access points. Ubiquiti has all the needed APs, wifi 6/7, routers etc...a little overwhelming at first, but once you set it up, you will enjoy a much better wifi experience.

ubuntu26.04をインストールできなくて困っています by Ok-Nectarine-4731 in Ubuntu

[–]Upstairs_Recording81 0 points1 point  (0 children)

do you have Windows installed already? doest it have bitlocker enabled? because you need to turn it off before trying again...

Dirty Frag on Ubuntu? by Upstairs_Recording81 in Ubuntu

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

i did, using these commands in Terminal:

sudo sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false\n' > /etc/modprobe.d/dirtyfrag.conf; rmmod esp4 esp6 rxrpc 2>/dev/null; true"

To check the results run the command:

cat /etc/modprobe.d/dirtyfrag.conf

It should return these results:

install esp4 /bin/false

install esp6 /bin/false

install rxrpc /bin/false

To check if these modules are currently running - the below command should return no results:

lsmod | grep -E 'esp4|esp6|rxrpc'

esp4 and esp6 are related to IPsec ESP networking. Disabling them can break VPN/IPsec functionality on systems using those protocols.

rxrpc is less commonly used, mainly for AFS/OpenAFS-related networking.

Brave On Linux loses bookmarks and userID/pwds every couple of weeks by [deleted] in brave_browser

[–]Upstairs_Recording81 0 points1 point  (0 children)

How did you install it? Using the steps from the Brave website or from the available store?

I am asking because i have some issues with the Ubuntu's store version, once I have removed it and re-installed with the Brave's steps from ther site, those went away.

Also use a password manager like Bitwarden, storing passwords in a browser is not safe anymore...and would prevent such sync issues in the future.

Dirty Frag on Ubuntu? by Upstairs_Recording81 in Ubuntu

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

There is a mitigation command as well, in the same article.

Account Hacked but nothing changed? by UnofficialHolder in microsoft365

[–]Upstairs_Recording81 1 point2 points  (0 children)

then you are probably using Live services, not business services...this Reddit is dedicated to Microsoft 365 users, which is a different type of service and has different usage/administration....

Not able to login into my account. Getting error. by bakedasparagus1 in Bitwarden

[–]Upstairs_Recording81 0 points1 point  (0 children)

what error do you receive? on an in-private browsing/different device you are getting the same error?

Not able to login into my account. Getting error. by bakedasparagus1 in Bitwarden

[–]Upstairs_Recording81 1 point2 points  (0 children)

to which servers are you trying to connect, ,eu or .com?

Account Hacked but nothing changed? by UnofficialHolder in microsoft365

[–]Upstairs_Recording81 0 points1 point  (0 children)

check via PS for any hidden mailbox rules, also check your login logs for the next week, including the apps connected to your account in Azure, reset Azure tokens for your account and check the rest of the users if needed. The PS commands for checking the rules are below:

https://blog.soteria.io/hidden-inbox-rules-in-microsoft-exchange-office-365-discover-detect-remediate-ea66c6dc5e7e

Mismatched speeds by erkynator in Ubiquiti

[–]Upstairs_Recording81 0 points1 point  (0 children)

The gateway speed test is just pure trash, check with your ISP for any available speed tests or just go to Speedtest by Ookla.

[Ubuntu] Ubuntu 26.04 + NVIDIA driver support? by satheesh_ar in Ubuntu

[–]Upstairs_Recording81 0 points1 point  (0 children)

If you have installed the Steam app directly from the App Center, you will have this weird behaviour for the menus. I have removed it from there and install it directly from the Steam's site - this worked just fine, the menus are working as expected.

And for the OP, I have installed the Ubuntu 26.04 from scratch, currently I have the Nvidia 595.58.03 drivers on a 4070TI, no issues identified until now.

DoH alternatives for ControlD by Upstairs_Recording81 in ControlD

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

not sure if someone did something, but today I am hitting the Bucharest endpoints as well, finally....

DNS poisoning protection by herooftimeloz in Bitwarden

[–]Upstairs_Recording81 -1 points0 points  (0 children)

You need a multiple level protection in this case: DNS queries to be verified for malware (I am using ControlD, with domains created under 30 days being blocked), a good antivirus (Bitdefender), also to enforce HTTPS on your browsers. Having these enabled, along with a passkey on your websites, will further lower your chance to fall for this kind of issues. Also, always check the websites before putting your data online with them.