<?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 Lazy Malloc</title>
    <link>http://www.lazymalloc.com/categories/linux/</link>
    <description>Recent content in linux on Lazy Malloc</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Copyright (c) 2017-2022 Lazy Malloc authors.</copyright>
    <lastBuildDate>Sun, 01 Oct 2017 21:36:01 -0500</lastBuildDate><atom:link href="http://www.lazymalloc.com/categories/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using Multiple Working Directories in both Mercurial and Git</title>
      <link>http://www.lazymalloc.com/posts/2017/multiple-working-directories-in-hg-git/</link>
      <pubDate>Sun, 01 Oct 2017 21:36:01 -0500</pubDate>
      
      <guid>http://www.lazymalloc.com/posts/2017/multiple-working-directories-in-hg-git/</guid>
      <description>&lt;p&gt;I’ve been told that utilizing this functionality is terrible, bad practice, a
mistake, contributes to climate change, etc. However, it fits into my workflow
pretty well, and it might fit into yours as well. After all, it is implemented
in at least two version control systems&amp;hellip;so some people must find it useful,
right?&lt;/p&gt;
&lt;p&gt;I use both Mercurial and Git depending on the project, so I’ll briefly describe
the usage for both, with references to more complete documentation at the end.
While the implementation is different, in both cases there are essentially
multiple working directories for a single repository.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Making PulseAudio 10 work with X Windows and Firejail</title>
      <link>http://www.lazymalloc.com/posts/2017/pulseaudio-10-xwindows-firejail/</link>
      <pubDate>Sat, 08 Apr 2017 22:07:30 -0500</pubDate>
      
      <guid>http://www.lazymalloc.com/posts/2017/pulseaudio-10-xwindows-firejail/</guid>
      <description>&lt;p&gt;I was unable to find much information about this issue so it’s either somewhat
obscure or I’m terrible at searching for things. Probably both.&lt;/p&gt;
&lt;h1 id=&#34;background&#34;&gt;Background&lt;/h1&gt;
&lt;p&gt;I originally ran into this problem when trying to run Firefox in
&lt;a href=&#34;https://firejail.wordpress.com&#34;&gt;Firejail&lt;/a&gt; using the standard Firejail profile
for Firefox. Firefox ran fine, except there was no audio. I found that this was
a known issue documented
&lt;a href=&#34;https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions#pulseaudio-7080-issue&#34;&gt;here&lt;/a&gt;, but
unfortunately none of the suggested fixes had any effect. The page states that
newer versions of PulseAudio do not exhibit that issue, so that is not really
surprising.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Accessing GUI Applications with &#34;su&#34; in X Windows</title>
      <link>http://www.lazymalloc.com/posts/2017/gui-applications-with-su/</link>
      <pubDate>Sun, 19 Mar 2017 22:06:30 -0500</pubDate>
      
      <guid>http://www.lazymalloc.com/posts/2017/gui-applications-with-su/</guid>
      <description>&lt;p&gt;There are many solutions for accessing GUI applications as another user (in X
Windows). Several are described in this excellent post on the &lt;a href=&#34;https://wiki.archlinux.org/index.php/Running_X_apps_as_root&#34;&gt;Arch Linux
Wiki&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;However, I needed a different solution as I frequently “su” to different
accounts in the terminal to perform different tasks – I normally don’t just
start one application and then exit back to the original user.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Managing the &#34;internalBorder&#34; background color in rxvt-unicode</title>
      <link>http://www.lazymalloc.com/posts/2016/rxvt-unicode-internal-border/</link>
      <pubDate>Fri, 18 Nov 2016 22:05:30 -0500</pubDate>
      
      <guid>http://www.lazymalloc.com/posts/2016/rxvt-unicode-internal-border/</guid>
      <description>&lt;p&gt;While by no means an “essential” setting for many users, the &lt;strong&gt;internalBorder&lt;/strong&gt;
setting in &lt;a href=&#34;http://software.schmorp.de/pkg/rxvt-unicode.html&#34;&gt;rxvt-unicode&lt;/a&gt; can
go a long way towards making the terminal more readable or simply looking more
the way you want. It adds some padding between the edge of the terminal window
and the start of the text, both at the top/bottom and the left/right of the
window. This is especially useful if you use a tiling window manager and do not
otherwise have spacing between windows.&lt;/p&gt;
&lt;p&gt;The (arguably) venerable xterm terminal emulator has a similar property called
&lt;strong&gt;BorderWidth&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
