1. 터미널에서 크롬 브라우저 다운로드
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm2. 다운로드 받은 크롬 브라우저 설치
yum -y install google-chrome-stable_current_x86_64.rpm
3. 설치된 크롬 브라우저 실행
상단 왼쪽 [프로그램] > [인터넷] > [Google Chrome] 메뉴 클릭
Great Architect & Artist
지혜 있는 자는 궁창의 빛과 같이 빛날 것이요 많은 사람을 옳은 데로 돌아오게 한 자는 별과 같이 영원토록 빛나리라 (단 12:3)
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm2. 다운로드 받은 크롬 브라우저 설치
yum -y install google-chrome-stable_current_x86_64.rpm
상단 왼쪽 [프로그램] > [인터넷] > [Google Chrome] 메뉴 클릭
@echo offREM set /p addr=Address:set addr=%1@echo Ping Test for : %addr%:loopfor /f "delims=" %%a in ('ping %addr% -n 1 -l 1024 ^| findstr "TTL out"') do echo %date% %time% - %%afor /f "delims=" %%a in ('ping %addr% -n 1 -l 1024 ^| findstr "TTL out"') do echo %date% %time% - %%a >> %addr%.logtimeout 1 > NULgoto :loop
@echo offset addr=%1@echo Ping Test for : %addr%ping -t %addr%|cmd /q /v /c "(pause&pause)>nul & for /l %%a in () do (set /p "data=" && echo(!date! !time! !data!)" >> %addr%.log
@echo offset /p file=Server List File:FOR /F %%I IN (%file%) DO START cmd /k ping_server.bat %%I
# setsebool -P httpd_can_network_connect true
댓글을 달아 주세요
댓글 RSS 주소 : http://www.yongbi.net/rss/comment/875