<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fedora 25 on nagg.eu</title><link>https://nagg.eu/tags/fedora-25/</link><description>Recent content in Fedora 25 on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 23 Dec 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/fedora-25/index.xml" rel="self" type="application/rss+xml"/><item><title>Sony WF-1000XM4 on Linux Fedora 35</title><link>https://nagg.eu/sony-wf-1000xm4-on-linux-fedora-35/</link><pubDate>Thu, 23 Dec 2021 00:00:00 +0000</pubDate><guid>https://nagg.eu/sony-wf-1000xm4-on-linux-fedora-35/</guid><description>&lt;p&gt;Last week I converted myself to wireless earphones.&lt;br&gt;
I don&amp;rsquo;t consider myself an audiophile, I don&amp;rsquo;t have any deep knowledge of music
but I kinda enjoy listening to it.&lt;br&gt;
Because of this I have had a few decent pairs of headphones, earphones and
monitor speakers in my life; they all shared a thing: cables.&lt;br&gt;
Last week I pulled the trigger and bought myself my very first pair of wireless
earphones: Sony WF-1000XM4.&lt;br&gt;
The main idea was to use them with the phone and maybe with work issued laptop
which is running Windows, I did not even thought they would work with my Linux
laptop.&lt;br&gt;
But to my biggest surprise they just work on Linux, no fiddling with
&lt;code&gt;bluetoothhcl&lt;/code&gt; or &lt;code&gt;btmgmt&lt;/code&gt;; just enable BT in &lt;code&gt;Gnome settings&lt;/code&gt;, long press for
5 seconds on both earphones to activate pairing mode and wait for them to pair.&lt;/p&gt;</description></item><item><title>AMD Ryzen on Linux</title><link>https://nagg.eu/amd-ryzen-on-linux/</link><pubDate>Sat, 17 Jun 2017 10:52:37 +0000</pubDate><guid>https://nagg.eu/amd-ryzen-on-linux/</guid><description>&lt;p&gt;Finally we have some new hardware worth writing of and also spending money on.&lt;br&gt;
I have been using an AMD Ryzen 7 1700X based build for some time now and so far I am really liking it, the CPU is marvelous considering the pricetag and felt like a worthwhile upgrade from the Xeon E3-1241v3 I was using before; it is basically twice the cores clocked at pretty much the same speed. Awesome.&lt;br&gt;
There are a couple of points worth spending some words on tho.&lt;/p&gt;</description></item><item><title>Handbrake, compile from source on Fedora 25</title><link>https://nagg.eu/handbrake-compile-from-source-on-fedora-25/</link><pubDate>Tue, 13 Jun 2017 14:03:27 +0000</pubDate><guid>https://nagg.eu/handbrake-compile-from-source-on-fedora-25/</guid><description>&lt;p&gt;Handbrake cannot be installed from default repos nor rpmfusion, to get it on Fedora 25 there are two other options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;use negativo17 third party repository;&lt;/li&gt;
&lt;li&gt;compile from source.&lt;br&gt;
The first option is, but that is my opinion, subpar because I don&amp;rsquo;t trust third party repositories; option two is what is left.&lt;br&gt;
Download the source code from git and install some dependencies:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ git clone https://github.com/HandBrake/HandBrake.git
$ sudo dnf install dbus-glib-devel gstreamer1-devel gstreamer1-plugins-base-devel intltool libgudev1-devel libnotify-devel webkitgtk3-devel libgudev-devel dbus-glib-devel webkitgtk3-devel gstream-devel libnotify-devel gstreamer1-devel gstreamer1-plugins-base-devel lame-devel opus-devel fribidi-devel libass-devel libtheora-devel x264-devel nasm
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Like I do with every other program I like to keep as much up to date as possible, I have a small script to take care of compilation, installation and upgrade processes for me.&lt;/p&gt;</description></item></channel></rss>