<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>grrlz</title><generator>Tumblr (3.0; @grrlz)</generator><link>http://grrlz.tumblr.com/</link><item><title>Sys Programming</title><description>&lt;p&gt;The second module is more about sys programming, so you deal with file management (open a file, create a file, inspect the content of a directory, get infos about a file and so on) plus Threading a Forking.&lt;/p&gt;

&lt;p&gt;Working on files, at least the basic operations I have seen, is quite easy.&lt;br/&gt;&lt;br/&gt;I believe I will need some times to do the exercises about Threading and Forking, I would like to grasp the concepts as well as possible.&lt;br/&gt;&lt;br/&gt;At the moment, I have done just the followin snippets:&lt;br/&gt;1. IP Info tool: gets an IP and returns if is a valid IPv4 and to which class it belongs;&lt;br/&gt;2. A simple program which returns a hierarchical trees of the files into a folder;&lt;br/&gt;3. A program which asks to the user to put a filename.&lt;br/&gt;If the file exists, it prints out creation date, size, path, and other simply infos.&lt;br/&gt;&lt;br/&gt;I hope I will grasp all the other concepts well, there are really interesting exercise from now, But I would like to study a bit the concepts, as said, before going ahead.&lt;br/&gt;&lt;br/&gt;Even if I do not have so much time, I hope I will handle it. &lt;/p&gt;</description><link>http://grrlz.tumblr.com/post/34179873291</link><guid>http://grrlz.tumblr.com/post/34179873291</guid><pubDate>Tue, 23 Oct 2012 16:03:50 -0400</pubDate></item><item><title>Module 1</title><description>&lt;p&gt;I have just finished to see the video of the Module 1 of the SPSE class.&lt;/p&gt;
&lt;p&gt;As I said in the previous post, the course I formed of 9 Module, and every module is formed of other topics, in a variable number.&lt;br/&gt;&lt;br/&gt;Unfortunately, my daily agenda is often full due to my work and my college courses (at least at the moment, I might drop out again) so I did not have so much time to go deep but I have been able to watch all the videos.&lt;/p&gt;
&lt;p&gt;First module is formed of 10 videos, one is an introduction of the course in general, and the other 9 are a nice overview of the following Python`s concepts:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Introduction and environment set up;&lt;/li&gt;
&lt;li&gt;Variables, data types;&lt;/li&gt;
&lt;li&gt;Sets, Dictionaries, Tuples;&lt;/li&gt;
&lt;li&gt;Conditional Statements;&lt;/li&gt;
&lt;li&gt;Functions;&lt;/li&gt;
&lt;li&gt;Classess, objects;&lt;/li&gt;
&lt;li&gt;Modules;&lt;/li&gt;
&lt;li&gt;Packages;&lt;/li&gt;
&lt;li&gt;Exception Handling.&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;As I said, I have been (as usual) quite busy, so I did not go deep and I have to admit I still did not code anything, but I can already give a small and partial feedback about the first module.&lt;/p&gt;
&lt;p&gt;Vivek is a very good teacher, explains every topic in a really clear and concise way.&lt;br/&gt;&lt;br/&gt;Anyway, this first module is just an introduction to who does not have any kind of experience in Python or in programming language in general.&lt;br/&gt;I would say that for a guy who has not ever programming before, this introduction would be too &amp;#8220;weak&amp;#8221; for him, and If I were him I would go for something a bit more depth, at least for a couple of weeks.&lt;br/&gt;&lt;br/&gt;In my case, some concepts were not new at all, I knew a bit of Python several years ago, and I have a scholastic experience of Java and C, so I am not totally new to programming.&lt;br/&gt;But anyway, I think would be beneficial give a rapid look of those topics on my book, to stick`em in my head and then try to code something stupid.&lt;br/&gt;&lt;br/&gt;I was thinking about a silly program which after an IP inserted from the user, will retrieve and print some basic informations like if is a valid address, the class to which belongs and the binary form.&lt;br/&gt;&lt;br/&gt;Yeah, something really silly but which can let me use variables, methods, a couple of statements, exception handling and so on.&lt;br/&gt;&lt;br/&gt;Hopefully I will have it done on Monday night, today and tomorrow I am going to be so busy that I won`t have probably time to do anything.&lt;/p&gt;</description><link>http://grrlz.tumblr.com/post/33933883216</link><guid>http://grrlz.tumblr.com/post/33933883216</guid><pubDate>Fri, 19 Oct 2012 22:46:14 -0400</pubDate></item><item><title>Host-Only Networking With VirtualBox</title><description>&lt;p&gt;According to the title, I have found really really useful this blog, in order to set up a bridge network between my Macbook and the Ubuntu Server virtualized into Virtual Box.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://christophermaier.name/blog/2010/09/01/host-only-networking-with-virtualbox"&gt;http://christophermaier.name/blog/2010/09/01/host-only-networking-with-virtualbox&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now I have my Macbook and Ubuntu server set up, and I use ssh to connect.&lt;/p&gt;
&lt;p&gt;I have already seen a couple of Video from Vivek`s class, quite interesting, even if are still the basics.&lt;br/&gt;The guy explains all the concept in a really simple and clear way, and I hope all the course is gonna be like this.&lt;/p&gt;</description><link>http://grrlz.tumblr.com/post/33759714811</link><guid>http://grrlz.tumblr.com/post/33759714811</guid><pubDate>Wed, 17 Oct 2012 01:28:44 -0400</pubDate></item><item><title>SPSE Course Material!</title><description>&lt;p&gt;Finally I have received the SPSE course material.&lt;br/&gt;&lt;br/&gt;Be careful, I do not know the reason but Gmail marked it as spam, so I have noticed to have received it only after 3 hours and half.&lt;/p&gt;
&lt;p&gt;Into the mail I`ve been provided with my username and first-access password, a link from where I am retrieving the video (+2.6GB of videos) and the link to the Student`s portal.&lt;br/&gt;&lt;br/&gt;The portal is well organized, done with Moodle (an LMS, Learning Management System) and is formed of one topic per &amp;#8220;argument&amp;#8221;.&lt;/p&gt;
&lt;p&gt;The course is formed of 52 topics, grouped into 9 modules.&lt;br/&gt;Every module has the own Q&amp;amp;A section, where the student can post her questions and reply to the others ones.&lt;/p&gt;
&lt;p&gt;I haven&amp;#8217;t watched any video yet, and I won`t as long as I will be in the office, but I went through some slides, and the exercises and topics are really really interesting.&lt;br/&gt;&lt;br/&gt;Tonight I will probably try to set up an Ubuntu server (on Virtual Box), enable SSH and try to create a bridge network with my Macbook Air, in order to start the exercise with the same environment used by the teacher.&lt;/p&gt;</description><link>http://grrlz.tumblr.com/post/33705567045</link><guid>http://grrlz.tumblr.com/post/33705567045</guid><pubDate>Tue, 16 Oct 2012 08:57:00 -0400</pubDate></item><item><title>Learning Python &amp; Bash Pocket Reference</title><description>&lt;p&gt;While I am still waiting for the delivery of my SPSE course material, this morning I have received 2 books I have bought from Amazon:&lt;/p&gt;
&lt;p&gt;- Learning Python&lt;br/&gt;&lt;br/&gt;&lt;img align="middle" alt="Learning Python" height="657" src="http://akamaicovers.oreilly.com/images/9781565924642/lrg.jpg" width="500"/&gt;&lt;/p&gt;
&lt;p&gt;And &lt;/p&gt;
&lt;p&gt;- Bash Pocket Reference&lt;/p&gt;
&lt;p&gt;&lt;img align="middle" alt="Bash Pocket Reference" height="824" src="http://akamaicovers.oreilly.com/images/0636920010166/lrg.jpg" width="500"/&gt;&lt;/p&gt;

&lt;p&gt;I hope them will be useful besides the class, specially the first one.&lt;br/&gt;Learning Python is currently at the 4th Edition, and covers Python 2.6 and Python 3.0.&lt;br/&gt;&lt;br/&gt;The SPSE class will be using Python 2.7, but I have chosen to buy the book because I have read a lot of good reviews.&lt;br/&gt;&lt;br/&gt;I am gonna give a look tonight already, I hope.&lt;/p&gt;</description><link>http://grrlz.tumblr.com/post/33698278839</link><guid>http://grrlz.tumblr.com/post/33698278839</guid><pubDate>Tue, 16 Oct 2012 03:17:34 -0400</pubDate></item><item><title>Keep track.</title><description>&lt;p&gt;Hi there, &lt;/p&gt;
&lt;p&gt;I have chosen to create this blog in order to keep track of my progress in order to fullfil the requirements I need  to find a new job into the InfoSec field.&lt;/p&gt;
&lt;p&gt;Currently I am working as Network Engineer (CCNA certificated), and I have a 1 year contract with my company.&lt;br/&gt;My background before this job was 2 years and half of 2nd level support (Network, Windows OS, Printer, Office Suite, Lotus Notes, etc..).&lt;/p&gt;
&lt;p&gt;Today I have chosen to enroll myself into the SPSE class (SecurityTube Python Scripting Expert), because I think it will help me a lot in learning Python applied directly to some security concepts.&lt;br/&gt;&lt;br/&gt;According to them, I will receive new informations and the course material tomorrow.&lt;br/&gt;&lt;br/&gt;Useful links: &lt;a href="http://SecurityTube%20Python%20Scripting%20Expert" title="SecurityTube Python Scripting Expert" target="_blank"&gt;&lt;a href="http://securitytube-training.com/certifications/securitytube-python-scripting-expert/"&gt;http://securitytube-training.com/certifications/securitytube-python-scripting-expert/&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height="200" src="http://securitytube-training.com/wp-content/uploads/2012/03/Screen-Shot-2012-03-29-at-12.16.57-PM.png" width="400"/&gt;&lt;/p&gt;</description><link>http://grrlz.tumblr.com/post/33647775024</link><guid>http://grrlz.tumblr.com/post/33647775024</guid><pubDate>Mon, 15 Oct 2012 13:16:00 -0400</pubDate></item></channel></rss>
