mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-07 16:45:58 +03:00
Upload pr2522-Phoronix-pr-context1.html (61b37)
Pull request: https://github.com/RSS-Bridge/rss-bridge/pull/2522
Commit: 61b37caeec
This commit is contained in:
parent
0404be2d45
commit
5c684edf84
1 changed files with 122 additions and 0 deletions
122
pr2522-Phoronix-pr-context1.html
Normal file
122
pr2522-Phoronix-pr-context1.html
Normal file
|
@ -0,0 +1,122 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Phoronix</title>
|
||||
<link href="https://feed.eugenemolotov.ru/static/HtmlFormat.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" href="static/favicon.png">
|
||||
<link href="./?action=display&bridge=Phoronix&format=Atom" title="Atom" rel="alternate" type="application/atom+xml">
|
||||
|
||||
<link href="./?action=display&bridge=Phoronix&format=Json" title="Json" rel="alternate" type="application/json">
|
||||
|
||||
<link href="./?action=display&bridge=Phoronix&format=Mrss" title="Mrss" rel="alternate" type="application/rss+xml">
|
||||
|
||||
<link href="./?action=display&bridge=Phoronix&format=Plaintext" title="Plaintext" rel="alternate" type="text/plain">
|
||||
|
||||
|
||||
<meta name="robots" content="noindex, follow">
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="pagetitle"><a href="https://www.phoronix.com/" target="_blank">Phoronix</a></h1>
|
||||
<div class="buttons">
|
||||
<a href="./#bridge-Phoronix"><button class="backbutton">← back to rss-bridge</button></a>
|
||||
<a href="./?action=display&bridge=Phoronix&format=Atom"><button class="rss-feed">Atom</button></a>
|
||||
<a href="./?action=display&bridge=Phoronix&format=Json"><button class="rss-feed">Json</button></a>
|
||||
<a href="./?action=display&bridge=Phoronix&format=Mrss"><button class="rss-feed">Mrss</button></a>
|
||||
<a href="./?action=display&bridge=Phoronix&format=Plaintext"><button class="rss-feed">Plaintext</button></a>
|
||||
|
||||
</div>
|
||||
|
||||
<section class="feeditem">
|
||||
<h2><a class="itemtitle" href="https://www.phoronix.com/scan.php?page=news_item&px=WirePlumber-0.4.9">WirePlumber 0.4.9 Fixes Surround Sound For Some Linux Games</a></h2>
|
||||
<time datetime="2022-03-27T10:48:06+00:00">2022-03-27T10:48:06+00:00</time>
|
||||
|
||||
<div class="content"><div class="content"> <div style="float: left; padding: 0 10px 10px;"><img alt="MULTIMEDIA -- " src="https://www.phoronix.com/assets/categories/multimedia.jpg" width="100" height="100" /></div> WirePlumber is the increasingly used session/policy manager for PipeWire for audio/video streams on the Linux desktop. Out this weekend is WirePlumber 0.4.9 with some important fixes and improvements. <br /> <br />Perhaps most notable with WirePlumber 0.4.9 is ensuring surround sound support is properly exposed for more games on Linux. It was reported that some games within Steam were not able to enjoy 5.1 surround sound with PipeWire in a year-old bug report. A fix landed in WirePlumber a month ago to relax the format parsing within the si-audio-adapter module and this appears to fix up that issue. More details within <a href="https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/876">this bug report</a>. <br /> <br />WirePlumber 0.4.9 also has some crash fixes, addresses a race condition with the Zoom desktop app that could result in audio sharing to fail, Brave / Edge / Vivaldi / Telegram added to the Bluetooth auto-switch application list, and a variety of other fixes and minor improvements. <br /> <br />More details on WirePlumber 0.4.9 via <a href="https://gitlab.freedesktop.org/pipewire/wireplumber/-/releases/0.4.9">FreeDesktop.org GitLab</a>.</div></div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="feeditem">
|
||||
<h2><a class="itemtitle" href="https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.18-USB-Thunderbolt">Linux 5.18 Xen USB Driver To Harden Against Malicious Hosts</a></h2>
|
||||
<time datetime="2022-03-27T10:17:39+00:00">2022-03-27T10:17:39+00:00</time>
|
||||
|
||||
<div class="content"><div class="content"> <div style="float: left; padding: 0 10px 10px;"><img alt="HARDWARE -- " src="https://www.phoronix.com/assets/categories/hardware.jpg" width="100" height="100" /></div> The many USB and Thunderbolt feature patches have landed into the in-development <a href="https://www.phoronix.com/scan.php?page=search&q=Linux+5.18">Linux 5.18</a> kernel. <br /> <br />While there are many USB/Thunderbolt changes this cycle, there isn't much that is particularly notable besides continued work on the USB DWC3 driver, XHCI debug cable fixes, a Richtek rt1719 power delivery driver, and other routine updates. <br /> <br />One interesting bit is the Xen USB driver being hardened against potentially malicious hosts. The <a href="https://www.phoronix.com/scan.php?page=news_item&px=Xen-pvUSB-For-Linux-5.17">Xen pvUSB driver was mainlined in Linux 5.17</a> after being out-of-tree for more than one decade. <br /> <br />But it turns out this new Xen USB driver was missing some verification/sanitization of data around I/O length, interrupt storms, and other missing safeguards. With Linux 5.18 this xen_hcd driver is now hardened against malicious backends/hosts from infiltrating the kernel through this driver's missing checks/safeguards. <br /> <br />The full list of USB/Thunderbolt changes for Linux 5.18 can be found via Greg KH's <a href="https://lore.kernel.org/lkml/Yj7vGtn8fILavjyL@kroah.com/">pull request</a> that was already merged to mainline.</div></div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="feeditem">
|
||||
<h2><a class="itemtitle" href="https://www.phoronix.com/scan.php?page=news_item&px=KDE-Plasma-5.25-Many-Wallpapers">KDE Plasma 5.25 Seeing Touch Gesture Additions, More Fixes & Other Work</a></h2>
|
||||
<time datetime="2022-03-27T09:26:57+00:00">2022-03-27T09:26:57+00:00</time>
|
||||
|
||||
<div class="content"><div class="content"> <div style="float: left; padding: 0 10px 10px;"><img alt="KDE -- " src="https://www.phoronix.com/assets/categories/kde.jpg" width="100" height="100" /></div> KDE developer Nate Graham is out with his usual weekly summary of all the notable KDE changes to land in the past week. <br /> <br />As we approach the end of March, some of the notable changes to the KDE software stack this week included: <br /> <br />- Touch gesture improvements were merged for handling the edge-swipe gesture with KWin and other features for Plasma 5.25. <br /> <br />- Plasma 5.25 will fix an issue where the more images you've added to your wallpaper settings, the the slower it is logging into Plasma. <br /> <br />- When sharing a Samba folder, there is now a folder permission helper window to help ensure the correct file/folder permissions are set. <br /> <br />- KRunner-powered searches are now case-insensitive. <br /> <br />- Correcting cursor/click positioning when running Plasma Wayland session within a virtual machine. <br /> <br />- Lists of recent documents now implement the FreeDesktop.org desktop-bookmark specification. <br /> <br />- Many fixes and other minor improvements. <br /> <br />See more details on this week's KDE development activities via <a href="https://pointieststick.com/2022/03/26/this-week-in-kde-progress-on-gestures-and-15-minute-bugs/">Nate's blog</a>.</div></div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="feeditem">
|
||||
<h2><a class="itemtitle" href="https://www.phoronix.com/scan.php?page=news_item&px=Ceph-For-Linux-5.18">Ceph File-System Updates For Linux 5.18 Address A "Pretty Nasty Problem", Other Bugs</a></h2>
|
||||
<time datetime="2022-03-27T09:17:08+00:00">2022-03-27T09:17:08+00:00</time>
|
||||
|
||||
<div class="content"><div class="content"> <div style="float: left; padding: 0 10px 10px;"><img alt="LINUX STORAGE -- " src="https://www.phoronix.com/assets/categories/linuxstorage.jpg" width="100" height="100" /></div> The Ceph file-system updates for this scalable distributed storage system have landed for <a href="https://www.phoronix.com/scan.php?page=search&q=Linux+5.18">Linux 5.18</a> with some fairly noteworthy fixes. <br /> <br />First up, this new feature pull has fixed a long-standing problem of high KWorker CPU usage and stalls caused by needlessly iterating over all inodes in the snap realm. The situation is summed up in <a href="https://tracker.ceph.com/issues/44100">this 2 year old bug report</a>. It was summed up by one of the developers, Jeff Layton, as a "pretty nasty problem" but after two years and changes to how snap context and realms are tracked, the high CPU usage problem should be resolved. <br /> <br />Ceph with Linux 5.18 also has async file creation fixes to address hangs under certain conditions. There are also memory leak fixes and other issues cleared up with this new Ceph code for Linux 5.18. <br /> <br />If you are a user of this software-defined storage solution, learn more about the Linux 5.18 changes via <a href="https://lore.kernel.org/lkml/20220324172554.12797-1-idryomov@gmail.com/">this pull request</a> that has already been merged to mainline.</div></div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="feeditem">
|
||||
<h2><a class="itemtitle" href="https://www.phoronix.com/scan.php?page=news_item&px=MGLRU-Not-For-5.18">MGLRU Could Land In Linux 5.19 For Improving Performance - Especially Low RAM Situations</a></h2>
|
||||
<time datetime="2022-03-26T22:00:03+00:00">2022-03-26T22:00:03+00:00</time>
|
||||
|
||||
<div class="content"><div class="content"> <div style="float: left; padding: 0 10px 10px;"><img alt="LINUX KERNEL -- " src="https://www.phoronix.com/assets/categories/linuxkernel.jpg" width="100" height="100" /></div> MGLRU is <a href="https://www.phoronix.com/scan.php?page=news_item&px=Linux-MGLRU-v6-Linux">a kernel innovation we've been eager to see merged in 2022</a> and it looks like that could happen for the next cycle, v5.19, for <a href="https://www.phoronix.com/scan.php?page=news_item&px=Multigen-LRU-v5">improving Linux system performance especially in cases of approaching memory pressure</a>. <br /> <br />MGLRU is short for Multi-Gen LRU and is a rework by Google engineers on how the kernel's page reclamation code is handled. They found the current Linux kernel page reclamation handling is too expensive and can make poor eviction choices, but MGLRU has been showing to be a big improvement both for their internal workloads and by external parties testing the many public patch revisions. <br /> <br />See <a href="https://www.phoronix.com/scan.php?page=news_item&px=Linux-MGLRU-v9-Promising">some of the enticing MGLRU benchmark results</a> for workloads benefiting the likes of Apache Cassandra, Hadoop, Memcached, PostgreSQL, Redis, MongoDB, FIO, and many other workloads. Or even for cases of running a web browser with many tabs when often facing system memory pressure and SWAP storms, MGLRU has kept systems in a usable state. <br /> <br />Google's Yu Zhao today sent Linus <a href="https://lore.kernel.org/lkml/20220326010003.3155137-1-yuzhao@google.com/">a pull request for MGLRU</a>. While the Linux 5.18 merge window is going on at the moment, Yu wasn't necessarily for pushing it right away, "<em>This is more of an option than a request for 5.18. I'm sending it to you directly because, in my judgement, it's now as ready as it'll ever be.</em>" <br /> <br />In the Linux kernel mailing list thread for that pull request, Linus Torvalds said he isn't opposed to it but ultimately isn't going to pull it for Linux 5.18. The basis being that MGLRU hasn't been fully vetted by way of the linux-next tree. He wants to see this big patch series running in Linux-Next for a while to help uncover any issues especially with all the build automation/testing that goes on for Linux-Next. <br /> <br />So at this stage it looks like Mutli-Gen LRU could enter Linux-Next for a cycle or so and if all goes well it could be merged for Linux 5.19 this summer. There's also more sign-offs that would be appreciated but the main reason for not merging into 5.18 is over the lack of Linux-Next exposure . <br /><p align="center"><img src="https://www.phoronix.net/image.php?id=2022&image=mglru_v6" /><br /><em>Prior MGLRU developer summary.</em></p> <br />Here's to hoping MGLRU makes it into Linux 5.19!</div></div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="feeditem">
|
||||
<h2><a class="itemtitle" href="https://www.phoronix.com/scan.php?page=news_item&px=Debian-11.3-Released">Debian 11.3 Released With Many Bug Fixes, Security Updates</a></h2>
|
||||
<time datetime="2022-03-26T21:33:17+00:00">2022-03-26T21:33:17+00:00</time>
|
||||
|
||||
<div class="content"><div class="content"> <div style="float: left; padding: 0 10px 10px;"><img alt="DEBIAN -- " src="https://www.phoronix.com/assets/categories/debian.jpg" width="100" height="100" /></div> Debian 12 "Bookworm" is <a href="https://www.phoronix.com/scan.php?page=news_item&px=Debian-12-Tentative-Dates">coming next year</a> while out this weekend is Debian 11.3 as the newest update in the "Bullseye" series. <br /> <br />Debian 11.3 as usual for Debian GNU/Linux point releases is just about delivering bug fixes and security updates. Debian 11.3 has security fixes for Apache's log4j for that notorious vulnerability from the end of last year and follow-up issues. Debian 11.3 also has security fixes for ClamAV, FLAC, Glibc, Golang, XTerm, and a variety of other packages -- including a denial of service vulnerability for the NVIDIA driver. The latest Intel CPU microcode is also included as a result of recent security vulnerability disclosures. <br /> <br />Debian 11.3 also has a newer Linux 5.10 point release, updated Debian installation documentation, and other maintenance updates. <br /> <br />Downloads and more details on Debian 11.3 via <a href="https://www.debian.org/News/2022/20220326">Debian.org</a>. <br /> <br />For those still on the old stable series, <a href="https://www.debian.org/News/2022/2022032602">Debian 10.12</a> was also released today with similar changes where relevant to that older package set.</div></div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="feeditem">
|
||||
<h2><a class="itemtitle" href="https://www.phoronix.com/scan.php?page=news_item&px=Intel-CET-IBT-For-Linux-5.18">Intel CET Indirect Branch Tracking Submitted For Linux 5.18</a></h2>
|
||||
<time datetime="2022-03-26T17:45:16+00:00">2022-03-26T17:45:16+00:00</time>
|
||||
|
||||
<div class="content"><div class="content"> <div style="float: left; padding: 0 10px 10px;"><img alt="INTEL -- " src="https://www.phoronix.com/assets/categories/intel.jpg" width="100" height="100" /></div> Indirect Branch Tracking (IBT) that is part of Intel's Control-Flow Enforcement Technology (CET) found with Tiger Lake CPUs and newer is landing for the Linux 5.18 kernel. <br /> <br />Intel's Peter Zijlstra recently <a href="https://www.phoronix.com/scan.php?page=news_item&px=Indirect-Branch-Tracking-5.18">wrapped up work on the latest IBT patches for the Linux kernel</a> as this newest CPU security feature. IBT helps protect against JUMP/CALL oriented attacks. IBT is hardware-based, course-grain forward-edge Control Flow Integrity (CFI) protection. When enabled for the kernel build, it ensures indirect calls land on an ENDBR instruction. Besides all of the Linux kernel patches to make IBT a reality, there is compiler-side support necessary that means GCC 9 and newer or LLVM Clang 14 and newer. <br /> <br />Zijlstra sums up the CET-IBT functionality for the Linux kernel as: <br /><blockquote>Add support for Intel CET-IBT, available since Tigerlake (11th gen), which is a coarse grained, hardware based, forward edge Control-Flow-Integrity mechanism where any indirect CALL/JMP must target an ENDBR instruction or suffer #CP. <br /> <br />Additionally, since Alderlake (12th gen)/Sapphire-Rapids, speculation is limited to 2 instructions (and typically fewer) on branch targets not starting with ENDBR. CET-IBT also limits speculation of the next sequential instruction after the indirect CALL/JMP. <br /> <br />CET-IBT is fundamentally incompatible with retpolines, but provides, as described above, speculation limits itself.</blockquote> <br /><p align="center"><img src="https://www.phoronix.net/image.php?id=2020&image=intel_cet_tiger_med" /><br /><em>Intel has been working on both Shadow Stack and Indirect Branch Tracking support for the Linux kernel.</em></p> <br />With <a href="https://lore.kernel.org/lkml/20220326152646.GT8939@worktop.programming.kicks-ass.net/">this pull</a> IBT is ready to go for Linux 5.18 on Intel's latest processors.</div></div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="feeditem">
|
||||
<h2><a class="itemtitle" href="https://www.phoronix.com/scan.php?page=news_item&px=DXVK-1.10.1-Released">DXVK 1.10.1 Released With Initial Support For Shared Resources, Game Fixes</a></h2>
|
||||
<time datetime="2022-03-26T12:20:11+00:00">2022-03-26T12:20:11+00:00</time>
|
||||
|
||||
<div class="content"><div class="content"> <div style="float: left; padding: 0 10px 10px;"><img alt="LINUX GAMING -- " src="https://www.phoronix.com/assets/categories/linuxgaming.jpg" width="100" height="100" /></div> Building off <a href="https://www.phoronix.com/scan.php?page=news_item&px=DXVK-1.10-Released">DXVK 1.10</a> released at the start of the month, we are now ending out March with DXVK 1.10.1 for this translation layer used for running Direct3D 9/10/11 games over the Vulkan API on Linux systems. <br /> <br />DXVK 1.10.1 introduces initial support for shared resources and in turn fixes video playback for games as well as for UI issues seen with Black Mesa. The shared resources handling does require Wine patches which for right now is only patched with Proton Experimental. Right now this experimental shared resources handling works for 2D texture sharing between D3D9 and D3D11 when using DXVK from both APIs. Resource sharing with D3D12 and Vulkan applications may come in the future. <br /> <br />DXVK 1.10.1 also adds a <em>DXVK_ENABLE_NVAPI</em> environment variable to bypass the vendor ID override, improved shader code generation around local arrays, various Direct3D 9 texture upload issues resolved, and more. <br /> <br />There are known fixes/improvements for Assassin's Creed 3: Black Flag, Frostpunk, God of War, GTA: San Andreas, and Rayman Origins. <br /> <br />For those building DXVK from source while waiting for an updated Proton for Steam Play, head on over to <a href="https://github.com/doitsujin/dxvk/releases/tag/v1.10.1">GitHub</a> for the latest DXVK code.</div></div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="feeditem">
|
||||
<h2><a class="itemtitle" href="https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.18-XFS-Changes">XFS Online Repair Functionality To Undergo A Massive Design Review</a></h2>
|
||||
<time datetime="2022-03-26T11:35:34+00:00">2022-03-26T11:35:34+00:00</time>
|
||||
|
||||
<div class="content"><div class="content"> <div style="float: left; padding: 0 10px 10px;"><img alt="LINUX STORAGE -- " src="https://www.phoronix.com/assets/categories/linuxstorage.jpg" width="100" height="100" /></div> The XFS file-system updates have been submitted and merged for the ongoing <a href="https://www.phoronix.com/scan.php?page=search&q=Linux+5.18">Linux 5.18</a> merge window. <br /> <br />The XFS file-system changes for the Linux 5.18 cycle are mostly about bug fixes. There are a variety of bug fixes throughout the kernel driver code and also a shift that brings the XFS file-system's inode attribute setting code closer to how the kernel VFS code handles it. <br /> <br /><a href="https://lore.kernel.org/lkml/20220323164821.GP8224@magnolia/">The pull request</a> of XFS changes for Linux 5.18 isn't too particularly interesting, but a comment by XFS maintainer Darrick Wong within the email is actually the most interesting: <br /><blockquote>Dave Chinner will be taking over as XFS maintainer for one release cycle, starting from the day 5.18-rc1 drops until 5.19-rc1 is tagged so that I can focus on starting a massive design review for the (feature complete after five years) online repair feature.</blockquote> <br /><a href="https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.7-Better-XFS">XFS online repair has been talked about for years</a> along with online scrubbing and it looks like it's about all buttoned up. Darrick Wong will be spending the next roughly two months focusing on the "massive" design review for XFS online repair code. <br /> <br />XFS online repair has been worked on over the past several years while in the process of a number of rounds of patch review, other portions of the XFS code have been found in need of improvement too and thus has dragged on as a rather lengthy process.</div></div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="feeditem">
|
||||
<h2><a class="itemtitle" href="https://www.phoronix.com/scan.php?page=news_item&px=AMD-More-Linux-CXL-Debug">AMD Recruiting More Linux Engineers For Debug, CXL Enablement & More</a></h2>
|
||||
<time datetime="2022-03-26T11:00:00+00:00">2022-03-26T11:00:00+00:00</time>
|
||||
|
||||
<div class="content"><div class="content"> <div style="float: left; padding: 0 10px 10px;"><img alt="AMD -- " src="https://www.phoronix.com/assets/categories/amd.jpg" width="100" height="100" /></div> I was informed that AMD has a few more Linux positions open at the company. While they have in past years been rather nimble with their Linux staffing, things continue to change thanks to their ongoing successes in the marketplace from the consumer side with Steam Deck through the likes of Tesla's infotainment system up through high-end server platforms. <br /> <br />AMD over particularly the past 1~2 years has begun significantly ramping up their Linux hires thanks to EPYC servers being well received in the marketplace along with their supercomputer design wins and most of the servers these days running Linux. Then over the past year they have been <a href="https://www.phoronix.com/scan.php?page=news_item&px=AMD-Linux-Client-Hiring-2022">focusing more on the Linux client side too</a> for Ryzen and embedded SoC designs with increasing Linux usage there too. <br /> <br />In addition to <a href="https://www.phoronix.com/scan.php?page=news_item&px=AMD-Linux-Jobs-March-2022">some of their Linux job postings from earlier this month</a> still being unfilled, they have also opened up some new positions. <br /> <br />Notable with their latest batch of Linux openings is hiring a <a href="https://jobs.amd.com/job/Austin-Partnership-Engagement-EngineerArchitect-%28Open-Source%29-109981-Texa/779997700/">CXL engineer</a>. This role will focus on AMD's support for Compute Express Link (CXL) hardware enablement under Linux. Intel so far has been leading the development of the Linux kernel's <a href="https://www.phoronix.com/scan.php?page=search&q=Compute+Express+Link">Compute Express Link</a> subsystem. Over the past number of kernels with the still maturing CXL subsystem Intel engineers have been responsible for nearly all of that enablement work for this new open standard. AMD has been part of the CXL organization so it's good to see them now (albeit late) hiring to work on CXL for Linux too. <br /><p align="center"><img src="https://www.phoronix.net/image.php?id=amd-epyc-7773x-linux&image=amd_milanx_8_med" /><br /><em>AMD's newly released EPYC Milan-X processors are a fantastic performer under Linux already but certainly eager to see more timely contributions to the Linux kernel for next-gen platforms and relentless optimizing for new and existing hardware, especially considering Intel's vast open-source/Linux talent pool and their massive scale of open-source work across the board.</em></p> <br />Over on the client side, another new job opening is for a <a href="https://jobs.amd.com/job/Austin-Client-Platform-Validation-&-Debug-Lead-128221-Texa/820607400/">client Linux platform debug lead</a>. This will focus on desktop/notebook platform debugging for Linux. Great to see they'll have an additional person helping to work through Linux client bugs, including mentioned in the job posting are around power management / system standby -- an area where some modern AMD Ryzen notebooks have had issues on Linux with s2idle, etc, but more recent kernels have begun working through those problems. <br /> <br />There remains a number of other open Linux engineering positions too. Those on the hunt can see <a href="https://jobs.amd.com/search/?createNewAlert=false&q=Linux&locationsearch=">the AMD Linux job board</a>.</div></div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue