<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ethan R</title>
    <description>The latest articles on DEV Community by Ethan R (@an3223).</description>
    <link>https://dev.to/an3223</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F103436%2Fd17353c8-ae26-4a70-b481-7822dda87158.jpg</url>
      <title>DEV Community: Ethan R</title>
      <link>https://dev.to/an3223</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/an3223"/>
    <language>en</language>
    <item>
      <title>XFCE blank/black screen with cursor after login (solution)</title>
      <dc:creator>Ethan R</dc:creator>
      <pubDate>Mon, 11 Mar 2019 21:21:56 +0000</pubDate>
      <link>https://dev.to/an3223/xfce-blankblack-screen-with-cursor-after-login-solution-5fce</link>
      <guid>https://dev.to/an3223/xfce-blankblack-screen-with-cursor-after-login-solution-5fce</guid>
      <description>&lt;p&gt;Recently I had an issue where I would get a blank screen after booting up and starting XFCE from my display manager (LightDM, if it matters). No panel, no icons, no desktop, just my cursor. This began after uninstalling GNOME (and reoccurred after installing i3). As a workaround I could just switch back and forth between TTYs (i.e. Ctrl + Alt + F6 then Ctrl + Alt + F7) and that would finally start up my desktop. But today I have found a real solution.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The solution for me was to delete&lt;/strong&gt; &lt;code&gt;~/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml&lt;/code&gt; as suggested on &lt;a href="https://wiki.archlinux.org/index.php/Xfce#Black_screens_at_boot_with_NVIDIA_and_multiple_monitors"&gt;the Arch wiki&lt;/a&gt; and on &lt;a href="https://devtalk.nvidia.com/default/topic/1029381/linux/black-screen-at-desktop-login-gtx-750-ti-390-25-/3?fbclid=IwAR23GSnvpGS3IKRfYFqdS3ma1Je9NLfkbVemqwHMVT02P_nlZ3BSswnkMiw"&gt;this thread from the Nvidia forums&lt;/a&gt; (this also seems to be an issue with multiple monitor setups).&lt;/p&gt;

&lt;p&gt;Searching for this issue online yielded very little, and led to me only temporarily solving the problem the first time by deleting all of my XFCE settings &lt;a href="https://bbs.archlinux.org/viewtopic.php?id=143529"&gt;as suggested on the Arch forums&lt;/a&gt; (&lt;strong&gt;do not do that&lt;/strong&gt;, that is a &lt;em&gt;pain&lt;/em&gt; to set back up if you've dumped as much time into your settings as I have). I only happened to come across the solution while reading the aforementioned XFCE page on the Arch wiki. So hopefully I've dropped enough keywords in this post to help the next unlucky desktop-environment-hopper or multi-monitor-power-user that searches for this issue, and if you're that person, thanks for reading.&lt;/p&gt;

</description>
      <category>xfce</category>
      <category>linux</category>
    </item>
    <item>
      <title>Resetting the password of an Ubuntu on Windows installation</title>
      <dc:creator>Ethan R</dc:creator>
      <pubDate>Mon, 24 Sep 2018 06:49:32 +0000</pubDate>
      <link>https://dev.to/an3223/resetting-a-password-of-an-ubuntu-on-windows-installation-eff</link>
      <guid>https://dev.to/an3223/resetting-a-password-of-an-ubuntu-on-windows-installation-eff</guid>
      <description>&lt;p&gt;I installed Ubuntu on Windows quite a while ago, and today I found myself unable to remember the password I had used. It happens, and considering this isn't a bank account or a nuclear missile, I figured it shouldn't be too hard to reset the password. And good news, it isn't.&lt;/p&gt;

&lt;h2&gt;
  
  
  Resetting your password
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Take note of your username on Ubuntu. You'll need this later.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In the Windows (admin) command line enter:&lt;br&gt;
&lt;code&gt;ubuntu config --default-user root&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Load up Ubuntu with the &lt;code&gt;ubuntu&lt;/code&gt; command. It should now show you as the root user. Now within Ubuntu enter:&lt;br&gt;
&lt;code&gt;passwd &amp;lt;your ubuntu username&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You'll be prompted to change your password. Go through the prompt and set your desired password, then exit from Ubuntu with the &lt;code&gt;exit&lt;/code&gt; command.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Congrats, you're done. Now you'll probably want to set your user back to being the default user. Just run this in the Windows command line:&lt;br&gt;
&lt;code&gt;ubuntu config --default-user &amp;lt;your ubuntu username&amp;gt;&lt;/code&gt;&lt;/p&gt;

</description>
      <category>ubuntu</category>
      <category>linux</category>
      <category>windows</category>
      <category>password</category>
    </item>
  </channel>
</rss>
