'게임 > 마비노기 영웅전' 카테고리의 다른 글
마영전 리시타 기술 + 이름 (0) | 2010.02.08 |
---|---|
착한 마비노기 영웅전! (0) | 2010.02.04 |
마비노기 영웅전 긴급점검에 대한 생각 (0) | 2010.02.02 |
이 고양이를 삶아라! (2) | 2010.02.02 |
마비노기 영웅전 - 조금더 쾌적하게! (0) | 2010.02.01 |
마영전 리시타 기술 + 이름 (0) | 2010.02.08 |
---|---|
착한 마비노기 영웅전! (0) | 2010.02.04 |
마비노기 영웅전 긴급점검에 대한 생각 (0) | 2010.02.02 |
이 고양이를 삶아라! (2) | 2010.02.02 |
마비노기 영웅전 - 조금더 쾌적하게! (0) | 2010.02.01 |
$ ./configure --disable-mmx --disable-sse --enable-run-as-root --with-tuning=no --host=sh4-linux --build=i686 |
$ vi configure.ac 1621 dnl 1622 dnl Special arch tuning 1623 dnl 1624 AC_ARG_WITH(tuning, 1625 [ --with-tuning=ARCH enable special tuning for an architecture 1626 (default Pentium 2 on IA-32 and G4 on PPC)]) 1627 if test -n "${with_tuning}"; then 1628 if test "${with_tuning}" != "no"; then 1629 CFLAGS_TUNING="-mtune=${with_tuning}" 1630 fi 1631 else 1632 if test "${SYS}" = "darwin" -a "${host_cpu}" != "powerpc"; then 1633 CFLAGS_TUNING="-march=pentium-m -mtune=prescott" 1634 elif test "${host_cpu}" = "i686" -o "${host_cpu}" = "i586" -o "${host_cpu}" = "i486" -o "${host_cpu}" = "i386"; then 1635 CFLAGS_TUNING="-mtune=pentium2" 1636 elif test "${host_cpu}" = "x86_64"; then 1637 CFLAGS_TUNING="-mtune=athlon64" 1638 elif test "${host_cpu}" = "powerpc"; then 1639 CFLAGS_TUNING="-mtune=G4"; 1640 fi 1641 fi |
$ sudo vlc VLC is not supposed to be run as root. Sorry. If you need to use real-time priorities and/or privileged TCP ports you can use vlc-wrapper (make sure it is Set-UID root and cannot be run by non-trusted users first). |
$ ./configure --help System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] |
vlc-1.0.5 cross compile (3) | 2010.02.09 |
---|---|
VLC cross compile시 오류 (vlc-1.0.4) (0) | 2010.02.03 |
의미는 없는 Linux / Windows VLC 차이 (0) | 2010.01.26 |
VLC로 youtube 동영상 감상하기 (0) | 2010.01.26 |
youtube mobile on VLC (0) | 2010.01.18 |
find ./ -exec grep "content" {} \; -exec sed -i "s/content/container/g" {} \; [링크 : http://www.linux-forum.de/find-grep-replace-string-33557.html] |
find ./ -name Makefile -exec grep -w "= gcc" {} \; -exec sed -i "s/\= gcc/\= sh4-linux-gcc/g" {} \; |
sed를 이용해서 include 문 내의 디렉토리 구분자 변경하기 (2) | 2012.01.17 |
---|---|
쉘과 tr을 이용한 문자열 추출 - character manipulation using shell & tr (0) | 2009.11.18 |
문자열 치환하기 - string replace(substitute) using sed (0) | 2009.08.03 |
awk / sed / regular expression (0) | 2009.08.03 |
착한 마비노기 영웅전! (0) | 2010.02.04 |
---|---|
오늘의 마비노기 영웅전 일기(?) (8) | 2010.02.03 |
이 고양이를 삶아라! (2) | 2010.02.02 |
마비노기 영웅전 - 조금더 쾌적하게! (0) | 2010.02.01 |
마비노기 영웅전 서버점검 크리! (0) | 2010.01.31 |
오늘의 마비노기 영웅전 일기(?) (8) | 2010.02.03 |
---|---|
마비노기 영웅전 긴급점검에 대한 생각 (0) | 2010.02.02 |
마비노기 영웅전 - 조금더 쾌적하게! (0) | 2010.02.01 |
마비노기 영웅전 서버점검 크리! (0) | 2010.01.31 |
마비노기 영웅전에 대한 짧은 이야기 (0) | 2010.01.28 |
sudo 사용가능하도록 설정하기 (0) | 2010.02.04 |
---|---|
우분투 사용자 자동로그인 (0) | 2010.02.04 |
우분투에서 rpm 패키지 설치 2 (2) | 2010.01.29 |
우분투에서 FC6에서 만든 LVM 마운트하기 (0) | 2010.01.25 |
[황당해결] Ubuntu 9.10 + Nvidia 에서 640x480 해상도 이상으로 설정하기 (0) | 2010.01.15 |
-w, --word-regexp Select only those lines containing matches that form whole words. The test is that the matching substring must either be at the beginning of the line, or preceded by a non-word constituent character. Similarly, it must be either at the end of the line or followed by a non-word constituent character. Word-constituent characters are letters, digits, and the underscore. [링크 : http://linux.die.net/man/1/grep] |
sudo, sudoedit - execute a command as another user (0) | 2010.02.04 |
---|---|
리눅스 호스트네임 변경하기 (0) | 2010.02.04 |
nm - list symbols from object files (0) | 2010.01.28 |
patch 실행시 명령줄 주의사항 (0) | 2010.01.27 |
경로명에서 디렉토리와 파일이름 분리해서 알아내기 / 얻어내기 (0) | 2010.01.26 |
마비노기 영웅전 긴급점검에 대한 생각 (0) | 2010.02.02 |
---|---|
이 고양이를 삶아라! (2) | 2010.02.02 |
마비노기 영웅전 서버점검 크리! (0) | 2010.01.31 |
마비노기 영웅전에 대한 짧은 이야기 (0) | 2010.01.28 |
마비노기 영웅전 - 놀 치프틴 vs 리시타 (0) | 2010.01.27 |
달댕이 (2) | 2010.04.30 |
---|---|
3월 1일 그리고 보름 + 1 (2) | 2010.03.01 |
개기일식! -> 부분일식 (4) | 2010.01.15 |
길고양이 두마리 (4) | 2010.01.03 |
달 (10) | 2009.12.31 |
이 고양이를 삶아라! (2) | 2010.02.02 |
---|---|
마비노기 영웅전 - 조금더 쾌적하게! (0) | 2010.02.01 |
마비노기 영웅전에 대한 짧은 이야기 (0) | 2010.01.28 |
마비노기 영웅전 - 놀 치프틴 vs 리시타 (0) | 2010.01.27 |
마비노기 영웅전 - 리시타 (11) | 2010.01.26 |