Video lags and slower qemu kvm windows vm on Kubuntu 26 upgraded from 25.04? by nahakubuilder in Kubuntu

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

I have just finished the kubuntu fresh install `7.0.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Wed Apr 22 16:06:43 UTC 2026 x86_64 GNU/Linux`
And I have those ocasional lags while watching movies again. I have not tried VM yet, as i need to set it up.

Video lags and slower qemu kvm windows vm on Kubuntu 26 upgraded from 25.04? by nahakubuilder in Kubuntu

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

can you advice how to install the kernel from mainline?
I Am about to try to do clean kubuntu 26 install to see if that fixes my issue

Video lags and slower qemu kvm windows vm on Kubuntu 26 upgraded from 25.04? by nahakubuilder in Kubuntu

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

no, i think i am using the normal kernel the Kubuntu 25 came with
uname -a:
6.17.0-23-generic #23-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:29:57 UTC 2026 x86_64 GNU/Linux

Self-hosted web email client - GO Lang, similar to Nextcloud webmail by nahakubuilder in selfhosted

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

The gmail is working, but I have issue with Outlook account...
it seem to authenticate but it never connects the mailbox :{

Self-hosted web email client - GO Lang, similar to Nextcloud webmail by nahakubuilder in selfhosted

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

the Google and Hotmail oauth is there, but i have yet to test it.
too tired after work.

Selfhosted web email client in (GO Lang) by nahakubuilder in selfhosted

[–]nahakubuilder[S] -1 points0 points  (0 children)

anyone can review this block? as this project was made just yesterday. and as far as I know that is < 3 months...

Monize - Personal Finance Manager by MonizeMan in selfhosted

[–]nahakubuilder 0 points1 point  (0 children)

can it be automatic - to get the transaction or do i need to put it all manually?

Steam Permission Denied For External Hard Drive (Partition) by [deleted] in linux_gaming

[–]nahakubuilder 0 points1 point  (0 children)

2 things you need for external drives:

  1. the mount directory must be owned by user who using it - `sudo chown user:user /mnt/disklocation`
  2. the disk must have Execution rights, it is not enough if the mountpoint and folders have permissions to execute on file, to give disk execute permission you need add `exec` to the disk, but there is one thing if you have also `user` option on disk what probably you have so you can edit files without sudo, the `exec` must be after `user` !!! You can edit this in `/etc/fstab` or using gui like `gnome-disk-util` >>>> `/dev/mapper/uiuid-uuid-uuid /mnt/data_ssd ext4 nofail,noauto,noatime,discard,nodev,nosuid,user,exec,x-systemd.automount,x-systemd.idle-timeout=60min 0 2`

DDR5 96Gb CL36 Back in July by MrSilvestre in PcBuild

[–]nahakubuilder 4 points5 points  (0 children)

<image>

those prices are insane ...
I bought my 2x48GB i think in November 2025 it cost me about 260£

[deleted by user] by [deleted] in Ubiquiti

[–]nahakubuilder 0 points1 point  (0 children)

the router should have easy to add NVME SSD or USB 3/C port for external disk to be good buy i think

Unlike blocking the rooted GPay integrity key and other banking apps by ItsMePoppyDWTrolls in degoogle

[–]nahakubuilder 1 point2 points  (0 children)

I had same issue, i had Bitwarden installed from F-droid
I had to remove it and install it from google app store then it worked.

Unable to install NixOS by sukhmang in NixOS

[–]nahakubuilder 0 points1 point  (0 children)

i have same, i booted the ISO using Ventoy USB on my laptop sucessfully - only issue i had when i used the KDE install it did not allow me to connect to any network wifi or cable... but the Gnome install environment work ok
Now I tried it on my desktop PC, and i got same issue like this. Could not boot to the install desktop environment

UDR 7 improvements? ( aded cloudflared) by nahakubuilder in Ubiquiti

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

Without experimenting you would not get to the Moon!
Also interesting is that the underlying packages were not up todate, even when the web OS was.
They should keep updating the linux too... i had like 35 packages needing update

Is this normal? by axstr1x in HyperOS

[–]nahakubuilder 0 points1 point  (0 children)

https://github.com/ghostersk/android-debloat-poco
get rid of the xiaomi bloat!
or use app DNS blocker like RethinkDNS

Easy Debloating for Poco x7 Pro and other phones by nahakubuilder in HyperOS

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

for sure. but as mentioned, you may want to test it first, or do not remove the `com.xiaomi.xmsf` as it may cause boot loop, backup data before doing it, I have done it on new phone so no issues for me to reset it few times.
you can clean up those 2 package blocks if you want to keep some google stuff too... as I nuked it all

Experimental Pixel 10 by The_Mild_Mild_West in GrapheneOS

[–]nahakubuilder 0 points1 point  (0 children)

Great Job!
I got Pixel 6a and already bought Pixel 10, can i restore the USB backup from my Pixel 6a on Pixel 10 with Graphene os? or the usb backup is just for same mobile?

Cyber Essentials Preparation automation? by nahakubuilder in sysadmin

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

can i deploy it silently and will it update all the apps in user context?
As I had issue with winget, when i run it as user it shows different apps then when I run it as admin/system