Map Drive On Drive to My Pc -ทำการ Map One Drive ไว้เป็น Network Drive ในเครื่องคอมพิวเตอร์


1. Login One Drive    ทำการ copy ค่า CID   

2.คลิกขวาที่ This Pc เลือก Map network drive

3. ในช่อง Foder ใส่  https://d.docs.live.net/ตามด้วย cid ที่เรา copy มา

4. ใส่ e-mail address และรหัสผ่าน

เราจะได้ Drive เพิ่มมาในเครื่องคอม 1  Drive








Step by Step Migration Active Directory Windows server 2012 to windows 2019


Summary Command
DC-2012 BEFORE MOVE
#hostname
#netdom query fsmo


DC-2019
#Install-WindowsFeature –Name AD-Domain-Services -IncludeManagementTools
#  Install-ADDSDomainController -CreateDnsDelegation:$false -NoGlobalCatalog:$true -InstallDns:$true -DomainName "itikz.hotel" -SiteName "Default-First-Site-Name" -ReplicationSourceDC "dc-2012.itikz.hotel" -DatabasePath "C:\Windows\NTDS" -LogPath "C:\Windows\NTDS" -NoRebootOnCompletion:$true -SysvolPath "C:\Windows\SYSVOL" -Force:$true
# Get-Service adws,kdc,netlogon,dns
#Get-ADDomainController -Filter * |  Format-Table Name, IPv4Address, Site

# Move-ADDirectoryServerOperationMasterRole -Identity dc-2019 -OperationMasterRole SchemaMaster, DomainNamingMaster, PDCEmulator, RIDMaster, InfrastructureMaster
#netdom query fsmo
DC-2012 AFTER MOVE
#netdom query fsmo
# Uninstall-ADDSDomainController -DemoteOperationMasterRole –RemoveApplicationPartition
# uninstall-WindowsFeature AD-Domain-Services
# Uninstall-WindowsFeature –Name DNS –Remove
DC-2019  FINAL STEP
# Get-ADDomain | fl Name,DomainMode
# Get-ADForest | fl Name,ForestMode
# Set-ADDomainMode –identity itikz.hotel -DomainMode Windows2016Domain
# Set-ADForestMode -Identity itikz.hotel -ForestMode Windows2016Forest
Verify
# Get-ADDomain | fl Name,DomainMode
# Get-ADForest | fl Name,ForestMode

Tool Online เครื่องมือ Online สำหรับ Admin

1.https://www.adminsub.net/tcp-udp-port-finder/h323hostcall



2.https://www.smtper.net/
3.https://canyouseeme.org/

4.https://canyouseeme.org/
5.https://www.whatismyip.com/port-scanner/

6.https://mxtoolbox.com/blacklists.aspx
7.https://whatismyipaddress.com/blacklist-check
8.https://www.ultratools.com/tools/spamDBLookup

9.https://www.dnsbl.info/

10.https://dnschecker.org/ip-blacklist-checker.php


11.https://www.ipvoid.com/ip-blacklist-check/

12.http://mail-blacklist-checker.online-domain-tools.com/

13.https://www.spamhaus.org/lookup/

14.https://sitechecker.pro/blacklist-checker/
14.https://network-tools.com/









Basic Commands Used In Terminal


Basic Commands Used In Terminal*

Commands : usage

cd : used to change directory
cd / : change to root directory
cd .. : change current directory to parent directory
cd - : move one directory back from where you are now
cp -r : used to copy any directory [including hidden files]
cp -f : force copy by removing the destination files if needed
mv -f : force move by overwriting destination files without prompt
mv -v : to move any directory
mv [file1 name] [new file2 name] : To rename files file1 renames to file2
ls : list current folder contets
ls -l : list current folder contets
ls -a : list all files including hidden files
ls -lh : it shows size of files in human readable format
ls -R : shows recursively list of sub-directories
cat [file] : to display file information
nano [file] : to display and edit files
chmod +x [file] : used to executable permission to a file
chmod +X * : to give executable permission to all files
touch [file name] : to create a file ,like file.txt
mkdir [name] : used to create folder / directory
wget : this command used to download any file from online source like github
rm [file] : used to remove/Delete any file
git clone [github url] : used to clone any repository from github
apt search [qurey] : to search any package
locate [query] : find all path names contains a pharse
du : Display directory space usage
df : display disk usage.
cal : To display calender
whoami : it shows your login name
uname -a : used to Display kernal information
date : it shows the current date & time
uptime : this command shows system current uptime
cat /proc/meminfo : it shows memory information
cat /proc/cpuinfo : it shows cpu information
cat /proc/version : it shows information about Linux system