
Ref:

Visual Comparison of Flat vs Hierarchical DNS Namespaces 1. Flat DNS Namespace 2. Hierarchical DNS Namespace Key Differences Feature Flat Namespace Hierarchical Namespace Structure Single level Multi-level (tree-like) Scalability Poor Excellent Delegation Not possible Each …
Import C3725 in GNS3
Here’s a copyright-free and plagiarism-free version of Which Router to Use in GNS3: Which Router to Use in GNS3 When you start building labs in GNS3, one of the first choices you’ll face is which …
Perfect 👍 I’ll rewrite that into a fresh, copyright-free and plagiarism-free version while keeping all the important details intact. You can safely post this on your FB/blog. 🚀 Why Do We Need the GNS3 VM? …
How to configure VirtualBox adapters for your GNS3 VM with GNS3 GUI. Perfect! Here’s a step-by-step guide to configure VirtualBox adapters for your GNS3 VM so everything communicates properly with your host and GNS3 GUI. …
Dec 04
Operating System Functionality
Ref: https://www.geeksforgeeks.org/introduction-of-process-management/
Nov 25
Misc. on Power Shell Script
How to read data from users?
Read-Host
How to write/print output data/text to the user:
Write-Output
How to Check if a file exists?
Test-Path $filePath
How to append data to a file?
Add-Content -Path $filePath -Value “x: $x, y: $y”
How to create a file?
New-Item -Path $filePath -ItemType File -Force
How to write content to a file?
Set-Content -Path $filePath -Value “x: $name, y: $age”
How to get a list of all files in a directory
$files = Get-ChildItem -Path $dirPath
How to find the size of a file?
$file.Length
How to append content to a file?
$content | Out-File -FilePath $outputFile -Append
How to Create a file and write content to it?
$content | Out-File -FilePath $outputFile
Nov 24
read -p “Give me some data: ” user_data
echo $user_data
echo $user_data | cut -d ‘ ‘ -f 1,3
Nov 22
Get-Process
Get-Process winword, explorer | Format-List *
Get-Process | Where-Object {$_.WorkingSet -gt 20000000}
$A = Get-Process
$A | Get-Process | Format-Table -View priority
Get-Process pwsh -FileVersionInfo (did not work)
Get-Process SQL* -Module
Ref: Internet
Stop-Process -Name “notepad”
Stop-Process -Id 3952 -Confirm –PassThru
calc $p = Get-Process -Name “calc”
Stop-Process -InputObject $p
Get-Process | Where-Object {$_.HasExited}
Get-Process -Name “lsass” | Stop-Process
Nov 22
What Is the Efficient Market Hypothesis (EMH)?
The efficient market hypothesis (EMH), alternatively known as the efficient market theory, is a hypothesis that states that share prices reflect all available information and consistent alpha generation is impossible.
According to the EMH, stocks always trade at their fair value on exchanges, making it impossible for investors to purchase undervalued stocks or sell stocks for inflated prices.
Therefore, it should be impossible to outperform the overall market through expert stock selection or market timing, and the only way an investor can obtain higher returns is by purchasing riskier investments.”
Ref: https://www.investopedia.com/terms/e/efficientmarkethypothesis.asp
“Opponents of EMH believe that it is possible to beat the market and that stocks can deviate from their fair market values.” [2]
We predict stocks using
Usually: Proper selection of
Stocks and Time Intervals
Statistics
Machine Learning
This paper goes beyond and Uses
Spatio-Temporal Relationship
among stocks
Graph theory
AppML Bangla bengali Bootstrap C code CSS DCN HTML Java Javascript JQUERY Miscellaneous MySQL news PHP root SEO ShopForSoul tutorial Unix Word অ্যাপ এম এল ইউনিক্স এইচটিএমএল ওয়ার্ড ওয়ার্ড কম্পিউটার জাভা জাভাস্ক্রিপ্ট টিউটোরিয়াল টেবিল ডেটা কমিউনিকেশন নেটওয়ার্ক পিএইচপি প্রোগ্রামিং বাংলা বুটস্ট্র্যাপ মেথড রিদওয়ান বিন শামীম রেসিপি সংবাদ সার্চ ইঞ্জিন অপটিমাইজেশন সি সিএসএস
© 2025 Open Education.
Made with by Graphene Themes.