Zum Inhalt der Seite gehen

Suche

Beiträge, die mit arm64 getaggt sind


In letzter Zeit mache ich aus gegebenem Anlass wieder mehr #SelfHosting. Natürlich achte ich dabei besonders auf den Stromverbrauch. Nach guten Erfahrungen mit der #ARM64-Architektur selbst bei leistungshungrigen Anwendungen wie Mastodon setze ich jetzt auch zuhause auf auf die aus Smartphones bekannte Technologie.

Es gibt zwar #SBCs mit offenerer Hardware, aber der #RaspberryPi ist überall erhältlich, gut dokumentiert, leistungsfähig und preiswert. Und es gibt ihn mit bis zu 16 GB RAM.

Wer einen Server am Internet betreibt, muss zügig #Sicherheitsupdates einspielen. Viele vergessen aber, laufende Software neuzustarten, damit die neue Version läuft statt der alten. Dabei hilft auf debianbasierten Linux-Systemen das Tool #needrestart, das leider meist nicht vorinstalliert ist.

Auf meinem Raspberry Pi 4 läuft needrestart schon immer korrekt (automatisch nach apt upgrade). Auf meinem Raspberry Pi 5 musste ich aber erst eine Konfigurationsdatei anlegen, wie es der Hauptentwickler hier beschreibt:
https://github.com/liske/needrestart/blob/master/README.raspberry.md
Bis dahin behauptete das Tool immer, dass ein reboot nötig sei, weil ein veralteter Linux-Kernel laufe.

Als nächstes will ich auf beiden Raspis die Festplattenverschlüsselung aktivieren. Das ist unter #Raspbian bzw. #RaspberryPiOS leider nicht so einfach wie auf anderen Debian-Systemen. Wenn ihr das geschafft habt: Schreibt gern eure Tipps!

#rpi #rpi5 #raspi #raspberrypi5 #homeserver #howto #til


[Wine 10.0] the latest Windows compatibility Layer for Linux, has a stable Release. :linux:🍷

The headliner for this release is support for ARM64EC, the application binary interface (ABI) used for Arm apps in Windows 11. Also the release notes say that contains "over 6,000 individual changes" produced over "a year of development effort."

https://gitlab.winehq.org/wine/wine/-/releases/wine-10.0

#wine #stable #release #arm64 #emulation #linux #os #gaming #it #engineer #media #tech #news
WineHQ released an overview of Wine 10.0, the Windows compatibility layer for Linux upon which several projects have been derived, including Valve's Proton, which has massively expanded Windows game compatibility on Linux over time.

Wine's release highlights include major updates for nearly every component of Linux, but one of the most highlighted changes is the addition of support for Arm64EC. Arm64EC or "Arm64 Emulation Compatible", is an application binary interface for Windows 11 on Arm. This means those applications should now work better on Linux and, according to WineHQ, take "advantage of the ARM64EC support to run all of the Wine code as native, with only the application's x86-64 code requiring emulation."

Various bug fixes and driver updates have been applied to the graphics front, and support for high-DPI (dots per inch, in this context, resolution) displays have improved. Most prominently, it includes auto-scaling functionality for application windows that otherwise don't support it. Additionally, Direct3D helper libraries have also seen several improvements to DirectX 9 support for several older applications.

Wine has also improved the Wayland graphics driver support with OpenGL support and added to Linux to replace the old X Window System (X11), which would otherwise be the default. Wine still defaults to the X11 driver if it is present unless the user flags otherwise.