Skip to content

Releases: Nate158s/nate158twitte

https://api.twitter.com/2/oauth2/token

28 Feb 23:02
Compare
Choose a tag to compare

POST 'https://api.twitter.com/2/oauth2/token' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'refresh_token=bWRWa3gzdnk3WHRGU1o0bmRRcTJ5VUxWX1lZTDdJSUtmaWcxbTVxdEFXcW5tOjE2MjIxNDc3NDM5MTQ6MToxOnJ0OjE' \ --data-urlencode 'grant_type=refresh_token' \ --data-urlencode 'client_id=rG9n6402A3dbUJKzXTNX4oWHJ'

bc1qkj5cr5qyzvy750vzzff5zle2skm54apmr4d6xl

02 Mar 01:42
Compare
Choose a tag to compare

<title>Arch Linux: Recent news updates</title>https://archlinux.org/news/The latest and greatest news from the Arch Linux distribution.<atom:link href="https://archlinux.org/feeds/news/" rel="self"/>en-usWed, 23 Feb 2022 11:51:18 +0000<title>Arch Linux Leader Election Results</title>https://archlinux.org/news/arch-linux-leader-election-results/<p>This month we held our leader election, and our current leader Levente Polyák ran unopposed. As per <a href="https://wiki.archlinux.org/title/DeveloperWiki:Project_Leader#Election"&gt;our election rules</a> he is re-elected for a new term.</p>
<p><strong>Congratulations to Levente Polyak on a new term!</strong></p><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giancarlo Razzolini</dc:creator>Wed, 23 Feb 2022 11:51:18 +0000tag:archlinux.org,2022-02-23:/news/arch-linux-leader-election-results/<title>Debug packages and debuginfod</title>https://archlinux.org/news/debug-packages-and-debuginfod/<p>We are very happy to announce that debug packages are now available in Arch Linux.</p>
<p>Debug symbols and source listing are provided through our debuginfod instance which can be utilized by debuggers such as gdb and delve.</p>
<p><a href="https://debuginfod.archlinux.org/"&gt;https://debuginfod.archlinux.org/&lt;/a&gt;&lt;/p>
<p>A couple of sponsored mirrors are providing the debug repositories while we figure out and communicate the new <a href="https://wiki.archlinux.org/title/DeveloperWiki:NewMirrors"&gt;mirror requirements</a>.</p>
<ul>
<li><a href="https://america.mirror.pkgbuild.com"&gt;https://america.mirror.pkgbuild.com&lt;/a&gt;&lt;/li>
<li><a href="https://asia.mirror.pkgbuild.com"&gt;https://asia.mirror.pkgbuild.com&lt;/a&gt;&lt;/li>
<li><a href="https://europe.mirror.pkgbuild.com"&gt;https://europe.mirror.pkgbuild.com&lt;/a&gt;&lt;/li>
</ul>
<p>Not all packages provide debug packages as enabling it for all packages is an ongoing effort.</p>
<p>For more information, please visit the <a href="https://wiki.archlinux.org/title/Debuginfod"&gt;Debuginfod&lt;/a> wiki article, and also our newly renovated <a href="https://wiki.archlinux.org/title/Debugging/Getting_traces"&gt;Debugging/Getting traces</a> article.</p><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Linderud</dc:creator>Wed, 02 Feb 2022 20:28:36 +0000tag:archlinux.org,2022-02-02:/news/debug-packages-and-debuginfod/<title>linux-firmware 20220119.0c6a7b3-2 requires kernel >=5.3 and package splitting</title>https://archlinux.org/news/linux-firmware-202201190c6a7b3-2-requires-kernel-53-and-package-splitting/<p>The linux-firmware package 20220119.0c6a7b3-2 implements kernel
firmware compression. Linux kernel from 5.3 on support loading
from xz compressed firmware.<br />
CONFIG_FW_LOADER_COMPRESS kernel option must be enabled. All official Arch Linux kernel support this for a long time. [1]</p>
<p>The linux-firmware package has been split into smaller packages to
further reduce required disk space. Some big firmware files of
rarely used hardware have been split into separate packages.<br />
This affects firmware for Mellanox Spectrum switches, Marvell devices,
Qualcomm SoCs, Cavium LiquidIO server adapters, QLogic devices,
Broadcom NetXtreme II 10Gb ethernet adapters.<br />
Make sure to install additional firmware packages if needed. [2]</p>
<p>[1] <a href="https://bugs.archlinux.org/task/72899"&gt;FS#72899&lt;/a&gt;&lt;br />
[2] <a href="https://bugs.archlinux.org/task/72559"&gt;FS#72559&lt;/a> +
<a href="https://github.com/archlinux/svntogit-packages/commit/a12e069d0cae39a87f003beab9a97f7211abcac2.patch"&gt;svn commit</a></p><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Radke</dc:creator>Fri, 21 Jan 2022 17:35:16 +0000tag:archlinux.org,2022-01-21:/news/linux-firmware-202201190c6a7b3-2-requires-kernel-53-and-package-splitting/<title>libxml2>=2.9.12-6 update may require manual intervention</title>https://archlinux.org/news/libxml22912-6-update-may-require-manual-intervention/<p>The libxml2 package prior to version 2.9.12-6 was missing the compiled python modules. This has been fixed in 2.9.12-6, so the upgrade may need to overwrite any untracked pyc files created. If you get errors like these</p>
<pre><code>libxml2: /usr/lib/python3.10/site-packages/pycache/drv_libxml2.cpython-310.opt-1.pyc exists in filesystem
libxml2: /usr/lib/python3.10/site-packages/pycache/drv_libxml2.cpython-310.pyc exists in filesystem
libxml2: /usr/lib/python3.10/site-packages/pycache/libxml2.cpython-310.opt-1.pyc exists in filesystem
libxml2: /usr/lib/python3.10/site-packages/pycache/libxml2.cpython-310.pyc exists in filesystem
</code></pre>
<p>when updating, use</p>
<pre><code>pacman -Syu --overwrite /usr/lib/python3.10/site-packages/pycache/*
</code></pre>
<p>to perform the upgrade.</p><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Alexander Steffens</dc:creator>Mon, 27 Dec 2021 06:17:35 +0000tag:archlinux.org,2021-12-27:/news/libxml22912-6-update-may-require-manual-intervention/<title>Sorting out old password hashes</title>https://archlinux.org/news/sorting-out-old-password-hashes/<p>Starting with <code>libxcrypt</code> 4.4.21, weak password hashes (such as <em>MD5</em> and
<em>SHA1</em>) are no longer accepted for new passwords. Users that still have
their passwords stored with a weak hash will be asked to update their
password on their next login.</p>
<p>If the login just fails (for example from display manager) switch to a
virtual terminal (<em>Ctrl-Alt-F2</em>) and log in there once.</p><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hesse</dc:creator>Tue, 08 Jun 2021 06:32:03 +0000tag:archlinux.org,2021-06-08:/news/sorting-out-old-password-hashes/<title>Move of official IRC channels to libera.chat</title>https://archlinux.org/news/move-of-official-irc-channels-to-liberachat/<p>As some of you may have read over the past days, there has been an ownership dispute over the <a href="https://freenode.net"&gt;freenode.net&lt;/a> network. The IRC network has been used by Arch Linux and many other projects over the past decades as a platform for discussion and support.
The dispute led to the exodus of most former freenode staff from the network and the founding of a new network: <a href="https://libera.chat"&gt;libera.chat&lt;/a&gt;&lt;/p>
<p>Starting today, Arch Linux and its sister projects <a href="https://archlinuxarm.org"&gt;Arch Linux ARM</a> and <a href="https://archlinux32.org"&gt;Arch Linux 32</a> will begin migrating the official IRC channels from freenode.net to libera.chat. Please bear with us as this can take some time to be fully settled in.</p>
<p>We thank the freenode community for the many years of great service and collaboration.</p><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Runge</dc:creator>Mon, 24 May 2021 20:14:14 +0000tag:archlinux.org,2021-05-24:/news/move-of-official-irc-channels-to-liberachat/<title>Installation medium with installer</title>https://archlinux.org/news/installation-medium-with-installer/<p>The installation medium now provides a guided <a href="https://archlinux.org/packages/extra/any/archinstall/"&gt;installer&lt;/a&gt;.&lt;/p>
<p>This addition to the default method of installation (based on the <a href="https://wiki.archlinux.org/index.php/Installation_guide"&gt;installation guide</a>) is similar to the <a href="https://wiki.archlinux.org/index.php/Category:Installation_process"&gt;other methods</a>.</p>
<p>If you use this installer, do not forget to mention it when asking for support and also to provide the archinstall log, when asked.</p><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giancarlo Razzolini</dc:creator>Thu, 01 Apr 2021 18:02:38 +0000tag:archlinux.org,2021-04-01:/news/installation-medium-with-installer/<title>Moving to Zstandard images by default on mkinitcpio</title>https://archlinux.org/news/moving-to-zstandard-images-by-default-on-mkinitcpio/<p>As linux-lts moved to the 5.10 version, all official kernels of Arch Linux now support zstd compressed
initramfs images, so mkinitcpio is switching to zstd compressed images by default with version 30,
which is currently on [testing].</p>
<p>If, for any reason, you are using a kernel version prior to 5.9, make sure to change mkinitcpio.conf
COMPRESSION to use one of the compressors supported, like gzip, otherwise you <strong>will not</strong> be able to
boot image...

Read more