PC Ekspert Forum

PC Ekspert Forum (https://forum.pcekspert.com/index.php)
-   Operativni sustavi (https://forum.pcekspert.com/forumdisplay.php?f=36)
-   -   Linux OS - info, how-to, pitanja, novosti, savjeti, problemi... (https://forum.pcekspert.com/showthread.php?t=234127)

Bubba 27.03.2025. 17:24

Citiraj:

Autor Cuky (Post 3795665)
Il ovaj voditelj kojem se vidi da mu ne lezi tematika 🤣

Ti si fotorobot one dobre stare ispalio - ostao živ.

tomek@vz 27.03.2025. 18:46

Citiraj:

Despite the minor delay, Linux 6.14 arrives packed with cutting-edge features and improvements to power upcoming Linux distributions, such as the forthcoming Ubuntu 25.04 and Fedora 42. The big news for desktop users is the improved NTSYNC driver, especially those who like to play Windows games or run Windows programs on Linux. This driver is designed to emulate Windows NT synchronization primitives. What that feature means for you and me is that it will significantly improve the performance of Windows programs running on Wine and Steam Play. [...] Gamers always want the best possible graphics performance, so they'll also be happy to see that Linux now supports recently launched AMD RDNA 4 graphics cards. This approach includes support for the AMD Radeon RX 9070 XT and RX 9070 graphics cards. Combine this support with the recently improved open-source RADV driver and AMD gamers should see the best speed yet on their gaming rigs.

Of course, the release is not just for gamers. Linux 6.14 also includes several AMD and Intel processor enhancements. These boosts focus on power management, thermal control, and compute performance optimizations. These updates are expected to improve overall system efficiency and performance. This release also comes with the AMDXDNA driver, which provides official support for AMD's neural processing units based on the XDNA architecture. This integration enables efficient execution of AI workloads, such as convolutional neural networks and large language models, directly on supported AMD hardware. While Rust has faced some difficulties in recent months in Linux, more Rust programming language abstractions have been integrated into the kernel, laying the groundwork for future drivers written in Rust. [...] Besides drivers, Miguel Ojeda, Rust for Linux's lead developer, said recently that the introduction of the macro for smart pointers with Rust 1.84: derive(CoercePointee) is an "important milestone on the way to building a kernel that only uses stable Rust functions." This approach will also make integrating C and Rust code easier. We're getting much closer to Rust being grafted into Linux's tree.

In addition, Linux 6.14 supports Qualcomm's latest Snapdragon 8 Elite mobile processor, enhancing performance and stability for devices powered by this chipset. That support means you can expect to see much faster Android-based smartphones later this year. This release includes a patch for the so-called GhostWrite vulnerability, which can be used to root some RISC-V processors. This fix will block such attacks. Additionally, Linux 6.14 includes improvements for the copy-on-write Btrfs file system/logical volume manager. These primarily read-balancing methods offer flexibility for different RAID hardware configurations and workloads. Additionally, support for uncached buffered I/O optimizes memory usage on systems with fast storage devices.
Linux 6.14 is available for download here.

medo 27.03.2025. 22:42

Citiraj:

Autor tomek@vz (Post 3795947)
Ovo sad zbilja vec prelazi svaku granicu dobrog ukusa.


Mislim da se nikada još nije dogodilo da je nešto toliko opterećivalo web na globalnoj razini.

medo 28.03.2025. 16:02

Stavio sam Ubuntu 25.04 betu na stroj sa 9600X CPUom budući da 6.14 kernel ima fuckload patcheva za Zen 5 u odnosu na 6.11

Bio je to pucanj u prazno budući da su mi se VMovi u Qemu stalno rušili. do-release-upgrade sa 24.10 i… uspjelo je! Radi :)

Installer se malo zblesirao jer je snapd bio purge-an na postojećoj instalaciji ali nakon updatea initramfs i gruba rebootao se normalno.

c-shadow 28.03.2025. 16:21

Kako su krenuli još malo pa će snap na ubuntu biti obavezan i neće htjeti raditi bez toga :D

medo 28.03.2025. 16:45

fwupdmgr je u snapu na Ubuntu :-/

tomek@vz 29.03.2025. 07:14

Citiraj:

Autor medo (Post 3796547)
fwupdmgr je u snapu na Ubuntu :-/


https://flathub.org/apps/org.freedesktop.fwupd


Native > Source build > Flathub > Appimage >>>>> Snap


Za Desktop:


Fedora/Debian > Mint > OpenSuse TW > > > > ....shity distros >>> Ubuntu (trenutno).



To snap sranje je tolko sporo da boli glava (a i aplikacije instalirane na taj nacin) a Canonical to toliko forsira da je naporniji od pizdarija koje MS gura kroz Win11.

tomek@vz 29.03.2025. 15:08

A kad smo vec kod toga...


Citiraj:

New Ubuntu Linux security bypasses require manual mitigations
Citiraj:


  1. Bypass via aa-exec: Users can exploit the aa-exec tool, which allows running programs under specific AppArmor profiles. Some of these profiles - like trinity, chrome, or flatpak - are configured to allow creating user namespaces with full capabilities. By using the unshare command through aa-exec under one of these permissive profiles, an unprivileged user can bypass the namespace restrictions and increase privileges within a namespace.
  2. Bypass via busybox: The busybox shell, installed by default on both Ubuntu Server and Desktop, is associated with an AppArmor profile that also permits unrestricted user namespace creation. An attacker can launch a shell via busybox and use it to execute unshare, successfully creating a user namespace with full administrative capabilities.
  3. Bypass via LD_PRELOAD: This technique leverages the dynamic linker’s LD_PRELOAD environment variable to inject a custom shared library into a trusted process. By injecting a shell into a program like Nautilus - which has a permissive AppArmor profile - an attacker can launch a privileged namespace from within that process, bypassing the intended restrictions.

Citiraj:

In a bulletin published on the official discussion forum (Ubuntu Discourse), the company shared the following hardening steps that administrators should consider:
  • Enable kernel.apparmor_restrict_unprivileged_unconfined=1 to block aa-exec abuse. (not enabled by default)
  • Disable broad AppArmor profiles for busybox and Nautilus, which allow namespace creation.
  • Optionally apply a stricter bwrap AppArmor profile for applications like Nautilus that rely on user namespaces.
  • Use aa-status to identify and disable other risky profiles.

-> Link

tomek@vz 02.04.2025. 16:04

Citiraj:

A persistent Linux malware known as “Outlaw” has been identified leveraging unsophisticated yet effective techniques to maintain a long-running botnet.


Outlaw follows a structured multi-stage infection process:
  1. Initial Access: The malware gains entry through SSH brute-forcing, targeting systems with weak or default credentials. A component called “blitz” handles these brute-force attacks by retrieving target lists from a command-and-control (C2) server.
  2. Payload Deployment: Once access is gained, the malware downloads and executes a package containing scripts and binaries. The primary dropper script, tddwrt7s.sh, initiates the infection chain by deploying components into hidden directories.
  3. Persistence Mechanisms: Outlaw establishes persistence through cron jobs and SSH key manipulation. It injects attacker-controlled SSH keys into compromised systems while locking configuration files to prevent tampering.
  4. Propagation: The malware acts as a worm, spreading laterally within local subnets by launching additional SSH brute-force attacks from infected hosts. This self-replication ensures rapid expansion of the botnet.


> gbhackers


https://blogger.googleusercontent.co...erview%20.webp

kopija 04.04.2025. 17:26

Naletio na ovu vijest prije par tjedana ali nije mi se činilo vrijedno repostati.
Još jedna u nizu dobrih želja koje ne prežive susret s surovom stvarnošću, pomislih.
Al sad se EU prijeti odmazdom američkim korporacijama nakon Trumpove objave carinskog rata.
Citiraj:

Taking 16% of an estimated 2025 total employment figure of around 200 million (a reasonable projection based on the 199 million in 2023 and ongoing recovery from the pandemic), this would suggest approximately 32 million public service workers in the EU as of today, April 4, 2025.
Znači minimalno 64 miliona Windows/Office licenci samo za javni sektor.
Bogme bi ih to lupilo tam gdje boli.
Naravno, treba imat muda za pokazat Trumpu srednji prst.

tomek@vz 04.04.2025. 19:43

Citiraj:

Autor kopija (Post 3797747)
Naletio na ovu vijest prije par tjedana ali nije mi se činilo vrijedno repostati.
Još jedna u nizu dobrih želja koje ne prežive susret s surovom stvarnošću, pomislih.
Al sad se EU prijeti odmazdom američkim korporacijama nakon Trumpove objave carinskog rata.
Znači minimalno 64 miliona Windows/Office licenci samo za javni sektor.
Bogme bi ih to lupilo tam gdje boli.
Naravno, treba imat muda za pokazat Trumpu srednji prst.


Da ima pravde - da - ali ne vjerujem. Ljudi su stvorenja navike. Da se odreknu MS i Apple-a? Nikad pa ni onda. 100% ce se dogovoriti s vremenom oko tarifa.

Libertus 04.04.2025. 20:11

Nisu problem tarife nego neovisnost. Nekako sumnjam da će to zaživjeti, tj. da će EU to izgurati do kraja, ali nadam se da sam u krivu.

c-shadow 04.04.2025. 21:00

Firefox 137 changelog:
Code:

Support HEVC playback on Linux.

tomek@vz 05.04.2025. 07:56

Citiraj:

Sven Peter who remains one of the very active Asahi Linux developers and working on upstreaming various elements of Apple Silicon support for the Linux kernel has sent up warning flares around the eventual Apple M4 support.

Sven Peter posted on Mastodon this morning that it looks like the Apple M4 hardware enablement for Linux will be a "rather painful" affair due to changes compared to the Apple M1/M2 handling.

https://www.phoronix.net/image.php?i...ple_m4_painful


> Phoronix

tomek@vz 06.04.2025. 20:51

Citiraj:

Linux 6.15 Performance Events Adds Support For AMD Zen 5 Load Latency Filtering

> Phoronix


Citiraj:

Linux 6.15 Crypto Subsystem Delivers Faster AES-CTR For AMD Zen 5 & Other x86_64 CPUs


> Phoronix


Citiraj:

Nvidia engineer breaks and then quickly fixes AMD GPU performance in Linux


> Tom's Hardware

Dottore 07.04.2025. 13:13

Kad kreće ubuntu 25.04?

Mommistake 07.04.2025. 13:28

Citiraj:

Autor Dottore (Post 3798175)
Kad kreće ubuntu 25.04?

Sredinom mjeseca ja mislim da su confirmali.

tomek@vz 07.04.2025. 13:31

Citiraj:

Autor Dottore (Post 3798175)
Kad kreće ubuntu 25.04?


Meh, zaobidi u sirokom luku.

tomek@vz 07.04.2025. 17:38

Citiraj:

Linux GPU Control Application (LACT) continues being one of the best ways to control your AMD, NVIDIA or Intel GPU on a Linux system with version 0.7.3 out now with new features and improvements.
The first big one is that the charts window is now fully configurable. This means you can set whatever stats to show that you want, add and remove charts and much more. It's a nice quality of life improvement for the app.


https://uploads.golmedia.net/uploads...028278gol1.png

> GamingOnLinux

Dottore 07.04.2025. 19:50

Citiraj:

Autor tomek@vz (Post 3798178)
Meh, zaobidi u sirokom luku.


Kaj bilo? Koristim 24.04.2 LTS

tomek@vz 08.04.2025. 07:57

Citiraj:

Autor Dottore (Post 3798253)
Kaj bilo? Koristim 24.04.2 LTS


Mint > Ubuntu (ako se zelis drzat slicnog sustava). Debian ako zelis experimentirat , nije takav bauk kakvim ga neuki drze. Canonical ima vec par godina svoju ideologiju i afinitete koje su rezultirale losijim OS-u koji rezultira greskama koje se nebi smjele dogadat , losijim performansama (Snap aplikacije) i dodatnom kompleksnosti koja nema smisla. Uglavnom pukni umjesto Ubuntu gore Mint i miran si. Mint je danas ono sto je Ubuntu bio dok sam imao volje jos pisat tutorijale za pocetnike. Nikakve agende ispod haube, jednostavno dobar i jednostavan OS za laike Linux svijeta (ili one kojima treba odmor).

Ivo_Strojnica 08.04.2025. 10:20

Ovo drugo, odmor. :chears:

Mene je isto Ubuntu isfrustrira, zato sam preša na Fedoru, koju ne preporučujem baš početnicima ili ljudima koji žele odmor.

Mint All The Way

strikoo 08.04.2025. 10:41

https://chaos.social/@defnull/114296603802154720

Puppet je mrtav, zivio puppet

tomek@vz 08.04.2025. 11:29

Citiraj:

Autor strikoo (Post 3798320)


Od svih alata tog tipa - Puppet sam mrzio iz dna duse. Komplicirano u vrazju mater. Ideja je ok al implementacije je zivi horor.

medo 08.04.2025. 11:55

Agree

strikoo 08.04.2025. 13:59

Jebat ga, nama je sve u puppetu :zdero2:

Sto vi koristite za centralno upravljanje konfiguracijama servera?

tomek@vz 08.04.2025. 14:29

Citiraj:

Autor strikoo (Post 3798354)
Jebat ga, nama je sve u puppetu :zdero2:

Sto vi koristite za centralno upravljanje konfiguracijama servera?


Nije bas centralizirano ali recimo da postoji na svakom serveru "kicma" koja osigurava da je svaki server u bilo koje doba standardiziran i da je main config identican. Custom rijesenje - implementacija izmjena samo od strane 2 admina - kroz bash ili ansible sa jumphosta. Ostali nemaju sta prckat po njima sa administrativne strane. Monitoring svega kroz PRTG.

strikoo 08.04.2025. 14:43

nama je sve u gitu i puppet gura na servere :fiju:

Dottore 08.04.2025. 19:58

Čekam Pop Os da izađe iz alphe. Predugo im treba.

Bubba 08.04.2025. 20:15

Citiraj:

Autor Dottore (Post 3798417)
Čekam Pop Os da izađe iz alphe. Predugo im treba.

Uzmi Mint, opusti se i uzivaj, kakav crni PopOS. :D

tomek@vz 08.04.2025. 20:47

Citiraj:

Autor Dottore (Post 3798417)
Čekam Pop Os da izađe iz alphe. Predugo im treba.


Ti se baš hoćeš ranjavat :lol2: Daj zahebi to, Mint i amen.

Ivo_Strojnica 09.04.2025. 10:46

Ma pusti ti ovu dvojicu. Samo ti čekaj. :D

A dotad Zorin OS. PRO!

stef 09.04.2025. 11:17

Citiraj:

Autor strikoo (Post 3798354)
Jebat ga, nama je sve u puppetu :zdero2:

Sto vi koristite za centralno upravljanje konfiguracijama servera?

Ansible za sad u 2 veća sustava (telco i banka). Nekomercijalni, odnosno nesuportirani.
Monitoring Zabbix trenutno, s nekakvim enterprise supportom za on-prem. U cloud-u dižemo Prometheus/Grafana instance.
Ubuntu je baza Microsoftu u Azure-u (npr. za AKS VM-ove). Baš su se slizali.

medo 09.04.2025. 18:41

Ansible

FreeIPA za autorizacije.

tomek@vz 10.04.2025. 06:39

Citiraj:

Remember when Qualcomm promised Linux would be a first-tier platform alongside Windows for its Snapdragon X Elite, almost a year ago now? Well, the Snapdragon X laptop have been out in the market for a while running Windows, but Linux support is still a complete crapshoot, despite the lofty promises by Qualcomm. Tuxedo, a European Linux OEM who promised to ship a Snapdragon X laptop running Linux, has posted an update on its progress, and it’s not looking good.
While Tuxedo did reach a major milestone last week by sending the laptop’s device tree to the LKML, that’s where the good news ends.
The next step is to support additional components of the ARM notebook within the device tree. This includes all USB functionalities, including USB4, external monitor connectivity via HDMI, and audio features, such as the headset jack. Additionally, driver testing is on the agenda. Unfortunately, a planned collaboration with Qualcomm, the manufacturer of the Snapdragon X Elite, did not materialize. However, we are in contact with the ARM specialists at Linaro and have sent test devices to them. We hope to receive valuable feedback from their developers and the community in the near future.
↫ Tuxedo’s website


> Osnews


Steta...ARM cipovi u MAC su jedini razlog zasto bih uzeo MAC (na stranu cijena, nemogucnost upgrejda meorije/ssd-a i za mene neintuitivni OS).

Bubba 10.04.2025. 08:50

Citiraj:

Autor tomek@vz (Post 3798616)
Steta...

Sasvim ocekivano, nista novo za ARM arhitekturu opcenito a jos kad ubacis Q... Hehe.

Citiraj:

ARM cipovi u MAC su jedini razlog zasto bih uzeo MAC (na stranu cijena, nemogucnost upgrejda meorije/ssd-a
Ovo je kao da kazes da ne zelis kupiti graficku karticu jer ne mozes nadograditi memoriju. Da mozes, ne bi imao performanse koje imas.

Citiraj:

i za mene neintuitivni OS).
Asahi je na M1/M2 cak donekle iskoristiv i stabilan, dok god ti ne trebaju "napredne" znacajke kao TB, grafika preko USB-C i slicno... :D

tomek@vz 10.04.2025. 09:13

Citiraj:

Autor Bubba (Post 3798633)
Ovo je kao da kazes da ne zelis kupiti graficku karticu jer ne mozes nadograditi memoriju. Da mozes, ne bi imao performanse koje imas.


Al nije grafička nego je osobno računalo :D. To da se lemi sve na MBO nije ni u PC svijetu tako strano i progutao bih to al disk (na svu srecu zasad jos) je u 99% slučajeva izmjenjiv. Al aj i to bih progutao s obzirom da tko želi jabuku mora prihvatiti da je potpuno zatvorena platforma i da korisnici moraju po Apple pravilima igrati da Apple ne zahtjeva tako bolesne cijene za nadogradnju istih.

Bubba 10.04.2025. 09:50

Citiraj:

Autor tomek@vz (Post 3798639)
Al nije grafička nego je osobno računalo :D. To da se lemi sve na MBO nije ni u PC svijetu tako strano i progutao bih to al disk (na svu srecu zasad jos) je u 99% slučajeva izmjenjiv. Al aj i to bih progutao s obzirom da tko želi jabuku mora prihvatiti da je potpuno zatvorena platforma i da korisnici moraju po Apple pravilima igrati da Apple ne zahtjeva tako bolesne cijene za nadogradnju istih.

Sve su to, van konteksta, validne tocke. I unatoc tome, Linux ima vecu zastupljenost na Marsu nego na desktopu na Zemlji, sto ne mozes reci za Apple. Go figure. :p

tomek@vz 10.04.2025. 09:57

Citiraj:

Autor Bubba (Post 3798650)
Sve su to, van konteksta, validne tocke. I unatoc tome, Linux ima vecu zastupljenost na Marsu nego na desktopu na Zemlji, sto ne mozes reci za Apple. Go figure. :p


Nije "shiny" ko Apple nit statusni simbol :lol2:

Bubba 10.04.2025. 09:58

Citiraj:

Autor tomek@vz (Post 3798655)
Nije "shiny" ko Apple nit statusni simbol :lol2:

Kamo srece da je to jedina razlika. :D


Sva vremena su GMT +2. Sada je 01:23.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 1999-2024 PC Ekspert - Sva prava pridržana ISSN 1334-2940
Ad Management by RedTyger