<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Alexandru Andrei on Linode Guides &amp; Tutorials</title><link>https://www.linode.com/docs/contributors/alexandru-andrei/</link><description>Recent content in Alexandru Andrei on Linode Guides &amp; Tutorials</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 22 Nov 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://www.linode.com/docs/contributors/alexandru-andrei/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Encrypt Your Data with dm-crypt</title><link>https://www.linode.com/docs/guides/encrypt-data-disk-with-dm-crypt/</link><pubDate>Mon, 18 Dec 2017 00:00:00 +0000</pubDate><guid>https://www.linode.com/docs/guides/encrypt-data-disk-with-dm-crypt/</guid><description>&lt;p&gt;dm-crypt is a transparent disk encryption subsystem. In this guide you will learn how to encrypt disks, partition, swap and even use files as encrypted, and portable containers for your sensitive data.&lt;/p&gt;</description></item><item><title>Use tmux (a Terminal Multiplexer)</title><link>https://www.linode.com/docs/guides/persistent-terminal-sessions-with-tmux/</link><pubDate>Wed, 06 Dec 2017 00:00:00 +0000</pubDate><guid>https://www.linode.com/docs/guides/persistent-terminal-sessions-with-tmux/</guid><description>&lt;h2 id="what-is-tmux" &gt;What is tmux?&lt;a href="#what-is-tmux" aria-label="Use tmux (a Terminal Multiplexer): What is tmux?" class="group"&gt;&lt;svg class="ml-2 inline-block w-5 h-5 text-brand group-hover:text-blue-400"&gt;&lt;use href="#icon--hashtag"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Tmux is a &lt;strong&gt;terminal multiplexer&lt;/strong&gt;. It creates a host &lt;strong&gt;server&lt;/strong&gt; on your Linode and connects to it with a client window. If the client is disconnected, the server keeps running. When you reconnect to your Linode after rebooting your computer or losing your Internet connection, you can reattach to the tmux session and the files you were working with will still be open, and the processes you had running will still be active.&lt;/p&gt;</description></item><item><title>How to Use ZFS on Ubuntu 16.04</title><link>https://www.linode.com/docs/guides/how-to-use-zfs-on-ubuntu-16-04/</link><pubDate>Mon, 30 Oct 2017 00:00:00 +0000</pubDate><guid>https://www.linode.com/docs/guides/how-to-use-zfs-on-ubuntu-16-04/</guid><description>&lt;p&gt;







 
 
 
 
 
 
 
 
 
 
 &lt;div
 x-data="{ visible: false }"
 x-intersect.once="visible = true"
 data-testid="image-modal"&gt;
 &lt;template x-if="!visible"&gt;
 
 &lt;div class="w-full bg-gray-200 rounded-lg"&gt;
 &lt;img
 src="https://www.linode.com/docs/tech-guides-assets/images/pix.gif"
 style="width: 100%; aspect-ratio: 694 / 364;" /&gt;
 &lt;/div&gt;
 &lt;/template&gt;
 &lt;template x-if="visible"&gt;
 &lt;div x-data="{ open: false, hover:false, src: '' }"&gt;
 &lt;figure
 class="w-full"
 @click="open = ! open; $event.preventDefault();"
 @keydown.escape.window="open = false"
 @mouseenter="hover = true"
 @mouseleave="hover = false"&gt;
 &lt;div class="relative w-full text-brand cursor-pointer group"&gt;
 &lt;div class=""&gt;
 &lt;template x-if="$isMobile()"&gt;
 &lt;img
 src="https://www.linode.com/docs/guides/how-to-use-zfs-on-ubuntu-16-04/zfs-on-ubuntu-title_hu_6eb6e8085af72b7c.jpg"
 alt="How to Use ZFS on Ubuntu 16.04"
 title="How to Use ZFS on Ubuntu 16.04 title graphic"
 class="img-transparentw-full"
 @load="$event.target.classList.remove('img-transparent')" /&gt;
 &lt;/template&gt;
 &lt;template x-if="!$isMobile()"&gt;
 &lt;img
 src="https://www.linode.com/docs/guides/how-to-use-zfs-on-ubuntu-16-04/zfs-on-ubuntu-title_hu_1163f6c7e23cc61d.jpg"
 alt="How to Use ZFS on Ubuntu 16.04"
 title="How to Use ZFS on Ubuntu 16.04 title graphic"
 class="img-transparentw-full"
 @load="$event.target.classList.remove('img-transparent')" /&gt;
 &lt;/template&gt;
 &lt;/div&gt;
 
 &lt;div
 x-transition
 x-show="hover"
 class="hide-if-no-js absolute bg-gray-100/25 p-3 rounded-full"
 style="bottom: 2rem; right: 2rem;"&gt;
 &lt;svg class="h-5 w-5"&gt;
 &lt;use href="#icon--search"&gt;&lt;/use&gt;
 &lt;/svg&gt;
 &lt;/div&gt;
 
 &lt;/div&gt;
 &lt;/figure&gt;
 &lt;div class="hide-if-no-js" x-cloak&gt;
 &lt;div
 x-transition.opacity
 x-show="open"
 class="fixed flex justify-center items-center inset-0 bg-black/75"
 style="z-index: 9999;"&gt;
 &lt;div
 x-transition
 x-show="open"
 class="content relative mx-4 w-auto max-w-7xl bg-transparent overflow-auto"
 style="max-height: 80%;"&gt;
 &lt;template x-if="open"&gt;
 &lt;img
 src="https://www.linode.com/docs/guides/how-to-use-zfs-on-ubuntu-16-04/zfs-on-ubuntu-title.jpg"
 alt="How to Use ZFS on Ubuntu 16.04"
 title="How to Use ZFS on Ubuntu 16.04 title graphic"
 class="w-full rounded-xl shadow-lg"
 @click.away="open = false" /&gt;
 &lt;/template&gt;
 &lt;svg
 class="h-6 w-6 absolute text-white hover:text-brand cursor-pointer"
 style="top: 0rem; right: 0rem;"&gt;
 &lt;use href="#icon--times"&gt;&lt;/use&gt;
 &lt;/svg&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/template&gt;
&lt;/div&gt;
&lt;noscript&gt;
 
&lt;/noscript&gt;

 
 &lt;/p&gt;</description></item><item><title>Keep Your Data Private in the Cloud with Tahoe-LAFS</title><link>https://www.linode.com/docs/guides/tahoe-lafs-on-debian-9/</link><pubDate>Tue, 24 Oct 2017 00:00:00 +0000</pubDate><guid>https://www.linode.com/docs/guides/tahoe-lafs-on-debian-9/</guid><description>&lt;h2 id="what-is-tahoe-lafs" &gt;What is Tahoe-LAFS?&lt;a href="#what-is-tahoe-lafs" aria-label="Keep Your Data Private in the Cloud with Tahoe-LAFS: What is Tahoe-LAFS?" class="group"&gt;&lt;svg class="ml-2 inline-block w-5 h-5 text-brand group-hover:text-blue-400"&gt;&lt;use href="#icon--hashtag"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;While Tahoe-LAFS might resemble other decentralized or distributed file system, like Gluster, Ceph or others, the problems it solves are different. The &lt;em&gt;Least Authority File Store&lt;/em&gt; (LAFS) is designed with these things in mind:&lt;/p&gt;</description></item><item><title>How to Use Midnight Commander, a Visual File Manager</title><link>https://www.linode.com/docs/guides/how-to-install-midnight-commander/</link><pubDate>Mon, 11 Sep 2017 00:00:00 +0000</pubDate><guid>https://www.linode.com/docs/guides/how-to-install-midnight-commander/</guid><description>&lt;p&gt;





 



 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;div
 x-data="{ visible: false }"
 x-intersect.once="visible = true"
 data-testid="image-modal"&gt;
 &lt;template x-if="!visible"&gt;
 
 &lt;div class="w-full bg-gray-200 rounded-lg"&gt;
 &lt;img
 src="https://www.linode.com/docs/tech-guides-assets/images/pix.gif"
 style="width: 100%; aspect-ratio: 694 / 364;" /&gt;
 &lt;/div&gt;
 &lt;/template&gt;
 &lt;template x-if="visible"&gt;
 &lt;div x-data="{ open: false, hover:false, src: '' }"&gt;
 &lt;figure
 class="w-full"
 @click="open = ! open; $event.preventDefault();"
 @keydown.escape.window="open = false"
 @mouseenter="hover = true"
 @mouseleave="hover = false"&gt;
 &lt;div class="relative w-full text-brand cursor-pointer group"&gt;
 &lt;div class=""&gt;
 &lt;template x-if="$isMobile()"&gt;
 &lt;img
 src="https://www.linode.com/docs/guides/how-to-install-midnight-commander/midnight_commander_hu_4e4ea0e498a2a4d6.jpg"
 alt="Midnight Commander"
 title="Midnight Commander"
 class="img-transparentw-full"
 @load="$event.target.classList.remove('img-transparent')" /&gt;
 &lt;/template&gt;
 &lt;template x-if="!$isMobile()"&gt;
 &lt;img
 src="https://www.linode.com/docs/guides/how-to-install-midnight-commander/midnight_commander_hu_a7e809d5705e8b75.jpg"
 alt="Midnight Commander"
 title="Midnight Commander"
 class="img-transparentw-full"
 @load="$event.target.classList.remove('img-transparent')" /&gt;
 &lt;/template&gt;
 &lt;/div&gt;
 
 &lt;div
 x-transition
 x-show="hover"
 class="hide-if-no-js absolute bg-gray-100/25 p-3 rounded-full"
 style="bottom: 2rem; right: 2rem;"&gt;
 &lt;svg class="h-5 w-5"&gt;
 &lt;use href="#icon--search"&gt;&lt;/use&gt;
 &lt;/svg&gt;
 &lt;/div&gt;
 
 &lt;/div&gt;
 &lt;/figure&gt;
 &lt;div class="hide-if-no-js" x-cloak&gt;
 &lt;div
 x-transition.opacity
 x-show="open"
 class="fixed flex justify-center items-center inset-0 bg-black/75"
 style="z-index: 9999;"&gt;
 &lt;div
 x-transition
 x-show="open"
 class="content relative mx-4 w-auto max-w-7xl bg-transparent overflow-auto"
 style="max-height: 80%;"&gt;
 &lt;template x-if="open"&gt;
 &lt;img
 src="https://www.linode.com/docs/guides/how-to-install-midnight-commander/midnight_commander_hu_9f7fd1f809c54f94.jpg"
 alt="Midnight Commander"
 title="Midnight Commander"
 class="w-full rounded-xl shadow-lg"
 @click.away="open = false" /&gt;
 &lt;/template&gt;
 &lt;svg
 class="h-6 w-6 absolute text-white hover:text-brand cursor-pointer"
 style="top: 0rem; right: 0rem;"&gt;
 &lt;use href="#icon--times"&gt;&lt;/use&gt;
 &lt;/svg&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/template&gt;
&lt;/div&gt;
&lt;noscript&gt;
 
&lt;/noscript&gt;

 
 &lt;/p&gt;</description></item><item><title>Create an Email Server using Mail-in-a-Box</title><link>https://www.linode.com/docs/guides/mail-in-a-box-email-server/</link><pubDate>Tue, 29 Aug 2017 00:00:00 +0000</pubDate><guid>https://www.linode.com/docs/guides/mail-in-a-box-email-server/</guid><description>&lt;p&gt;When deciding on an email solution, there are a few options to consider. You can utilize an external email service provider, use a transactional or marketing email service, or host your own email server on a Linode Compute Instance. If you wish to host your own email server but want to reduce the complexity of configuring individual components yourself, you can utilize a pre-built solution like &lt;a
 href="https://mailinabox.email/"
 
 target="_blank"
 
 &gt;Mail-in-a-Box&lt;/a
 &gt;. Mail-in-a-Box is a preconfigured self-hosted email server that includes the following software:&lt;/p&gt;</description></item><item><title>Installing PrestaShop on Ubuntu 16.04</title><link>https://www.linode.com/docs/guides/how-to-install-prestashop-on-ubuntu-16-04/</link><pubDate>Tue, 29 Aug 2017 00:00:00 +0000</pubDate><guid>https://www.linode.com/docs/guides/how-to-install-prestashop-on-ubuntu-16-04/</guid><description>&lt;p&gt;





 



 
 
 
 
 
 
 
 
 
 
 &lt;div
 x-data="{ visible: false }"
 x-intersect.once="visible = true"
 data-testid="image-modal"&gt;
 &lt;template x-if="!visible"&gt;
 
 &lt;div class="w-full bg-gray-200 rounded-lg"&gt;
 &lt;img
 src="https://www.linode.com/docs/tech-guides-assets/images/pix.gif"
 style="width: 100%; aspect-ratio: 694 / 364;" /&gt;
 &lt;/div&gt;
 &lt;/template&gt;
 &lt;template x-if="visible"&gt;
 &lt;div x-data="{ open: false, hover:false, src: '' }"&gt;
 &lt;figure
 class="w-full"
 @click="open = ! open; $event.preventDefault();"
 @keydown.escape.window="open = false"
 @mouseenter="hover = true"
 @mouseleave="hover = false"&gt;
 &lt;div class="relative w-full text-brand cursor-pointer group"&gt;
 &lt;div class=""&gt;
 &lt;template x-if="$isMobile()"&gt;
 &lt;img
 src="https://www.linode.com/docs/guides/how-to-install-prestashop-on-ubuntu-16-04/PrestaShop_hu_ffdfe3ebe2e6023b.jpg"
 alt="How to Install PrestaShop of Ubuntu 16.04 LTS"
 title="How to Install PrestaShop of Ubuntu 16.04 LTS"
 class="img-transparentw-full"
 @load="$event.target.classList.remove('img-transparent')" /&gt;
 &lt;/template&gt;
 &lt;template x-if="!$isMobile()"&gt;
 &lt;img
 src="https://www.linode.com/docs/guides/how-to-install-prestashop-on-ubuntu-16-04/PrestaShop_hu_65a8d056c5924831.jpg"
 alt="How to Install PrestaShop of Ubuntu 16.04 LTS"
 title="How to Install PrestaShop of Ubuntu 16.04 LTS"
 class="img-transparentw-full"
 @load="$event.target.classList.remove('img-transparent')" /&gt;
 &lt;/template&gt;
 &lt;/div&gt;
 
 &lt;div
 x-transition
 x-show="hover"
 class="hide-if-no-js absolute bg-gray-100/25 p-3 rounded-full"
 style="bottom: 2rem; right: 2rem;"&gt;
 &lt;svg class="h-5 w-5"&gt;
 &lt;use href="#icon--search"&gt;&lt;/use&gt;
 &lt;/svg&gt;
 &lt;/div&gt;
 
 &lt;/div&gt;
 &lt;/figure&gt;
 &lt;div class="hide-if-no-js" x-cloak&gt;
 &lt;div
 x-transition.opacity
 x-show="open"
 class="fixed flex justify-center items-center inset-0 bg-black/75"
 style="z-index: 9999;"&gt;
 &lt;div
 x-transition
 x-show="open"
 class="content relative mx-4 w-auto max-w-7xl bg-transparent overflow-auto"
 style="max-height: 80%;"&gt;
 &lt;template x-if="open"&gt;
 &lt;img
 src="https://www.linode.com/docs/guides/how-to-install-prestashop-on-ubuntu-16-04/PrestaShop.jpg"
 alt="How to Install PrestaShop of Ubuntu 16.04 LTS"
 title="How to Install PrestaShop of Ubuntu 16.04 LTS"
 class="w-full rounded-xl shadow-lg"
 @click.away="open = false" /&gt;
 &lt;/template&gt;
 &lt;svg
 class="h-6 w-6 absolute text-white hover:text-brand cursor-pointer"
 style="top: 0rem; right: 0rem;"&gt;
 &lt;use href="#icon--times"&gt;&lt;/use&gt;
 &lt;/svg&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/template&gt;
&lt;/div&gt;
&lt;noscript&gt;
 
&lt;/noscript&gt;

 
 &lt;/p&gt;</description></item></channel></rss>