<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Linux &amp;mdash; furycd001</title>
    <link>https://write.as/furycd001/tag:Linux</link>
    <description></description>
    <pubDate>Tue, 01 Sep 2026 06:02:48 +0000</pubDate>
    <item>
      <title>Sharing terminal outputs or configs easily with others.</title>
      <link>https://write.as/furycd001/sharing-terminal-outputs-or-configs-easily-with-others?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;Sharing outputs from a terminal, or even just config files can sometimes be hard. With termbin it&#39;s now super easy. Simply enter your command &amp; then add a pipe to termbin at the end.&#xA;&#xA;  e.g. cat hello.txt | nc termbin.com 9999&#xA;&#xA;Sharing files is now super easy &amp; quick. If you like you could add the termbin command to a bash alias so that you only need to type &#34;termbin&#34; each time after the pipe. To do this simply open a terminal within your home directory and type &#34;nano .bashaliases&#34;. This will open your bashaliases file or a blank document if it doesn&#39;t already exist in nano. Now type or paste in the code shown below.&#xA;&#xA;  alias termbin=&#34;| nc termbin.com 9999&#34;&#xA;&#xA;Save the file by pressing &#34;CTRL+O&#34; &amp; then exiting by pressing &#34;CTRL+X&#34;. Close your terminal and then reopen for the alias to take affect. That&#39;s basically it. You can now quickly &amp; easily share outputs &amp; config files from the terminal .&#xA;&#xA;----&#xA;#terminal #linux #termbin #share #bashalias #alias]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="http://i.imgur.com/qLaAFpW.png" alt="alt text" title=" &#34;termbin"/></p>

<p>Sharing outputs from a terminal, or even just config files can sometimes be hard. With <a href="https://termbin.com/" rel="nofollow">termbin</a> it&#39;s now super easy. Simply enter your command &amp; then add a pipe to termbin at the end.</p>

<blockquote><p><strong>e.g.</strong> cat hello.txt | nc termbin.com 9999</p></blockquote>

<p>Sharing files is now super easy &amp; quick. If you like you could add the termbin command to a bash alias so that you only need to type “termbin” each time after the pipe. To do this simply open a terminal within your home directory and type “nano .bash<em>aliases”. This will open your bash</em>aliases file or a blank document if it doesn&#39;t already exist in nano. Now type or paste in the code shown below.</p>

<blockquote><p>alias termbin=“| nc termbin.com 9999”</p></blockquote>

<p>Save the file by pressing “CTRL+O” &amp; then exiting by pressing “CTRL+X”. Close your terminal and then reopen for the alias to take affect. That&#39;s basically it. You can now quickly &amp; easily share outputs &amp; config files from the terminal .</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:terminal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">terminal</span></a> <a href="https://write.as/furycd001/tag:linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">linux</span></a> <a href="https://write.as/furycd001/tag:termbin" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">termbin</span></a> <a href="https://write.as/furycd001/tag:share" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">share</span></a> <a href="https://write.as/furycd001/tag:bashalias" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">bashalias</span></a> <a href="https://write.as/furycd001/tag:alias" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">alias</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/sharing-terminal-outputs-or-configs-easily-with-others</guid>
      <pubDate>Wed, 22 Jan 2020 12:21:22 +0000</pubDate>
    </item>
    <item>
      <title>Fixing leafpad config error on Ubuntu.</title>
      <link>https://write.as/furycd001/fixing-leafpad-config-error-on-ubuntu?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[  leafpad: can&#39;t save config file - /home/furycd001/.config/leafpad/leafpadrc&#xA;&#xA;For me  leafpad on Ubuntu constantly throws up a config error and is never able to save any settings. Turns out it&#39;s just some permission errors that are super easy to fix. Simply enter the commands below into a terminal and change &#34;username&#34; to whatever your username is. The problem should now be sorted and leafpad should now be able to save your settings.&#xA;&#xA;  sudo chown username ~/.config/leafpad&#xA;  &#xA;  sudo chown username ~/.config/leafpad/leafpadrc&#xA;&#xA;----&#xA;#ubuntu #linux #leafpad #error #permissions]]&gt;</description>
      <content:encoded><![CDATA[<blockquote><p><strong>leafpad: can&#39;t save config file – /home/furycd001/.config/leafpad/leafpadrc</strong></p></blockquote>

<p>For me  <a href="http://tarot.freeshell.org/leafpad/" rel="nofollow">leafpad</a> on Ubuntu constantly throws up a config error and is never able to save any settings. Turns out it&#39;s just some permission errors that are super easy to fix. Simply enter the commands below into a terminal and change “username” to whatever your username is. The problem should now be sorted and leafpad should now be able to save your settings.</p>

<blockquote><p>sudo chown username ~/.config/leafpad</p>

<p>sudo chown username ~/.config/leafpad/leafpadrc</p></blockquote>

<hr/>

<p><a href="https://write.as/furycd001/tag:ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">ubuntu</span></a> <a href="https://write.as/furycd001/tag:linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">linux</span></a> <a href="https://write.as/furycd001/tag:leafpad" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">leafpad</span></a> <a href="https://write.as/furycd001/tag:error" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">error</span></a> <a href="https://write.as/furycd001/tag:permissions" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">permissions</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/fixing-leafpad-config-error-on-ubuntu</guid>
      <pubDate>Thu, 22 Aug 2019 14:12:14 +0000</pubDate>
    </item>
    <item>
      <title>Thunar not displaying thunbnails on xfce.</title>
      <link>https://write.as/furycd001/thunar-not-displaying-thunbnails-on-xfce?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;Thunar not displaying thumbnails is a problem I regularly run into whenever I do a minimal xfce install. For some reason the required packages for displaying thumbnails in thunar are never included and I end up having to install them manually every time. If like me you ever run into this same problem, here&#39;s how to easily fix it with two simple steps..&#xA;  &#xA;[1] Install the required packages....&#xA;&#xA;  sudo apt-get install tumbler tumbler-plugins-extra ffmpegthumbnailer &#xA;  &#xA;[2] Delete all thumbnail cache....&#xA;&#xA;  sudo rm -r ~/.cache/thumbnails/ &amp;&amp; rm -r ~/.thumbnails/&#xA;  &#xA;Thumbnails in thunar should now be working again, if not then i&#39;d recommending visiting #linux over on freenode irc, or the community forums for whatever distro you happen to use.&#xA;&#xA;----&#xA;&#xA;#xubuntu #xfce #thunar #thumbnails]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="http://i.imgur.com/J8rIDOd.png" alt="alt text" title="Thunar"/></p>

<p>Thunar not displaying thumbnails is a problem I regularly run into whenever I do a minimal xfce install. For some reason the required packages for displaying thumbnails in thunar are never included and I end up having to install them manually every time. If like me you ever run into this same problem, here&#39;s how to easily fix it with two simple steps..</p>

<p><strong>[1]</strong> Install the required packages....</p>

<blockquote><p>sudo apt-get install tumbler tumbler-plugins-extra ffmpegthumbnailer</p></blockquote>

<p><strong>[2]</strong> Delete all thumbnail cache....</p>

<blockquote><p>sudo rm -r ~/.cache/thumbnails/ &amp;&amp; rm -r ~/.thumbnails/</p></blockquote>

<p>Thumbnails in thunar should now be working again, if not then i&#39;d recommending visiting <a href="https://freenode.linux.community/" rel="nofollow"><a href="https://write.as/furycd001/tag:linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">linux</span></a></a> over on <a href="http://freenode.net/" rel="nofollow">freenode irc</a>, or the community forums for whatever distro you happen to use.</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:xubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xubuntu</span></a> <a href="https://write.as/furycd001/tag:xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xfce</span></a> <a href="https://write.as/furycd001/tag:thunar" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">thunar</span></a> <a href="https://write.as/furycd001/tag:thumbnails" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">thumbnails</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/thunar-not-displaying-thunbnails-on-xfce</guid>
      <pubDate>Thu, 15 Aug 2019 07:04:13 +0000</pubDate>
    </item>
    <item>
      <title>My Linux OS timeline.</title>
      <link>https://write.as/furycd001/my-os-timeline?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;In the 2000 era I ran Fedora Core on a bunch of devices including a Sony Vaio laptop &amp; Dell Dimension desktop....&#xA;&#xA;  After experiencing a few problems with Fedora I decided to move on &amp; experience Debain / Ubuntu.&#xA;&#xA;From 2009 to 2017 I ran Debain on a standard 2009 MacBook&#xA;&#xA;  It was a minimal netinstall with lightdm, openbox &amp; a bunch of lightweight apps.&#xA;&#xA;Christmas 2017 santa gifted me a mid range Lenovo ThinkPad E470....&#xA;&#xA;  When I first opened the laptop, I just wanted to game so I nuked the pre-installed Windows 10 &amp; installed Xubuntu 16.04.  &#xA;The reason that I chose Xubuntu is that I&#39;ve been an xfce user for most of my Linux life now &amp; Ubuntu was officially supported by steam. &#xA;&#xA;It&#39;s currently the 8th of August 2019 &amp; I feel that I need to move on from Xubuntu 16.04.06....&#xA;&#xA;  I&#39;ve just started making fresh back-ups of my system, while contemplating which system to install next. Should I switch to Fedora, or should I stick with xubuntu.. Or or or should I give Debian a try....&#xA;&#xA;Hmmmm....&#xA;&#xA;  Once I&#39;ve finished backing-up everything I plan on doing a fresh install of &#34;SOMETHING&#34;, followed by installing my back-ups. Hoping everything is plain sailing &amp; that I enjoy whatever distro I choose....&#xA;&#xA;----&#xA;&#xA;#fedora #debian #xubuntu #linux #os #gaming #thinkpad]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.imgur.com/LEdlh4U.png" alt="alt text" title="logos"/></p>
<ul><li>In the 2000 era I ran Fedora Core on a bunch of devices including a Sony Vaio laptop &amp; Dell Dimension desktop....</li></ul>

<blockquote><p>After experiencing a few problems with Fedora I decided to move on &amp; experience Debain / Ubuntu.</p></blockquote>
<ul><li>From 2009 to 2017 I ran Debain on a standard 2009 MacBook</li></ul>

<blockquote><p>It was a minimal netinstall with lightdm, openbox &amp; a bunch of lightweight apps.</p></blockquote>
<ul><li>Christmas 2017 santa gifted me a mid range Lenovo ThinkPad E470....</li></ul>

<blockquote><p>When I first opened the laptop, I just wanted to game so I nuked the pre-installed Windows 10 &amp; installed Xubuntu 16.04.<br/>
The reason that I chose Xubuntu is that I&#39;ve been an xfce user for most of my Linux life now &amp; Ubuntu was officially supported by steam.</p></blockquote>
<ul><li>It&#39;s currently the 8th of August 2019 &amp; I feel that I need to move on from Xubuntu 16.04.06....</li></ul>

<blockquote><p>I&#39;ve just started making fresh back-ups of my system, while contemplating which system to install next. Should I switch to Fedora, or should I stick with xubuntu.. Or or or should I give Debian a try....</p></blockquote>
<ul><li>Hmmmm....</li></ul>

<blockquote><p>Once I&#39;ve finished backing-up everything I plan on doing a fresh install of “SOMETHING”, followed by installing my back-ups. Hoping everything is plain sailing &amp; that I enjoy whatever distro I choose....</p></blockquote>

<hr/>

<p><a href="https://write.as/furycd001/tag:fedora" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">fedora</span></a> <a href="https://write.as/furycd001/tag:debian" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">debian</span></a> <a href="https://write.as/furycd001/tag:xubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xubuntu</span></a> <a href="https://write.as/furycd001/tag:linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">linux</span></a> <a href="https://write.as/furycd001/tag:os" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">os</span></a> <a href="https://write.as/furycd001/tag:gaming" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">gaming</span></a> <a href="https://write.as/furycd001/tag:thinkpad" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">thinkpad</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/my-os-timeline</guid>
      <pubDate>Thu, 08 Aug 2019 14:46:25 +0000</pubDate>
    </item>
    <item>
      <title>Restarting xfce4-panel</title>
      <link>https://write.as/furycd001/restarting-xfce4-panel?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;For those who use xfce, every once in a while xfce4-panel may crash or glitch out. Thankfully you can easily restart the panel with one simple terminal command. Simply open up a terminal window and type in the command below followed by pressing enter. The panel should restart instantly and be working perfectly again.&#xA;&#xA;  xfce4-panel -r&#xA;&#xA;----&#xA;#xfce #xfce4panel #Linux #terminal]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="http://i.imgur.com/CtzUVSv.png" alt="alt text" title="xfce4-panel"/></p>

<p>For those who use <a href="https://xfce.org/" rel="nofollow">xfce</a>, every once in a while <a href="https://docs.xfce.org/xfce/xfce4-panel/start" rel="nofollow">xfce4-panel</a> may crash or glitch out. Thankfully you can easily restart the panel with one simple terminal command. Simply open up a terminal window and type in the command below followed by pressing enter. The panel should restart instantly and be working perfectly again.</p>

<blockquote><p> xfce4-panel -r</p></blockquote>

<hr/>

<p><a href="https://write.as/furycd001/tag:xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xfce</span></a> <a href="https://write.as/furycd001/tag:xfce4panel" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xfce4panel</span></a> <a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="https://write.as/furycd001/tag:terminal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">terminal</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/restarting-xfce4-panel</guid>
      <pubDate>Thu, 07 Mar 2019 12:17:00 +0000</pubDate>
    </item>
    <item>
      <title>Apple temporarily blocks Linux users</title>
      <link>https://write.as/furycd001/apple-temporarily-blocks-linux-users?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;Apple was temporarily blocking Linux users from accessing it&#39;s Apple ID website. It is unknown as to why apple did this, but it quickly got fixed. The Apple ID website is important if you own any products from apple because it&#39;s a way of managing things such as two-factor authentication, payment information, and many other account details. The number of Linux users accessing the website will surly be small, but for some of those users they did stumble upon the issue. The website was apparently sniffing user-agents to look for traces of Linux / X11 &amp; if it found either it would straight away throw up a &#34;Bad Gateway&#34; error page.&#xA;&#xA;----&#xA;&#xA;#Linux #x11 #apple #error #blocking]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.imgur.com/9n8WMSt.jpg" alt="alt text" title="Apple 502"/></p>

<p>Apple was temporarily blocking Linux users from accessing it&#39;s <a href="http://appleid.apple.com/" rel="nofollow">Apple ID</a> website. It is unknown as to why apple did this, but it quickly got fixed. The <a href="http://appleid.apple.com/" rel="nofollow">Apple ID</a> website is important if you own any products from apple because it&#39;s a way of managing things such as two-factor authentication, payment information, and many other account details. The number of Linux users accessing the website will surly be small, but for some of those users they did stumble upon the issue. The website was apparently sniffing user-agents to look for traces of <a href="https://www.linux.com/" rel="nofollow">Linux</a> / <a href="https://en.wikipedia.org/wiki/X_Window_System" rel="nofollow">X11</a> &amp; if it found either it would straight away throw up a “Bad Gateway” error page.</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="https://write.as/furycd001/tag:x11" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">x11</span></a> <a href="https://write.as/furycd001/tag:apple" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">apple</span></a> <a href="https://write.as/furycd001/tag:error" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">error</span></a> <a href="https://write.as/furycd001/tag:blocking" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">blocking</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/apple-temporarily-blocks-linux-users</guid>
      <pubDate>Thu, 28 Feb 2019 08:43:05 +0000</pubDate>
    </item>
    <item>
      <title>Ocenaudio the free audio editor and audacity alternative</title>
      <link>https://write.as/furycd001/ocenaudio-the-free-audio-editor-and-audacity-alternative?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Audacity is an amazing audio editor, but sometimes you want something that&#39;s just a little lighter &amp; easier to use. Say &#34;HI&#34; to Ocenaudio. Like Audacity, Ocenaudio is free &amp; crossplatform. It won&#39;t impact performance when editing multiple audio files.&#xA;&#xA;To install Ocenaudio you can simply click here to visit the download page or follow the steps below if you run a Debian based system.&#xA;&#xA;  sudo apt update &amp;&amp; wget http://www.ocenaudio.com/downloads/index.php/ocenaudiodebian64.deb &amp;&amp; sudo dpkg -i ocenaudiodebian64.deb&#xA;&#xA;In the wget command you can replace debian64 with debian32 if you have a 32bit system. Ocenaudio may ask for some dependencies to complete the installation. If it does then use the following command.&#xA;&#xA;  sudo apt-get install -f&#xA;&#xA;Ocenaudio should now be installed &amp; can now be launched either through your menu of choice or by typing &#34;ocenaudio&#34; into a terminal window....&#xA;&#xA;----&#xA;#audio #audioeditor #Linux #apps]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://www.audacityteam.org/" rel="nofollow">Audacity</a> is an amazing audio editor, but sometimes you want something that&#39;s just a little lighter &amp; easier to use. Say “HI” to <a href="https://www.ocenaudio.com/" rel="nofollow">Ocenaudio.</a> Like Audacity, Ocenaudio is free &amp; crossplatform. It won&#39;t impact performance when editing multiple audio files.</p>

<p>To install Ocenaudio you can simply <a href="https://www.ocenaudio.com/download" rel="nofollow">click here</a> to visit the download page or follow the steps below if you run a Debian based system.</p>

<blockquote><p>sudo apt update &amp;&amp; wget <a href="http://www.ocenaudio.com/downloads/index.php/ocenaudio_debian64.deb" rel="nofollow">http://www.ocenaudio.com/downloads/index.php/ocenaudio_debian64.deb</a> &amp;&amp; sudo dpkg -i ocenaudio_debian64.deb</p></blockquote>

<p>In the wget command you can replace debian64 with debian32 if you have a 32bit system. Ocenaudio may ask for some dependencies to complete the installation. If it does then use the following command.</p>

<blockquote><p>sudo apt-get install -f</p></blockquote>

<p>Ocenaudio should now be installed &amp; can now be launched either through your menu of choice or by typing “ocenaudio” into a terminal window....</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:audio" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">audio</span></a> <a href="https://write.as/furycd001/tag:audioeditor" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">audioeditor</span></a> <a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="https://write.as/furycd001/tag:apps" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">apps</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/ocenaudio-the-free-audio-editor-and-audacity-alternative</guid>
      <pubDate>Wed, 23 Jan 2019 09:51:24 +0000</pubDate>
    </item>
    <item>
      <title>Restoring files with Deja Dup &amp; Thunar</title>
      <link>https://write.as/furycd001/restoring-files-with-deja-dup-and-thunar?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[----&#xA;&#xA;alt text&#xA;&#xA;Ok so I use deja dup for backing up my system and have done for a number of years now. It&#39;s a great app that makes backing up any system super easy. It&#39;s also included in many Linux distributions repos which makes it easy to install. The only problem I have is that unless you&#39;re running nautilus (gnome-files) the restore functions are pretty limited. You could easily open deja dup and restore a whole backup, but what if you don&#39;t want to restore a whole backup. What if you only want an individual file or folder ?? After doing some research, I found that you can use deja dup with a custom action in thunar. Follow the steps below to set up your own deja dup action in thunar.&#xA;&#xA;Open thunar....&#xA;Select Edit and then click on Configure custom actions....&#xA;alt text&#xA;Click the + button to create a new custom action....&#xA;alt text&#xA;Complete the text boxes:&#xA;     Name:  Restore&#xA;     Description:  Restore files with Deja Dup....&#xA;     Command:  deja-dup --restore %F&#xA;     Icon: deja dup icon&#xA;alt text&#xA;Click on Appearance Conditions tab and check all 6 boxes....&#xA;     Uncheck directories if you don&#39;t want to be able to restore whole folders&#xA;alt text&#xA;Click ok to finish....&#xA;&#xA;You may need to log out and in again for changes to take effect, but now  you will now be able to right-click on a file or folder in thunar to restore earlier versions.&#xA;&#xA;----&#xA;#thunar #nautilus #xfce #dejadup #backup #Linux]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p><img src="https://i.imgur.com/Un9AEbF.jpg" alt="alt text" title="DejaDup"/></p>

<p>Ok so I use <a href="https://launchpad.net/deja-dup" rel="nofollow">deja dup</a> for backing up my system and have done for a number of years now. It&#39;s a great app that makes backing up any system super easy. It&#39;s also included in many Linux distributions repos which makes it easy to install. The only problem I have is that unless you&#39;re running <a href="https://wiki.gnome.org/Apps/Files" rel="nofollow">nautilus (gnome-files)</a> the restore functions are pretty limited. You could easily open deja dup and restore a whole backup, but what if you don&#39;t want to restore a whole backup. What if you only want an individual file or folder ?? After doing some research, I found that you can use deja dup with a custom action in <a href="https://docs.xfce.org/xfce/thunar/start" rel="nofollow">thunar</a>. Follow the steps below to set up your own deja dup action in thunar.</p>
<ol><li>Open thunar....</li>
<li>Select Edit and then click on Configure custom actions....
<img src="http://i.imgur.com/8IUHcMs.png" alt="alt text" title="Thunar configure custom actions"/></li>
<li>Click the + button to create a new custom action....
<img src="http://i.imgur.com/bwDHPiR.png" alt="alt text" title="Plus button"/></li>
<li>Complete the text boxes:
 Name:  Restore
 Description:  Restore files with Deja Dup....
 Command:  deja-dup —restore %F
 Icon: deja dup icon
<img src="http://i.imgur.com/iqQPrBu.png" alt="alt text" title="text boxes completed"/></li>
<li>Click on Appearance Conditions tab and check all 6 boxes....
 Uncheck directories if you don&#39;t want to be able to restore whole folders
<img src="http://i.imgur.com/XnYdNN7.png" alt="alt text" title="Appearance conditions"/></li>
<li>Click ok to finish....</li></ol>

<p>You may need to log out and in again for changes to take effect, but now  you will now be able to right-click on a file or folder in thunar to restore earlier versions.</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:thunar" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">thunar</span></a> <a href="https://write.as/furycd001/tag:nautilus" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">nautilus</span></a> <a href="https://write.as/furycd001/tag:xfce" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xfce</span></a> <a href="https://write.as/furycd001/tag:dejadup" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">dejadup</span></a> <a href="https://write.as/furycd001/tag:backup" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">backup</span></a> <a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/restoring-files-with-deja-dup-and-thunar</guid>
      <pubDate>Fri, 14 Dec 2018 10:05:44 +0000</pubDate>
    </item>
    <item>
      <title>Rename a file or directory via terminal.</title>
      <link>https://write.as/furycd001/rename-a-file-or-directory-via-terminal?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[----&#xA;&#xA;alt text&#xA;&#xA;Renaming a file or directory while using in the terminal is pretty easy and simple. Simply use the &#34;mv&#34; command adding the original file or directory followed by a space then the new name.&#xA;&#xA;  mv /home/user/oldname /home/user/newname&#xA;&#xA;----&#xA;#rename #terminal #xfce4terminal #linux #unix #commandline]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p><img src="http://i.imgur.com/2tyhSDs.png" alt="alt text" title="mv command inside xfce4-terminal"/></p>

<p>Renaming a file or directory while using in the terminal is pretty easy and simple. Simply use the “mv” command adding the original file or directory followed by a space then the new name.</p>

<blockquote><p>mv /home/user/oldname /home/user/newname</p></blockquote>

<hr/>

<p><a href="https://write.as/furycd001/tag:rename" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">rename</span></a> <a href="https://write.as/furycd001/tag:terminal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">terminal</span></a> <a href="https://write.as/furycd001/tag:xfce4terminal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xfce4terminal</span></a> <a href="https://write.as/furycd001/tag:linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">linux</span></a> <a href="https://write.as/furycd001/tag:unix" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">unix</span></a> <a href="https://write.as/furycd001/tag:commandline" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">commandline</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/rename-a-file-or-directory-via-terminal</guid>
      <pubDate>Thu, 22 Nov 2018 14:39:29 +0000</pubDate>
    </item>
    <item>
      <title>Considering a distro switch</title>
      <link>https://write.as/furycd001/considering-a-distro-switch?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[----&#xA;&#xA;Currently I&#39;m considering switching from Xubuntu 16.04 to one of three distros.&#xA;&#xA;Debian....&#xA;Bunsen Labs....&#xA;Elementary os&#xA;&#xA;My first choice is Debian because I&#39;m looking at going back to a minimal os install. Debian is a distro that I&#39;ve used many times before, so I&#39;m comfortable using it (unlike slackware). I would ideally install either xfce or openbox with just enough packages to have a fully functional every day usable os. Down with bloat I say.. Anyway my second choice is Bunsen Labs. This distro is my second choice because it&#39;s based on Debian, it&#39;s minimal, it has openbox installed as it&#39;s window manager of choice &amp; it takes a lot of hassle out of setting up Debian from scratch. Bunsen Labs is a super awesome, lightweight distro that came to replace Crunchbang after it ended. My third and final choice is Elementary os. Elementary may not be minimal, but it does have an amazing look and feel to it, along with an awesome community &amp; development team. Elementary looks almost like Macos, only better in my opinion.&#xA;&#xA;I don&#39;t know if I will through a minimal Ubuntu into the mix, because I have slowly started to drift from Ubuntu for a while now. I don&#39;t really know why because Xubuntu is still an awesome &amp; amazing distro to use. I currently still use it as my daily driver, but all my other devices run Debian or some form of Android.&#xA;&#xA;----&#xA;&#xA;#Linux #Ubuntu #Xubuntu #Debian #Elementary #Bunsenlabs #Minimal #distro #Windowmanager]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p>Currently I&#39;m considering switching from <a href="https://xubuntu.org/release/16-04/" rel="nofollow">Xubuntu 16.04</a> to one of three distros.</p>
<ul><li><a href="https://www.debian.org/" rel="nofollow">Debian....</a></li>
<li><a href="https://www.bunsenlabs.org/" rel="nofollow">Bunsen Labs....</a></li>
<li><a href="https://elementary.io/" rel="nofollow">Elementary os</a></li></ul>

<p>My first choice is Debian because I&#39;m looking at going back to a minimal os install. Debian is a distro that I&#39;ve used many times before, so I&#39;m comfortable using it (unlike slackware). I would ideally install either xfce or openbox with just enough packages to have a fully functional every day usable os. Down with bloat I say.. Anyway my second choice is Bunsen Labs. This distro is my second choice because it&#39;s based on Debian, it&#39;s minimal, it has <a href="http://openbox.org/wiki/Main_Page" rel="nofollow">openbox</a> installed as it&#39;s window manager of choice &amp; it takes a lot of hassle out of setting up Debian from scratch. Bunsen Labs is a super awesome, lightweight distro that came to replace <a href="https://en.wikipedia.org/wiki/CrunchBang_Linux" rel="nofollow">Crunchbang</a> after it ended. My third and final choice is Elementary os. Elementary may not be minimal, but it does have an amazing look and feel to it, along with an awesome community &amp; development team. Elementary looks almost like Macos, only better in my opinion.</p>

<p>I don&#39;t know if I will through a <a href="https://www.ubuntu.com/download/alternative-downloads" rel="nofollow">minimal Ubuntu</a> into the mix, because I have slowly started to drift from Ubuntu for a while now. I don&#39;t really know why because Xubuntu is still an awesome &amp; amazing distro to use. I currently still use it as my daily driver, but all my other devices run Debian or some form of Android.</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="https://write.as/furycd001/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a> <a href="https://write.as/furycd001/tag:Xubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Xubuntu</span></a> <a href="https://write.as/furycd001/tag:Debian" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Debian</span></a> <a href="https://write.as/furycd001/tag:Elementary" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Elementary</span></a> <a href="https://write.as/furycd001/tag:Bunsenlabs" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Bunsenlabs</span></a> <a href="https://write.as/furycd001/tag:Minimal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Minimal</span></a> <a href="https://write.as/furycd001/tag:distro" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">distro</span></a> <a href="https://write.as/furycd001/tag:Windowmanager" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Windowmanager</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/considering-a-distro-switch</guid>
      <pubDate>Tue, 23 Oct 2018 12:51:18 +0000</pubDate>
    </item>
  </channel>
</rss>