당연한건가? -ㅁ-
'게임 > 마비노기 영웅전' 카테고리의 다른 글
치프틴 빡시다 ㅠ.ㅠ (8) | 2010.02.13 |
---|---|
마영전 리시타 기술 + 이름 (0) | 2010.02.08 |
오늘의 마비노기 영웅전 일기(?) (8) | 2010.02.03 |
마비노기 영웅전 긴급점검에 대한 생각 (0) | 2010.02.02 |
이 고양이를 삶아라! (2) | 2010.02.02 |
치프틴 빡시다 ㅠ.ㅠ (8) | 2010.02.13 |
---|---|
마영전 리시타 기술 + 이름 (0) | 2010.02.08 |
오늘의 마비노기 영웅전 일기(?) (8) | 2010.02.03 |
마비노기 영웅전 긴급점검에 대한 생각 (0) | 2010.02.02 |
이 고양이를 삶아라! (2) | 2010.02.02 |
$ sudo usermod -aG sudo username |
[링크 : https://www.digitalocean.com/community/tutorials/how-to-create-a-sudo-user-on-ubuntu-quickstart]
우분투 9.10 에서 makefile 내의 ANSI 컬러가 보이지 않아요! (0) | 2010.02.05 |
---|---|
tftp 설정경로 (0) | 2010.02.05 |
우분투 사용자 자동로그인 (0) | 2010.02.04 |
ubuntu 9.10 에서 /dev/fb 만들기 (4) | 2010.02.01 |
우분투에서 rpm 패키지 설치 2 (2) | 2010.01.29 |
sudo -K | -L | -V | -h | -k | -l | -v sudo [-HPSb] [-a auth_type] [-c class|-] [-p prompt] [-u username|#uid] {-e file [...] | -i | -s | command} -i The -i (simulate initial login) option runs the shell specified in the passwd(5) entry of the user that the command is being run as. The command name argument given to the shell begins with a - to tell the shell to run as a login shell. sudo attempts to change to that user's home directory before running the shell. It also initializes the environment, leaving TERM unchanged, setting HOME , SHELL , USER , LOGNAME , and PATH , and unsetting all other environment variables. Note that because the shell to use is determined before the sudoers file is parsed, a runas_default setting in sudoers will specify the user to run the shell as but will not affect which shell is actually run. [링크 : http://linux.die.net/man/8/sudo] |
# /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
# Uncomment to allow members of group sudo to not need a password
# %sudo ALL=NOPASSWD: ALL
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL) ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
[링크 : https://help.ubuntu.com/community/Sudoers] |
리눅스 시리얼로 파일 전송하기 (0) | 2010.02.11 |
---|---|
쉘 스크립트의 결과를 알록달록하게 컬러로 출력하기 (0) | 2010.02.05 |
리눅스 호스트네임 변경하기 (0) | 2010.02.04 |
grep에서 정확하게 찾기 (0) | 2010.02.01 |
nm - list symbols from object files (0) | 2010.01.28 |
tftp 설정경로 (0) | 2010.02.05 |
---|---|
sudo 사용가능하도록 설정하기 (0) | 2010.02.04 |
ubuntu 9.10 에서 /dev/fb 만들기 (4) | 2010.02.01 |
우분투에서 rpm 패키지 설치 2 (2) | 2010.01.29 |
우분투에서 FC6에서 만든 LVM 마운트하기 (0) | 2010.01.25 |
우분투의 nfs 서버로 uboot nfs 타켓 부팅 안되는 경우 (0) | 2010.02.05 |
---|---|
우분투 nfs 서버 접속불가 (2) | 2010.02.05 |
NFS 마운트 하기 - how mount nfs filesystem (0) | 2010.01.11 |
Samba on NFS(NFS 에서 삼바사용) (0) | 2009.12.22 |
NFS 사용시 생성되는 .nfs000 파일에 대하여 (0) | 2009.12.19 |
쉘 스크립트의 결과를 알록달록하게 컬러로 출력하기 (0) | 2010.02.05 |
---|---|
sudo, sudoedit - execute a command as another user (0) | 2010.02.04 |
grep에서 정확하게 찾기 (0) | 2010.02.01 |
nm - list symbols from object files (0) | 2010.01.28 |
patch 실행시 명령줄 주의사항 (0) | 2010.01.27 |
vlc-1.0.4$ make ... /opt/STM/STLinux-2.2/devkit/sh4/lib/gcc/sh4-linux/4.1.1/../../../../sh4-linux/bin/ld: warning: libvlccore.so.2, needed by ../src/.libs/libvlc.so, not found (try using -rpath or -rpath-link) collect2: ld returned 1 exit status |
Try to modify bin/Makefile. It works for me. vlc_LDADD = ../src/libvlc.la `$(VLC_CONFIG) -libs vlc` $(am__append_2) change to vlc_LDADD = ../src/libvlccore.la ../src/libvlc.la `$(VLC_CONFIG) -libs vlc` $(am__append_2) [링크 : http://forum.videolan.org/viewtopic.php?f=13&t=63438] |
libtool: link: sh4-linux-gcc -std=gnu99 -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DMODULE_NAME=vlc -DMODULE_NAME_IS_vlc -DMODULE_STRING=\"vlc\" -O2 -ffast-math -funroll-loops -fomit-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -o .libs/vlc vlc.o ../src/.libs/libvlccore.so ../src/.libs/libvlc.so -Wl,-rpath -Wl,/opt/STM/STLinux-2.2/devkit/sh4/target/usr/lib ../src/.libs/libvlccore.so: undefined reference to `dbus_threads_init_default' collect2: ld returned 1 exit status |
libtool: link: sh4-linux-gcc -std=gnu99 -shared .libs/librtp_plugin_la-rtp.o .libs/librtp_plugin_la-input.o .libs/librtp_plugin_la-session.o -Wl,--whole-archive ../../../compat/.libs/libcompat.a ../../../libs/srtp/.libs/libvlc_srtp.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/morpheuz/다운로드/vlc-1.0.4/src/.libs -Wl,-rpath -Wl,/opt/STM/STLinux-2.2/devkit/sh4/target/usr/lib -Wl,-rpath -Wl,/opt/STM/STLinux-2.2/devkit/sh4/target/usr/lib ../../../src/.libs/libvlccore.so /opt/STM/STLinux-2.2/devkit/sh4/target/usr/lib/libgcrypt.so /lib/libgpg-error.so -lnsl -lpthread -Wl,-soname -Wl,librtp_plugin.so -o .libs/librtp_plugin.so /lib/libgpg-error.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status |
x264 , libavcodec 다운로드 (0) | 2010.02.24 |
---|---|
vlc-1.0.5 cross compile (3) | 2010.02.09 |
VLC 1.0.4 cross compile + busybox (0) | 2010.02.02 |
의미는 없는 Linux / Windows VLC 차이 (0) | 2010.01.26 |
VLC로 youtube 동영상 감상하기 (0) | 2010.01.26 |
즐겁지 많은 않은 설 (4) | 2010.02.12 |
---|---|
"하루늦은' 퇴근일기 - 20100209 (14) | 2010.02.10 |
연말정산 배우자 등록 (2) | 2010.02.03 |
"하루늦은" 퇴근일기 - 20100202 (4) | 2010.02.03 |
"하루늦은" 퇴근일기 - 20100127 (0) | 2010.01.28 |
"하루늦은' 퇴근일기 - 20100209 (14) | 2010.02.10 |
---|---|
GPL 의 족쇄 (0) | 2010.02.03 |
"하루늦은" 퇴근일기 - 20100202 (4) | 2010.02.03 |
"하루늦은" 퇴근일기 - 20100127 (0) | 2010.01.28 |
나도 늙은게야 -ㅁ- (8) | 2010.01.17 |
[링크 : http://h10010.www1.hp.com/wwpc/us/en/sm/WF06b/321957-321957-64295-3740645-3955549-3784202-3999723-4057417.html] |
1인 3pc 시대? (10) | 2010.12.12 |
---|---|
지금까지 컴퓨터를 사용하면서 겪었던 뻘짓들 (4) | 2010.04.15 |
헉 하드가! (2) | 2009.12.30 |
늙어간다는 것은.. (4) | 2009.12.25 |
TC-1100 타블렛 노트북 (2) | 2009.12.11 |