728x90 Research245 mysql설치 후 제일먼저 해야 할일 mysql을 설치 했으면 제일 먼저 해야 할일은 root 사용자의 password를 설정하는 일이다. password는 다음과 같이 설정한다. [root@localhost ~]# mysqladmin -u root password '패스워드' 2009. 7. 9. Makefile: 명령 행 앞에 @를 붙이면 명령행 앞에 @를 붙이면 화면 출력이 되지 않는다... 2009. 7. 1. hdd 나 usb flash memory 가 마운트된 경로 알아내기 cat /proc/mounts | grep /dev/sdb | awk '{print $2}' | tr -d 'n' | sed 's/\040/ /' 먼저 cat /proc/mounts 명령을 실행하면 아래와 같이 마운트된 정보가 쭉 나열된다... [root@localhost hdperf]# cat /proc/mounts rootfs / rootfs rw 0 0 /dev/root / ext3 rw,relatime,errors=continue,user_xattr,acl,data=ordered 0 0 /dev /dev tmpfs rw,relatime,mode=755 0 0 /proc /proc proc rw,relatime 0 0 /sys /sys sysfs rw,relatime 0 0 /proc/bus/usb.. 2009. 6. 12. Unaligned memory access The problem starts in the memory chip. Memory is capable to read certain number of bytes at a time. If you try to read from unaligned memory address, your request will cause RAM chip to do two read operations. For instance, assuming RAM works with units of 8 bytes, trying to read 8 bytes from relative offset of 5 will cause RAM chips to do two read operations. First will read bytes 0-7. Second w.. 2009. 6. 2. 이전 1 ··· 27 28 29 30 31 32 33 ··· 62 다음 728x90