전체 글 (17) 썸네일형 리스트형 리눅스 SVN 명령어 1. Check-Out # svn co svn://xxx.xxx.xxx.xxx/project/trunk 2. Update# svn up 3. Commit# svn commit filename -m "log message" 4. Add# svn add filename 5. Delete# svn delete filename Windows 10: Admin Shares Don’t Work in WorkGroup When using Microsoft Windows 10, you may find that admin shares do not work as they used to when working with a workgroup. When attempting to connect, you will be prompted for a username and password, but a message will appear saying “Access is denied”. There is a registry tweak that fixes this issue. Perform these steps from the computer you’re attempting to connect to. Manually Edit the Regist.. How To Select Pro Edition While Installing Windows 10 http://www.intowindows.com/how-to-select-pro-edition-while-installing-windows-10/ Now that the big November Update has been released and Microsoft is letting users activate their Windows 10 installation using Windows 7/8.1 key, a significant percent of Windows 10 users downloading fresh ISOs (which now includes November Updates) and performing clean install of Windows 10 from ISO or USB.To help .. SELinux 설정 설정파일 /etc/sysconfig/selinux # This file controls the state of SELinux on the system.# SELINUX= can take on e of these three values:# enforcing - SELinux security policy is enforced.# permissive - SELinux prints warnings instead of enforcing.# disabled - No SELinux policy is loaded.#SELINUX=enforcingSELINUX=permissive# SELINUXTYPE= can take on e of these two values:# targeted - Targeted processes.. ubuntu - samba 설정 설치1. apt-get install samba smbfs 유저 추가2. su -> root로 로그인smbpasswd -a [User_name] 3.경로 설정vi /etc/samba/smb.conf 내용 추가ex)[name]comment = samba dirpath = 원하는 폴더 (/home/ljh30633)valid users = 사용자 계정public = yeswritable = yes 4.Samba 재 시작service smbd restart GUI 설정apt-get install samba samba-common cifs-utilsapt-get install system-config-samba $ system-config-samba $ /etc/init.d/samba restart ssh - root 로그인 $ apt-get install ssh $ vi /etc/ssh/sshd_config # Authentication: LoginGraceTime 120 #PermitRootLogin without-passwordPermitRootLogin yes StrictModes yes $ service ssh restart 크로스컴파일 z, png, jpeg 라이브러리 크로스컴파일 z, png, jpeg 라이브러리 1. zlib 설치 # cd /workspace/app # mkdir libtemp # tar -zxvf zlib-1.2.8.tar.gz # cd zlib-1.2.8 # # CC=arm-linux-gnu-gcc ./configure --prefix=./libtemp # make && make install툴체인에 복사 # cd libtemp # tar -zcvf libz.tar.gz linclude/ lib/ share/ # cd /workspace/toolchains/arm-linux-gnu/arm-linux-gnu # tar -zxvf /workspace/app/libtemp/libz.tar.gz 2. libpng 설치(jpeg동일) 주의) prefix설.. tar 테스트 ex) $ (cd /path1/path2; tar -zcvf - *) > abc.tar.gz 이전 1 2 3 다음