TGTGInsighttelegram intelligenceLIVE / telegram public index
← Linuxgram 🐧

TGINSIGHT SIMILAR POSTS

Sib kontenut simili

Kanal tas-sors @linuxgram · Post #17841 · Fra 19

📰 AI Helped Uncover A "50-80x Improvement" For Linux's IO_uring Linux block maintainer and IO_uring lead developer Jens Axboe recently was debugging some slowdowns in the AHCI/SCSI code with IO_uring usage. When turning to Claude AI to help in sorting through the issue, patches were devised that can deliver up to a "literally yield a 50-80x improvement on the io_uring side for idle systems." The code is on its way to the Linux kernel... 🔗 Source: https://www.phoronix.com/news/AI-50-80x-IO-uring #linux#kernel

Riżultati

7 postijiet simili nstabu

Tfittxija: #redhat

当前筛选 #redhat清除筛选
Solidot 纯净版

@SolidotR · Post #5141 · 29/04/2026 05:40

Fedora Linux 44 释出 #Redhat Fedora 项目释出了 Fedora Linux 44。新版本搭载了最新桌面环境 GNOME 50 和 Plasma 6.6,针对桌面用户的变化包括:Wine 和 Steam (RPM Fusion) 默认启用能显著提升游戏性能的 NTSYNC 内核模块,Budgie 10.10,Atomic Desktops 移除了 FUSE 2,IBus 1.5.34,ibus-speech-to-text 支持 WhisperCpp 语音识别引擎。针对开发者的变化包括:LLVM 22,GNU C Compiler (gcc) 16.1,GNU Binary Utilities (binutils) 2.46,GNU C Library (glibc) 2.43,GNU Debugger (gdb) 16.3,Boost 1.90,Golang 1.26,Django 6.0,Helm 4,PHP 8.5,Ruby 4.0 等等。更多可浏览发布公告。 https://fedoramagazine.org/announcing-fedora-linux-44/ https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/desktop/

Hashtags

Solidot 纯净版

@SolidotR · Post #4986 · 11/04/2026 16:15

Red Hat 解雇了中国工程团队 #Redhat IBM 子公司 Red Hat 解雇了整个中国工程团队,将大部分工作岗位转移到印度。一位自称是 Red Hat China 首席软件工程师的用户在 Hacker News 上发帖称他周四醒来后发现无法登陆 VPN,其他多种服务的访问权限也都撤销了,CTO 之后通知他们公司将业务中心转移到亚太中心。此次裁员有 300-500 人受到影响。根据 Red Hat CTO Chris Wright 的备忘录,Red Hat 将印度视为关键地点,中国不再是,因此它将停止在中国的工程活动,将大部分工作转移到印度。IBM 此前表示它的印度员工总数超过了美国,全球员工总数达到 26.4 万人。 https://www.theregister.com/2026/04/10/red_hat_ends_china_engineering/ https://news.ycombinator.com/item?id=47708842

Hashtags

Solidot 纯净版

@SolidotR · Post #4562 · 20/02/2026 14:40

Fedora 项目对叙利亚解除 IP 封禁 #Redhat Fedora Infrastructure Team 团队上周解除了对叙利亚 IP 地址范围块的封禁,允许叙利亚网民下载 Fedora Linux 发行版的镜像,恢复了他们对 Fedora Linux RPM 库、Fedora Account System 和 Fedora 构建系统的访问。叙利亚用户访问 Fedora 项目不再受到限制。特朗普政府去年解除了对叙利亚的制裁,美国商务部随后也放宽了对叙利亚的出口管制政策,Fedora 项目此举就是对出口管制政策变化的回应。 https://fedoramagazine.org/fedora-syria/

Hashtags

晓空ノ频道💖

@akatsukisora · Post #3162 · 12/04/2026 12:35

Red Hat 解雇了中国工程团队 2026-04-11 23:55 by 原罪之战:天赐之力 IBM 子公司 Red Hat 解雇了整个中国工程团队,将大部分工作岗位转移到印度。一位自称是 Red Hat China 首席软件工程师的用户在 Hacker News 上发帖称他周四醒来后发现无法登陆 VPN,其他多种服务的访问权限也都撤销了,CTO 之后通知他们公司将业务中心转移到亚太中心。此次裁员有 300-500 人受到影响。根据 Red Hat CTO Chris Wright 的备忘录,Red Hat 将印度视为关键地点,中国不再是,因此它将停止在中国的工程活动,将大部分工作转移到印度。IBM 此前表示它的印度员工总数超过了美国,全球员工总数达到 26.4 万人。 https://www.theregister.com/2026/04/10/red_hat_ends_china_engineering/ https://news.ycombinator.com/item?id=47708842 #Redhat

Hashtags

FOSS Post

@fosspost · Post #474 · 13/08/2020 12:08

Though it is a little bit old news... Red Hat is now offering RHCE/RHCSA exams online due to Covid-19. Taking these certificates have never been easier: https://www.redhat.com/en/blog/red-hat-certification-remote-exams-now-available #RedHat

Hashtags

VmShell VPS Channel

@vmshell · Post #745 · 10/11/2022 09:35

如何把Linux的VPS通过DD变一台Windows服务器 第一步通过SSH登录VPS服务器并执行命令,更新系统和依赖: #Debian/Ubuntu系统: apt -y update && apt install -y xz-utils openssl gawk file curl wget screen && screen -S windows #RedHat/CentOS系统: yum -y update && yum install -y xz openssl gawk file screen && screen -S windows 第二步:选择您需要的windows版本,我们推荐如下两个简洁版本 Windows7版本服务器[默认账户:Administrator ;默认密码是:nat.ee]: wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win7_sp1_64_Administrator_nat.ee.gz' Windows10版本服务器 [默认账户:Administrator ;默认密码是:Vicer]: wget --no-check-certificate… https://linuxword.com/?p=16299