user_naa

joined 6 months ago
[–] user_naa@lemmy.world 1 points 3 days ago (2 children)

Does nouveau support RTX?

[–] user_naa@lemmy.world 5 points 3 days ago (2 children)

I often hear how prprietary drivers breaks and have a lot of issues. But AMD card usally work very stable

93
AMD vs Nvidia (lemmy.world)
submitted 3 days ago* (last edited 3 days ago) by user_naa@lemmy.world to c/linux@lemmy.ml
 

I am going to buy a new graphics card and can't choose between Nvidia and AMD. I know that Nvidia has bad reputation in Linux community but how really it works? And I heard recently their drivers got better. What can you recommend?

P. S. I don't want any proprietary drivers (so I am talking about Nouveau or any other FOSS Nvidia driver if it exists)

[–] user_naa@lemmy.world 2 points 2 weeks ago* (last edited 2 weeks ago)

I used OnlyOffice via native .deb package. And yes it broke my apt every time and on every update. I managed by manually editing install scripts to make it work. I never used docker before but want give it a try (maybe podman instead). You can also write your problem and questions to !selfhosted@lemmy.world community, maybe they can help you

[–] user_naa@lemmy.world 2 points 2 weeks ago

Is there any samples to try and check if it works?

[–] user_naa@lemmy.world 3 points 2 weeks ago (1 children)

On Windows it is really sometimes slow for some reason, but on all my Linux devices it works well. Even on cheap laptop

[–] user_naa@lemmy.world 4 points 2 weeks ago

I think yes, especially for making presentations

[–] user_naa@lemmy.world 6 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

Did you mean forms mode?

[–] user_naa@lemmy.world 42 points 3 weeks ago* (last edited 3 weeks ago) (30 children)

You should try OnlyOffice. It is very similar to MS Office and fully compatible with Microsoft formats. It has fully replaced MS Office for me for all office work. Also it can be easely integrated with your private NextCloud. You can install it from Flathub.

Edit: it also lets you edit and convert pdfs like Adobe Acrobat Pro

[–] user_naa@lemmy.world 2 points 3 weeks ago (1 children)

Always use /dev/urandom for this purposes. /dev/random will be locked if it doesn't have enough entropy. It is good for getting some random kilobytes for cryptography but not 2 TB of random data for disk wipe.

[–] user_naa@lemmy.world 8 points 4 weeks ago

If you install virt-manager on Debian via apt it will have full system acres and also automatically install and configure libvirt, so this method is preferred.

[–] user_naa@lemmy.world 2 points 1 month ago (1 children)

Yes, I think Alpine is very good for this purpose because it is very lightweight. Otherwise you can try Debian CLI

[–] user_naa@lemmy.world 2 points 1 month ago

Everything is fine. It's always nice to learn something new. Hope you will have better week!

 

Hello everyone! I know that Linux GUI advanced in last few years but we still lack some good system configuration tools for advanced users or sysadmins. What utilities you miss on Linux? And is there any normal third party alternatives?

 

Hello! I am on Fedora 40 KDE Edition (Wayland). I have monitor with two supported refresh rates (60, 50 Hz). How can I set custom refresh rate? I know, on Windows you can use CRU.

 

Hello! Halt on Linux is disabled for average user by default. It will try to request sudo/root password and if fails returns:

sasha@fedora:~$ systemctl halt
Call to Halt failed: Access denied

How can I make same behavior for poweroff action? I know it is possible somehow via PolicyKit rulle

 

Hello! I have a very old PC with intel i915 graphics, which doesn't correctly display KDE and shows a lot of bugs. I know it is possible to switch to software acceleration in X server. On NVdia I can pass nouveau.noaccel=1 to kernel. So how can I disable hardware acceleration here? Maybe this is possible via Xorg config?

 

Hello! I need to create a VM and passthrought some host USB port to it. Sadly libvirt doesn't support QEMU built-in feature to use -hostport argument (which was added 10 years ago...). I tried to add custom arguments to domain (qemu:commandline) but this didn't work. When I just run qemu-system-x86_64 -device host-usb,hostbus=X,hostport=Y -usb everything works well. It seems like libvirt restricts some QEMU actions. How can I fix this? OS: Debian 12

 

I installed WireGuard on my host and set this configuration /etc/wireguard/wg0.conf:

[Interface]
Address = 10.0.0.1/24
ListenPort = 51820
PrivateKey = [REDACTED]
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ens3 -j MASQUERADE


[Peer]
PublicKey = [REDACTED]
PresharedKey = [REDACTED]
AllowedIPs = 10.0.0.2/32

[Peer]
PublicKey = [REDACTED]
PresharedKey = [REDACTED]
AllowedIPs = 10.0.0.3/32

[Peer]
PublicKey = [REDACTED]
PresharedKey = [REDACTED]
AllowedIPs = 10.0.0.4/32

[Peer]
PublicKey = [REDACTED]
PresharedKey = [REDACTED]
AllowedIPs = 10.0.0.5/32

[Peer]
PublicKey = [REDACTED]
PresharedKey = [REDACTED]
AllowedIPs = 10.0.0.6/32

[Peer]
PublicKey = [REDACTED]
PresharedKey = [REDACTED]
AllowedIPs = 10.0.0.7/32

[Peer]
PublicKey = [REDACTED]
PresharedKey = [REDACTED]
AllowedIPs = 10.0.0.8/32

[Peer]
PublicKey = [REDACTED]
PresharedKey = [REDACTED]
AllowedIPs = 10.0.0.9/32

[Peer]
PublicKey = [REDACTED]
PresharedKey = [REDACTED]
AllowedIPs = 10.0.0.10/32

[Peer]
PublicKey = [REDACTED]
PresharedKey = [REDACTED]
AllowedIPs = 10.0.0.11/32

Nmap scan when wg0 is down:

Starting Nmap 7.93 ( https://nmap.org ) at 2024-08-16 03:26 CDT
Host is up (0.050s latency).
Not shown: 998 closed tcp ports (conn-refused)
PORT    STATE    SERVICE
22/tcp  open     ssh
179/tcp filtered bgp

Nmap done: 1 IP address (1 host up) scanned in 1.93 seconds

Nmap scan when wg0 is up:

Starting Nmap 7.93 ( https://nmap.org ) at 2024-08-16 03:27 CDT
All 1000 scanned ports are in ignored states.
Not shown: 1000 filtered tcp ports (no-response)

Nmap done: 1 IP address (1 host up) scanned in 201.43 seconds

I also cannot connect to host via ssh. How to fix this issue?

Upd. Fixed my changing server WireGuard IP to 10.0.1.1. 10.0.0.1 was already taken

29
submitted 6 months ago* (last edited 6 months ago) by user_naa@lemmy.world to c/linux@lemmy.ml
 

Is there any good alternative to parted, that I can use in scripts? Parted main problem is that it requires user confirmation one each action.

 

Hello! What is the best alternative to Telegram channels in Fediverse? I need platform where I can post messages in different topics and users can subscribe to them.

view more: next ›