<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Blogs By Rakesh]]></title><description><![CDATA[Blogs By Rakesh]]></description><link>https://blogswithrakesh.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Tue, 01 Sep 2026 01:09:41 GMT</lastBuildDate><atom:link href="https://blogswithrakesh.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Arch Linux : Minimal Setup & Installation]]></title><description><![CDATA[I have been using Arch Linux for quite some time now. When I was trying to install Arch, I faced quite a few problems, there were a few that were not even addressed around the Internet. In this blog, I will try to guide and share my personal experien...]]></description><link>https://blogswithrakesh.hashnode.dev/arch-linux-minimal-setup-installation</link><guid isPermaLink="true">https://blogswithrakesh.hashnode.dev/arch-linux-minimal-setup-installation</guid><category><![CDATA[arch install]]></category><category><![CDATA[ArchLinux]]></category><dc:creator><![CDATA[Rakesh Kumar Gorai]]></dc:creator><pubDate>Tue, 12 Mar 2024 11:13:54 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1693374760482/7279f019-4d1b-40df-898c-607119ea40bd.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I have been using Arch Linux for quite some time now. When I was trying to install Arch, I faced quite a few problems, there were a few that were not even addressed around the Internet. In this blog, I will try to guide and share my personal experience towards installing &amp; setting up Arch Linux, which I think might be beneficial for beginners who are interested in Arch Linux.</p>
<h2 id="heading-pre-requisites">Pre-requisites</h2>
<p>Before getting started with installing Arch on our device, let's make everything ready for us to get booted in the Arch environment.</p>
<p>We will be needing</p>
<ul>
<li><p>A Pendrive (8 GB or more)</p>
</li>
<li><p>An OS installed in the device</p>
</li>
<li><p>A stable internet connection</p>
</li>
</ul>
<p>Assuming you have all these ready with you, let's jump to getting Arch installed on our device.</p>
<h2 id="heading-pre-installation">Pre-installation</h2>
<p>First, we will have to create a bootable USB drive, which will contain all the files and tools needed to install Arch on our device. Before that, we need to download the Arch Linux iso from the <a target="_blank" href="https://archlinux.org/download/">Arch Linux Download Page</a>. Here, you can download the Arch iso file using the torrent File provided there. For downloading torrents, you need to have software like µTorrent or BitTorrent.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693391135574/de6b72e8-d1d1-4d3b-a54d-1ac195ead406.png" alt class="image--center mx-auto" /></p>
<p>Now, for creating a bootable USB, we will be using <a target="_blank" href="https://rufus.ie/en/">Rufus</a>. Alternatively, we can opt for <a target="_blank" href="https://etcher.balena.io/">Balena Etcher</a> as well. The process is pretty much the same in both tools.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693391600598/7a62b0d2-3112-46b8-b75d-ecafcfedbf4a.png" alt /></p>
<p>Your USB drive will be listed under the <code>Device</code> section. Under the <code>Boot selection</code> menu, select the Arch ISO file that you downloaded recently. Then, make sure to select the <strong>GPT</strong> option in the <code>Partition scheme</code> column, as devices now come with UEFI mode only. After that, you can just press the start button, and your bootable media will be created within a couple of minutes, depending upon your USB drive's speed.</p>
<p>After this, your media creation will be completed. If you want to install Arch as the only OS on your device, you are ready to do so now. However, those of you who want to dual boot your device with Arch and Windows will have to work on some more stuff.</p>
<h2 id="heading-for-dual-boot">For Dual Boot</h2>
<h3 id="heading-creating-partitions">Creating Partitions</h3>
<p>For installing Arch and keeping Windows at the same time, you will have to create a separate partition where Arch will be installed properly.</p>
<p><strong>Note</strong>: If you have multiple storage devices attached to your device, then it is recommended to create a partition from the same storage volume as where your Windows System is installed, otherwise it may lead to some problems in dual booting every time you try to boot your machine.</p>
<p>You can create partitions in the live environment as well, but beginners who are new to this stuff might find it difficult to do, and it can lead to data corruption as well if mishandled. Hence, it will be a wiser option to create a partition from the Windows environment.</p>
<p>Now, from the Windows menu, launch <code>Create and Format Disk Partitions</code>. We will be creating a partition using this tool only. There are other ways as well, like diskpart from Command Line Interface.</p>
<p>Select the drive from which you would like to make storage for your Arch OS. Right Click on it, and choose <code>Shrink Volume</code> to shrink the volume from the disk. I would recommend freeing at least 25 GB for Arch OS.</p>
<h3 id="heading-disable-secure-boot">Disable Secure Boot</h3>
<p>You need to disable the security boot option from the BIOS menu on your device. You can enter your BIOS menu while restarting. When it is booting up again, you need to hit the key which opens your BIOS menu. In most cases, it is either <code>F2</code> or <code>F11</code> . If it does not work, you can always google the keybinding for your device by going to the BIOS menu. This is just a safety precaution so that your dual booting will be successful, as it might pose challenges to be dealt with if kept on.</p>
<p>Turning off secure boot can be just a click away for some devices like Asus laptops. But it can also be a lengthy step like it is for HP devices, as it will require disabling the BitLocker encryption from your disks. You will be prompted to enter the BitLocker key, which you can find in your Microsoft account.</p>
<p>After disabling the Secure Boot option, press <code>F10</code> to save and exit. This will reboot your device again, and you can let it restart to your OS once again.</p>
<h3 id="heading-installation">Installation</h3>
<p>After disabling secure boot, you are ready to install your new OS on your laptop. However, it can be scary, or frustrating for beginners, as you will be writing a lot of commands for setting up your OS to a basic level. I will try to guide you well and explain every step for your understanding.</p>
<p>Note- The mouse/Touchpad will for most the situation won't work after this step during the installation process. Bluetooth keyboards will not work as well, as you will be configuring this OS from the very beginning, which does not have any configuration for using Bluetooth devices.</p>
<h2 id="heading-booting-using-bootable-media">Booting Using Bootable Media</h2>
<p>The very first step in installing Arch into your device is to boot into the Arch bootable media that you created earlier. Plug in your USB drive, and reboot your device. Now while it's booting up again, press <code>Esc</code> key rapidly. It will open your booting menu and will ask you to choose which one you want to boot into.</p>
<p>You will be able to see your USB stick's name in that list, select that option using the arrow keys. After that, there will be a menu prompting various options for installing Arch on your device. The first option will be <code>Arch Linux Install Medium</code> or something similar.</p>
<p>Congratulations if you made it to a black screen with some welcome statements and a blinking cursor. The actual installation process begins here!</p>
<p>Now, you can use the command <code>setfont ter-132n</code> to increase the font size of the console.</p>
<h3 id="heading-connecting-to-internet">Connecting To Internet</h3>
<p>Now that everything's visible, the very first thing we need to do is to connect our device to the internet. If you have a LAN connection available to us, you can by all means skip the step and just attach your device with the LAN cable.</p>
<p>For those who don't have access to a LAN connection, we will be using <code>iwctl</code> to connect to the internet. First of all, type <code>iwctl</code> to go inside the iwctl menu. After that, type <code>device list</code> to get a list of devices. After getting your device name, type <code>station &lt;device&gt; scan</code> to scan available Wi-Fi networks around. Next, type <code>station &lt;device&gt; get-networks</code> to list all the available networks that were found while scanning. After that, type <code>station &lt;device&gt; connect &lt;SSID&gt;</code> to connect to your Wi-Fi network.</p>
<h3 id="heading-verify-efi-boot">Verify EFI boot</h3>
<p>This step checks whether the media you are using is legit or not. To check, type <code>ls /sys/firmware/efi/efivars</code> . If it shows a bunch of random texts, then you can rest assured that you downloaded a healthy OS.</p>
<h3 id="heading-update-date-amp-time">Update Date &amp; Time</h3>
<p>This step can be considered optional, you can always do it later. Type <code>timedatectl status</code> to view the current time-zone's time and date. To change, you can use the command <code>timedatectl set-timezone &lt;Timezone&gt;</code>. You can list the timezones using the command <code>timedatectl list-timezones</code>.</p>
<h3 id="heading-create-disk-partitions-for-arch-linux">Create Disk Partitions for Arch Linux</h3>
<p>From this step onwards, all the steps will be important for installing Arch Linux on your device. You can type <code>lsblk</code> to list your connected drives. If all your drives are listed there, then we can proceed to the next step. You can check all your partitions for a particular drive using the command <code>cfdisk &lt;drive name&gt;</code>.</p>
<p>We will be creating 3 partitions for Arch: root directory for system files and software, home directory for our space, and swap for virtual memory. I would recommend keeping root for a minimum of 15GB, 10GB for home &amp; 4 GB for swap memory. Of course, you can increase the storage in each as per your requirement if you would like that.</p>
<p>Using arrow keys, you will be creating partitions. The space you freed inside Windows will also be shown here. Create a new partition from that using arrow keys for the root directory. Similarly do it for creating spaces for home and swap as well. But, for the swap partition, change the size type to <code>Linux Swap</code>. After creating all 3 partitions, select <code>write</code> tab, and then type <code>yes</code> for confirmation. Then quit from the cfdisk page. Type <code>lsblk</code> again to see if the partitions you just created are listed or not.</p>
<h3 id="heading-format-partitions">Format Partitions</h3>
<p>The partitions that you created now cannot be used as storage space. It needs to be formatted to the appropriate format to be used. Type <code>mkfs.ext4 &lt;Partition name&gt;</code> for root and home partitions. For swap partition, use <code>mkswap &lt;Swap Partition name&gt;</code>. Then to enable swap space, use this command: <code>swapon &lt;Swap Partition name&gt;</code> . You can check your swap space mounting point using <code>lsblk</code>.</p>
<h3 id="heading-mount-partitions-to-usb">Mount Partitions to USB</h3>
<p>Now, let's mount the root and home partitions as well. Use the command <code>mount &lt;Root Partition&gt; /mnt</code> to mount the root partition. Then create a directory inside the mnt folder where you will mount the partition for home using the command <code>mkdir /mnt/home</code>. Then, mount the home partition using the command <code>mount &lt;Home Partition&gt; /mnt/home</code>. Validate your mounting points using <code>lsblk</code>.</p>
<h3 id="heading-setting-up-the-fastest-mirrors">Setting Up the Fastest Mirrors</h3>
<p>In this step, you will be backing up some mirror lists that contain URL of the Arch Server, which is needed for updating and all. Type <code>cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak</code> to create a replica of already existing mirrorlist. Then go to the pacman.d directory using the command <code>ls /etc/pacman.d</code>. After that, update your packages using command <code>pacman -Sy</code>. Install a tool which will be used to filter fastest mirrors using the command <code>pacman -S pacman-contrib</code>. Then type <code>rankmirrors -n 10 /etc/pacman.d/mirrorlist.bak &gt; /etc/pacman.d/mirrorlist</code>. Rankmirros will filter out 10 fastest servers of Arch and copy in the mirrorlist. It can be time taking.</p>
<p>Once it's done, you can list the servers using the command <code>cat /etc/pacman.d/mirrorlist</code>.</p>
<h3 id="heading-install-arch-linux-to-the-root-partition">Install Arch Linux to the root partition</h3>
<p>Till now, we were just using Arch inside the media, we have not installed it yet. We will be installing it now though. We will download all the required packages that will be needed for our Arch Linux system. Type the following command :</p>
<p><code>pacstrap -i /mnt base base-devel linux linux-lts linux-headers linux-firmware sudo nano git neofetch neovim networkmanager dhcpcd pulseaudio bluez amd-ucode intel-ucode</code></p>
<p><strong>Note:</strong> In the command above, select either <code>amd-ucode</code> or <code>intel-ucode</code> based on your device, whether it is running on AMD processor or intel processor. Rest all are the basic packages which must be installed for the OS.</p>
<h3 id="heading-generate-file-system-table">Generate File System Table</h3>
<p>You need to create a fstab file, as it is an important config file that stores the mounting points for the partitions. Type this command to generate fstab file: <code>genfstab -U /mnt &gt;&gt; /mnt/etc/fstab</code>.</p>
<h3 id="heading-heading-to-arch-linux">Heading to Arch Linux :)</h3>
<p>Now that the minimum setup is completed, we can head to our Arch OS now. Type <code>arch-chroot /mnt</code> to get inside the Arch OS now. After that, type <code>passwd</code> to set password for root(admin) access. Then, create a standard user account, as we won't be using root everytime we use Arch, as even a small mistake can lead to drastic effects if done without thinking. Type <code>useradd -m &lt;User name&gt;</code> to create a user with a name of your choice. Set the password for the user using the command <code>passwd &lt;User name&gt;</code>. Then, provide some basic access to the user using the command <code>usermod -aG wheel,storage,power &lt;User name&gt;</code>. Now, edit the configuration file for sudo using the command <code>EDITOR=nano visudo</code>. It will open the visudo file. Inside that, find the line which starts with <code>#%wheel ALL...</code> , and remove the "#" to uncomment that line. After that, leave the editor after using <code>Ctrl + O</code> to save and <code>Ctrl + X</code> to exit. Now, the user that you just created will have access to sudo privileges.</p>
<h3 id="heading-setting-a-system-language">Setting a System Language</h3>
<p>Now that the user is created, we will be setting a language for the device. I will be guiding for English-US, if you want to use any other language for your device, then just do what I am doing after finding the specific language you would like to use. Type <code>nano /etc/locale.gen</code> to list all the languages available. Then, uncomment <code>en-US.UTF-8 UTF 8</code>, and save-quit using Ctrl+O &amp; Ctrl+X. Then generate your locale using command <code>locale-gen</code>. Further, type the commands <code>echo LANG=en_US.UTF-8 &gt; /etc/locale.conf</code> , to add language in the locale configuration file. Then type <code>export LANG=en_US.UTF-8</code>.</p>
<h3 id="heading-setting-hostname-and-updating-hosts">Setting Hostname and Updating Hosts</h3>
<p>As it says in the heading, we will be setting the hostname for our device and updating hosts for the device. Type <code>echo &lt;Host name&gt; &gt; /etc/hostname</code> to add the hostname for the device. Then, for updating the hosts, open the hosts file using the command <code>nano /etc/hosts</code>, and add the following lines</p>
<p><code>127.0.0.1 localhost</code></p>
<p><code>::1 localhost</code></p>
<p><code>127.0.1.1 &lt;Hostname&gt;.localdomain localhost</code></p>
<p>After adding these lines, save and quit nano editor using Ctrl+O &amp; Ctrl+X.</p>
<h3 id="heading-setup-timezoneregion">Setup Timezone/Region</h3>
<p>Type the following commands:</p>
<p><code>ln -sf /usr/share/zoneinfo/&lt;Zone&gt; /etc/localtime</code></p>
<p><code>hwclock --systohc</code></p>
<h3 id="heading-installing-grub-bootloader">Installing Grub Bootloader</h3>
<p>Grub is what we call a boot manager for Linux which is usually used when implementing multi boots in a device. It runs at the very beginning of the computer, allowing you to choose which OS you'd want to boot into. Here's how you can set up your Grub:</p>
<p>So at first, let's create a directory in /boot/efi using the following command:</p>
<p><code>mkdir /boot/efi</code></p>
<p>This directory will be then mounted to the EFI partition that will already be available in your system if you have windows installed in your device. Type <code>lsblk</code> and look for a partiton with size from 100MB-500MB, depending on your device, and mount the above created directory in that partition using the following command, after replacing &lt;EFI partition directory&gt; with the actual location of that directory, for eg /dev/sda1 :</p>
<p><code>mount &lt;EFI partition directory&gt; /boot/efi/</code></p>
<p>Now with that, mounting for boot is done, let's move ahead with installing required packages for our grub setup:</p>
<p><code>pacman -S grub efibootmgr dosfstools mtools</code></p>
<p>This will install most of the necessary packages you'll need for grub setup. Now, there will be some files created upon installing the above packages, we need to edit one of them so that our grub gets triggerred every time on boot. Type the following command:</p>
<p><code>nano /etc/default/grub</code></p>
<p>Go to the bottom of that file, &amp; uncomment <code>GRUB_DISABLE_OS_PROBER=false</code> . After that install <code>os-prober</code> package which will allow your system to detect if your system has multiple OS installed, and if there are, it will show in the list as well:</p>
<p><code>pacman -S os-prober</code></p>
<p>Now type the following commands one by one to install grub successfully which will automatically detect Windows OS as well, and list in the grub menu everytime you boot your system.</p>
<p><code>grub install --target=x86_64-efi --bootloader-id=&lt;hostname&gt; --recheck</code></p>
<p><code>grub-mkconfig -o /boot/grub/grub.cfg</code></p>
<h3 id="heading-enable-system-services">Enable System Services</h3>
<p>Now you have your grub installed in your device. For the final touch, you need to enable some services at this point, to set network configuration in your system. For that type the following 2 commands:</p>
<p><code>systemctl enable dhcpcd.service</code></p>
<p><code>systemctl enable NetworkManager.service</code></p>
<p>Now your system is ready to use. You need to exit current environment using <code>exit</code> command, and unmount using the following command</p>
<p><code>umount -lR /mnt</code></p>
<p>Now, type <code>reboot</code> and press enter. During reboot, eject your pendrive. Now, if you have followed me with all these steps, congratulations, your arch system is now ready to use. After reboot, you will see your grub bootloader screen which lists both your Windows &amp; Arch OS.</p>
<p>Below are some of the very basic stuff you might need to know if you're new to Command Line Interface.</p>
<h2 id="heading-first-visit-to-arch-system">First visit to Arch System</h2>
<h3 id="heading-connecting-to-internet-1">Connecting to internet</h3>
<p><code>nmcli device wifi list</code></p>
<p><code>nmcli device wifi connect &lt;SSID&gt; password &lt;password&gt;</code></p>
<h3 id="heading-creating-a-desktop-environment">Creating a Desktop Environment</h3>
<p>No one likes to just live on terminal world right? You can install a "Desktop Environment" which basically allows you to have minimal or more Graphical Interface, depending on what you want... There are plenty of Desktop Environments available on Internet, but I have found the following Desktop Environments to be better than others. It's a personal choice though, you might have different likes than me:</p>
<p><a target="_blank" href="https://dwm.suckless.org/">DWM</a>: One of the best tiled Window Manager, it's minimal,and is good for usage. It was my first Desktop Environment that I used when I first installed Arch in my device. If you want more features in your Environment, you can always check out the patches provided by DWM from <a target="_blank" href="https://dwm.suckless.org/patches/">here</a>. One of the best terminal for DWM environment is <a target="_blank" href="https://st.suckless.org/">ST</a>, it is also very minimal and is easy to use.</p>
<p><a target="_blank" href="https://wiki.gentoo.org/wiki/Bspwm#:~:text=bspwm%20is%20a%20lightweight%2C%20tiling,the%20examples%20USE%20flag%20set">BSPWM</a>.): It is similar to DWM, it is also a minimalist tiling window manager which uses X window system. You can easily install this by following the documentation provided in the official website. Here's the <a target="_blank" href="https://wiki.gentoo.org/wiki/Bspwm#Installation">link</a>.You can use Alacritty as your terminal for this window manager.</p>
<p><a target="_blank" href="http://openbox.org/wiki/Main_Page">OpenBox</a>: It also has a very minimalistic appearance. I haven't used this Window Manager for much time, but you can check out the <a target="_blank" href="http://openbox.org/wiki/Help:Themes">themes</a> section to guide yourself to install OpenBox successfully. You can use Alacritty as your terminal here as well.</p>
]]></content:encoded></item><item><title><![CDATA[Securing AWS Cloud Infrastructure with IAM]]></title><description><![CDATA[Introduction
Amazon Web Services (AWS) is one of the most secure cloud platforms which lets users deploy their applications on the web. It provides high-level security of data protection to users at an affordable rate. One such web service is IAM (Id...]]></description><link>https://blogswithrakesh.hashnode.dev/securing-aws-cloud-infrastructure-with-iam</link><guid isPermaLink="true">https://blogswithrakesh.hashnode.dev/securing-aws-cloud-infrastructure-with-iam</guid><category><![CDATA[AWS]]></category><category><![CDATA[AWS IAM]]></category><category><![CDATA[IAM,MFA,Access key ID,Secret access key]]></category><dc:creator><![CDATA[Rakesh Kumar Gorai]]></dc:creator><pubDate>Tue, 22 Aug 2023 10:42:12 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1692503659512/ff449ff3-a756-4f05-9cd5-ffc7ae7daf4d.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2 id="heading-introduction">Introduction</h2>
<p>Amazon Web Services (AWS) is one of the most secure cloud platforms which lets users deploy their applications on the web. It provides high-level security of data protection to users at an affordable rate. One such web service is IAM (Identity and Access Management). We will learn more about AWS IAM in this blog.</p>
<h2 id="heading-what-is-iam">What is IAM?</h2>
<p>IAM is nothing but a web service tool provided by AWS that allows us to manage user identities and their permissions for various AWS services and resources. It enables us access to AWS services &amp; resources in a secure manner.</p>
<h2 id="heading-why-iam">Why IAM?</h2>
<p>IAM can be said as a very crucial part of the computing environment. Back in the days when Cloud Computing was not much big of a deal, and most corporate companies used On-premises setup for web servers, resources were shared in a very insecure manner, like via phones or emails. This might lead to information getting leaked, which no one would want. Today, we have many secure ways for the transmission of resources. IAM is one of the most secure ways of Amazon Web Services, which enables the principle of least privilege. It allows us to grant users only those permissions they absolutely need to perform tasks. This minimizes the damage even if the login credentials are somehow compromised.</p>
<h2 id="heading-components-of-iam">Components of IAM</h2>
<ul>
<li><h3 id="heading-iam-users">IAM Users</h3>
</li>
</ul>
<p>Let's take a scenario. Suppose we have a corporation with about 500 employees working on a particular software's maintenance, which is deployed on a cloud. Now we can't have all 500 of them create their accounts and manage the software as they desire. If all the employees get all the privileges for the software, and if someone somehow corrupts or deletes the software, it will be a huge loss for that company. To make sure this does not happen, IAM has something called IAM Users.</p>
<p>IAM Users are created by the owner of the AWS account, and he/she grants provides the employees with IAM User credentials to use, and those with the root access to the account are the only ones who can manage what privileges and resources any IAM User will have. These reduce the chance of data being mishandled or leaked by someone to a great extent.</p>
<ul>
<li><h3 id="heading-iam-groups">IAM Groups</h3>
</li>
</ul>
<p>Let's go back to our previous scenario. How long do you think it's going to take for the root user to give access to 500 IAM Users for specific resources if he tries to give them permissions individually? It will take forever! And it's not an efficient method at all. To help ease things, IAM Groups came into the picture. A group consists of a collection of IAM Users, and the root user can grant or revoke access to resources to all those in the group at once. If required, he can give more permissions to a specific user as well. A user can be a member of different groups as well.</p>
<ul>
<li><h3 id="heading-iam-roles">IAM Roles</h3>
</li>
</ul>
<p>In the previous scenario, we saw that it is not a good practice for every employee to have a personal AWS account, so that's why we created IAM Users for each employee and provided them access to only those resources which they needed to work. Now imagine that the corporation is collaborating with someone outside of the firm as well for some time, and they also want access to those resources. Now, it won't be a good idea to hand them the Access key and password of a User account. In cases like this, IAM Roles is the best option. It helps us to securely grant permissions to entities within or outside the AWS account. It is particularly useful in cases like this because they can have their temporary access, and we won't have to share any access credentials with them. We can attach policies as required using IAM roles to define which actions are allowed. It can be used to grant access to resources in one AWS account to another account.</p>
<h2 id="heading-conclusion">Conclusion</h2>
<p>AWS IAM helps us to control the security of our AWS account to a great extent. It helps us to keep our resources safe from unauthorized access by enforcing the least privilege principle. Moreover, IAM features like Multi-Factor Authentication(MFA) should be used to secure the account. However, additional security measures like data encryption, network security should also be kept in mind as technology evolves.</p>
]]></content:encoded></item></channel></rss>