Category: FromSitesTree.com

Making Security Tolerable (CSCAN | PlymUniInfoSec) #Information Security

From: http://sitestree.com/?p=2512 Categories:Information SecurityTags:security, CSCAN, PlymUniInfoSec Post Data:2015-10-10 09:55:04 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Are we finally getting past passwords? (CSCAN | PlymUniInfoSec) #Information Security

From: http://sitestree.com/?p=2514 Categories:Information SecurityTags:CSCAN, PlymUniInfoSec Post Data:2015-10-10 09:56:14 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Challenges of Information Security Education (CSCAN | PlymUniInfoSec) #Information Security

From: http://sitestree.com/?p=2516 Categories:Information SecurityTags:security, CSCAN, PlymUniInfoSec, Education Post Data:2015-10-10 09:57:48 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Something Phishy: The Ongoing Threat of Classic Phishing (CSCAN | PlymUniInfoSec) #Information Security

From: http://sitestree.com/?p=2522 Categories:Information SecurityTags:CSCAN, PlymUniInfoSec Post Data:2015-10-10 10:01:52 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

In discussion with Eugene Kaspersky (CSCAN | PlymUniInfoSec) #Information Security

From: http://sitestree.com/?p=2526 Categories:Information SecurityTags:CSCAN, PlymUniInfoSec, Kaspersky Post Data:2015-10-10 10:04:27 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Key Generation: Security : Basic Java #Java

Key Generation : Basic Java keytool -genkey -alias signFiles -keystore examplestore jarsigner -keystore examplestore -signedjar sCount.jar Count.jar signFiles keytool -export -keystore examplestore -alias signFiles -file Example.cer — Application under Security Manager java -Djava.security.manager -cp sCount.jar Count C:TestDatadata — Misc keytool -import -alias susan -file Example.cer -keystore exampleraystore keytool -printcert -file Example.cer java -Djava.security.manager -Djava.security.policy=exampleraypolicy -cp …

Continue reading

HTML 5: New Features #Introduction to HTML 5

Published: January 22nd, 2008, by W3C New features in HTML 5: Functions for embedding audio, video, graphics, client-side data storage, and interactive documents. New elements: <nav>, <header>, <footer>, and <figure> HTML 5 provides precise rules on how to handle the HTML elements, and how to recover from errors to provide interoperability. From: http://sitestree.com/?p=3653 Categories:Introduction to …

Continue reading

Sections and Outlines of an HTML5 Document #Introduction to HTML 5

Just some notes In HTML 4, the sections are not precise with tags like div unless you assign some styles to them. For defining sections, you do not need div tags but header tags (h1..h6) can imply sections. HTML4 is very imprecise on what a section is and what is it’s scope. In HTML5, section …

Continue reading

Lesson 1 AngularJS Starting #Introduction to AngularJS – 001

Lesson 1 AngularJS Starting [youtube https://www.youtube.com/watch?v=ZsHo0q44Uw4&w=640&h=480] From: http://sitestree.com/?p=3842 Categories:Introduction to AngularJS – 001Tags:AngularJS, Angular, jQuery, SPA, Mobile Application Post Data:2016-08-15 13:33:20 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Count Chars in a File : Pretty Simple Java Code #Java

/* * Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * – Redistributions of source code must retain the above copyright * notice, this list of …

Continue reading