Sunday, June 22, 2014

Udemy voucher 100% free courses



Today, 3 million students in 190+ countries are taking online courses on Udemy. They're learning Programming, Yoga, Design, Photography, Spanish, Marketing, Guitar, Finance, Cake Decorating, and so much more.
More than 16,000 courses (in 10 different languages!) have been published in our marketplace. Each course is designed & taught by an expert instructor and hundreds of new courses are published every month.
So whether you want to get promoted, break into a new industry, start a company, or just further a passion, Udemy’s here to help you achieve your goals.

Are you ready to get started? You can learn anything on Udemy. 
by: udemy 

Through the following websites find vouchers, coupons, ..., courses for totally free. Some of these have validity and others have limit registers.

Tuesday, June 17, 2014

345 Icon packs for free - Vector icon packs - SVG, PSD, PNG & Icon Font - Free Icons

The largest database of free vector icons

http://cdn.flaticon.com/sprites/packs/any-old-icons.png


CBT Nuggets MICRONUGGET - CISCO Slowing Down a Brute-Force Attack

 
FEATURED MICRONUGGET


Slowing Down a Brute-Force Attack

With Keith Barker




Trainer Keith Barker explains how to reduce the risk of an online brute-force or dictionary attack against your Cisco router. This tutorial relates to CBT Nuggets' Security training.

Monday, April 28, 2014

CBT Nuggets MICRONUGGET - Penetration Testing and Vulnerability Scanning With Keith Barker


FEATURED MICRONUGGET

Penetration Testing and Vulnerability Scanning

With Keith Barker




CBT Nuggets trainer Keith Barker discusses the difference between penetration testing and vulnerability scanning. This tutorial directly relates to the our Security training library.

Wednesday, April 23, 2014

Free OpenShift eBook from O'Reilly by OpenShift Team

OpenShift teamed up with O'Reilly Media to offer free OpenShift eBook from O'Reilly .

Getting Started with OpenShift: A Guide for Impatient Beginners.  It's ready for you today.


Learn more about Getting Started with OpenShift or get it now.

Sunday, December 15, 2013

Mysql physical database location on WIndows

I work with Linux, but also have to work with Windows, because most commercial applications are in Windows and the manufacturers will not switch to Linux.

There are already commercial applications that are already adopting MySQL instead of Microsoft SQL Server.


And sometimes is not where the data files are, because they use the built instead of the default MySQL installation.

Just need to find the file named "my.ini", this file contains the location of the database.

Why is it useful?

  • To delete duplicate files, when going from MySQL to local MySQL for reasons of bugs and new releases. 
  • To make backups with Cobian Backup, which is free and the manufacturer is selling the source code.

Wednesday, December 11, 2013

Citrix XenServer - XenServer Tools not installed error fix

I am implementing a project that consists of installing a server with Windows Server 2012 Standart 64 bit . 
So far so good , to save money with fixed servers , will be used virtualization with Citrix XenServer 6.2.0 that is now free , thanks Citrix .

Citrix XenServer  is one of the best virtualization tools, because they do not consume too much memory and hard disk space .
For those working in Unix / Linux is a breakthrough in configurations terminal via ssh .

I had no problem to install and create virtual machines , but I had a problem that the management platform always said that the VM did not have XenServer Tools installed .


The problem is that they had already installed .




I'm using XenServer management tool that works in 32-bit (x86), so I thought reinstalling first x64 driver, citrixvssx64.msi and citrixguestx64.msi, then installwizzard.msi in the VM.


And voila, the error that XenServer Tools was not installed is resolved. 





In another virtual machine had to uninstall the XenServer Tools, update Windows by Windows Update, Installing XenServer Tools x86 manually and then run the procedure for automatic installation of XenServer Tools.




And everything is working as it should. 


Updated: 2013-12-15