<?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: Ramashankar</title>
    <description>The latest articles on DEV Community by Ramashankar (@okayrama).</description>
    <link>https://dev.to/okayrama</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%2F799927%2F85820edb-49cf-4d15-88dc-b17f1d1c1ad2.jpg</url>
      <title>DEV Community: Ramashankar</title>
      <link>https://dev.to/okayrama</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/okayrama"/>
    <language>en</language>
    <item>
      <title>How to Install uTorrent on Ubuntu, Debian, Linux Mint</title>
      <dc:creator>Ramashankar</dc:creator>
      <pubDate>Fri, 25 Aug 2023 09:32:43 +0000</pubDate>
      <link>https://dev.to/okayrama/how-to-install-utorrent-on-ubuntu-debian-linux-mint-1n6e</link>
      <guid>https://dev.to/okayrama/how-to-install-utorrent-on-ubuntu-debian-linux-mint-1n6e</guid>
      <description>&lt;p&gt;Torrent is around us from decades and people still find it hard to install on their system. I will share some simple steps that you can follow to smoothly install uTorrent in any of these or similar Linux distros.&lt;/p&gt;

&lt;h2&gt;
  
  
  How To Install uTorrent On Ubuntu, Debian, and Linux Mint
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Using Official Website
&lt;/h2&gt;

&lt;p&gt;The most recent version of uTorrent for Linux was released for Ubuntu 13.04, but it will still work on Ubuntu 20.04 LTS. Go to the &lt;a href="https://thedroidgenome.com/how-to/install-utorrent-on-ubuntu/"&gt;uTorrent Linux download&lt;/a&gt; page to download the uTorrent server package for Ubuntu 13.04.&lt;/p&gt;

&lt;h2&gt;
  
  
  Command Line Approach
&lt;/h2&gt;

&lt;p&gt;Follow these basic commands to install Torrent on your Linux Device.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo apt-get install libssl0.9.8:i386&lt;/code&gt;&lt;br&gt;
&lt;code&gt;cd /usr/src&lt;br&gt;
sudo wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz&lt;/code&gt;&lt;br&gt;
&lt;code&gt;sudo tar xvzf utorrent-server-3.0-25053.tar.gz&lt;br&gt;
sudo chmod -R 777 /usr/src/utorrent-server-v3_0/&lt;/code&gt;&lt;br&gt;
&lt;code&gt;sudo ln -s /usr/src/utorrent-server-v3_0/utserver /usr/bin/utserver&lt;/code&gt;&lt;br&gt;
&lt;code&gt;utserver -settingspath /usr/src/utorrent-server-v3_0/&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features Of uTorrent
&lt;/h2&gt;

&lt;p&gt;Linux’s native uTorrent client is a web-based application, so you’ll be using uTorrent via a web browser. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Distributed hash table (DHT)&lt;/li&gt;
&lt;li&gt;UPnP port mapping&lt;/li&gt;
&lt;li&gt;NAT-PMP port mapping&lt;/li&gt;
&lt;li&gt;Upload rate limiting&lt;/li&gt;
&lt;li&gt;Download rate limiting&lt;/li&gt;
&lt;li&gt;Queuing&lt;/li&gt;
&lt;li&gt;Configurable limit on the number of simultaneously uploading peers&lt;/li&gt;
&lt;li&gt;Incremental file allocation&lt;/li&gt;
&lt;li&gt;Block-level piece picking&lt;/li&gt;
&lt;li&gt;Separate threads for file-check and download&lt;/li&gt;
&lt;li&gt;Single thread and single port for multiple torrent downloads&lt;/li&gt;
&lt;li&gt;BitTorrent extension protocol&lt;/li&gt;
&lt;li&gt;Multi-tracker extension support&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;In this tutorial, we explored different methods to install uTorrent on Ubuntu and other similar Linux distros. By following the steps in this tutorial, you can get uTorrent up and running in a couple of minutes. If you come across any issues, then share them in the comments section, and I would be more than happy to assist you.&lt;/p&gt;

</description>
      <category>torrent</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How To Reset MySQL Root Password?</title>
      <dc:creator>Ramashankar</dc:creator>
      <pubDate>Fri, 04 Feb 2022 08:03:14 +0000</pubDate>
      <link>https://dev.to/okayrama/how-to-reset-mysql-root-password-39fk</link>
      <guid>https://dev.to/okayrama/how-to-reset-mysql-root-password-39fk</guid>
      <description>&lt;p&gt;Everyone is their life have forgotten tons of password and I'm one of those too. However, resetting the password isn't a hard task at all. This article will teach you to reset the &lt;a href="https://thedroidgenome.com/how-to/reset-the-mysql-root-password/"&gt;MySQL Root Password&lt;/a&gt; with ease. You can learn about it in detail here on TheDroidGenome.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pre-requisites
&lt;/h2&gt;

&lt;p&gt;You must have root access to your server before you can start resetting it. You can obtain it easily with the help of sudo command.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;First things first, stop the MySQL Server.&lt;br&gt;
&lt;code&gt;sudo service mysql stop&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Once the server is stopped, restart it  the —skip-grant-tables option&lt;br&gt;
&lt;code&gt;mysql_safe --skip-grant-tables &amp;amp;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Connect to MySQL by the following command&lt;br&gt;
&lt;code&gt;mysql -uroot&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Setup new password using following command&lt;br&gt;
&lt;code&gt;UPDATE mysql.user SET Password=PASSWORD('updated-password') WHERE User='root';&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now, Restart you server to take it in effect.&lt;br&gt;
&lt;code&gt;sudo service mysql restart&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Wrapping Up
&lt;/h2&gt;

&lt;p&gt;That's how you can reset your MySQL password easily. Let me know if you get any errors or queries. I will be more than happy to help you out.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>mysql</category>
      <category>ubuntu</category>
    </item>
    <item>
      <title>How to Install Kodi on Ubuntu</title>
      <dc:creator>Ramashankar</dc:creator>
      <pubDate>Thu, 20 Jan 2022 08:42:05 +0000</pubDate>
      <link>https://dev.to/okayrama/how-to-install-kodi-on-ubuntu-7lg</link>
      <guid>https://dev.to/okayrama/how-to-install-kodi-on-ubuntu-7lg</guid>
      <description>&lt;p&gt;This guide will teach you to install Kodi on your Ubuntu Devices. Many of you may not know what Kodi is? Kodi is a free and open source media player, previously known as XBOX Media Centre. With the help of Kodi, You can watch popular Movies, TV Shows, Seasons and Episodes, Music &amp;amp; Audiobooks, Music Videos, Live TV and PVR, Pictures &amp;amp; Comic Books for free. It also &lt;a href="https://thedroidgenome.com/how-to/install-kodi-on-ubuntu/" rel="noopener noreferrer"&gt;runs on Debian, Linux Mint and other operating systems&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install Kodi on Ubuntu-based Linux distros via PPA
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffthbzf8tkmhxrxxua9yl.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffthbzf8tkmhxrxxua9yl.jpg" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Install Kodi on Ubuntu-based Linux distros via PPA. Install Kodi by running following command&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo add-apt-repository ppa:team-xbmc/ppa&lt;br&gt;
sudo apt-get update&lt;br&gt;
sudo apt-get install kodi&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Start Kodi by running the following command in Terminal:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;kodi&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Kodi Repositories
&lt;/h2&gt;

&lt;p&gt;These are following Build Types of Kodi&lt;/p&gt;

&lt;p&gt;ppa:team-xbmc/ppa - Final release builds&lt;br&gt;
ppa:team-xbmc/unstable - Betas and release candidates&lt;br&gt;
ppa:team-xbmc/xbmc-nightly - Nightly builds&lt;/p&gt;

&lt;p&gt;Install the repository of choice by replacing the build PPA.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo apt install software-properties-common&lt;br&gt;
sudo add-apt-repository -ysP team-xbmc/[build type]&lt;br&gt;
sudo apt install kodi&lt;/code&gt;&lt;/p&gt;

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

&lt;p&gt;With the help of this guide, we learnt how can we install Kodi on Ubuntu. Feel free to comment down your issues, I will be more than happy to help you.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>tutorial</category>
      <category>ubuntu</category>
    </item>
  </channel>
</rss>
