rem
*****====copy right by ac*****==
@del c:
temp.vbs
@echo
onerror
resume
next
>>
c:/temp.vbs
rem 建立臨時指令碼檔案
@echo
dimwshshell
>>
c:/temp.vbs
@echo
setwshshell
=wscript.createobject(
"wscript.shell")
>>
c:/temp.vbs
@echo wshshell.run
"cmd
">>
c:/"
c:windowssystem32cmd.exe
">>
c:/temp.vbs
@echo wscript.sleep
200>>
c:/temp.vbs
@echo wshshell.sendkeys
"telnet 172.168.2.98
">>
c:/temp.vbs
@echo wshshell.sendkeys""
>>
c:/temp.vbs
@echo wscript.sleep
100>>
c:/"
telnet.exe
">>
c:/temp.vbs
@echo wscript.sleep
15000
>>
c:/temp.vbs
@echo wshshell.sendkeys
"linux登陸使用者名稱
">>
c:/temp.vbs
@echo wshshell.sendkeys""
>>
c:/temp.vbs
@echo wscript.sleep
2000
>>
c:/temp.vbs
@echo wshshell.sendkeys
"linux登陸密碼
">>
c:/temp.vbs
@echo wshshell.sendkeys""
>>
c:/temp.vbs
@echo wscript.sleep
2000
>>
c:/temp.vbs
@echo wshshell.sendkeys
"date -s "^&
date
>>
c:/temp.vbs
@echo wshshell.sendkeys""
>>
c:/temp.vbs
@echo wshshell.sendkeys
"date -s "^&
time
>>
c:/temp.vbs
@echo wshshell.sendkeys""
>>
c:/temp.vbs
@echo wshshell.sendkeys
"exit
">>
c:/temp.vbs
@echo wshshell.sendkeys""
>>
c:/temp.vbs
call
c:/temp.vbs
rem*****==== email: *****==
如何更新linux伺服器的系統時間
方法一 1,首先yum 安裝本地ntpdate客戶端,更新ntpdate cn.pool.ntp.org時使用 root localhost yum install ntpdate 2,使用ntpdate cn.pool.ntp.org進行更新。root localhost ntpdate cn.p...
伺服器更新系統時間
很多時候伺服器預設使用的不是中國的時區,因此程式獲取到的時間往往與我們的實際時間不一樣。這時候需要更新一下伺服器的時區,就可以解決這個問題了。1.找到相應的時區檔案 usr share zoneinfo asia shanghai替換當前的 etc localtime。cp usr share zo...
linux 修改伺服器系統時間
前言 因專案需求需要修改統一系統時間 詳情配置如下 在centos 7裡面有乙個命令timedatectl可以幫助我們修改伺服器的時區。1.檢視伺服器裡的時間設定 timedatectl 它等同於 timedatectl status 2.了解 timedatectl 命令的各個引數 3.設定時間 ...