<?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: Rose</title>
    <description>The latest articles on DEV Community by Rose (@roseiguado).</description>
    <link>https://dev.to/roseiguado</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%2F242975%2F32f1d510-fbef-479e-abed-1635f3ac4f34.jpg</url>
      <title>DEV Community: Rose</title>
      <link>https://dev.to/roseiguado</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roseiguado"/>
    <language>en</language>
    <item>
      <title>INNOTECH/THUNDERPLAINS</title>
      <dc:creator>Rose</dc:creator>
      <pubDate>Fri, 25 Oct 2019 15:36:38 +0000</pubDate>
      <link>https://dev.to/roseiguado/innotech-thunderplains-d5l</link>
      <guid>https://dev.to/roseiguado/innotech-thunderplains-d5l</guid>
      <description>&lt;p&gt;MY NOTES&lt;/p&gt;

&lt;p&gt;Animations Timelines and playback control Sag/css/Js&lt;/p&gt;

&lt;p&gt;Properties like a transform to animate&lt;/p&gt;

&lt;p&gt;Available animation:&lt;/p&gt;

&lt;p&gt;Firefox, and Opera have foundation implementated Safari is very close in Tech preview of behind a flag Edge will be blink soon&lt;/p&gt;

&lt;p&gt;Create an animation Transitioning fro one state to another A timing function&lt;/p&gt;

&lt;p&gt;Animating multiple frames and properties key frames&lt;/p&gt;

&lt;p&gt;It has an equivalent in CSS Beneffits as compositor layer variables finer control&lt;/p&gt;

&lt;p&gt;Control and play states&lt;/p&gt;

&lt;p&gt;If's you want to see how far away you are in an animation that is player timeline.&lt;/p&gt;

&lt;p&gt;Playback rate fives a lot of power to play it faster&lt;/p&gt;

&lt;p&gt;EVENTS onfinish oncancel Games that uses animation&lt;/p&gt;

&lt;p&gt;Interacting with multiple animations.&lt;/p&gt;

&lt;p&gt;COSECURITYPRO&lt;/p&gt;

&lt;p&gt;What is IOT Printers, smart thermostats, smart lights, cars, appliances, phones etc.,&lt;/p&gt;

&lt;p&gt;Prevent hackers&lt;/p&gt;

&lt;p&gt;IOT is everywhere It's growing quickly as more devices get in the network&lt;/p&gt;

&lt;p&gt;MS08-06 2008 devices were infected with conficker. They had to find hatches to fix the devices.&lt;/p&gt;

&lt;p&gt;Domain Admin was applied in printers. Hackers got access to it with default credentials. Hplaserjet M4345 insecurely returns the password in the clients HTTP response. Since it was domain admin it was hard to fix.&lt;/p&gt;

&lt;p&gt;Meteobridge web weather web interface. Weather underground insecure passwords were easy to get in and more chances to hack.&lt;/p&gt;

&lt;p&gt;Highly recommend to a non default value. No encryption at all.&lt;/p&gt;

&lt;p&gt;Lessons learned: Change default password Apply media and software patches Isolate IOT from trusted networks Network access least privileges con be affected Apply firmware and software patches Isolate these devices from other networks&lt;/p&gt;

&lt;p&gt;Miral Botnet Uses a table of 60 factory default usernames Isolate IOT from the internet Change default password&lt;/p&gt;

&lt;p&gt;Another default password mistake 1234567812345678&lt;/p&gt;

&lt;p&gt;Konica Minolta Bizhub Change LDAP server address to the pen test system.&lt;/p&gt;

&lt;p&gt;Address Book 64 usernames and email addresses. With that you can launch a password spray attack against the user list.&lt;/p&gt;

&lt;p&gt;Encouraging users to make passwords long to prevent these kind of attacks in the network.&lt;/p&gt;

&lt;p&gt;Veeder Root Keep your data secure with FTS Vulnerable to shellshack Can run commands on the webserver&lt;/p&gt;

&lt;p&gt;IPMI devices Out of band management for servers Intelligent Platform management. Allows you to do lthings from the command line IPMI ipmitool.&lt;/p&gt;

&lt;p&gt;Cipherzero should be disable to prevent anytype of attacks.&lt;/p&gt;

&lt;p&gt;Remote Hash Retrieval vulnerability it cannot be patched.&lt;/p&gt;

&lt;p&gt;We need a mental model #1 defensive layers #2 attack surface #3 least privilege&lt;/p&gt;

&lt;p&gt;Cybersecurity Identifying your IOT Detect issues that arent resolved Response Recover&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Git Vs GitHub</title>
      <dc:creator>Rose</dc:creator>
      <pubDate>Mon, 14 Oct 2019 15:18:29 +0000</pubDate>
      <link>https://dev.to/roseiguado/git-vs-github-59j9</link>
      <guid>https://dev.to/roseiguado/git-vs-github-59j9</guid>
      <description>&lt;p&gt;The difference between Git and GitHub is that Git is a version control system and GitHub is a development platform to store your documents .&lt;/p&gt;

&lt;p&gt;Repository is all the things that go on your file.&lt;/p&gt;

&lt;p&gt;Directory is a folder.&lt;/p&gt;

&lt;p&gt;Fork is making a copy of another repository in GitHub&lt;/p&gt;

&lt;p&gt;Clone is to make a copy of an existing repository in a new directory.&lt;/p&gt;

&lt;p&gt;Branch is a command that helps you create, delete and list branches in your repository or remote.&lt;/p&gt;

&lt;p&gt;Pull requests let you tell others about changes you pulled to a branch in a repository in GitHub.&lt;/p&gt;

</description>
      <category>learningandpractice</category>
    </item>
    <item>
      <title>About Me</title>
      <dc:creator>Rose</dc:creator>
      <pubDate>Mon, 14 Oct 2019 15:05:30 +0000</pubDate>
      <link>https://dev.to/roseiguado/about-me-2341</link>
      <guid>https://dev.to/roseiguado/about-me-2341</guid>
      <description>&lt;p&gt;My name is Rosalba Iguado I was born in Chihuahua city in Mexico on November 13, 1983. I am a single mother with 2 precious little boys. I have a technical degree in Bilingual Administrative Assistant in Mexico. MY job experience is mostly in customer service. I worked at UPS Air Freight as a Data III agent sending shipments daily by air and making sure the shipments arrived to final destination on time. I have also worked for call centers in different areas like Microsoft Money technical support and I helped customers troubleshooting error issues in their computers over the phone. I have accounting and HR experience as well; and my last job was a self employee working as a housekeeper where I was able to build really good relationships with my clients and that has motivated me to do more things and to help others by giving the best of me. I am very happy to be part of the CTRL+SHIFT Code School program, and I am very excited for the new opportunities and new challenges in my life.&lt;/p&gt;

&lt;p&gt;Goals&lt;/p&gt;

&lt;p&gt;My biggest goal in life is enjoying life with my family; doing anything that makes me happy. I want to have my own business and work for a good company taking new challenges where I can use all my knowledge to perform a good job and have the satisfaction that I can be really good at anything I do. My personal goal is traveling and discovering the world.&lt;/p&gt;

&lt;p&gt;Contact&lt;/p&gt;

&lt;p&gt;LinkedIn.com/I’m/rose-iguado-9b840b194&lt;br&gt;
&lt;a href="https://twitter.com/Rose50036321"&gt;https://twitter.com/Rose50036321&lt;/a&gt;&lt;br&gt;
&lt;a href="mailto:Roseiguado13@gmail.com"&gt;Roseiguado13@gmail.com&lt;/a&gt;&lt;/p&gt;

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