Updated blog

main
Samuel ORTION 1 year ago
parent 1b8676156b
commit 062057e8ba

1
.gitignore vendored

@ -1,5 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__
*.pyc
*.py[cod]
# C extensions

@ -9,13 +9,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<link rel="stylesheet" type="text/css" href="./theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="./theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="./theme/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/font-awesome/css/font-awesome.min.css">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="The Blog of a juvenile Geekus biologicus Atom">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="BioloGeek's blog Atom">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
@ -27,15 +27,15 @@
<meta name="description" content="After recording bats, orthoptera or birds, it is often necesserary to see the spectrograms of the sounds, for instance while analysing Vigie-Chiro Program bat records The software needed to do so are often only for Windows, in the present article, we will learn how to install these softwares (i.e …" />
<meta name="keywords" content="bat, bird, ultrasound, syrinx, batsound">
<meta property="og:site_name" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:site_name" content="BioloGeek's blog"/>
<meta property="og:title" content="Analyse Sound on GNU/Linux using Wine"/>
<meta property="og:description" content="After recording bats, orthoptera or birds, it is often necesserary to see the spectrograms of the sounds, for instance while analysing Vigie-Chiro Program bat records The software needed to do so are often only for Windows, in the present article, we will learn how to install these softwares (i.e …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="./analyse-sound-on-gnulinux-using-wine.html"/>
<meta property="og:url" content="https://blog.ortion.xyz/analyse-sound-on-gnulinux-using-wine.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2021-03-25 10:40:00+01:00"/>
<meta property="article:modified_time" content=""/>
<meta property="article:author" content="./author/samuel-ortion.html">
<meta property="article:author" content="https://blog.ortion.xyz/author/samuel-ortion.html">
<meta property="article:section" content="audio"/>
<meta property="article:tag" content="bat"/>
<meta property="article:tag" content="bird"/>
@ -44,42 +44,37 @@
<meta property="article:tag" content="batsound"/>
<meta property="og:image" content="">
<title>The Blog of a juvenile Geekus biologicus &ndash; Analyse Sound on GNU/Linux using Wine</title>
<title>BioloGeek's blog &ndash; Analyse Sound on GNU/Linux using Wine</title>
</head>
<body>
<aside>
<div>
<a href=".">
<img src="./theme/img/profile.png" alt="" title="">
<a href="https://blog.ortion.xyz">
<img src="https://blog.ortion.xyz/theme/img/profile.png" alt="" title="">
</a>
<h1><a href="."></a></h1>
<h1><a href="https://blog.ortion.xyz"></a></h1>
<p>The Blog of a juvenile Geekus biologicus</p>
<nav>
<ul class="list">
<li><a href="./pages/about.html#about">About</a></li>
<li><a href="./pages/contact.html#contact">Contact</a></li>
<li><a href="https://blog.ortion.xyz/pages/about.html#about">About</a></li>
<li><a href="https://blog.ortion.xyz/pages/contact.html#contact">Contact</a></li>
<li><a href="https://samuel.ortion.xyz" target="_blank">website</a></li>
<li><a href="https://forge.ortion.xyz" target="_blank">forge</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-mastodon" href="https://toot.ortion.xyz" target="_blank"><img src="/theme/img/social/mastodon.png"></a></li>
<li><a class="sc-twitter" href="https://twitter.com/SAmULuUus" target="_blank"><img src="/theme/img/social/twitter.png"></a></li>
<li><a class="sc-peertube" href="https://tube.ortion.xyz" target="_blank"><img src="/theme/img/social/peertube.png"></a></li>
</ul>
<!-- <ul class="social">
</ul> -->
</div>
</aside>
<main>
<nav>
<a href=".">Home
<a href="https://blog.ortion.xyz">Home
</a>
@ -93,7 +88,7 @@
<h1 id="analyse-sound-on-gnulinux-using-wine">Analyse Sound on GNU/Linux using Wine</h1>
<p>
Posted on Thu 25 March 2021 in <a href="./category/audio.html">audio</a>
Posted on Thu 25 March 2021 in <a href="https://blog.ortion.xyz/category/audio.html">audio</a>
</p>
@ -219,11 +214,11 @@ To analyse ultrasound, with a 384 kHz sampling frequency, we have to open <code>
</div>
<div class="tag-cloud">
<p>
<a href="./tag/bat.html">bat</a>
<a href="./tag/bird.html">bird</a>
<a href="./tag/ultrasound.html">ultrasound</a>
<a href="./tag/syrinx.html">syrinx</a>
<a href="./tag/batsound.html">batsound</a>
<a href="https://blog.ortion.xyz/tag/bat.html">bat</a>
<a href="https://blog.ortion.xyz/tag/bird.html">bird</a>
<a href="https://blog.ortion.xyz/tag/ultrasound.html">ultrasound</a>
<a href="https://blog.ortion.xyz/tag/syrinx.html">syrinx</a>
<a href="https://blog.ortion.xyz/tag/batsound.html">batsound</a>
</p>
</div>
@ -235,17 +230,17 @@ To analyse ultrasound, with a 384 kHz sampling frequency, we have to open <code>
<footer>
<p>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike 4.0 International License</a>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International License</a>
</p>
<p>Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>
</p><p>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
href="http://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"
width="80"
height="15"/>
</a>
@ -259,8 +254,8 @@ To analyse ultrasound, with a 384 kHz sampling frequency, we have to open <code>
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " The Blog of a juvenile Geekus biologicus ",
"url" : ".",
"name": " BioloGeek's blog ",
"url" : "https://blog.ortion.xyz",
"image": "",
"description": "This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."
}

@ -9,13 +9,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<link rel="stylesheet" type="text/css" href="./theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="./theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="./theme/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/font-awesome/css/font-awesome.min.css">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="The Blog of a juvenile Geekus biologicus Atom">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="BioloGeek's blog Atom">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
@ -25,14 +25,14 @@
<meta name="author" content="Samuel ORTION" />
<meta name="description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)." />
<meta property="og:site_name" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:site_name" content="BioloGeek's blog"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:title" content="BioloGeek's blog"/>
<meta property="og:description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="."/>
<meta property="og:url" content="https://blog.ortion.xyz"/>
<title>The Blog of a juvenile Geekus biologicus &ndash; Archives
<title>BioloGeek's blog &ndash; Archives
</title>
</head>
@ -40,35 +40,30 @@
<body>
<aside>
<div>
<a href=".">
<img src="./theme/img/profile.png" alt="" title="">
<a href="https://blog.ortion.xyz">
<img src="https://blog.ortion.xyz/theme/img/profile.png" alt="" title="">
</a>
<h1><a href="."></a></h1>
<h1><a href="https://blog.ortion.xyz"></a></h1>
<p>The Blog of a juvenile Geekus biologicus</p>
<nav>
<ul class="list">
<li><a href="./pages/about.html#about">About</a></li>
<li><a href="./pages/contact.html#contact">Contact</a></li>
<li><a href="https://blog.ortion.xyz/pages/about.html#about">About</a></li>
<li><a href="https://blog.ortion.xyz/pages/contact.html#contact">Contact</a></li>
<li><a href="https://samuel.ortion.xyz" target="_blank">website</a></li>
<li><a href="https://forge.ortion.xyz" target="_blank">forge</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-mastodon" href="https://toot.ortion.xyz" target="_blank"><img src="/theme/img/social/mastodon.png"></a></li>
<li><a class="sc-twitter" href="https://twitter.com/SAmULuUus" target="_blank"><img src="/theme/img/social/twitter.png"></a></li>
<li><a class="sc-peertube" href="https://tube.ortion.xyz" target="_blank"><img src="/theme/img/social/peertube.png"></a></li>
</ul>
<!-- <ul class="social">
</ul> -->
</div>
</aside>
<main>
<nav>
<a href=".">Home
<a href="https://blog.ortion.xyz">Home
</a>
@ -85,26 +80,26 @@
<div>
<dl>
<dt>Fri 26 March 2021</dt>
<dd><a href="./install-nvidia-drivers-on-fedora-34.html">Install Nvidia drivers on fedora 34</a></dd>
<dd><a href="https://blog.ortion.xyz/install-nvidia-drivers-on-fedora-34.html">Install Nvidia drivers on fedora 34</a></dd>
<dt>Thu 25 March 2021</dt>
<dd><a href="./analyse-sound-on-gnulinux-using-wine.html">Analyse Sound on GNU/Linux using Wine</a></dd>
<dd><a href="https://blog.ortion.xyz/analyse-sound-on-gnulinux-using-wine.html">Analyse Sound on GNU/Linux using Wine</a></dd>
</dl>
</div>
</article>
<footer>
<p>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike 4.0 International License</a>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International License</a>
</p>
<p>Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>
</p><p>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
href="http://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"
width="80"
height="15"/>
</a>
@ -118,8 +113,8 @@
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " The Blog of a juvenile Geekus biologicus ",
"url" : ".",
"name": " BioloGeek's blog ",
"url" : "https://blog.ortion.xyz",
"image": "",
"description": "This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."
}

@ -9,13 +9,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<link rel="stylesheet" type="text/css" href="../theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="../theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="../theme/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/font-awesome/css/font-awesome.min.css">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="The Blog of a juvenile Geekus biologicus Atom">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="BioloGeek's blog Atom">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
@ -25,14 +25,14 @@
<meta name="author" content="Samuel ORTION" />
<meta name="description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)." />
<meta property="og:site_name" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:site_name" content="BioloGeek's blog"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:title" content="BioloGeek's blog"/>
<meta property="og:description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content=".."/>
<meta property="og:url" content="https://blog.ortion.xyz"/>
<title>The Blog of a juvenile Geekus biologicus &ndash; Posts by Samuel ORTION
<title>BioloGeek's blog &ndash; Posts by Samuel ORTION
:</title>
</head>
@ -40,35 +40,30 @@
<body>
<aside>
<div>
<a href="..">
<img src="../theme/img/profile.png" alt="" title="">
<a href="https://blog.ortion.xyz">
<img src="https://blog.ortion.xyz/theme/img/profile.png" alt="" title="">
</a>
<h1><a href=".."></a></h1>
<h1><a href="https://blog.ortion.xyz"></a></h1>
<p>The Blog of a juvenile Geekus biologicus</p>
<nav>
<ul class="list">
<li><a href="../pages/about.html#about">About</a></li>
<li><a href="../pages/contact.html#contact">Contact</a></li>
<li><a href="https://blog.ortion.xyz/pages/about.html#about">About</a></li>
<li><a href="https://blog.ortion.xyz/pages/contact.html#contact">Contact</a></li>
<li><a href="https://samuel.ortion.xyz" target="_blank">website</a></li>
<li><a href="https://forge.ortion.xyz" target="_blank">forge</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-mastodon" href="https://toot.ortion.xyz" target="_blank"><img src="/theme/img/social/mastodon.png"></a></li>
<li><a class="sc-twitter" href="https://twitter.com/SAmULuUus" target="_blank"><img src="/theme/img/social/twitter.png"></a></li>
<li><a class="sc-peertube" href="https://tube.ortion.xyz" target="_blank"><img src="/theme/img/social/peertube.png"></a></li>
</ul>
<!-- <ul class="social">
</ul> -->
</div>
</aside>
<main>
<nav>
<a href="..">Home
<a href="https://blog.ortion.xyz">Home
</a>
@ -81,14 +76,14 @@
<article>
<header>
<h2><a href="../install-nvidia-drivers-on-fedora-34.html#install-nvidia-drivers-on-fedora-34">Install Nvidia drivers on fedora 34</a></h2>
<h2><a href="https://blog.ortion.xyz/install-nvidia-drivers-on-fedora-34.html#install-nvidia-drivers-on-fedora-34">Install Nvidia drivers on fedora 34</a></h2>
<p>
Posted on Fri 26 March 2021 in <a href="../category/sysadmin.html">sysadmin</a>
Posted on Fri 26 March 2021 in <a href="https://blog.ortion.xyz/category/sysadmin.html">sysadmin</a>
&#8226; Tagged with
<a href="../tag/nvidia.html">Nvidia</a>, <a href="../tag/drivers.html">drivers</a>, <a href="../tag/gpu.html">gpu</a>, <a href="../tag/fedora.html">fedora</a>
<a href="https://blog.ortion.xyz/tag/nvidia.html">Nvidia</a>, <a href="https://blog.ortion.xyz/tag/drivers.html">drivers</a>, <a href="https://blog.ortion.xyz/tag/gpu.html">gpu</a>, <a href="https://blog.ortion.xyz/tag/fedora.html">fedora</a>
</p>
</header>
<div>
@ -106,28 +101,28 @@ reboot
<li><a href="https://fedoramagazine.org/install-nvidia-gpu/">fedora magazine</a></li>
</ul>
<br>
<a class="btn" href="../install-nvidia-drivers-on-fedora-34.html#install-nvidia-drivers-on-fedora-34">Continue reading
<a class="btn" href="https://blog.ortion.xyz/install-nvidia-drivers-on-fedora-34.html#install-nvidia-drivers-on-fedora-34">Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="../analyse-sound-on-gnulinux-using-wine.html#analyse-sound-on-gnulinux-using-wine">Analyse Sound on GNU/Linux using Wine</a></h2>
<h2><a href="https://blog.ortion.xyz/analyse-sound-on-gnulinux-using-wine.html#analyse-sound-on-gnulinux-using-wine">Analyse Sound on GNU/Linux using Wine</a></h2>
<p>
Posted on Thu 25 March 2021 in <a href="../category/audio.html">audio</a>
Posted on Thu 25 March 2021 in <a href="https://blog.ortion.xyz/category/audio.html">audio</a>
&#8226; Tagged with
<a href="../tag/bat.html">bat</a>, <a href="../tag/bird.html">bird</a>, <a href="../tag/ultrasound.html">ultrasound</a>, <a href="../tag/syrinx.html">syrinx</a>, <a href="../tag/batsound.html">batsound</a>
<a href="https://blog.ortion.xyz/tag/bat.html">bat</a>, <a href="https://blog.ortion.xyz/tag/bird.html">bird</a>, <a href="https://blog.ortion.xyz/tag/ultrasound.html">ultrasound</a>, <a href="https://blog.ortion.xyz/tag/syrinx.html">syrinx</a>, <a href="https://blog.ortion.xyz/tag/batsound.html">batsound</a>
</p>
</header>
<div>
<p>After recording bats, orthoptera or birds, it is often necesserary to see the spectrograms of the sounds, for instance while analysing <a href="http://www.vigienature.fr/fr/chauves-souris">Vigie-Chiro Program</a> bat records</p>
<p>The software needed to do so are often only for Windows, in the present article, we will learn how to install these softwares (i.e …</p>
<br>
<a class="btn" href="../analyse-sound-on-gnulinux-using-wine.html#analyse-sound-on-gnulinux-using-wine">Continue reading
<a class="btn" href="https://blog.ortion.xyz/analyse-sound-on-gnulinux-using-wine.html#analyse-sound-on-gnulinux-using-wine">Continue reading
</a>
</div>
</article>
@ -140,17 +135,17 @@ reboot
<footer>
<p>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike 4.0 International License</a>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International License</a>
</p>
<p>Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>
</p><p>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
href="http://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"
width="80"
height="15"/>
</a>
@ -164,8 +159,8 @@ reboot
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " The Blog of a juvenile Geekus biologicus ",
"url" : "..",
"name": " BioloGeek's blog ",
"url" : "https://blog.ortion.xyz",
"image": "",
"description": "This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."
}

@ -9,13 +9,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<link rel="stylesheet" type="text/css" href="./theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="./theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="./theme/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/font-awesome/css/font-awesome.min.css">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="The Blog of a juvenile Geekus biologicus Atom">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="BioloGeek's blog Atom">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
@ -25,14 +25,14 @@
<meta name="author" content="Samuel ORTION" />
<meta name="description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)." />
<meta property="og:site_name" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:site_name" content="BioloGeek's blog"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:title" content="BioloGeek's blog"/>
<meta property="og:description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="."/>
<meta property="og:url" content="https://blog.ortion.xyz"/>
<title>The Blog of a juvenile Geekus biologicus &ndash; Authors
<title>BioloGeek's blog &ndash; Authors
</title>
</head>
@ -40,35 +40,30 @@
<body>
<aside>
<div>
<a href=".">
<img src="./theme/img/profile.png" alt="" title="">
<a href="https://blog.ortion.xyz">
<img src="https://blog.ortion.xyz/theme/img/profile.png" alt="" title="">
</a>
<h1><a href="."></a></h1>
<h1><a href="https://blog.ortion.xyz"></a></h1>
<p>The Blog of a juvenile Geekus biologicus</p>
<nav>
<ul class="list">
<li><a href="./pages/about.html#about">About</a></li>
<li><a href="./pages/contact.html#contact">Contact</a></li>
<li><a href="https://blog.ortion.xyz/pages/about.html#about">About</a></li>
<li><a href="https://blog.ortion.xyz/pages/contact.html#contact">Contact</a></li>
<li><a href="https://samuel.ortion.xyz" target="_blank">website</a></li>
<li><a href="https://forge.ortion.xyz" target="_blank">forge</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-mastodon" href="https://toot.ortion.xyz" target="_blank"><img src="/theme/img/social/mastodon.png"></a></li>
<li><a class="sc-twitter" href="https://twitter.com/SAmULuUus" target="_blank"><img src="/theme/img/social/twitter.png"></a></li>
<li><a class="sc-peertube" href="https://tube.ortion.xyz" target="_blank"><img src="/theme/img/social/peertube.png"></a></li>
</ul>
<!-- <ul class="social">
</ul> -->
</div>
</aside>
<main>
<nav>
<a href=".">Home
<a href="https://blog.ortion.xyz">Home
</a>
@ -84,24 +79,24 @@
</header>
<div>
<ul class="list">
<li><a href="./author/samuel-ortion.html">Samuel ORTION</a> (2)</li>
<li><a href="https://blog.ortion.xyz/author/samuel-ortion.html">Samuel ORTION</a> (2)</li>
</ul>
</div>
</article>
<footer>
<p>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike 4.0 International License</a>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International License</a>
</p>
<p>Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>
</p><p>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
href="http://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"
width="80"
height="15"/>
</a>
@ -115,8 +110,8 @@
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " The Blog of a juvenile Geekus biologicus ",
"url" : ".",
"name": " BioloGeek's blog ",
"url" : "https://blog.ortion.xyz",
"image": "",
"description": "This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."
}

@ -9,13 +9,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<link rel="stylesheet" type="text/css" href="./theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="./theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="./theme/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/font-awesome/css/font-awesome.min.css">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="The Blog of a juvenile Geekus biologicus Atom">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="BioloGeek's blog Atom">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
@ -25,14 +25,14 @@
<meta name="author" content="Samuel ORTION" />
<meta name="description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)." />
<meta property="og:site_name" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:site_name" content="BioloGeek's blog"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:title" content="BioloGeek's blog"/>
<meta property="og:description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="."/>
<meta property="og:url" content="https://blog.ortion.xyz"/>
<title>The Blog of a juvenile Geekus biologicus &ndash; Categories
<title>BioloGeek's blog &ndash; Categories
</title>
</head>
@ -40,35 +40,30 @@
<body>
<aside>
<div>
<a href=".">
<img src="./theme/img/profile.png" alt="" title="">
<a href="https://blog.ortion.xyz">
<img src="https://blog.ortion.xyz/theme/img/profile.png" alt="" title="">
</a>
<h1><a href="."></a></h1>
<h1><a href="https://blog.ortion.xyz"></a></h1>
<p>The Blog of a juvenile Geekus biologicus</p>
<nav>
<ul class="list">
<li><a href="./pages/about.html#about">About</a></li>
<li><a href="./pages/contact.html#contact">Contact</a></li>
<li><a href="https://blog.ortion.xyz/pages/about.html#about">About</a></li>
<li><a href="https://blog.ortion.xyz/pages/contact.html#contact">Contact</a></li>
<li><a href="https://samuel.ortion.xyz" target="_blank">website</a></li>
<li><a href="https://forge.ortion.xyz" target="_blank">forge</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-mastodon" href="https://toot.ortion.xyz" target="_blank"><img src="/theme/img/social/mastodon.png"></a></li>
<li><a class="sc-twitter" href="https://twitter.com/SAmULuUus" target="_blank"><img src="/theme/img/social/twitter.png"></a></li>
<li><a class="sc-peertube" href="https://tube.ortion.xyz" target="_blank"><img src="/theme/img/social/peertube.png"></a></li>
</ul>
<!-- <ul class="social">
</ul> -->
</div>
</aside>
<main>
<nav>
<a href=".">Home
<a href="https://blog.ortion.xyz">Home
</a>
@ -84,25 +79,25 @@
</header>
<div>
<ul class="list">
<li><a href="./category/audio.html">audio</a> (1)</li>
<li><a href="./category/sysadmin.html">sysadmin</a> (1)</li>
<li><a href="https://blog.ortion.xyz/category/audio.html">audio</a> (1)</li>
<li><a href="https://blog.ortion.xyz/category/sysadmin.html">sysadmin</a> (1)</li>
</ul>
</div>
</article>
<footer>
<p>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike 4.0 International License</a>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International License</a>
</p>
<p>Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>
</p><p>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
href="http://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"
width="80"
height="15"/>
</a>
@ -116,8 +111,8 @@
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " The Blog of a juvenile Geekus biologicus ",
"url" : ".",
"name": " BioloGeek's blog ",
"url" : "https://blog.ortion.xyz",
"image": "",
"description": "This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."
}

@ -9,13 +9,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<link rel="stylesheet" type="text/css" href="../theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="../theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="../theme/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/font-awesome/css/font-awesome.min.css">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="The Blog of a juvenile Geekus biologicus Atom">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="BioloGeek's blog Atom">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
@ -25,14 +25,14 @@
<meta name="author" content="Samuel ORTION" />
<meta name="description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)." />
<meta property="og:site_name" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:site_name" content="BioloGeek's blog"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:title" content="BioloGeek's blog"/>
<meta property="og:description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content=".."/>
<meta property="og:url" content="https://blog.ortion.xyz"/>
<title>The Blog of a juvenile Geekus biologicus &ndash; Category audio
<title>BioloGeek's blog &ndash; Category audio
</title>
</head>
@ -40,35 +40,30 @@
<body>
<aside>
<div>
<a href="..">
<img src="../theme/img/profile.png" alt="" title="">
<a href="https://blog.ortion.xyz">
<img src="https://blog.ortion.xyz/theme/img/profile.png" alt="" title="">
</a>
<h1><a href=".."></a></h1>
<h1><a href="https://blog.ortion.xyz"></a></h1>
<p>The Blog of a juvenile Geekus biologicus</p>
<nav>
<ul class="list">
<li><a href="../pages/about.html#about">About</a></li>
<li><a href="../pages/contact.html#contact">Contact</a></li>
<li><a href="https://blog.ortion.xyz/pages/about.html#about">About</a></li>
<li><a href="https://blog.ortion.xyz/pages/contact.html#contact">Contact</a></li>
<li><a href="https://samuel.ortion.xyz" target="_blank">website</a></li>
<li><a href="https://forge.ortion.xyz" target="_blank">forge</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-mastodon" href="https://toot.ortion.xyz" target="_blank"><img src="/theme/img/social/mastodon.png"></a></li>
<li><a class="sc-twitter" href="https://twitter.com/SAmULuUus" target="_blank"><img src="/theme/img/social/twitter.png"></a></li>
<li><a class="sc-peertube" href="https://tube.ortion.xyz" target="_blank"><img src="/theme/img/social/peertube.png"></a></li>
</ul>
<!-- <ul class="social">
</ul> -->
</div>
</aside>
<main>
<nav>
<a href="..">Home
<a href="https://blog.ortion.xyz">Home
</a>
@ -81,21 +76,21 @@
<article>
<header>
<h2><a href="../analyse-sound-on-gnulinux-using-wine.html#analyse-sound-on-gnulinux-using-wine">Analyse Sound on GNU/Linux using Wine</a></h2>
<h2><a href="https://blog.ortion.xyz/analyse-sound-on-gnulinux-using-wine.html#analyse-sound-on-gnulinux-using-wine">Analyse Sound on GNU/Linux using Wine</a></h2>
<p>
Posted on Thu 25 March 2021 in <a href="../category/audio.html">audio</a>
Posted on Thu 25 March 2021 in <a href="https://blog.ortion.xyz/category/audio.html">audio</a>
&#8226; Tagged with
<a href="../tag/bat.html">bat</a>, <a href="../tag/bird.html">bird</a>, <a href="../tag/ultrasound.html">ultrasound</a>, <a href="../tag/syrinx.html">syrinx</a>, <a href="../tag/batsound.html">batsound</a>
<a href="https://blog.ortion.xyz/tag/bat.html">bat</a>, <a href="https://blog.ortion.xyz/tag/bird.html">bird</a>, <a href="https://blog.ortion.xyz/tag/ultrasound.html">ultrasound</a>, <a href="https://blog.ortion.xyz/tag/syrinx.html">syrinx</a>, <a href="https://blog.ortion.xyz/tag/batsound.html">batsound</a>
</p>
</header>
<div>
<p>After recording bats, orthoptera or birds, it is often necesserary to see the spectrograms of the sounds, for instance while analysing <a href="http://www.vigienature.fr/fr/chauves-souris">Vigie-Chiro Program</a> bat records</p>
<p>The software needed to do so are often only for Windows, in the present article, we will learn how to install these softwares (i.e …</p>
<br>
<a class="btn" href="../analyse-sound-on-gnulinux-using-wine.html#analyse-sound-on-gnulinux-using-wine">Continue reading
<a class="btn" href="https://blog.ortion.xyz/analyse-sound-on-gnulinux-using-wine.html#analyse-sound-on-gnulinux-using-wine">Continue reading
</a>
</div>
</article>
@ -108,17 +103,17 @@
<footer>
<p>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike 4.0 International License</a>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International License</a>
</p>
<p>Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>
</p><p>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
href="http://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"
width="80"
height="15"/>
</a>
@ -132,8 +127,8 @@
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " The Blog of a juvenile Geekus biologicus ",
"url" : "..",
"name": " BioloGeek's blog ",
"url" : "https://blog.ortion.xyz",
"image": "",
"description": "This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."
}

@ -9,13 +9,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<link rel="stylesheet" type="text/css" href="../theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="../theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="../theme/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/font-awesome/css/font-awesome.min.css">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="The Blog of a juvenile Geekus biologicus Atom">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="BioloGeek's blog Atom">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
@ -25,14 +25,14 @@
<meta name="author" content="Samuel ORTION" />
<meta name="description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)." />
<meta property="og:site_name" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:site_name" content="BioloGeek's blog"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:title" content="BioloGeek's blog"/>
<meta property="og:description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content=".."/>
<meta property="og:url" content="https://blog.ortion.xyz"/>
<title>The Blog of a juvenile Geekus biologicus &ndash; Category sysadmin
<title>BioloGeek's blog &ndash; Category sysadmin
</title>
</head>
@ -40,35 +40,30 @@
<body>
<aside>
<div>
<a href="..">
<img src="../theme/img/profile.png" alt="" title="">
<a href="https://blog.ortion.xyz">
<img src="https://blog.ortion.xyz/theme/img/profile.png" alt="" title="">
</a>
<h1><a href=".."></a></h1>
<h1><a href="https://blog.ortion.xyz"></a></h1>
<p>The Blog of a juvenile Geekus biologicus</p>
<nav>
<ul class="list">
<li><a href="../pages/about.html#about">About</a></li>
<li><a href="../pages/contact.html#contact">Contact</a></li>
<li><a href="https://blog.ortion.xyz/pages/about.html#about">About</a></li>
<li><a href="https://blog.ortion.xyz/pages/contact.html#contact">Contact</a></li>
<li><a href="https://samuel.ortion.xyz" target="_blank">website</a></li>
<li><a href="https://forge.ortion.xyz" target="_blank">forge</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-mastodon" href="https://toot.ortion.xyz" target="_blank"><img src="/theme/img/social/mastodon.png"></a></li>
<li><a class="sc-twitter" href="https://twitter.com/SAmULuUus" target="_blank"><img src="/theme/img/social/twitter.png"></a></li>
<li><a class="sc-peertube" href="https://tube.ortion.xyz" target="_blank"><img src="/theme/img/social/peertube.png"></a></li>
</ul>
<!-- <ul class="social">
</ul> -->
</div>
</aside>
<main>
<nav>
<a href="..">Home
<a href="https://blog.ortion.xyz">Home
</a>
@ -81,14 +76,14 @@
<article>
<header>
<h2><a href="../install-nvidia-drivers-on-fedora-34.html#install-nvidia-drivers-on-fedora-34">Install Nvidia drivers on fedora 34</a></h2>
<h2><a href="https://blog.ortion.xyz/install-nvidia-drivers-on-fedora-34.html#install-nvidia-drivers-on-fedora-34">Install Nvidia drivers on fedora 34</a></h2>
<p>
Posted on Fri 26 March 2021 in <a href="../category/sysadmin.html">sysadmin</a>
Posted on Fri 26 March 2021 in <a href="https://blog.ortion.xyz/category/sysadmin.html">sysadmin</a>
&#8226; Tagged with
<a href="../tag/nvidia.html">Nvidia</a>, <a href="../tag/drivers.html">drivers</a>, <a href="../tag/gpu.html">gpu</a>, <a href="../tag/fedora.html">fedora</a>
<a href="https://blog.ortion.xyz/tag/nvidia.html">Nvidia</a>, <a href="https://blog.ortion.xyz/tag/drivers.html">drivers</a>, <a href="https://blog.ortion.xyz/tag/gpu.html">gpu</a>, <a href="https://blog.ortion.xyz/tag/fedora.html">fedora</a>
</p>
</header>
<div>
@ -106,7 +101,7 @@ reboot
<li><a href="https://fedoramagazine.org/install-nvidia-gpu/">fedora magazine</a></li>
</ul>
<br>
<a class="btn" href="../install-nvidia-drivers-on-fedora-34.html#install-nvidia-drivers-on-fedora-34">Continue reading
<a class="btn" href="https://blog.ortion.xyz/install-nvidia-drivers-on-fedora-34.html#install-nvidia-drivers-on-fedora-34">Continue reading
</a>
</div>
</article>
@ -119,17 +114,17 @@ reboot
<footer>
<p>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Attribution-NonCommercial-ShareAlike 4.0 International License</a>
&copy; Samuel ORTION 2021 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International License</a>
</p>
<p>Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>
</p><p>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
href="http://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"
width="80"
height="15"/>
</a>
@ -143,8 +138,8 @@ reboot
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " The Blog of a juvenile Geekus biologicus ",
"url" : "..",
"name": " BioloGeek's blog ",
"url" : "https://blog.ortion.xyz",
"image": "",
"description": "This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."
}

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>The Blog of a juvenile Geekus biologicus</title><link href="https://blog.ortion.xyz/" rel="alternate"></link><link href="https://blog.ortion.xyz/feeds/all.atom.xml" rel="self"></link><id>https://blog.ortion.xyz/</id><updated>2021-03-26T18:25:00+01:00</updated><entry><title>Install Nvidia drivers on fedora 34</title><link href="https://blog.ortion.xyz/install-nvidia-drivers-on-fedora-34.html" rel="alternate"></link><published>2021-03-26T18:25:00+01:00</published><updated>2021-03-26T18:25:00+01:00</updated><author><name>Samuel ORTION</name></author><id>tag:blog.ortion.xyz,2021-03-26:/install-nvidia-drivers-on-fedora-34.html</id><content type="html">&lt;h2&gt;Update package manager and reboot&lt;/h2&gt;
<feed xmlns="http://www.w3.org/2005/Atom"><title>BioloGeek's blog</title><link href="https://blog.ortion.xyz/" rel="alternate"></link><link href="https://blog.ortion.xyz/feeds/all.atom.xml" rel="self"></link><id>https://blog.ortion.xyz/</id><updated>2021-03-26T18:25:00+01:00</updated><subtitle>The Blog of a juvenile Geekus biologicus</subtitle><entry><title>Install Nvidia drivers on fedora 34</title><link href="https://blog.ortion.xyz/install-nvidia-drivers-on-fedora-34.html" rel="alternate"></link><published>2021-03-26T18:25:00+01:00</published><updated>2021-03-26T18:25:00+01:00</updated><author><name>Samuel ORTION</name></author><id>tag:blog.ortion.xyz,2021-03-26:/install-nvidia-drivers-on-fedora-34.html</id><content type="html">&lt;h2&gt;Update package manager and reboot&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;dnf update
reboot
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>BioloGeek's blog - audio</title><link href="https://blog.ortion.xyz/" rel="alternate"></link><link href="https://blog.ortion.xyz/feeds/audio.atom.xml" rel="self"></link><id>https://blog.ortion.xyz/</id><updated>2021-03-25T10:40:00+01:00</updated><subtitle>The Blog of a juvenile Geekus biologicus</subtitle><entry><title>Analyse Sound on GNU/Linux using Wine</title><link href="https://blog.ortion.xyz/analyse-sound-on-gnulinux-using-wine.html" rel="alternate"></link><published>2021-03-25T10:40:00+01:00</published><updated>2021-03-25T10:40:00+01:00</updated><author><name>Samuel ORTION</name></author><id>tag:blog.ortion.xyz,2021-03-25:/analyse-sound-on-gnulinux-using-wine.html</id><summary type="html">&lt;p&gt;After recording bats, orthoptera or birds, it is often necesserary to see the spectrograms of the sounds, for instance while analysing &lt;a href="http://www.vigienature.fr/fr/chauves-souris"&gt;Vigie-Chiro Program&lt;/a&gt; bat records&lt;/p&gt;
&lt;p&gt;The software needed to do so are often only for Windows, in the present article, we will learn how to install these softwares (i.e …&lt;/p&gt;</summary><content type="html">&lt;p&gt;After recording bats, orthoptera or birds, it is often necesserary to see the spectrograms of the sounds, for instance while analysing &lt;a href="http://www.vigienature.fr/fr/chauves-souris"&gt;Vigie-Chiro Program&lt;/a&gt; bat records&lt;/p&gt;
&lt;p&gt;The software needed to do so are often only for Windows, in the present article, we will learn how to install these softwares (i.e. Kaleidoscope, Syrinx, Batsound 4, 7-zip, Lupas-Rename).&lt;/p&gt;
&lt;h2&gt;Install Wine&lt;/h2&gt;
&lt;p&gt;Wine is a software that enable .exe software to run on UNIX systems such as Linux or Mac OS.&lt;/p&gt;
&lt;h3&gt;On Debian and derivatives (Ubuntu...)&lt;/h3&gt;
&lt;p&gt;Enable 32 bit packages (if you haven't already):&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;sudo dpkg --add-architecture i386
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Download and install the repository key:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Add the repository to /etc/apt/sources.list or create a wine.list under /etc/apt/sources.list.d/ with the following content:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;deb&lt;/span&gt; &lt;span class="s"&gt;https://dl.winehq.org/wine-builds/debian/&lt;/span&gt; &lt;span class="kp"&gt;buster&lt;/span&gt; &lt;span class="kp"&gt;main&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Update packages&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;sudo apt update
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Install Wine stable&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;sudo apt install --install-recommends winehq-stable
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h3&gt;On Fedora, RHEL, and derivatives&lt;/h3&gt;
&lt;p&gt;Add repository :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Install stable package :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;dnf install winehq-stable
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h2&gt;Install Kaleidoscope&lt;/h2&gt;
&lt;p&gt;Kaleidoscope is available on both fedora and debian based distros at &lt;a href="https://www.wildlifeacoustics.com/"&gt;wildlife acoustics&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Install Syrinx&lt;/h2&gt;
&lt;p&gt;As all following softwares, Syrinx is not available for GNU/Linux, we need Wine to execute the &lt;code&gt;.exe&lt;/code&gt;.
Syrinx-PC is available at &lt;a href="https://drive.google.com/file/d/0B5ZM90wrDzUOM0ZfYlpDR2l1cU0/view"&gt;Google Drive&lt;/a&gt;.
You will also need the config files available at &lt;a href="https://drive.google.com/file/d/0B5ZM90wrDzUOQnBhRjNVRFM1Rkk/view"&gt;Google Drive&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You have almost two options :
You can either right click on the &lt;code&gt;.exe&lt;/code&gt; installer and select &lt;code&gt;Open with other application&lt;/code&gt; and &lt;code&gt;Wine Windows Program Loader&lt;/code&gt;, or either run &lt;code&gt;wine syrinxalphainst.exe&lt;/code&gt; in Terminal.&lt;/p&gt;
&lt;h3&gt;Set up app launcher&lt;/h3&gt;
&lt;p&gt;You have to create a new file &lt;code&gt;.local/share/applications/syrinx.desktop&lt;/code&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;[Desktop Entry]&lt;/span&gt;
&lt;span class="na"&gt;Type&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;Application&lt;/span&gt;
&lt;span class="na"&gt;Encoding&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;UTF-8&lt;/span&gt;
&lt;span class="na"&gt;Name&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;Syrinx&lt;/span&gt;
&lt;span class="na"&gt;Comment&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;Acoustic analysis&lt;/span&gt;
&lt;span class="na"&gt;Exec&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;/usr/bin/wine /home/&amp;lt;USER&amp;gt;/.wine/drive_c/Program\ Files\ (x86)/syrinx/Syrinx.exe&lt;/span&gt;
&lt;span class="na"&gt;Icon&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;/home/&amp;lt;USER&amp;gt;/.wine/drive_c/Program Files (x86)/syrinx/img/vigie-chiro.png&lt;/span&gt;
&lt;span class="na"&gt;Terminal&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;false&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Change &lt;code&gt;&amp;lt;USER&amp;gt;&lt;/code&gt; by your username. To have the icon, you can download &lt;a href="images/vigie-chiro.png"&gt;&lt;code&gt;vigie-chiro.png&lt;/code&gt;&lt;/a&gt;.
To analyse ultrasound, with a 384 kHz sampling frequency, we have to open &lt;code&gt;Configs_syrinx/exp384.dsp&lt;/code&gt;; and next Load sound file (&lt;code&gt;Ctrl+L&lt;/code&gt;). To switch to other sound file in same folder, we can use &lt;code&gt;alt+arrows&lt;/code&gt;. For more tips, you can view &lt;a href="https://www.youtube.com/watch?v=BPPSw2FSLxs"&gt;the video of Charlotte ROEMER (Fr)&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Install and Configure Batsound 4&lt;/h2&gt;
&lt;p&gt;The procedure is quite similar with Syrinx-PC installation.&lt;/p&gt;
&lt;h3&gt;Set up app launcher&lt;/h3&gt;
&lt;p&gt;Create a new file &lt;code&gt;.local/share/applications/batsound.desktop&lt;/code&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;[Desktop Entry]&lt;/span&gt;
&lt;span class="na"&gt;Type&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;Application&lt;/span&gt;
&lt;span class="na"&gt;Encoding&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;UTF-8&lt;/span&gt;
&lt;span class="na"&gt;Name&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;Batsound&lt;/span&gt;
&lt;span class="na"&gt;Comment&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;Acoustic analysis&lt;/span&gt;
&lt;span class="na"&gt;Exec&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;/usr/bin/wine /home/&amp;lt;USER&amp;gt;/.wine/drive_c/Program\ Files\ (x86)/Pettersson/Batsound4/BatSound.exe&lt;/span&gt;
&lt;span class="na"&gt;Icon&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;/home/&amp;lt;USER&amp;gt;/.wine/drive_c/Program Files (x86)/Pettersson/Batsound4/img/batsound.png&lt;/span&gt;
&lt;span class="na"&gt;Terminal&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;false&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;(Do not forget to change &lt;code&gt;&amp;lt;USER&amp;gt;&lt;/code&gt; to your username.)&lt;/p&gt;
&lt;p&gt;To have the icon, you can download &lt;a href="images/batsound.png"&gt;&lt;code&gt;batsound.png&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Configure Batsound to analyse ultrasounds&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enter the &lt;code&gt;Sound/Sound Format&lt;/code&gt; menu.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img alt="Entering Sound/Sound Forma menu" src="images/batsound/enter-sound-format-menu.png"&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Change &lt;code&gt;Time expansion&lt;/code&gt; value to 10 (according to your recorder settings)&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Keep 44 100 as &lt;code&gt;Samples per second&lt;/code&gt; value.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter the &lt;code&gt;Analysis/Spectrogram Settings - Defaults&lt;/code&gt; menu.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img alt="Entering Spectrogram Setting - Defaults menu" src="images/batsound/spectrogram-settings-default-values.png"&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Change &lt;code&gt;Max frequency&lt;/code&gt; to &lt;code&gt;150000&lt;/code&gt;;&lt;/li&gt;
&lt;li&gt;Set &lt;code&gt;Amplitude color mapping&lt;/code&gt; to &lt;code&gt;Yellow, Red &amp;amp; Blue&lt;/code&gt;;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adapt &lt;code&gt;Threshold&lt;/code&gt; to sound intensity.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You can zoom in.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;With a &lt;em&gt;Pipistrellus kuhlii&lt;/em&gt; record, I obtain the following spectrogram with the above settings :
&lt;img alt="pipkuh spectro" src="images/batsound/pipkuh-spectro-batsound.png"&gt;&lt;/p&gt;
&lt;h2&gt;Install 7-zip&lt;/h2&gt;
&lt;p&gt;7-zip is useful in Vigie-Chiro process to compress audio files for faster upload to &lt;a href="https://vigiechiro.herokuapp.com"&gt;https://vigiechiro.herokuapp.com&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download &lt;code&gt;.exe&lt;/code&gt; installer at &lt;a href="https://www.7-zip.org/"&gt;https://www.7-zip.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Execute &lt;code&gt;7z1900.exe&lt;/code&gt; with wine.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Install Lupas-Rename&lt;/h2&gt;
&lt;p&gt;Lupas-Rename is used in Vigie-Chiro protocole to batch rename audio file to add protocoles informations such as pass and square.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Dowload &lt;code&gt;.exe&lt;/code&gt; installer at &lt;a href="https://rename.lupasfreeware.org/download.php"&gt;https://rename.lupasfreeware.org/download.php&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Execute installer with wine&lt;/li&gt;
&lt;li&gt;Batch rename audio files...&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;With all these functionnal softwares, you are able to perform Vigie-Chiro protocole and sound analysis on GNU/Linux. I look forward to see your participation at &lt;a href="https://vigiechiro.herokuapp.com"&gt;https://vigiechiro.herokuapp.com&lt;/a&gt; !&lt;/p&gt;</content><category term="audio"></category><category term="bat"></category><category term="bird"></category><category term="ultrasound"></category><category term="syrinx"></category><category term="batsound"></category></entry></feed>

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>BioloGeek's blog - sysadmin</title><link href="https://blog.ortion.xyz/" rel="alternate"></link><link href="https://blog.ortion.xyz/feeds/sysadmin.atom.xml" rel="self"></link><id>https://blog.ortion.xyz/</id><updated>2021-03-26T18:25:00+01:00</updated><subtitle>The Blog of a juvenile Geekus biologicus</subtitle><entry><title>Install Nvidia drivers on fedora 34</title><link href="https://blog.ortion.xyz/install-nvidia-drivers-on-fedora-34.html" rel="alternate"></link><published>2021-03-26T18:25:00+01:00</published><updated>2021-03-26T18:25:00+01:00</updated><author><name>Samuel ORTION</name></author><id>tag:blog.ortion.xyz,2021-03-26:/install-nvidia-drivers-on-fedora-34.html</id><content type="html">&lt;h2&gt;Update package manager and reboot&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;dnf update
reboot
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h2&gt;Enable Nvidia driver repository&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;sudo dnf config-manager --set-enabled rpmfusion-nonfree-nvidia-driver
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h2&gt;Sources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://fedoramagazine.org/install-nvidia-gpu/"&gt;fedora magazine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content><category term="sysadmin"></category><category term="Nvidia"></category><category term="drivers"></category><category term="gpu"></category><category term="fedora"></category></entry></feed>

@ -9,13 +9,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<link rel="stylesheet" type="text/css" href="./theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="./theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="./theme/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="https://blog.ortion.xyz/theme/font-awesome/css/font-awesome.min.css">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="The Blog of a juvenile Geekus biologicus Atom">
<link href="https://blog.ortion.xyz/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="BioloGeek's blog Atom">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
@ -25,49 +25,44 @@
<meta name="author" content="Samuel ORTION" />
<meta name="description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)." />
<meta property="og:site_name" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:site_name" content="BioloGeek's blog"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="The Blog of a juvenile Geekus biologicus"/>
<meta property="og:title" content="BioloGeek's blog"/>
<meta property="og:description" content="This is the informal Blog of Samuel ORTION, a juvenil Geekus biologicus enjoying computer science, machine learning, bird watching, taking photographs and more ;-)."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="."/>
<meta property="og:url" content="https://blog.ortion.xyz"/>
<title>The Blog of a juvenile Geekus biologicus</title>
<title>BioloGeek's blog</title>
</head>
<body>
<aside>
<div>
<a href=".">
<img src="./theme/img/profile.png" alt="" title="">
<a href="https://blog.ortion.xyz">
<img src="https://blog.ortion.xyz/theme/img/profile.png" alt="" title="">
</a>
<h1><a href="."></a></h1>
<h1><a href="https://blog.ortion.xyz"></a></h1>
<p>The Blog of a juvenile Geekus biologicus</p>
<nav>
<ul class="list">
<li><a href="./pages/about.html#about">About</a></li>
<li><a href="./pages/contact.html#contact">Contact</a></li>
<li><a href="https://blog.ortion.xyz/pages/about.html#about">About</a></li>
<li><a href="https://blog.ortion.xyz/pages/contact.html#contact">Contact</a></li>
<li><a href="https://samuel.ortion.xyz" target="_blank">website</a></li>
<li><a href="https://forge.ortion.xyz" target="_blank">forge</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-mastodon" href="https://toot.ortion.xyz" target="_blank"><img src="/theme/img/social/mastodon.png"></a></li>