
Ref:

Ref: Oracle VirtualBox User Guide: VirtualBox supports configurable virtual network cards per VM, host-only networking connects VMs with each other and the host while keeping them away from the outside network, and VirtualBox includes a …
Authorizing a DHCP server in Active Directory means: “This DHCP server is approved by the domain to give IP addresses to clients.” In a Windows AD domain, a domain-joined DHCP server must be authorized before …
Ref: AI Tools, ChatGPT : As is To install the DHCP Server role on Windows Server 2019, use Windows PowerShell as Administrator on the server VM, not the client VM. 1. Open PowerShell as Administrator …
Authorize DHCP server in Active Directory if domain joined. The lab includes this wording: Authorize the DHCP server so it can lease addresses in an AD domain environment.If your lab is not domain joined, document …
Ref: AI Tools, ChatGPT, Similar “Disable VirtualBox DHCP for host-only network” means: Why this matters In your DHCP lab, students are installing and configuring DHCP Server on Windows Server 2019. But VirtualBox host-only networks can …
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 অ্যাপ এম এল ইউনিক্স এইচটিএমএল ওয়ার্ড ওয়ার্ড কম্পিউটার জাভা জাভাস্ক্রিপ্ট টিউটোরিয়াল টেবিল ডেটা কমিউনিকেশন নেটওয়ার্ক পিএইচপি প্রোগ্রামিং বাংলা বুটস্ট্র্যাপ মেথড রিদওয়ান বিন শামীম রেসিপি সংবাদ সার্চ ইঞ্জিন অপটিমাইজেশন সি সিএসএস
© 2026 Open Education.
Made with by Graphene Themes.