<?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: Naniyori</title>
    <description>The latest articles on DEV Community by Naniyori (@deepu14d).</description>
    <link>https://dev.to/deepu14d</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%2F532396%2F4978d09c-67c2-4253-ac35-9cb2d70abf1d.jpeg</url>
      <title>DEV Community: Naniyori</title>
      <link>https://dev.to/deepu14d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deepu14d"/>
    <language>en</language>
    <item>
      <title>ifconfig vs ipconfig vs iwconfig</title>
      <dc:creator>Naniyori</dc:creator>
      <pubDate>Wed, 19 May 2021 08:52:00 +0000</pubDate>
      <link>https://dev.to/deepu14d/ifconfig-vs-ipconfig-vs-iwconfig-3k9b</link>
      <guid>https://dev.to/deepu14d/ifconfig-vs-ipconfig-vs-iwconfig-3k9b</guid>
      <description>&lt;p&gt;This may seem useless to a lot of people, even I am thinking that way but still I got this confusion when I started learning a bit networking and started working in Linux terminal so maybe other also have this confusion and these are the basic commands especially for those who works with networking stuff. It’s really very basic. So, what is the difference between ifconfig, iwconfig and ipconfig?&lt;/p&gt;

&lt;p&gt;Ifconfig stands for interface configuration and it’s used to display the network configuration information, you come to know about your IP address for your Wi-Fi router, for your LAN cable, for any interface that’s connecting you from the internet and this command provides options for viewing as well as changing your network settings. Well, I am not going to go very deep in it and show you the various options it offers like “ifconfig –a” it shows you all the network interfaces while using just “ifconfig” only shows the current active network interfaces. So, I guess now you have a basic idea of what is ifconfig and what it shows you but there’s a lot you can do after knowing this info, maybe you would like to change your MAC address, configuring IP address or any other thing you would like to do.   &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%2Fwccnmbpq6m7ixgt1az66.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%2Fwccnmbpq6m7ixgt1az66.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ipconfig stands for internet protocol configuration and actually is not much different than ifconfig. While ifconfig works only in Unix based OS, ipconfig works in even in windows and some new versions of Linux too. Ipconfig is a better option than ifconfig, it’s sort of upgraded version of ifconfig. It’s new but it doesn’t mean that it’s superior to the previous one.  Things that you can do with ifconfig, can be done with ipconfig, they just have their own ways of doing things but the same thing can be done by both of these commands. However, there are some advantages of ipconfig over ifconfig for example unlike ifconfig, it also displays all currently connected network interfaces whether they are active or not. So, between ifconfig and ipconfig, ifconfig can meet all the basic requirement of our work but now or later, we may have to upgrade, as ipconfig have some more features and ifconfig have some drawbacks. &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%2F4o8u6ak92m06a6xnyqu4.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%2F4o8u6ak92m06a6xnyqu4.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Iwconfig is also similar to ifconfig, but it is only dedicated to wireless networking interfaces means not wired interface like a ethernet cable, LAN cable. It only shows wireless interface. You can change the parameters of that network interface, parameters related to Wi-Fi adapter like transmit power, changing bit rate, changing SSID name and other things are also possible. &lt;/p&gt;

&lt;p&gt;To know more about any of these commands, you can give a try to their documentation online or you can just type “man ifconfig” and it’ll open the manual for this command or you can try using “iwconfig –help”.   &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%2Fwv4oa9dwgsqjj6weqnv5.png" 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%2Fwv4oa9dwgsqjj6weqnv5.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I guess now you can understand what’s the basic difference between ifconfig, ipconfig and iwconfig and how are they different. Currently, the most basic and widely used command among these is ifconfig.&lt;br&gt;
PS :- Please do correct me if I am wrong somewhere.&lt;/p&gt;

</description>
      <category>basics</category>
      <category>networking</category>
      <category>terminal</category>
      <category>linux</category>
    </item>
    <item>
      <title>ML - How it all started?</title>
      <dc:creator>Naniyori</dc:creator>
      <pubDate>Mon, 18 Jan 2021 07:54:22 +0000</pubDate>
      <link>https://dev.to/deepu14d/ml-how-it-all-started-5034</link>
      <guid>https://dev.to/deepu14d/ml-how-it-all-started-5034</guid>
      <description>&lt;p&gt;There maybe a question in your mind how it all started back then? I mean by the machine learning and artificial intelligence stuff. Well, we know it started by a thought of helping humans to reduce their working amount, to help them and to make machines work with humans like humans. And it all started back then in 1950 when Alan Turing creates the “Turing Test” to determine if a computer has real intelligence. Arthur Samuel invented machine learning and coined the phrase “machine learning” in 1952. He is revered as the father of machine learning. And then the development in this field never ever stops till now. Now, we have more advanced things in this field. Whether it's IBM Watson, Google brains, DeepFace, and even many more advanced algorithms like AlphaGo and others. &lt;/p&gt;

&lt;p&gt;Let's look it from a little different perspective. So, maybe it all also started from data. Yeah you heard right, from data. In beginning, we were just storing data on papers using pens but it require more human work and then the data starts growing, computers come into play, more advancement happened and we started using spreadsheets like excel files &amp;amp; csv files to store data. And people can analyze these files data to get an insight &amp;amp; make business decisions &amp;amp; can also predict about things based on this data. This is what we call Data Analysis.&lt;/p&gt;

&lt;p&gt;As the data grow more &amp;amp; more, we come with idea of relational databases to organize and understand things in a better way. And later we come up with term Big Data, its' a lot of data &amp;amp; can't be saved &amp;amp; managed in spreadsheets.&lt;/p&gt;

&lt;p&gt;And sometimes aside from this structured data, we have messy unstructured data &amp;amp; so, we come up with NoSQL &amp;amp; databases like mongo. And then this idea of ML comes as we can't look in that much data manually and make decisions. We could but then we are just wasting a lot of data &amp;amp; time so, big companies start using massive data to train machines so that they can recommend users according to their searches and what they like and similar things.&lt;/p&gt;

&lt;p&gt;So, isn't it right if we say the idea of ML initially came with the idea to use big amount of data and due to advancement in CPU, GPU and whole technology. Spreadsheets like excel files &amp;amp; csv files are used to store data. And people can analyze these files data to get an insight &amp;amp; make business decisions &amp;amp; can also predict about things based on data. &lt;br&gt;
Well, it's not that hard to relate all these things. And we are still progressing in this area so, you can imagine how things are going to change in near future.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>localhackday</category>
    </item>
    <item>
      <title>Small Introduction to AI </title>
      <dc:creator>Naniyori</dc:creator>
      <pubDate>Thu, 14 Jan 2021 15:01:45 +0000</pubDate>
      <link>https://dev.to/deepu14d/small-introduction-to-ai-1259</link>
      <guid>https://dev.to/deepu14d/small-introduction-to-ai-1259</guid>
      <description>&lt;p&gt;What comes in your mind when you hear this term - AI? Machines doing things like humans, or are even replacing humans. Do T-800 from terminator comes in your mind or Jarvis from Iron-Man? Well, yeah we can say it's an artificial intelligence but in reality, we are still very far from achieving T-800 like high level robot who is good in almost every task. &lt;br&gt;
An AI is a machine that acts like humans, it can be just software based or if blended with robotics then it can make a completely different masterpiece like Sophia -a humanoid robot. But there is something called Narrow AI- means machines can do things like humans or better than humans at some specific sites like detecting cancer, playing video games but only some specific tasks, they can't do other stuffs. There is General AI and these are machine that can do all things like humans instead of just one specific thing. See when we talk about AI, we generally are talking about Narrow AI as we are still very far from General AI. Google assistance, Siri, Alexa and many other are examples of this Narrow AI. &lt;br&gt;
But how we actually do it, I mean teaching machines so that they can do some work. This is done by machine learning. Many students just consider AI and ML as same but ML is a subset of AI &amp;amp; is an approach to try and achieve AI through systems that can find patterns in a set of data. It's getting machines to do things by providing a set of training data and then after training it, we test it using test data and then can work on real world data with it's help.&lt;br&gt;
But again how we implement ML, how that much data is gathered? Well, it's not that much of a hard task for big giants like Google, Amazon, Facebook and others. They on daily basis collects a lot of user data from all over the world and hence, they are pioneers in AI and ML world. There a lot to learn in the world of machines. And if I go on writing then even a book can be written. But even I am learner who is giving you the overview of AI.&lt;/p&gt;

&lt;p&gt;At last, the thing is that - AI and ML overlaps. ML is a step towards an AI. More preciously data science, deep learning, machine learning and artificial intelligence, these all are overlapping terms. One needs other to completely leverage its power.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>beginners</category>
      <category>localhackday</category>
    </item>
  </channel>
</rss>
