Database 디렉토리 옮기기 (MariaDB, MySQL)
sc stop mariadb C:\Program Files\MariaDB 10.4\data\my.ini에서 datadir 항목을 변경한다. DB 파일들을 옮긴다. 단, my.ini는 옮기지 않는다. sc start mariadb
Database 디렉토리 옮기기 (MariaDB, MySQL) 더 읽기"
make menuconfig 에서 글자가 깨져 나올 때 조치방법
vi ~/.bash_profile 해서 export TERM=xterm 추가 후 SSH 클라이언트의 터미널 타입도 동일하게 셋팅
make menuconfig 에서 글자가 깨져 나올 때 조치방법 더 읽기"
OpenWRT CLI에서 Hard Factory Reset
umount /overlay && jffs2reset && reboot now
OpenWRT CLI에서 Hard Factory Reset 더 읽기"
[WeVO 11AC NAS] OpenWRT CLI에서 펌웨어 업데이트
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에서 펌웨어 업데이트 더 읽기"
[WeVO 11AC NAS] OpenWRT 설치하기 (펌웨어 포함)
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 설치하기 (펌웨어 포함) 더 읽기"
리눅스에서 2TB 이상의 파티션 잡기 (parted)
▩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) 더 읽기"
ODROID-HC2 : Home Cloud Two
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 더 읽기"
SecureCRT 터미널에서 make menuconfig 시 문자깨짐 해결 방법
vi ~/.bash_profile export TERM=xterm 추가 SecureCRT Options > Session Options Terminal > Emulation > Terminal을 Xterm / [v]ANSI Color
SecureCRT 터미널에서 make menuconfig 시 문자깨짐 해결 방법 더 읽기"
[AppDefender] 에이전트 로그에서 tenant 이름 변경 찾기
grep "ProgramName:" system.log ProgramName: default ProgramName: default -> webgoat – 1 ProgramName: webgoat – 1
[AppDefender] 에이전트 로그에서 tenant 이름 변경 찾기 더 읽기"
