<?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: Prabhat Jani</title>
    <description>The latest articles on DEV Community by Prabhat Jani (@janiprabhat).</description>
    <link>https://dev.to/janiprabhat</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%2F461522%2Ff7b1f4f6-839c-45a4-9d76-a7dae5e1dc46.png</url>
      <title>DEV Community: Prabhat Jani</title>
      <link>https://dev.to/janiprabhat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/janiprabhat"/>
    <language>en</language>
    <item>
      <title>How To Install WordPress Sites on a Single DigitalOcean Droplet</title>
      <dc:creator>Prabhat Jani</dc:creator>
      <pubDate>Wed, 29 Mar 2023 08:00:47 +0000</pubDate>
      <link>https://dev.to/janiprabhat/how-to-install-wordpress-sites-on-a-single-digitalocean-droplet-4ep2</link>
      <guid>https://dev.to/janiprabhat/how-to-install-wordpress-sites-on-a-single-digitalocean-droplet-4ep2</guid>
      <description>&lt;p&gt;To install WordPress on two domains with SSL on the same DigitalOcean droplet using PuTTY, follow these steps:&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Log in to your DigitalOcean account
&lt;/h2&gt;

&lt;p&gt;Log in to your DigitalOcean account at &lt;a href="https://cloud.digitalocean.com"&gt;https://cloud.digitalocean.com&lt;/a&gt;. If you don't have a droplet yet, create one with Ubuntu 20.04 LTS as the operating system. You'll need the droplet's IP address and password.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: Connect to the droplet via PuTTY
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Download PuTTY (https://www.putty.org/) and install it on your computer.
Open PuTTY and enter your droplet's IP address in the "Host Name (or IP address)" field.
Click "Open" to initiate the SSH connection.
Log in as "root" and enter your droplet's password when prompted.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
    </item>
    <item>
      <title>How to Hard Reset or Reboot any Android Phone or Tablet</title>
      <dc:creator>Prabhat Jani</dc:creator>
      <pubDate>Fri, 26 Aug 2022 05:11:33 +0000</pubDate>
      <link>https://dev.to/janiprabhat/how-to-hard-reset-or-reboot-any-android-phone-or-tablet-2cga</link>
      <guid>https://dev.to/janiprabhat/how-to-hard-reset-or-reboot-any-android-phone-or-tablet-2cga</guid>
      <description>&lt;p&gt;Like all computing devices, Android phones and tablets can get sluggish when they’re left on for too long. The cause for this is straightforward; more and more apps keep running in the background. Eventually, those unused apps are taking up memory space and wasting other system resources. This limits the amount of resources available for the apps you’re actually using.&lt;/p&gt;

&lt;p&gt;In most cases, the simple solution is to restart your device. When your system powers off and then back on, the memory is cleared and you restart with a fresh slate. But sometimes a simple restart isn’t enough. Your system may refuse to restart altogether, in which case you’ll need to perform a hard reboot. If that doesn’t work, you may even need to perform a factory reset. Thankfully, we’re here to help. Here’s a step by step guide to rebooting your Android phone or tablet. We’ll start with the simplest options, and proceed through the most radical steps.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Perform a System Reboot
&lt;/h2&gt;

&lt;p&gt;If your apps are sluggish or randomly crashing, you might need to &lt;a href="https://hardreset.one/"&gt;reboot your Android&lt;/a&gt;. The easiest way to do that is to press and hold the power button for a few seconds. This will normally be found near the top right of the device, but it may differ. For example, on a biometric phone, the button will be on the back. At a certain point, you’ll see a menu with options to power off or restart. A restart will automatically power your phone or tablet down and then back on again. The power button will turn it off, but you’ll need to press it again to power back up.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: Perform a Hard Reboot
&lt;/h2&gt;

&lt;p&gt;Sometimes, the power off menu may fail to appear. This usually happens when your phone has completely frozen and won’t open any new apps. In this case, you’ll need to perform a hard reboot. Note that this isn’t the same as a factory reset, which we’ll discuss in a minute. It’s also much easier to perform, although it doesn’t work the same way on all Android devices.&lt;/p&gt;

&lt;p&gt;On some, you can perform a hard reboot by holding down the power button. This can take as long as 20 seconds, so you’ll need to be patient and wait for things to happen. If there’s no response after 30 seconds, try holding down both the power and volume up buttons. This should cause the device to shut down after about 20 seconds. At that point, you can restart your Android as normal.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: Remove The Battery
&lt;/h2&gt;

&lt;p&gt;If your phone won’t hard reboot, it’s probably because the operating system has totally locked up. In that case, the next step is to remove power and force it to shut down. You don’t want to do this if you can help it, since doing it repeatedly will stress the internal circuitry. That said, it’s a good fallback when nothing else is working.&lt;/p&gt;

&lt;p&gt;Removing the battery may be easier on some devices than on others. Most phones will allow you to simply pop the battery out. However, there may be a lock or a release switch that you need to operate first. Remove the battery, put it back in, and restart your device. If you have a tablet, it’s probable that your battery isn’t removable. In that case, your only recourse will be to wait until the battery drains on its own. At that point, you should be able to recharge it and restart your device.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 4: Perform a Factory Reset
&lt;/h2&gt;

&lt;p&gt;In most cases, the above steps should solve your problem. But there are situations where your apps might keep malfunctioning. This usually means that something went wrong during a system update. It can also be caused by shady apps corrupting your system files. In this case, you’ll need to perform a factory reset.&lt;/p&gt;

&lt;p&gt;A factory reset is exactly what it sounds like. It will restore your phone to the state it was in when you first purchased it. This means you’ll only have the default apps, and you’ll lose any local data you have stored. Keep in mind that for most Android users this isn’t a huge amount of data. Your contacts, emails, and settings should all be safe in the cloud. That said, you might lose some locally-stored photos, as well as some app data.&lt;/p&gt;

&lt;p&gt;To perform a reset, you’ll first need to charge your battery to at least 75 percent. Below that, it won’t have enough power to perform the process. If possible, just leave your phone on the charger while you’re working. That way, you won’t have to worry about the battery level dropping too low.&lt;/p&gt;

&lt;p&gt;If you’re able to turn your device on, the reset process is relatively straightforward. You open your settings menu, click “Backup &amp;amp; reset,” then select “factory data reset.” This will initiate the factory reset process.&lt;/p&gt;

&lt;p&gt;If you can’t fully boot up your phone or tablet because it gets stuck in the boot-up process, not all is lost. You may still be able to access your device’s recovery mode. Power up your phone, but instead of just the power button, hold down the volume up button as well. Continue holding this button combination until the Android logo appears on your screen. At this point, a menu will appear. Using the volume buttons, scroll down to “Recovery,” then press the power button. If the only option in the menu is “No Command,” press and hold the power button, then press volume up. Either way, you’ll end up in the reset menu. Here, use the volume down button to scroll to the “Wipe data/factory reset” option. Select it with the power button, and you’ll be asked to confirm. Use the power button again to confirm, and the reset will commence.&lt;/p&gt;

&lt;p&gt;Some Android devices have a physical home button. In that case, you’ll need to follow a slightly different procedure. When you start up, press the volume up, power, and home buttons all together. The phone will vibrate; at that point, let go of the power button. You’ll feel another vibration, and the menu will appear. From here, proceed as we described above.&lt;/p&gt;

&lt;p&gt;Some Android devices don’t have any dedicated power button. In that case, you’ll have to proceed as if you had a power button, but use the side button instead. There are other quirky designs that you might potentially have to deal with. If nothing we described applies to you, check your manufacturer’s support site.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>MyAccessFlorida Login Account Official Guide</title>
      <dc:creator>Prabhat Jani</dc:creator>
      <pubDate>Fri, 26 Aug 2022 05:08:00 +0000</pubDate>
      <link>https://dev.to/janiprabhat/myaccessflorida-login-account-official-guide-2o9j</link>
      <guid>https://dev.to/janiprabhat/myaccessflorida-login-account-official-guide-2o9j</guid>
      <description>&lt;p&gt;Directly do MyAccessFlorida Login with the guide available in this article. If you try to log in to my ACCESS Florida account, this blog will take you to the &lt;a href="https://www.myaccessflorida.com.co/"&gt;MyAccessFlorida Account&lt;/a&gt; Login Portal. myflorida.com/accessflorida is the authorized Access Florida website that allows Florida residents to access their online services.&lt;/p&gt;

&lt;p&gt;With your MyAccessFlorida.com account, you can quickly verify your eligibility and apply for food assistance (food stamps), medical assistance, and temporary cash assistance for families with children (TANF) in Florida.&lt;/p&gt;

&lt;p&gt;Before switching to the My Access Florida Access portal, make sure your computer has an active Internet connection and you have your username and password.&lt;/p&gt;

&lt;h2&gt;
  
  
  MyAccessFlorida Login Process
&lt;/h2&gt;

&lt;p&gt;Follow these steps so that you can successfully log in to your MyAccessFlorida account:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;    Open your browser and log in to the MyAccessFlorida login portal at &lt;a href="http://www.myflorida.com/accessflorida"&gt;www.myflorida.com/accessflorida&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;    When the page is open, scroll down and click on the “Login or create a MyACCESS account” link to continue.&lt;/li&gt;
&lt;li&gt;    Next, you will be directed to the “Returning Users” part. Here enter your username and password in the required fields.&lt;/li&gt;
&lt;li&gt;    Then tap Sign in to access your account. Once you log into your account, you can apply and enjoy your Florida benefits.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are not logged in or cannot access your account, follow these steps to reset MyAccessFlorida data.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reset MyAccessFlorida Password
&lt;/h2&gt;

&lt;p&gt;In case you don’t remember your account password, just try the following steps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;    Go to the MyAccessFlorida login page at &lt;a href="http://www.myflorida.com/accessflorida"&gt;www.myflorida.com/accessflorida&lt;/a&gt; and tap the “forgot your password” link.&lt;/li&gt;
&lt;li&gt;    Enter your user ID on the new page and click “Next” to continue.&lt;/li&gt;
&lt;li&gt;    Answer your security questions and click Next.&lt;/li&gt;
&lt;li&gt;    Enter your new password.&lt;/li&gt;
&lt;li&gt;    Enter your password again in the box below.&lt;/li&gt;
&lt;li&gt;    Finally, tap the “Reset” button to generate a new password.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How To Reset MyAccessFlorida Login User ID?
&lt;/h2&gt;

&lt;p&gt;If you forget your Myaccess Florida username, follow these steps to restore your username:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;    Go to the login page to log in and click on the “Forgot your username?”&lt;/li&gt;
&lt;li&gt;    You will be taken to a page where you enter the following information:&lt;/li&gt;
&lt;li&gt;        First name&lt;/li&gt;
&lt;li&gt;        Last name&lt;/li&gt;
&lt;li&gt;        Birthdate&lt;/li&gt;
&lt;li&gt;        Case number&lt;/li&gt;
&lt;li&gt;        Payee Last Name (if applicable)&lt;/li&gt;
&lt;li&gt;        Zipcode (the zip code where you live)&lt;/li&gt;
&lt;li&gt;        Payee First Name (if applicable)&lt;/li&gt;
&lt;li&gt;        Payee Date of Birth (if applicable)&lt;/li&gt;
&lt;li&gt;    Obtain your user ID after entering the above information.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;After visiting My ACCESS Florida, the main menu will be displayed with benefits for individuals, EBT services, frequently asked questions, survey forms, and useful links. Click on the “Benefits Home” link.&lt;/p&gt;

&lt;p&gt;If you do not have an account to do MyAccessFlorida Login, click on the “Create Account” link (in the Get Started Section) and enter the required information to create an account in My ACCESS Florida.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Best beginner electric guitars 2020</title>
      <dc:creator>Prabhat Jani</dc:creator>
      <pubDate>Tue, 01 Sep 2020 12:28:49 +0000</pubDate>
      <link>https://dev.to/janiprabhat/best-beginner-electric-guitars-2020-3di6</link>
      <guid>https://dev.to/janiprabhat/best-beginner-electric-guitars-2020-3di6</guid>
      <description>&lt;p&gt;So you're looking for the first-rate newbie's electric guitar in the global right now? Then which could simplest suggest one aspect: you've got decided to learn how to play guitar, and we could not be extra stoked to welcome you! Learning the guitar is one of the most rewarding things you may ever do, and we ought to recognise, as among absolutely everyone here are Guitar World we've been playing guitar for a completely, very long term. &lt;/p&gt;

&lt;p&gt;That additionally makes us perfectly-positioned that will help you locate the quality beginner electric guitar for you. Our manual is curated by means of professionals who live and breathe guitars, so it will help you quick slender down the high-quality electric powered guitar for how you want to play, and for the sort of song you'll revel in mastering. We've been via our fair percentage of novice's electric guitars over the a long time, so we recognize precisely which of them to expose you so that you don't waste a dime or some time. &lt;a href="https://goodscompared.com/best-lightweight-electric-guitars/"&gt;https://goodscompared.com/best-lightweight-electric-guitars/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If we sound mega excited it is due to the fact proper now there's in order that lots on offer in the manner of top electric guitars for beginners. The satisfactory and range is absolutely outstanding, thanks to how production strategies have progressed significantly to elevate the bar appreciably on great manage within the  access stage guitar marketplace. &lt;/p&gt;

&lt;p&gt;Put genuinely, it’s hard to discover a six-string in our great beginner electric guitars round-up that doesn’t tick all of these packing containers. Let's take a better look now and get you nearer, quicker, to your dream first electric powered guitar. &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Buying for a child? Check out these high-quality guitars for kids
Or get stimulated by the nice electric guitars inside the global
And the excellent acoustic guitars for novices
Explore the pleasant newbie guitar amps
Acoustic vs electric guitar: which is quality for beginners?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;In our simple, straightforward manual to electric powered guitars for novices, we will come up with a comprehensive evaluate of what you need to be seeking out while searching for your first ever electric guitar. &lt;/p&gt;

&lt;p&gt;From the distinct styles to be had, to the precise features and capabilities that be counted most while you’re first beginning out, our round-up has you fully included.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
