프로그램 SecurAble 프로그램
일부 노트북은 가상화 옵션 꺼져 있는 경우
활성화 BIOS Setup -> System Configuration-> Device configurations -> Virtualization Technolgy 체크 확인
프로그램 SecurAble 프로그램
일부 노트북은 가상화 옵션 꺼져 있는 경우
활성화 BIOS Setup -> System Configuration-> Device configurations -> Virtualization Technolgy 체크 확인
1. root 권한
2. apt -y install isc-dhcp-server tftpd-hpa inetutils-inetd vsftpd pxelinux 패키지 설치
3. 관련 포트를 열어야 하는데 포트가 여러 개이므로 ufw disable 명으로 일단 방화벽을 비활성화
https://code.visualstudio.com -> download
sudo dpkg -i [filename]
윈도우 cmd 사용자 추가
net user root 1234 /add
<?php get_header(); ?>
<script type=”text/javascript”>
//아이디 체크여부 확인 (아이디 중복일 경우 = 0 , 중복이 아닐경우 = 1 )
$(function() {
//idck 버튼을 클릭했을 때
$(“#idck”).click(function() {
//userid 를 param.
var userid = $(“#userid”).val();
if(!userid) {
alert(‘값을 입력 해 주세요’);
return false;
}
var allData = { “userid”: userid };
/**/
$.ajax({
async: true,
type : ‘POST’,
data : allData,
url : “/wp-content/themes/bizberg/khs-api-action/add_cms.php”,
dataType : “html”,
success : function(data) {
console.log(data);
if (data == ‘aa’) {
console.log(‘성공’);
$(“#userid”).focus();
} else {
console.log(data);
$(“#userid”).focus();
}
},
error : function(error) {
alert(“error : ” + error);
}
});
});
});
</script>
<form name=”form” method=”post”>
<div>아이디 : <br/>
<input type=”text” id=”userid” name=”userid”>
</div>
<div>비밀번호: <br/>
<input type=”text” name=”pwd” value=”22″>
</div>
<div><input type=”button” value=”Submit” id=”idck”></div>
</form>
<?php
get_footer();
<?php
$userid = $_REQUEST[‘userid’];
if($userid == ’11’) {
echo ‘aa’;
} else {
echo ‘bb’;
}
?>
그누보드5 관리자 비밀번호 변경 방법
1. myPhpAdmin에 접속
2. g5_member 테이블 클릭
3. SQL 클릭
4. SQL 실행 란에 아래 내용을 복사 후 실행하기
update g5_member set mb_password = password(‘1111′) where mb_id=’admin’
5. 비밀번호가 1111로 바뀝니다.
insert into hansung_tedlee2.khs_vod select * from hansung_tedlee2.khs_vod where khs_no = number;