'회사일' 카테고리의 다른 글
HD-AHD / HD-TVI / HD-CVI / EX-SDI (0) | 2015.04.16 |
---|---|
ltib - linux target image builder (0) | 2014.11.24 |
pulseaudio / jack / sound server (0) | 2014.11.16 |
ADAT - Alesis Digital Audio Tape (0) | 2014.11.03 |
ECR ECO ECN (0) | 2014.09.02 |
HD-AHD / HD-TVI / HD-CVI / EX-SDI (0) | 2015.04.16 |
---|---|
ltib - linux target image builder (0) | 2014.11.24 |
pulseaudio / jack / sound server (0) | 2014.11.16 |
ADAT - Alesis Digital Audio Tape (0) | 2014.11.03 |
ECR ECO ECN (0) | 2014.09.02 |
5. PCM Interface - Hardware Description Interrupts at the period (fragment) boundary |
alsa async (0) | 2014.11.26 |
---|---|
alsa debug function (0) | 2014.11.18 |
alsa 함수 - size / time (0) | 2014.11.17 |
alsa low latency (0) | 2014.11.03 |
SALSA - Small ALSA (0) | 2014.10.24 |
alsa debug function (0) | 2014.11.18 |
---|---|
ALSA 드라이버 관련 (0) | 2014.11.17 |
alsa low latency (0) | 2014.11.03 |
SALSA - Small ALSA (0) | 2014.10.24 |
alsa + ffmpeg 벤치마크(?) (0) | 2014.10.23 |
$ svn st
? libliveMedia.a.bak
A libliveMedia.a
$ ll libliveMedia.a* -rw-r--r-- 1 minimonk minimonk 1489620 2014-11-17 09:13 libliveMedia.a
-rw-r--r-- 1 minimonk minimonk 1489620 2014-11-17 09:14 libliveMedia.a.bak
$ svn del --force libliveMedia.a D libliveMedia.a
$ ll libliveMedia.a* -rw-r--r-- 1 minimonk minimonk 1489620 2014-11-17 09:14 libliveMedia.a.bak
$ svn st |
svn add *.so ignored / --no-ignore (0) | 2015.01.06 |
---|---|
svn externals 를 이용한 외부 프로젝트 자동으로 불러오기(?) (0) | 2014.12.29 |
svn 워킹 카피를 export 하기 (0) | 2014.11.06 |
리눅스 svn status를 컬러풀하게 하기 (2) | 2014.09.05 |
git for windows (0) | 2014.06.27 |
ltib - linux target image builder (0) | 2014.11.24 |
---|---|
FSL - Freescale Semiconductor, Ltd. (0) | 2014.11.18 |
ADAT - Alesis Digital Audio Tape (0) | 2014.11.03 |
ECR ECO ECN (0) | 2014.09.02 |
CD 굽는 컴퓨터 (4) | 2012.11.20 |
/proc/sys/kernel$ ll panic*
-rw-r--r-- 1 root root 0 2014-11-13 08:56 panic
-rw-r--r-- 1 root root 0 2014-11-13 08:56 panic_on_io_nmi
-rw-r--r-- 1 root root 0 2014-11-13 08:56 panic_on_oops
-rw-r--r-- 1 root root 0 2014-11-13 08:56 panic_on_unrecovered_nmi |
/proc/sys/kernel$ cat panic* 0
0
0
0
|
$ vi /etc/sysctl.conf kernel.panic = 3 |
timezone (0) | 2014.11.21 |
---|---|
dd 출력파일 자르지 않기 (0) | 2014.11.20 |
avahi (0) | 2014.11.10 |
unknown filesystem type linux_raid_member / RAID 하드 마운트하기 (0) | 2014.09.22 |
ps / top 차이점? (0) | 2014.09.17 |
멀 해야 하려나... (0) | 2015.01.02 |
---|---|
2015년 계획 (0) | 2015.01.01 |
다음주 부터 출근.. (4) | 2014.08.21 |
아직도 퇴사가 된게 아니었나? (4) | 2014.08.20 |
취업 (0) | 2014.08.14 |
make -j -l (0) | 2015.11.30 |
---|---|
makefile 병렬 대비하기 (0) | 2015.11.30 |
make를 조용하게 (0) | 2014.09.12 |
cmake 사용 (0) | 2011.10.07 |
cross compile 초기화 하기 (0) | 2010.05.18 |
<!DOCTYPE note
[
<!ELEMENT note (to,from,heading,body)>
<!ELEMENT to (#PCDATA)>
<!ELEMENT from (#PCDATA)>
<!ELEMENT heading (#PCDATA)>
<!ELEMENT body (#PCDATA)>
]> [링크 : http://www.w3schools.com/xml/xml_dtd.asp] DTD |
<?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="note">
<xs:complexType>
<xs:sequence>
<xs:element name="to" type="xs:string"/>
<xs:element name="from" type="xs:string"/>
<xs:element name="heading" type="xs:string"/>
<xs:element name="body" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
[링크 : http://www.w3schools.com/schema/] XSD |
xmlstarlet (0) | 2016.05.26 |
---|---|
DOM vs SAX (0) | 2014.11.21 |
xml parser 선택 / 종류 (0) | 2014.11.21 |
xml benchmark (0) | 2014.11.10 |
xml dtd xsd (0) | 2014.11.10 |
$ rm config.cache
$ ./configure --host=arm-none-linux-gnueabi --disable-all --with-config-file-path=/etc --enable-simplexml --enable-cgi --enable-fpm
|
$ vi configure
65281 line
flock_type=unknown
if test "$cross_compiling" = yes; then :
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot run test program while cross compiling
See \`config.log' for more details" "$LINENO" 5; }
else
65323 line
if test "$cross_compiling" = yes; then :
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot run test program while cross compiling
See \`config.log' for more details" "$LINENO" 5; }
else
|
$ CC=arm-none-linux-gnueabi-gcc ./configure --host=arm-none-linux-gnueabi --enable-xcache --enable-xcache-optimizer |
$ vi /etc/php.ini # 주석처리 되어있으니 주석만 삭제하면 될 듯
cgi.fix_pathinfo=1
# 이상한(?) 경로이니 옮겨서 사용하려면 주석삭제 및 수정 필요 extension_dir = "/usr/lib" # 가장 아래 추가하면 됨
extension=xcache.so
[xcache.admin]
xcache.admin.enable_auth = Off
[xcache]
xcache.shm_scheme = "mmap"
xcache.size = 1M
xcache.count = 1
xcache.slots = 8K
xcache.ttl = 0
xcache.gc_interval = 0
xcache.var_size = 1M
xcache.var_count = 1
xcache.var_slots = 8K
xcache.var_ttl = 0
xcache.var_maxttl = 0
xcache.var_gc_interval = 300
xcache.test = Off
xcache.readonly_protection = Off
xcache.mmap_path = "/dev/zero"
xcache.coredump_directory = ""
xcache.cacher = On
xcache.stat = Off
xcache.optimizer = Off
[xcache.coverager]
xcache.coverager = Off
xcache.coveragedump_directory = "" |
$ vi /etc/lighttpd/lighttpd.conf
cgi.assign = ( ".pl" => "/usr/bin/perl",
".html" => "/usr/bin/php",
# ".php" => "/bin/php-cgi",
".cgi" => "" )
fastcgi.server = ( ".php" => ((
"bin-path" => "/bin/php-cgi",
"socket" => "/tmp/php.sock",
"max-procs" => 1,
"bin-environment" => (
"PHP_FCGI_CHILDREN" => "1",
"PHP_FCGI_MAX_REQUESTS" => "100"),
"bin-copy-environment" => (
"PAHT", "SHELL", "USER" ),
"broken-scriptfilename" => "enable"
))
)
|
php simpleXML saveXML 정렬하기 (well-formed XML) (0) | 2014.12.23 |
---|---|
php simpleXML (0) | 2014.12.22 |
lighttpd + php 퍼미션 문제 (0) | 2014.10.21 |
php.ini extension_dir (0) | 2014.10.20 |
php 5.3.22 / xcache 1.3.2 (0) | 2014.10.15 |