Database 디렉토리 옮기기 (Oracle)
Database 디렉토리 옮기기 (Oracle) 더 읽기"
vi ~/.bash_profile 해서 export TERM=xterm 추가 후 SSH 클라이언트의 터미널 타입도 동일하게 셋팅
make menuconfig 에서 글자가 깨져 나올 때 조치방법 더 읽기"
umount /overlay && jffs2reset && reboot now
OpenWRT CLI에서 Hard Factory Reset 더 읽기"
1. 사용자 PC에서 scp를 이용하여 펌웨어를 밀어넣는다. rmdir /S /Q %USERPROFILE%\.ssh scp openwrt-18.06.4-r7808-ef686b7292-ramips-mt7621-11acnas-squashfs-sysupgrade.bin root@192.168.1.1:/tmp 2. OpenWRT CLI에 접속하여 아래 명령으로 펌웨어를 플래싱한다. mtd -r write /tmp/openwrt-18.06.4-r7808-ef686b7292-ramips-mt7621-11acnas-squashfs-sysupgrade.bin firmware
[WeVO 11AC NAS] OpenWRT CLI에서 펌웨어 업데이트 더 읽기"
OpenWRT Page: https://openwrt.org/toh/hwdata/wevo/wevo_11ac_nas 준비물: USB to RS232 TTL 1. OpenWRT 이미지 및 부트로더(u-boot) 이미지 다운로드 Firmware: http://downloads.openwrt.org/releases/18.06.4/targets/ramips/mt7621/openwrt-18.06.4-ramips-mt7621-11acnas-squashfs-sysupgrade.bin u-boot: https://github.com/pinney/MT7621-u-boot-mod/blob/master/bin/MT7621A_uboot.bin 2. USB to RS232 TTL과 공유기 연결 아래와 같은 설정으로 PuTTY 등으로 시리얼을 연결한다. Baud rate: 57600, 8-N-1, RTS/CTS 3. PC에 Open TFTP Server 설치 https://sourceforge.net/projects/tftp-server/ C:\OpenTFTPServer 에 OpenWRT와 u-boot 이미지 파일을 넣고 서비스를 실행한다.
[WeVO 11AC NAS] OpenWRT 설치하기 (펌웨어 포함) 더 읽기"
▩Token: /dev/sdX st4000dm004 ST4000DM004 1. 파티션 초기화# dd if=/dev/zero of=/dev/sdX bs=4096 count=1 2. 파티션 잡기# parted /dev/sdXGNU Parted 3.2Using /dev/sdXWelcome to GNU Parted! Type ‘help’ to view a list of commands.(parted) mklabel gpt (일반 파티션은 mklabel msdos)(parted) unit tb(parted) mkpart st4000dm004 0.00tb 4.50tbor(parted) mkpart st4000dm004 0% 100% (일반 파티션은 mkpart primary ext4 0% 100%) (parted)
리눅스에서 2TB 이상의 파티션 잡기 (parted) 더 읽기"
Homepage: https://www.hardkernel.com/shop/odroid-hc2-home-cloud-two/ Firmware: https://wiki.odroid.com/odroid-xu4/os_images/os_images Armbian: https://www.armbian.com/odroid-hc1/ ■CPU: Samsung Exynos5422 ARM Cortex??A15 Quad 2.0GHz/Cortex??A7 Quad 1.4GHz ■DRAM Memory: 2Gbyte LPDDR3 RAM PoP (750Mhz, 12GB/s memory bandwidth, 2x32bit bus) ■GPU: Mali-T628 MP6 OpenGL ES 3.1 / 3.0 / 2.0 / 1.1 and OpenCL 1.2 Full profile ■HDD / SSD
ODROID-HC2 : Home Cloud Two 더 읽기"
vi ~/.bash_profile export TERM=xterm 추가 SecureCRT Options > Session Options Terminal > Emulation > Terminal을 Xterm / [v]ANSI Color
SecureCRT 터미널에서 make menuconfig 시 문자깨짐 해결 방법 더 읽기"
grep "ProgramName:" system.log ProgramName: default ProgramName: default -> webgoat – 1 ProgramName: webgoat – 1
[AppDefender] 에이전트 로그에서 tenant 이름 변경 찾기 더 읽기"
출처: https://webdir.tistory.com/310 웹문서의 본문을 구성하는 요소들중에 SECTION을 구성하는 요소에 대하여 알아봅니다. BODY 요소 <body> 요소는 문서의 본문 영역을 표시한다. 본문 영역은 실제 콘텐츠가 표현되는 공간이며, 이 공간에서 사용자와의 상호작용이 실질적으로 이루어진다. 또한 body 요소는 브라우저가 렌더링해야 할 범위를 알려준다. HEADER 요소 HTML5에 새롭게 추가된 요소로서, 웹 문서 맨 윗부분에 있으며 웹 사이트 이름, 글로벌 링크(로그인, 회원가입, 사이트맵,
본문: 섹션(Section) 요소 - BODY, HEADER, NAV, SECTION, ARTICLE, MAIN, ASIDE, FOOTER 더 읽기"