How To Set Up Apache Virtual Hosts on Ubuntu 16.04 https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04 Yes, implemented these in the past at work. Also, did for myself.. By Sayed Ahmed BSc. Eng. in Comp. Sc. & Eng. (BUET) MSc. in Comp. Sc. (U of Manitoba, Canada) MSc. in Data Science and Analytics (Ryerson University, Canada) Linkedin: https://ca.linkedin.com/in/sayedjustetc Blog: http://Bangla.SaLearningSchool.com, …
Category: Root
Nov 21
Do you want to be an information security professional?
Do you want to be an information security professional or an Ethical Hacker? Then you can learn by finding answers to the following questions. You can search Google, read book, or even ask the security professionals around you to get the answers. Knowing these (and doing/practicing/analyzing/thinking/applying/building/relating) for sure will help. What you might need to …
Nov 19
Must know for an Information Security Professional (A CISSP professional will know these in general)
Must know for an Information Security Professional (A CISSP professional will know these in general) . Want to be a security professional, learn these as well. What is a security policy? What are policies in general? What are the different types of Security Controls? Give examples of Audit Trail. Give examples of security guard. Difference …
Nov 16
If you want to learn security, or if you already are a security professional/engineer, can you answer the following questions on Security? Do you know the answers to the following questions on Security?
Defensive Security If you want to learn security, or if you already are a security professional/engineer, can you answer the following questions on Security? Do you know the answers to the following questions on Security? True or false, all email servers in the Internet are configured properly? What can you used to check if an …
Nov 16
Misc. Statistics, Engineering, and Sensors
Learn more about Nonparametric Test https://www.sciencedirect.com/topics/medicine-and-dentistry/nonparametric-test Sensor Management for Large-Scale Multisensor-Multitarget Tracking," in Integrated Tracking, Classification, and Sensor Management: Theory and Applications http://download.e-bookshelf.de/download/0000/7142/31/L-G-0000714231-0002366034.pdf Approaches to Multisensor Data Fusion in Target Tracking: A Survey https://www.computer.org/csdl/journal/tk/2006/12/k1696/13rRUxBa56w Sensor fusion https://en.wikipedia.org/wiki/Sensor_fusion Sensor Fusion: Sensor fusion is the process of merging data from multiple sensors such that to reduce the …
Nov 13
Real Estate vs Stock Investment
Toronto Property Investors Take Note: Stocks Performed Better https://www.bloomberg.com/news/articles/2019-11-07/toronto-property-investors-take-note-stocks-performed-better?srnd=premium-canada — Vancouver Real Estate Crackdown’s Next Step: A Big Watchdog https://www.bloomberg.com/news/articles/2019-11-12/vancouver-real-estate-crackdown-s-next-step-a-big-watchdog
Nov 13
TFSA and Retirement income for Canadians
TFSA and Retirement income for Canadians "In a decade the contribution room has grown to $63,500, or $127,000 for a couple." "It will be only another five years or so before the aggregate TFSA room climbs to $100,000 per person. At that time a couple in their early forties holding the maximum amount and making …
Nov 09
Can you answer these random questions on Data Science Project Development
Questions to answer 1. What does a data science project usually involve? What is the common theme across data science projects? 2. Does industry projects and research projects differ? Why and to what extent? 3. What are the some dataset repositories? Where can you get them? 4. Are all public datasets perfect for doing a …
Nov 08
Reindex magento data using PHP (Shell) and Command Line
You can go to the shell folder, and run the following to reindex everything php indexer.php –reindexall Magento 2 has similar command line features. php bin/magento indexer:reindex — To reindex individually php yourmagentofolder/shell/indexer.php -reindex catalog_product_attribute php yourmagentofolder/shell/indexer.php -reindex catalogsearch_fulltext php yourmagentofolder/shell/indexer.php -reindex catalog_category_flat php yourmagentofolder/shell/indexer.php -reindex cataloginventory_stock php yourmagentofolder/shell/indexer.php -reindex catalog_category_product php yourmagentofolder/shell/indexer.php -reindex catalog_product_price …