Varnish: Configuring Varnish Server i.e. a Cache Server https://varnish-cache.org/docs/5.1/reference/varnishd.html#http-resp-hdr-len /opt/bitnami/varnish/varnishd varnishd [-a address[:port][,PROTO]] [-b host[:port]] [-C] [-d] [-F] [-f config] [-h type[,options]] [-I clifile] [-i identity] [-j jail[,jailoptions]] [-l vsl[,vsm]] [-M address:port] [-n name] [-P file] [-p param=value] [-r param[,param…]] [-S secret-file] [-s [name=]kind[,options]] [-T address[:port]] [-t TTL] [-V] [-W waiter] [-x parameter|vsl|cli|builtin] [-?] — …
Category: ব্লগ । Blog
ব্লগ । Blog
Dec 05
Find answers to the questions to know more on Radar. Sure, you can apply the knowledge in sel-driving car engineering?
What is echo signal in radar? "Noun. 1. radar echo – an electronic signal that has been reflected back to the radar antenna; contains information about the location and distance of the reflecting object. electronic signal – a signal generated by electronic means. Radar echo – definition of radar echo by The Free Dictionary" https://www.thefreedictionary.com …
Dec 04
Radar Equations
Describe/Explain Radar operation? i.e. for example, how is radar used to detect an aeroplane? Show radar components and how they function to detect an aeroplane and how is the distance calculated https://www.explainthatstuff.com/radar.html What is the equation to calculate the range to a target using Radar Systems. Use speed of light in the equation. https://www.radartutorial.eu/01.basics/Distance-determination.en.html R …
Dec 03
Artificial Intelligence to Watch
These Scientists Are Trying to Build Powerful Computers Inspired by Our Brains https://www.bloomberg.com/news/videos/2019-10-29/these-scientists-are-trying-to-build-powerful-computers-inspired-by-our-brains-video These Researchers Are Getting Us Closer to Making Contact with Aliens https://www.bloomberg.com/news/videos/2019-10-29/these-researchers-are-getting-us-closer-to-making-contact-with-aliens-video Scientists Are Racing to Eliminate the World’s Fastest Spreading Tropical Disease https://www.bloomberg.com/news/videos/2019-10-29/scientists-are-racing-to-eliminate-the-world-s-fastest-spreading-tropical-disease-video The U.K. Startup Trying to Change the Way the World Gets its Energy https://www.bloomberg.com/news/videos/2019-10-29/the-u-k-startup-trying-to-change-the-way-the-world-gets-its-energy-video
Dec 02
Magento 2 : installation/configuration/operation issues and Solutions
"The Component Dependency Check status never changes. In some cases, the status of the Component Dependency Check doesn’t change, even after you try to correct issues. In that case, you can either delete or rename files named <magento_root>/var/.update_cronjob_status and <magento_root>/var/.setup_cronjob_status and try running the Component Manager again." https://devdocs.magento.com/guides/v2.3/comp-mgr/trouble/cman/component-depend.html
Dec 02
Radar Details: Radars in relation to self-driving vehicles
Irrespective you see the term ‘self-driving vehicles’ or not: the answers to these questions are related to self-driving vehicles. What are the different types of Radars? What is a Pulse Radar? What is a Continuous Wave Radar? What is a Surveillance Radar? What is MTI-Moving Target Indication? What is a Pulse Doppler Radar? What is …
Dec 02
Radar/Lidar Detection and Self-Driving Agents
What are basic Radar functions? Whatever comes to your mind? Though the goal is not to find core radar applications; however, functions of radars that are used in the applications. What is the goal of the radar function named: Detection? Answer, in terms of signals Does radar take images of an area? if so, 2D …
Dec 02
Tracking, Detecting, and Radar Systems: Foundational Knowledge for Autonomous Vehicle Engineering
Radar Systems Lecture 1: What is RADAR? What does it stand for? What is Radio Detection and Ranging? What kind of signal does a radar sends? What is Electromagnetic signal? What is an Electromagnetic system? Some details: https://imagine.gsfc.nasa.gov/science/toolbox/emspectrum1.html They are all around What are some of the applications of Radar? Can you use Target Discrimination …
Dec 02
C++ Libraries
#include <iostream> #include <vector> #include <deque> #include <list> #include <set> #include <map> #include <string> #include <algorithm> #include <iterator> #include <functional> #include <numeric> 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, http://SitesTree.com …
Nov 30
Git LFS: Large File System
To use Homebrew, run brew install git-lfs To use MacPorts, run port install git-lfs git lfs track "*.tar.gz" git add path/to/file.tar.gz git commit -m "add file.psd" git push origin master Reference: https://help.github.com/en/github/managing-large-files/configuring-git-large-file-storage Sayed Ahmed BSc. Eng. in Comp. Sc. & Eng. (BUET) MSc. in Comp. Sc. (U of Manitoba, Canada) MSc. in Data Science and …