https://artixlinux.org/

Submitted URL:
https://artixlinux.org
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 10 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html><head>
<meta http-equiv="cache-control" content="no-cache"> 
<meta http-equiv="expires" content="0"> 
<meta http-equiv="pragma" content="no-cache"> 
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="default.css" media="screen">
<link rel="stylesheet" href="fontawesome/css/font-awesome.min.css">

<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png?v=1550100165">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png?v=1550099699">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png?v=1550099717">
<link rel="manifest" href="manifest.json?v=1577322023">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg?v=1550100245" color="#5bbad5">
<link rel="shortcut icon" href="favicons/favicon.ico?v=1550220318">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="favicons/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="favicons/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="favicons/favicon-128x128.png" sizes="128x128">
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
<link href="feed.php" type="application/rss+xml" rel="alternate" title="RSS Feed">
<meta name="apple-mobile-web-app-title" content="Artix Linux">
<meta name="application-name" content="Artix Linux">
<meta name="msapplication-TileColor" content="#1a1a1a">
<meta name="theme-color" content="#1a1a1a">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="Artix Linux, a systemd-free linux distribution.">
<meta itemprop="url" content="http://artixlinux.org/">
<meta itemprop="operatingSystem" content="Artix Linux, Arch Linux">
<meta itemprop="image" content="img/artix-half.png">
<title>
Artix Linux -
Home</title>


<script type="text/javascript" async="" defer="" src="//stats.artixlinux.org/matomo.js"></script><script type="text/javascript">
  var _paq = window._paq || [];
  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
  _paq.push(["setCookieDomain", "*.artixlinux.org"]);
  _paq.push(["setDomains", ["*.artixlinux.org"]]);
  _paq.push(["disableCookies"]);
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u="//stats.artixlinux.org/";
    _paq.push(['setTrackerUrl', u+'matomo.php']);
    _paq.push(['setSiteId', '1']);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<noscript><img referrerpolicy="no-referrer-when-downgrade" src="//stats.artixlinux.org/matomo.php?idsite=1&amp;rec=1" style="border:0;" alt="" /></noscript>

</head>
<body>
<div class="flex-container">
<div class="topnav" id="navbar">

<img src="img/artix-logo.png" style="width: 5vw; height: auto;">
<div class="right">
<a href="index.php">Home</a>
<a href="https://forum.artixlinux.org">Forum</a>
<a href="https://packages.artixlinux.org">Packages</a>
<a href="https://wiki.artixlinux.org">Wiki</a>
<a href="faq.php">FAQ</a>
<a href="contact.php">Contact</a>
<a href="download.php">Download</a>
<a href="help.php">Help</a>
<a href="donate.php">Donate</a>
<a href="javascript:void(0);" class="icon" onclick="respond()"><i class="fa fa-bars"></i></a>
</div>
</div>
<script>
function respond() {
    var x = document.getElementById("navbar");
    if (x.className === "topnav") {
        x.className += "responsive";
    } else {
        x.className = "topnav";
    }
}
</script>
<script>
var prevScrollpos = window.pageYOffset;
window.onscroll = function() {
var currentScrollPos = window.pageYOffset;
  if (prevScrollpos > currentScrollPos) {
    document.getElementById("navbar").style.top = "0";
  } else {
    document.getElementById("navbar").style.top = "-76px";
  }
  prevScrollpos = currentScrollPos;
}
</script>
<div class="banner">
<img src="banners/117.jpg" class="bannerimg">
<div class="banner-text">
<h1>The Art of Linux</h1>
<h2>Simple. Fast. Systemd-free.</h2>
</div>
</div>


<div class="content-full-width">
<div class="box-important">
<h1><center>
Artix Linux is a rolling-release distribution, based on Arch Linux.<br><br>
It uses real init systems, because PID1 must be simple, secure and stable.
</center></h1>
</div>
</div>
<div class="content">
<div class="box">
<h1>Recent news</h1>
<br><div class="news" id="New_official_2024_installation_media" title="New official 2024 installation media"><p> New official 2024 installation media</p><div class="timestamp"><a href="news.php#New_official_2024_installation_media"><span style="white-space: nowrap">2024-08-20</span></a></div></div><hr><br>
The latest weekly ISOs have been promoted to <a href="https://artixlinux.org/download.php#official">official installation media</a>.<br><br>
<u>Notable changes:</u> LXQt and LXDE were dropped from the community editions; XFCE was made default DE in community-gtk.<br><br>
Please report anything out of the ordinary to the <a href="https://forum.artixlinux.org/index.php/topic,7214.0.html">related forum announcement thread</a>.
<br><br><br><div class="news" id="Packages_archive_%232" title="Packages archive #2"><p>Packages archive #2</p><div class="timestamp"><a href="news.php#Packages_archive_%232"><span style="white-space: nowrap">2024-04-29</span></a></div></div><hr><br>
A <a href="https://archive2.artixlinux.org">backup package archive</a> (located in the US) has just gone online, to address connectivity issues reported by some of our users.
<br><br><br><div class="news" id="The_xz_package_has_been_backdoored" title="The xz package has been backdoored"><p>The xz package has been backdoored</p><div class="timestamp"><a href="news.php#The_xz_package_has_been_backdoored"><span style="white-space: nowrap">2024-03-29</span></a></div></div><hr><br>
<br>
<b>TL;DR: Upgrade your systems <i>NOW</i>!</b>
<br><br>
Following the related <a href="https://www.openwall.com/lists/oss-security/2024/03/29/4">OpenWall post</a>:
<br>
The upstream tarballs of <b>xz</b> 5.6.0 and 5.6.1 contain a backdoor which uses liblzma as a means to compromise SSH servers.
<br><br>
Preliminary analysis from the aforementioned post shows that the backdoor is designed to exploit openssh when linked
against libsystemd (which depends on lzma) to compromise the SSH services. Artix and Arch don't link openssh to liblzma
and thus this attack vector is not possible.
<br><br>
Based on the same analysis, the execution of openssh under systemd is a prerequisite for the backdoor to activate and given the
additional distance of Artix to systemd (aren't we glad?), the exploit <i>shouldn't</i> affect any running Artix system.
<br><br>
However, it is strongly advised that all Artix users and administrators out there immediately upgrade their systems and
container images (or at least <b>xz</b> to version 5.6.1-2) and restart <b>openssh</b>. Versions of xz up to and including
5.4.1-1 are not affected.
<br><br><br><div class="news" id="Server_is_back_online" title="Server is back online"><p>Server is back online</p><div class="timestamp"><a href="news.php#Server_is_back_online"><span style="white-space: nowrap">2023-12-18</span></a></div></div><hr><br>
The server is back online, all systems nominal.
<br><br><br><div class="news" id="Server_malfunction" title="Server malfunction"><p>Server malfunction</p><div class="timestamp"><a href="news.php#Server_malfunction"><span style="white-space: nowrap">2023-12-17</span></a></div></div><hr><br>
Due to a server malfunction, multiple Artix services are unavailable. Among them:
<br>
<ul>
<li>Gitea</li>
<li>Archive</li>
<li>Galaxy repository</li>
</ul>
Unless it's a very serious hardware problem, it should be fixed sometime on Monday.
<br><br>
<div class="right"><h3><a href="news.php">More news...</a></h3></div>
</div>
</div>
<div class="sidebar">
<div class="box">
<b>Documentation</b>
<ul>
<i class="fa fa-book"></i> <a href="https://wiki.artixlinux.org/" title="Community documentation">Wiki</a>
<br>
<i class="fa fa-book"></i> <a href="https://wiki.artixlinux.org/Main/Installation" title="Installation guide">Installation Guide</a>
<br>
<i class="fa fa-question-circle"></i> <a href="https://artixlinux.org/faq.php" title="Frequently Asked Questions">FAQ</a>
<br>
</ul>
<b>Community</b>
<ul>
<i class="fa fa-comments"></i> <a href="https://forum.artixlinux.org/" title="Artix Linux Forum">Forum</a>
<br>
<i class="fa fa-envelope"></i> <a href="https://lists.artixlinux.org/listinfo" title="Community and developer mailing lists">Mailing Lists</a>
<br>
<i class="fa fa-hashtag"></i> <a href="https://wiki.artixlinux.org/Main/IRC_channels" title="IRC Channels">IRC Channels</a>
<br>
<i class="fa fa-paper-plane"></i> <a href="https://t.me/artixlinux">Telegram</a>
<br>
<i class="fa fa-reddit"></i> <a href="https://www.reddit.com/r/artixlinux">Reddit</a>
<br>
</ul>
<b>Support</b>
<ul>
<i class="fa fa-handshake-o"></i> <a href="sponsors.php" title="Artix Linux Sponsors">Sponsors</a>
<br>
<i class="fa fa-credit-card"></i> <a href="donate.php" title="Support Artix Linux">Donate</a>
<br>
<i class="fa fa-shopping-cart"></i> <a href="https://www.zazzle.com/store/artixlinux" title="Stickers, t-shirts, mugs">Merchandize</a>
</ul>
<b>Tools</b>
<ul>
<i class="fa fa-download"></i> <a href="https://gitea.artixlinux.org/packages/artix-mirrorlist/src/branch/master/mirrorlist" title="See a listing of all available mirrors">Mirror List</a>
<br>
<i class="fa fa-bug"></i> <a href="https://debuginfod.artixlinux.org" title="Artix debuginfod service">Debuginfod</a>
<br>
<i class="fa fa-paste"></i> <a href="https://paste.artixlinux.org" title="Artix pastebin service">Pastebin</a>
</ul>
<b>Development</b>
<ul>

<i class="fa fa-file-archive-o"></i> <a href="https://packages.artixlinux.org">Packages</a>
<br>
<i class="fa fa-code"></i> <a href="https://gitea.artixlinux.org/explore/repos">Sources</a>
<br>
<i class="fa fa-cloud-download"></i> <a href="https://iso.artixlinux.org/isos.php" title="Artix ISOs">ISO Releases</a>
</ul>
<b>People</b>
<ul>
<img src="img/kotor.svg" width="14" height="14"> <a href="kotor.php" title="Artix Core Team" style="vertical-align:middle">Core Team</a>
<br>
<img src="img/jediorder.svg" width="14" height="14"> <a href="kotnr.php" title="Artix Developers" style="vertical-align:middle">Developers</a>
<br>
<img src="img/rebels.svg" width="14" height="14"> <a href="rebels.php" title="Forum and Wiki" style="vertical-align:middle">Support Staff</a>
<br>
<img src="img/republic.svg" width="14" height="14"> <a href="republic.php" title="Supporters and contributors" style="vertical-align:middle">Contributors</a>
</ul>
<b>More Resources</b>
<ul>
<i class="fa fa-wikipedia-w"></i> <a href="https://en.wikipedia.org/wiki/Artix_Linux" title="Wikipedia article">Wikipedia</a>
<br>
<img src="img/distrowatch.png"> <a href="https://distrowatch.com/table.php?distribution=artix" title="Distrowatch entry">Distrowatch</a>
<br>
<i class="fa fa-file-image-o"></i> <a href="https://gitea.artixlinux.org/artix/artwork" title="Artix logos, artwork, wallpapers">Logos &amp; Artwork</a>
<br>
<i class="fa fa-newspaper-o"></i> <a href="news.php" title="News Archives">News Archives</a>
<br>
<i class="fa fa-rss"></i> <a href="feed.php" title="RSS Feed">RSS Feed</a>
</ul>
</div>
</div>
<div class="footer-spacer"></div>
<div class="footer-spacer"></div>
<div class="footer-spacer"></div>
<div class="footer-spacer"></div>
<div class="footer-spacer"></div>
<div class="footer">
<div class="copyright"><img src="img/logofull.png"> <i class="fa fa-linux"></i>, 2017-2024</div>
<div class="email">[email protected]</div>
</div>
</div> 


</body></html>