CmdTyper for Windows

関連タイピング
-
ネットワーク系コマンドタイピング練習
プレイ回数1.1万長文英字60秒 -
WindowsXP~11です。
2024年11月2日投稿プレイ回数43英字65打 -
男達は管理者を目指しエラーを追い続ける!世はまさに大構築時代!!
プレイ回数423英字60秒 -
Windowsのバージョンタイピングです。
プレイ回数306英字163打 -
tmux cmnd confuse?
プレイ回数559長文60秒 -
歴代Windowsが勢ぞろい!!
プレイ回数401長文英字530打 -
Windows10には実はたくさんの種類があります。
プレイ回数565長文108打 -
よく使うUNIXコマンドを練習しよう!
プレイ回数1199長文299打
問題文
(ping 8.8.8.8)
ping 8.8.8.8
(tracert 10.30.4.225)
tracert 10.30.4.225
(ipconfig)
ipconfig
(ipconfig /all)
ipconfigall
(ipconfig /renew)
ipconfigrenew
(ipconfig /flushdns)
ipconfigflushdns
(arp -a)
arp -a
(arp -d)
arp -d
(ipconfig /displaydns)
ipconfigdisplaydns
(netstat -an | find ”listen”)
netstat -an | find "LISTEN"
(ipconfig > iptest.txt)
ipconfig > iptest.txt
(type iptest.txt)
type iptest.txt
(netstat -an | find ”443”)
netstat -an | find "443"
(route print)
route print
(dir c:¥windows¥system32)
dir C:\Windows\System32
(cd c:¥program files)
cd C:\Program Files
(cd ..)
cd ..
(netstat -ano)
netstat -ano
(telnet vexus.tech 25)
telnet vexus.tech 25
(hostname)
hostname
(whoami)
whoami
(shutdown /s /t 0)
shutdownst 0
(shutdown /r /t 0)
shutdownrt 0