<?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>Forem: jeann</title>
    <description>The latest articles on Forem by jeann (@jeancarlosn).</description>
    <link>https://forem.com/jeancarlosn</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%2F94281%2Ffb0b728f-e1bf-4749-bbfd-56951acf9fce.jpg</url>
      <title>Forem: jeann</title>
      <link>https://forem.com/jeancarlosn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jeancarlosn"/>
    <language>en</language>
    <item>
      <title>Settings kvm</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Mon, 30 Mar 2020 19:59:56 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/settings-kvm-3fel</link>
      <guid>https://forem.com/jeancarlosn/settings-kvm-3fel</guid>
      <description>&lt;p&gt;kvm-ok enter&lt;/p&gt;

&lt;p&gt;&lt;code&gt;INFO: /dev/kvm does not exist&lt;br&gt;
HINT:   sudo modprobe kvm_intel&lt;br&gt;
INFO: For more detailed results, you should run this as root&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo modprobe kvm_intel&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;To create directory /dev/kvm to settings and run emulator AVD to Android&lt;/p&gt;

</description>
      <category>android</category>
      <category>sdk</category>
      <category>avd</category>
      <category>emulator</category>
    </item>
    <item>
      <title>Detect man in the Middle</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Sun, 01 Mar 2020 23:13:41 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/detect-man-in-the-middle-3112</link>
      <guid>https://forem.com/jeancarlosn/detect-man-in-the-middle-3112</guid>
      <description>&lt;p&gt;&lt;code&gt;&lt;br&gt;
nmap -sn --script=sniffer-detect 192.168.0.102&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;"sn"  This command is for "ping" scan, but it will not necessarily do an ICMP request.&lt;/p&gt;

&lt;p&gt;"--script" This will tell Nmap to run a script. In this case, it was "sniffer-detect."&lt;/p&gt;

&lt;p&gt;"sniffer-detect" This was the script name that we used for detecting the sniffer.&lt;/p&gt;

&lt;p&gt;"192.168.0.108" This is the target network that may be compromised. In this case, this may not always work, so you can also scan the whole network by adding /24 after the gateway address. For example, in this case, it would be 192.168.0.1/24.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CYY_tbEW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/n62hnp43lnlg8ikdbl5a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CYY_tbEW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/n62hnp43lnlg8ikdbl5a.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>mitmattack</category>
      <category>linux</category>
      <category>nmap</category>
    </item>
    <item>
      <title>Settings Laravel installer</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Wed, 26 Feb 2020 19:05:24 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/settings-laravel-installer-3koe</link>
      <guid>https://forem.com/jeancarlosn/settings-laravel-installer-3koe</guid>
      <description>&lt;p&gt;&lt;code&gt;&lt;br&gt;
echo 'export PATH="$PATH:$HOME/.config/.composer/vendor/bin"' &amp;gt;&amp;gt; ~/.bashrc&lt;br&gt;
source ~/.bashrc&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>settings</category>
      <category>installer</category>
      <category>ubuntu</category>
    </item>
    <item>
      <title>Change version Php</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Wed, 27 Mar 2019 11:58:32 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/change-version-php-ci4</link>
      <guid>https://forem.com/jeancarlosn/change-version-php-ci4</guid>
      <description>&lt;p&gt;Look how change version of php on Ubuntu&lt;/p&gt;

&lt;p&gt;Type this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;update-alternatives --config php

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;You now select the version that like and Done&lt;/p&gt;

</description>
      <category>php</category>
      <category>version</category>
      <category>ubuntu</category>
    </item>
    <item>
      <title>MyClient very good client to Mysql</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Sun, 06 Jan 2019 22:21:01 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/myclient-very-good-client-to-mysql-4mn5</link>
      <guid>https://forem.com/jeancarlosn/myclient-very-good-client-to-mysql-4mn5</guid>
      <description>

&lt;p&gt;MyClient is a tool to Mysql of  auto-completion, look this:&lt;/p&gt;

&lt;p&gt;Install Ubuntu:&lt;/p&gt;

&lt;p&gt;Step 1: type to install mycli&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;br&gt;
 sudo aptitude install mycli&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Next Step 2: type this to in client&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mycli -uroot

Version: 1.5.2
Chat: https://gitter.im/dbcli/mycli
Mail: https://groups.google.com/forum/#!forum/mycli-users
Home: http://mycli.net
Thanks to the contributor - Ted Pennings
mysql root@localhost:(none)&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;First Last one Step: Look at this picture to select the database:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SIPnerCL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/4dj2s9a591ohfdg5zlon.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SIPnerCL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/4dj2s9a591ohfdg5zlon.png" alt="alt text" title="Logo Title Text 1"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Last one Step: Look this picture to make query select table:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ujd-jkc3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/75dylaow43q59kz9xgzl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ujd-jkc3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/75dylaow43q59kz9xgzl.png" alt="alt text" title="Logo Title Text 1"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;See soon !!&lt;/p&gt;


</description>
      <category>mysql</category>
      <category>commandline</category>
      <category>client</category>
      <category>autocompletion</category>
    </item>
    <item>
      <title>Is amazing where is Javascript</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Mon, 03 Sep 2018 15:39:44 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/is-amazing-where-is-javascript-35ma</link>
      <guid>https://forem.com/jeancarlosn/is-amazing-where-is-javascript-35ma</guid>
      <description>&lt;p&gt;I got 6 years ago in javascript, I start with jquery, next ECMAScript and I worked with framework AngularJs and Angular, too libraries like VueJs and ReactJs is very interesting for me is technologies.&lt;/p&gt;

&lt;p&gt;Today with Vue I can make visual application and with GTK waaaao!, check this out:&lt;/p&gt;

&lt;p&gt;First Step:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt install build-essential libgtk-3-dev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and last one:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm install --global vue-cli
vue init mimecorg/vuido-webpack-template my-project #Create new Project on vuejs
cd my-project
npm install
npm run build #Compile and update compiled
npm start #See Window, look this out
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--81DZeu82--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/5v9vt4ndny19bi6u62fa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--81DZeu82--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/5v9vt4ndny19bi6u62fa.png" alt="alt text" title="Windows Compiled with vuejs or vuido"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>vue</category>
      <category>gtk</category>
      <category>vuido</category>
    </item>
    <item>
      <title>Learn is Hard, but learn all is so hard</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Tue, 28 Aug 2018 12:02:38 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/learn-is-hard-but-learn-all-is-impossible-9kp</link>
      <guid>https://forem.com/jeancarlosn/learn-is-hard-but-learn-all-is-impossible-9kp</guid>
      <description>&lt;p&gt;I got 41 years old, I am a programmer, all my life is programming, C, C++, VB6.0, Php, Javascript, SQL, Ruby, Golang and more.&lt;/p&gt;

&lt;p&gt;When I was 20 years old just with 3 technologies are enough to achieve success development application, like:&lt;/p&gt;

&lt;p&gt;Languages like VB or Java or Pascal or C++, SQL (Structured Query Language) and a System Operative (Windows or Linux is last very weird), that is, with this is enough for development any applications.&lt;/p&gt;

&lt;p&gt;Today is so more complicated because every day came up with new technologies, new paradigms, a new framework, each language came up every week new parches security, new stuff than learn, new stuff than change and adapt it, for example, a developer rookie have to know: a language like: Php or Javascript(ECMAScrip 2015 or 2017)or TypeScript or Ruby or Python or Golang or R or C# or Java(JSE, JEE) in some case 4 or 5 language, to they have to know technologies require: Javascript, Html and CSS and SQL is very basic which is a lot&lt;/p&gt;

&lt;p&gt;Today to be a Senior developer is a lot more complicated than 15 years ago, these people have to know Desing Patterns,  Methodologies Agiles, programming is a save way with standard of language, they have known many System Operatives(Windows, Linux, Unix, System Operativo Embedded or microsystem), minimal 9 o 10 languages(R, C, C++, Java, Php, Golang, Python, Pascal, C#, Solidity, etc), IA(Artificial Intelligent), DataMining and more.&lt;/p&gt;

&lt;p&gt;Today is more hard be Senior because have known more, but the information is more easy get.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>tech</category>
      <category>learn</category>
    </item>
    <item>
      <title>Install IDES Line Command Ubuntu</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Thu, 23 Aug 2018 04:23:08 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/install-ides-line-command-4f26</link>
      <guid>https://forem.com/jeancarlosn/install-ides-line-command-4f26</guid>
      <description>&lt;p&gt;I love PhpStorm, WebStorm, and RubyMine for install in Ubuntu through command line is very easy, look:&lt;/p&gt;

&lt;p&gt;PhpStorm:&lt;br&gt;
&lt;code&gt;&lt;br&gt;
sudo snap install phpstorm --classic&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;WebStorm:&lt;br&gt;
&lt;code&gt;&lt;br&gt;
sudo snap install webstorm --classic&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
RubyMine:&lt;br&gt;
&lt;code&gt;&lt;br&gt;
sudo snap install rubymine --classic&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Thank!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ruby</category>
      <category>ubuntu</category>
      <category>ides</category>
    </item>
    <item>
      <title>My First Hellow Word</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Thu, 23 Aug 2018 04:19:42 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/my-first-hellow-word-38d</link>
      <guid>https://forem.com/jeancarlosn/my-first-hellow-word-38d</guid>
      <description>

&lt;p&gt;My first program inteligent was with pencil and paper, &lt;strong&gt;Yes Really!&lt;/strong&gt;, 1995 a computer was is not possible for buy, because I was 17 years old,&lt;br&gt;
not working, my parents give me all, ehhhh; Ok, the basic, like money for the university, three food for day, clothes, shoe, only that, for me is OK,&lt;br&gt;
because was just I need.&lt;/p&gt;

&lt;p&gt;The closest a computer was  in my head, in my imagination or in laboratory of my University.&lt;/p&gt;

&lt;p&gt;My first hours the programming was Pascal, C, and C++, they was the languages in that years, was my first program was not print "Hello Word" else a sort arrays&lt;br&gt;
with 100 numbers and exploit my head, was very amazing for me.In vacations my notebook it was my way of letting go of my desire to program and&lt;br&gt;
remember clearly that was switch case of C for simulate IA (Inteligents Artifical),Jajajajajaajajaja, like that:&lt;/p&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;#include &amp;lt;stdio.h&amp;gt;
int main()
{
   char a;
   printf("Is not Raining Now?...(Y)es-(N)o \n");
   scanf("%c", &amp;amp;a);
   switch(a)
   {
    case 'N' :
        printf("Then Is Raining, Human!\n");
        break;
    case 'Y' :
        printf("Is not Raining, Human!\n");
        break;
   }
   return 0;
}

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Realy that code is amazing for me in 1995 and my notebook was look very pretty&lt;/p&gt;

&lt;p&gt;I hope will like my post.&lt;/p&gt;

&lt;p&gt;See soon.&lt;/p&gt;


</description>
      <category>programming</category>
      <category>c</category>
    </item>
    <item>
      <title>Update Npm and Node</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Thu, 23 Aug 2018 04:15:34 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/update-npm-and-node-43bb</link>
      <guid>https://forem.com/jeancarlosn/update-npm-and-node-43bb</guid>
      <description>&lt;p&gt;Update npm and nodejs in Ubuntu.&lt;/p&gt;

&lt;p&gt;Step 1 -&amp;gt; &lt;code&gt;npm install -g n&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Step 2 -&amp;gt;&lt;code&gt;sudo n stable&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Step 3 -&amp;gt; &lt;code&gt;sudo npm install npm -g&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Last One -&amp;gt; &lt;code&gt;npm --version and nodejs --version&lt;/code&gt; look the new version&lt;/p&gt;

</description>
      <category>npm</category>
      <category>node</category>
      <category>ubuntu</category>
    </item>
    <item>
      <title>Rails Migrations</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Thu, 23 Aug 2018 04:14:39 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/rails-migrations-l03</link>
      <guid>https://forem.com/jeancarlosn/rails-migrations-l03</guid>
      <description>&lt;p&gt;Rails Framework is very interesting, because put layer between programmer and database, you name is ActiveRecord,&lt;br&gt;
very nice library of ruby for manipulate, data, structure of table and manipulate object of database for all Database, example:MySql, Postgresql,&lt;br&gt;
SQLite,Oracle,Sybase,SQL-Server, etc.&lt;/p&gt;

&lt;p&gt;For me, the most interesting are the migrations, because, we can control of version of database and this is very importante, for project large.&lt;/p&gt;

&lt;p&gt;We can to do, on the console:&lt;/p&gt;

&lt;p&gt;Example simple:&lt;/p&gt;

&lt;p&gt;Inline &lt;code&gt;rails generate migration Person&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Example Simple, but nice, with this example we can create inmmediately the script for create table on Database:&lt;/p&gt;

&lt;p&gt;Inline &lt;code&gt;rails generate migration Person name:string address:string&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;ActiveRecord is a ORM -&amp;gt;Object-Rol Modeling and the with more Security.&lt;/p&gt;

</description>
      <category>rails</category>
      <category>ruby</category>
      <category>framework</category>
    </item>
    <item>
      <title>Powerline for Ubuntu</title>
      <dc:creator>jeann</dc:creator>
      <pubDate>Thu, 23 Aug 2018 04:13:21 +0000</pubDate>
      <link>https://forem.com/jeancarlosn/powerline-for-ubuntu-3o14</link>
      <guid>https://forem.com/jeancarlosn/powerline-for-ubuntu-3o14</guid>
      <description>&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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fd1bwwtixojkmk2eui2t2.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fd1bwwtixojkmk2eui2t2.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1-Firts Step -&amp;gt; Write in you console: &lt;code&gt;sudo apt install powerline&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;2-Second Step -&amp;gt; Write in .bashrc in you home directory this:&lt;br&gt;
 &lt;code&gt;if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then&lt;br&gt;
    source /usr/share/powerline/bindings/bash/powerline.sh&lt;br&gt;
fi&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;3-Last Step -&amp;gt; Save the file, and open new console o terminal and will see&lt;/p&gt;

&lt;p&gt;4-If exists problem like weir character in line command them install fonts:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;br&gt;
clone&lt;br&gt;
git clone https://github.com/powerline/fonts.git --depth=1&lt;br&gt;
install&lt;br&gt;
cd fonts&lt;br&gt;
./install.sh&lt;br&gt;
clean-up a bit&lt;br&gt;
cd ..&lt;br&gt;
rm -rf fonts&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;here this link where is repository fonts: &lt;a href="https://github.com/powerline/fonts" rel="noopener noreferrer"&gt;https://github.com/powerline/fonts&lt;/a&gt; &lt;/p&gt;

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