<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>linux on OG Notes</title>
    <link>https://baccd0da.ognotes.pages.dev/notes/linux/</link>
    <description>Recent content in linux on OG Notes</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>© 2026 Orlando Gentil</copyright>
    <lastBuildDate>Mon, 19 Feb 2024 23:51:42 -0600</lastBuildDate><atom:link href="https://baccd0da.ognotes.pages.dev/notes/linux/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Oracle Linux prevent old kernels build up</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/2025072901-prevent_old_kernel_buildup/</link>
      <pubDate>Tue, 29 Jul 2025 12:00:00 +0000</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/2025072901-prevent_old_kernel_buildup/</guid>
      <description>Avoid old kernel to remain installed after upgrade Change /etc/yum.</description>
      
    </item>
    
    <item>
      <title>Sparking tmux guide</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/2024070301-tmux/</link>
      <pubDate>Thu, 03 Jul 2025 12:00:00 +0000</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/2024070301-tmux/</guid>
      <description>Just sparking interest in t(erminal)mu(ltiple)x(er) &amp;ldquo;tmux is a terminal multiplexer1.</description>
      
    </item>
    
    <item>
      <title>Markdown Cheatsheet</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/2025070201-markdown_cheatsheet/</link>
      <pubDate>Wed, 02 Jul 2025 12:00:00 +0000</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/2025070201-markdown_cheatsheet/</guid>
      <description>I moved from QOwnnotes but this a good MD reference I found there Markdown Cheatsheet # This cheatsheet is intended as a quick reference and showcase of the markdown syntax in QOwnNotes.</description>
      
    </item>
    
    <item>
      <title>USB reset after sleep/suspend</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/2025060501-usb_reset_script/</link>
      <pubDate>Thu, 05 Jun 2025 00:00:00 +0000</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/2025060501-usb_reset_script/</guid>
      <description>Reseting USB devices after resuming from sleep/suspend # After resuming my devices were not usable # My devices were becoming unresponsive after resuming from suspend.</description>
      
    </item>
    
    <item>
      <title>Install Docker on Oracle Linux 9</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/2025042301-install_docker_on_ol9/</link>
      <pubDate>Wed, 23 Apr 2025 00:00:00 +0000</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/2025042301-install_docker_on_ol9/</guid>
      <description>Install Docker on Oracle Linux 9 using docker repository Docker install OL9</description>
      
    </item>
    
    <item>
      <title>Setting up Wayland on Debian 12</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/20240702-setting_up_wayland_on_debian_12/</link>
      <pubDate>Mon, 01 Jul 2024 23:43:28 -0500</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/20240702-setting_up_wayland_on_debian_12/</guid>
      <description>Setting up Wayland on Debian 12.</description>
      
    </item>
    
    <item>
      <title>ISO to USB using MacOS</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/2024042001-iso_to_usb/</link>
      <pubDate>Sat, 20 Apr 2024 20:33:07 -0500</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/2024042001-iso_to_usb/</guid>
      <description> Write an ISO to an USB drive with system commands if you are using MacOS MacOS # Find the disk # diskutil list Umount partitions # sudo diskutil umount /dev/&amp;lt;disk_part&amp;gt; Write using dd # sudo dd if=&amp;lt;iso file&amp;gt; of=/dev/&amp;lt;usb drive&amp;gt; bs=1m status=progress </description>
      
    </item>
    
    <item>
      <title>Install GNOME on OL8 at OCI</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/2024032601-install_gnome_on_ol8_at_oci/</link>
      <pubDate>Tue, 26 Mar 2024 00:00:00 +0000</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/2024032601-install_gnome_on_ol8_at_oci/</guid>
      <description>I need to run programs with a graphical interface at my OCI instance.</description>
      
    </item>
    
    <item>
      <title>Adding multiple ports to an NGINX server block</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/2024032501-adding-_multiple_ports_to_an_nginx_server_block/</link>
      <pubDate>Mon, 25 Mar 2024 00:00:00 +0000</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/2024032501-adding-_multiple_ports_to_an_nginx_server_block/</guid>
      <description>Adding multiple ports to an NGINX server block.</description>
      
    </item>
    
    <item>
      <title>Adding multiple ports to an Apache vhost</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/2024032401-adding_multiple_ports_to_an_apache_vhost/</link>
      <pubDate>Sun, 24 Mar 2024 00:00:00 +0000</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/2024032401-adding_multiple_ports_to_an_apache_vhost/</guid>
      <description>Adding multiple ports to an Apache vhost.</description>
      
    </item>
    
    <item>
      <title>Sequences on bash</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/20240318-sequences_on_bash/</link>
      <pubDate>Mon, 18 Mar 2024 00:00:00 +0000</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/20240318-sequences_on_bash/</guid>
      <description>&amp;ldquo;You need to create a sequence of items on bash&amp;rdquo;.</description>
      
    </item>
    
    <item>
      <title>View HTTP headers directly on tcpdump</title>
      <link>https://baccd0da.ognotes.pages.dev/notes/linux/20240306-view_http_headers_directly_on_tcpdump/</link>
      <pubDate>Wed, 06 Mar 2024 19:20:09 -0600</pubDate>
      
      <guid>https://baccd0da.ognotes.pages.dev/notes/linux/20240306-view_http_headers_directly_on_tcpdump/</guid>
      <description>&amp;ldquo;You need to examine HTTP headers of incoming requests but don&amp;rsquo;t want to save the dump to a file and use Wireshark&amp;rdquo;.</description>
      
    </item>
    
  </channel>
</rss>
