Outlook 2019 간편 계정등록 해제
REG ADD “HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Setup” /v “DisableOffice365SimplifiedAccountCreation” /f /t REG_DWORD /d 1
REG ADD “HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Setup” /v “DisableOffice365SimplifiedAccountCreation” /f /t REG_DWORD /d 1
JAVA_OPTS나 apache-tomcat의 Java Options에 아래와 같은 방법으로 fortify.home의 경로를 추가한다. ■Windows -Dfortify.home=c:\apache-tomcat ■Linux (catalina.sh) # for Fortify SSC JAVA_OPTS=”-Xmx8g -Xss16m -Dfortify.home=/root/ssc_home” 이후로 init.token 및 SSC 관련 파일은 해당 경로의 ssc 디렉토리에 생성된다.
[Fortify] SSC 홈디렉토리 변경 방법 더 읽기"
############################################################# OpenSSH를 설치하기 전 OpenSSH로 접속할# 윈도우 사용자를 미리 만들어 놓는다.# (명령 프롬프트에서 실행)############################################################NET USER fortify /ADDNET USER fortify /FULLNAME:”MicroFocus Fortify SCA/SSC” /EXPIRES:NEVER /COMMENT:”OpenSSH User” /LOGONPASSWORDCHG:NO /PASSWORDCHG:YES /PASSWORDREQ:YES /ACTIVE:YESREM NET LOCALGROUP Administrators fortify /ADDWMIC USERACCOUNT WHERE “NAME=’fortify'” SET PASSWORDEXPIRES=FALSENET USER fortify Pass12!@ ############################################################# OpenSSH를 설치하기 전 윈도우 업데이트를 활성화 한다.# (명령 프롬프트에서 실행)############################################################# 윈도우 업데이트
powercfg.cpl컴퓨터가 절전 모드로 전환되는 시간 변경고급 전원 관리 옵션 설정 변경 (Alt+C)USB 설정 > USB 선택적 절전 모드 설정 > 모두 “사용 안 함”
■ 자주 사용되는 압축 옵션 ex) 7za a -y -t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on -mhc=on -mhe=on -p1234 D:\settings_backup.7z D:\settings ex) 7za a -y -t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on -mhc=on -mhe=on -p1234 -xr!.svn/ ./test.7z ./src1/ ./src2/ 7z : 실행프로그램a : 압축실행-y : 모든 질문에
■CURL WITH FTP Login usign curl on FTPcurl -P – –insecure “ftp://82.45.34.23:21/” –user “testuser:testpassword” Upload using curl on FTPcurl -p – –insecure “ftp://82.45.34.23:21/CurlPutTest/” –user “testuser:testpassword” -T “C:\test\testfile.xml” –ftp-create-dirs Download using curl on FTPcurl -p – –insecure “ftp://82.45.34.23:21/CurlPutTest/testfile.xml” –user “testuser:testpassword” -o “C:\test\testfile.xml” –ftp-create-dirs Rename using curl on FTPcurl -p – –insecure “ftp://82.45.34.23:21/CurlPutTest/” –user “testuser:testpassword” -Q “-RNFR
cURL을 사용한 FTP/SFTP 파일 전송 더 읽기"
■ AIX 5.3 기본 설치 후 작업 1. 파티션 크기 조정 df -gt chfs -a size=+6G /opt chfs -a size=+5G /usr chfs -a size=+3G /var chfs -a size=+3G /tmp chfs -a size=+3G /
■ .htaccess 파일 삭제 ■ http://10.10.10.1/installer ■ ./config/config.inc.php에서 수정할 부분// DB 접속 정보$config[‘db_dsnw’] = ‘mysql://u_roundcube:<DB비밀번호>@localhost/db_roundcube’; // 도메인 주소$config[‘default_host’] = ‘esvali.com’; // 로그인 화면에 표시될 사이트명$config[‘product_name’] = ‘(주)우리회사 웹메일’; // 한번에 표시할 메일 수$config[‘mail_pagesize’] = 300; ■ ./config/config/defaults.inc.php에서 수정할 부분$config[‘log_date_format’] = ‘Y-M-d H:i:s O’; // IMAP 정보$config[‘default_host’] = ‘localhost’;// TCP port used for IMAP connections$config[‘default_port’] =
KT168.126.63.1168.126.63.2 SKT219.250.36.130210.220.163.82 LG U+164.124.101.2203.248.252.2 Google Public8.8.8.88.8.4.4 Cloud Flare1.1.1.11.0.0.1
■ dig -특정 네임서버로 질의dig @8.8.8.8 google.com -특정 레코드 질의dig @8.8.8.8 mx google.comdig @8.8.8.8 txt google.comdig @8.8.8.8 ns google.comdig @8.8.8.8 ptr google.comA, AAAA, CNAME, MX, TXT, NS, SOA, SRV, CAA, PTR, NSEC, NSEC3, RRSIG, RP 등이 지원되며 기본값은 A -IP주소만 간단히 확인dig google.com +short -DNS 질의 추적dig google.com +trace -Zone-Transfer를 허용하는지 체크 (실패가 정상)dig google.com
■관련 링크 http://woshub.com/install-configure-free-hyper-v-server/https://m.blog.naver.com/wlsgur0726/221359846678 ■Hyper-V Server REM Hyper-V 설치PowerShell -Command “ADD-WINDOWSFEATURE RSAT-HYPER-V-TOOLS”orPowerShell -Command “Add-WindowsFeature –Name Hyper-V -IncludeAllSubFeature -IncludeManagementTools” REM 공유폴더 만들기NET SHARE HYPERV /DELETENET SHARE HYPERV=C:\hyper-v /REMASK:”Hyper-V Public Folder” /GRANT:Everyone,FULL REM 권한 설정PowerShell -Command “Enable-PSRemoting”PowerShell -Command “Enable-WSManCredSSP -Force -Role server” REM 윈도우 시작 시 Powershell 창 띄우기New-ItemProperty -path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\run -Name PowerShell -Value “cmd /c start /max
Microsoft(R) Hyper-V Server 2019 설정 더 읽기"
CentOS 6 네트워크 안잡힐 때 HWADDR 주석처리 rm -f /etc/udev/rules.d/70-persistent-net.rules
Hyper-V CentOS 6 네트워크 이슈 더 읽기"