- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
목록LINUX (27)
민서네집
How can I connect to a Samba server using its hostname instead of the IP?http://askubuntu.com/questions/243461/how-can-i-connect-to-a-samba-server-using-its-hostname-instead-of-the-ip 11down voteacceptedThere are a couple of issues that could lead to this:Enabling Netbios in your samba configuration filein your /etc/samba/smb.conf file, after the WORKGROUP line, add the following: netbios name =..
celemics_admin@celemicsFS:~$ smartctlThe program 'smartctl' is currently not installed. To run 'smartctl' please ask your administrator to install the package 'smartmontools' celemics_admin@celemicsFS:~$ sudo apt-get install smartmontools cf) https://www.howtoforge.com/tutorial/monitor-harddisk-with-smartmon-on-ubuntu/ $ sudo smartctl -i /dev/sda -P showall For information about adding a drive t..
How to make dmesg timestamp human readablehttps://linuxaria.com/article/how-to-make-dmesg-timestamp-human-readable 아래는 python 소스이다. #!/usr/bin/env python# coding=utf8 # Copyright (C) 2010 Saúl ibarra Corretgé # """pydmesg: dmesg with human-readable timestamps""" from __future__ import with_statement import reimport subprocessimport sys from datetime import datetime, timedelta _..
-d, --directory list directory entries instead of contents, and do not dereference symbolic links How to check if a user can access a given file?http://unix.stackexchange.com/questions/82347/how-to-check-if-a-user-can-access-a-given-file
리눅스 파일 시스템 ACL 적용하기 http://blog.syszone.co.kr/3219 Home 중요 명령어와 유틸리티setfacl 과 getfacl https://www.lesstif.com/pages/viewpage.action?pageId=18219571 8.2. Setting Access ACLshttps://www.centos.org/docs/5/html/5.2/Deployment_Guide/s1-acls-setting.html setfacl - Unix, Linux Command http://www.tutorialspoint.com/unix_commands/setfacl.htm
리눅스 tee, 화면과 파일에 동시 출력하기 http://zetawiki.com/wiki/리눅스_tee,_화면과_파일에_동시_출력하기 명령어명령어 | tee 파일명 명령어 (오류메시지 포함하여 파일로 저장)명령어 2>&1 | tee 파일명 간단한 screen 사용법 http://seungigi.blogspot.kr/2012/03/screen.html?m=1 리눅스 nohup 사용법 http://zetawiki.com/wiki/리눅스_nohup_사용법 [linux] 백그라운드 작업 nohup [xxx.sh] & http://changpd.blogspot.kr/2013/04/linux-nohup-xxxsh.html Background Process 돌고 있을때 출력값을 보고 싶을때 제일 좋은 방법은 실행시킬..
Redis 공식 홈페이지에 가서 Redis 3.2.3 Stable Version을 Download 받아서 홈페이지에 나와 있는 방법대로 설치했습니다. (http://redis.io/download) ~$ wget http://download.redis.io/releases/redis-3.2.3.tar.gz ~$ tar xvf redis-3.2.3.tar.gz ~/redis-3.2.3$ make ~/redis-3.2.3$ make testcd src && make testmake[1]: Entering directory `/home/계정명/redis-3.2.3/src'You need tcl 8.5 or newer in order to run the Redis testmake[1]: *** [test] Er..
mv 명령으로 이동하면 동일한 파티션 내에서는 실제 Copy가 이루어지지 않기 때문에 매우 빠르게 이동이 이루어진다. 그런데 합치려는 폴더가 이미 생성되어 있는 경우는 mv 명령이 에러를 내면서 실행이 안되는데... 이런 경우 Windows 운영체제는 Merge가 매우 쉽게 되는데, (합치겠냐고 물어보고, 사용자는 단순히 예 버튼만 눌러주면 된다.) Linux 운영체제에서는 어떻게 하면 될까? rsync -aplx --link-dest=dir1/ dir1/ merged/ rsync -aplx --link-dest=dir2/ dir2/ merged/ This would create hardlinks rather than moving them, you can verify that they were moved..
Samba 설치 [출처] http://blog.beany.co.kr/archives/2273#Group 설정파일 테스트아래의 명령을 이용하여 smb.conf 파일이 정상적으로 설정이 되었는지 확인합니다. testparm
31.5. Configuration of the /etc/smb.conf filehttp://www.tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap29sec284.html domain master = Yes local master = Yes preferred master = Yes SMB.CONF(5)http://www.ast.cam.ac.uk/~rgm/cirsi/samba/docs/man/smb.conf.html#localmaster